stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderStatus

AdminTypes.FulfillmentOrderStatus enum

The status of a fulfillment order.

Signature:

export declare enum FulfillmentOrderStatus 

Enumeration Members

Member Value Description
Cancelled "CANCELLED" The fulfillment order has been cancelled by the merchant.
Closed "CLOSED" The fulfillment order has been completed and closed.
Incomplete "INCOMPLETE" The fulfillment order cannot be completed as requested.
InProgress "IN_PROGRESS" The fulfillment order is being processed.
OnHold "ON_HOLD" The fulfillment order is on hold. The fulfillment process can’t be initiated until the hold on the fulfillment order is released.
Open "OPEN" The fulfillment order is ready for fulfillment.
Scheduled "SCHEDULED" The fulfillment order is deferred and will be ready for fulfillment after the date and time specified in fulfill_at.