Skip to main content
Skip to main content

SwapFulfillmentStatus

The swap's fulfillment status.

Enumeration Members

CANCELED

CANCELED = "canceled"

The swap's fulfillments are canceled.


FULFILLED

FULFILLED = "fulfilled"

The swap's items are fulfilled.


NOT_FULFILLED

NOT_FULFILLED = "not_fulfilled"

The swap's items aren't fulfilled.


PARTIALLY_SHIPPED

PARTIALLY_SHIPPED = "partially_shipped"

Some of the swap's items are shipped.


REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

The swap's fulfillments require an action.


SHIPPED

SHIPPED = "shipped"

The swap's items are shipped.

Was this section helpful?