SwapFulfillmentStatus
The swap's fulfillment status.
Enumeration Members
NOT_FULFILLED
NOT_FULFILLED = "not_fulfilled"
The swap's items aren't fulfilled.
FULFILLED
FULFILLED = "fulfilled"
The swap's items are fulfilled.
SHIPPED
SHIPPED = "shipped"
The swap's items are shipped.
PARTIALLY_SHIPPED
PARTIALLY_SHIPPED = "partially_shipped"
Some of the swap's items are shipped.
CANCELED
CANCELED = "canceled"
The swap's fulfillments are canceled.
REQUIRES_ACTION
REQUIRES_ACTION = "requires_action"
The swap's fulfillments require an action.
Was this section helpful?