Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderDisplayFulfillmentStatus
Represents the order’s aggregated fulfillment status for display purposes.
Signature:
export declare enum OrderDisplayFulfillmentStatus
Member | Value | Description |
---|---|---|
Fulfilled | "FULFILLED" |
Displayed as **Fulfilled**. All the items in the order have been fulfilled. |
InProgress | "IN_PROGRESS" |
Displayed as **In progress**. Some of the items in the order have been fulfilled, or a request for fulfillment has been sent to the fulfillment service. |
OnHold | "ON_HOLD" |
Displayed as **On hold**. All of the unfulfilled items in this order are on hold. |
Open | "OPEN" |
Displayed as **Open**. None of the items in the order have been fulfilled. Replaced by “UNFULFILLED” status. |
PartiallyFulfilled | "PARTIALLY_FULFILLED" |
Displayed as **Partially fulfilled**. Some of the items in the order have been fulfilled. |
PendingFulfillment | "PENDING_FULFILLMENT" |
Displayed as **Pending fulfillment**. A request for fulfillment of some items awaits a response from the fulfillment service. Replaced by the “IN_PROGRESS” status. |
Restocked | "RESTOCKED" |
Displayed as **Restocked**. All the items in the order have been restocked. Replaced by the “UNFULFILLED” status. |
Scheduled | "SCHEDULED" |
Displayed as **Scheduled**. All of the unfulfilled items in this order are scheduled for fulfillment at later time. |
Unfulfilled | "UNFULFILLED" |
Displayed as **Unfulfilled**. None of the items in the order have been fulfilled. |