Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyProtectStatus
The status of an order’s protection with Shopify Protect.
Signature:
export declare enum ShopifyProtectStatus
Member | Value | Description |
---|---|---|
Active | "ACTIVE" |
The protection for the order is active and eligible for reimbursement against fraudulent chargebacks. If an order is updated, the order’s eligibility may change and protection could become inactive. |
Inactive | "INACTIVE" |
The protection for an order isn’t active because the order didn’t meet eligibility requirements. |
NotProtected | "NOT_PROTECTED" |
The order received a chargeback but the order wasn’t protected because it didn’t meet coverage requirements. |
Pending | "PENDING" |
The protection for the order is pending and has not yet been determined. |
Protected | "PROTECTED" |
The order received a fraudulent chargeback and it was protected. |