Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderMerchantRequestKind
The kinds of request merchants can make to a fulfillment service.
Signature:
export declare enum FulfillmentOrderMerchantRequestKind
| Member | Value | Description |
|---|---|---|
| CancellationRequest | "CANCELLATION_REQUEST" |
The merchant requests cancellation of an IN_PROGRESS fulfillment order. |
| FulfillmentRequest | "FULFILLMENT_REQUEST" |
The merchant requests fulfillment for an OPEN fulfillment order. |