Skip to main content

Enumeration: FulfillmentStatus

internal.FulfillmentStatus

Enumeration Members

CANCELED

CANCELED = "canceled"

Defined in

medusa/dist/models/order.d.ts:36


FULFILLED

FULFILLED = "fulfilled"

Defined in

medusa/dist/models/order.d.ts:31


NOT_FULFILLED

NOT_FULFILLED = "not_fulfilled"

Defined in

medusa/dist/models/order.d.ts:29


PARTIALLY_FULFILLED

PARTIALLY_FULFILLED = "partially_fulfilled"

Defined in

medusa/dist/models/order.d.ts:30


PARTIALLY_RETURNED

PARTIALLY_RETURNED = "partially_returned"

Defined in

medusa/dist/models/order.d.ts:34


PARTIALLY_SHIPPED

PARTIALLY_SHIPPED = "partially_shipped"

Defined in

medusa/dist/models/order.d.ts:32


REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

Defined in

medusa/dist/models/order.d.ts:37


RETURNED

RETURNED = "returned"

Defined in

medusa/dist/models/order.d.ts:35


SHIPPED

SHIPPED = "shipped"

Defined in

medusa/dist/models/order.d.ts:33

Was this page helpful?