Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderAssignmentStatus
The assigment status to be used to filter fulfillment orders.
Signature:
export declare enum FulfillmentOrderAssignmentStatus
| Member | Value | Description |
|---|---|---|
| CancellationRequested | "CANCELLATION_REQUESTED" |
Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request. |
| FulfillmentAccepted | "FULFILLMENT_ACCEPTED" |
Fulfillment orders for which the merchant’s fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items. |
| FulfillmentRequested | "FULFILLMENT_REQUESTED" |
Fulfillment orders for which the merchant has requested fulfillment. |