Skip to main content
Skip to main content

FulfillmentStatus

The order's fulfillment status.

Enumeration Members

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.

FULFILLED

FULFILLED = "fulfilled"

The order's items are fulfilled.

PARTIALLY_SHIPPED

PARTIALLY_SHIPPED = "partially_shipped"

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

SHIPPED

SHIPPED = "shipped"

The order's items are shipped.

PARTIALLY_RETURNED

PARTIALLY_RETURNED = "partially_returned"

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

RETURNED

RETURNED = "returned"

The order's items are returned.

CANCELED

CANCELED = "canceled"

The order's fulfillments are canceled.

REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

The order's fulfillment requires action.

Was this section helpful?