Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentStatus
The status of a fulfillment.
Signature:
export declare enum FulfillmentStatus
Member | Value | Description |
---|---|---|
Cancelled | "CANCELLED" |
The fulfillment was canceled. |
Error | "ERROR" |
There was an error with the fulfillment request. |
Failure | "FAILURE" |
The fulfillment request failed. |
Open | "OPEN" |
The third-party fulfillment service has acknowledged the fulfillment and is processing it. |
Pending | "PENDING" |
Shopify has created the fulfillment and is waiting for the third-party fulfillment service to transition it to open or success . |
Success | "SUCCESS" |
The fulfillment was completed successfully. |