Skip to main content
Skip to main content

FulfillmentStatus

The order's fulfillment status.

Enumeration Members

CANCELED

CANCELED = "canceled"

The order's fulfillments are canceled.


FULFILLED

FULFILLED = "fulfilled"

The order's items are fulfilled.


NOT_FULFILLED

NOT_FULFILLED = "not_fulfilled"

The order's items are not fulfilled.


PARTIALLY_FULFILLED

PARTIALLY_FULFILLED = "partially_fulfilled"

Some of the order's items, but not all, are fulfilled.


PARTIALLY_RETURNED

PARTIALLY_RETURNED = "partially_returned"

Some of the order's items, but not all, are returned.


PARTIALLY_SHIPPED

PARTIALLY_SHIPPED = "partially_shipped"

Some of the order's items, but not all, are shipped.


REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

The order's fulfillment requires action.


RETURNED

RETURNED = "returned"

The order's items are returned.


SHIPPED

SHIPPED = "shipped"

The order's items are shipped.

Was this section helpful?