Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderRejectionReason
The reason for a fulfillment order rejection.
Signature:
export declare enum FulfillmentOrderRejectionReason
Member | Value | Description |
---|---|---|
IncorrectAddress | "INCORRECT_ADDRESS" |
The fulfillment order was rejected because of an incorrect address. |
IneligibleProduct | "INELIGIBLE_PRODUCT" |
The fulfillment order was rejected because of an ineligible product. |
InventoryOutOfStock | "INVENTORY_OUT_OF_STOCK" |
The fulfillment order was rejected because inventory is out of stock. |
Other | "OTHER" |
The fulfillment order was rejected for another reason. |
UndeliverableDestination | "UNDELIVERABLE_DESTINATION" |
The fulfillment order was rejected because of an undeliverable destination. |