Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderRequestStatus
The request status of a fulfillment order.
Signature:
export declare enum FulfillmentOrderRequestStatus
Member | Value | Description |
---|---|---|
Accepted | "ACCEPTED" |
The fulfillment service accepted the merchant’s fulfillment request. |
CancellationAccepted | "CANCELLATION_ACCEPTED" |
The fulfillment service accepted the merchant’s fulfillment cancellation request. |
CancellationRejected | "CANCELLATION_REJECTED" |
The fulfillment service rejected the merchant’s fulfillment cancellation request. |
CancellationRequested | "CANCELLATION_REQUESTED" |
The merchant requested a cancellation of the fulfillment request for this fulfillment order. |
Closed | "CLOSED" |
The fulfillment service closed the fulfillment order without completing it. |
Rejected | "REJECTED" |
The fulfillment service rejected the merchant’s fulfillment request. |
Submitted | "SUBMITTED" |
The merchant requested fulfillment for this fulfillment order. |
Unsubmitted | "UNSUBMITTED" |
The initial request status for the newly-created fulfillment orders. This is the only valid request status for fulfillment orders that aren’t assigned to a fulfillment service. |