Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentHoldReason
The reason for a fulfillment hold.
Signature:
export declare enum FulfillmentHoldReason
| Member | Value | Description |
|---|---|---|
| AwaitingPayment | "AWAITING_PAYMENT" |
The fulfillment hold is applied because payment is pending. |
| HighRiskOfFraud | "HIGH_RISK_OF_FRAUD" |
The fulfillment hold is applied because of a high risk of fraud. |
| IncorrectAddress | "INCORRECT_ADDRESS" |
The fulfillment hold is applied because of an incorrect address. |
| InventoryOutOfStock | "INVENTORY_OUT_OF_STOCK" |
The fulfillment hold is applied because inventory is out of stock. |
| OnlineStorePostPurchaseCrossSell | "ONLINE_STORE_POST_PURCHASE_CROSS_SELL" |
The fulfillment hold is applied because of a post purchase upsell offer. |
| Other | "OTHER" |
The fulfillment hold is applied for another reason. |
| UnknownDeliveryDate | "UNKNOWN_DELIVERY_DATE" |
The fulfillment hold is applied because of an unknown delivery date. |