FulfillmentStatus
The fulfillment status of an order.
Enumeration Members
canceled
canceled = "canceled"
The order's fulfillments are canceled.
fulfilled
fulfilled = "fulfilled"
All of the order's items are fulfilled.
not_fulfilled
not_fulfilled = "not_fulfilled"
The order isn't fulfilled.
partially_fulfilled
partially_fulfilled = "partially_fulfilled"
Some, but not all, of the order's items are fulfilled.
partially_returned
partially_returned = "partially_returned"
Some, but not all, of the order's items are returned.
partially_shipped
partially_shipped = "partially_shipped"
Some, but not all, of the order's items are shipped.
requires_action
requires_action = "requires_action"
The order's fulfillment requires an action.
returned
returned = "returned"
All of the order's items are returned.
shipped
shipped = "shipped"
All of the order's items are shipped.
Was this section helpful?