Skip to main content
Anchor to OrderFulfillmentStatus

OrderFulfillmentStatus

enum

Represents the order's aggregated fulfillment status for display purposes.

Displayed as Fulfilled. All of the items in the order have been fulfilled.

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.

Displayed as On hold. All of the unfulfilled items in this order are on hold.

Displayed as Open. None of the items in the order have been fulfilled. Replaced by "UNFULFILLED" status.

Displayed as Partially fulfilled. Some of the items in the order have been fulfilled.

Displayed as Pending fulfillment. A request for fulfillment of some items awaits a response from the fulfillment service. Replaced by "IN_PROGRESS" status.

Displayed as Restocked. All of the items in the order have been restocked. Replaced by "UNFULFILLED" status.

Displayed as Scheduled. All of the unfulfilled items in this order are scheduled for fulfillment at later time.

Displayed as Unfulfilled. None of the items in the order have been fulfilled.


Was this section helpful?

•OBJECT

An order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information.


Was this section helpful?