Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentHold
A fulfillment hold currently applied on a fulfillment order.
Signature:
export interface FulfillmentHold
Property | Modifiers | Type | Description |
---|---|---|---|
heldBy? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the app or service that applied the fulfillment hold. | |
reason | FulfillmentHoldReason | `${FulfillmentHoldReason}` | The reason for the fulfillment hold. | |
reasonNotes? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Additional information about the fulfillment hold reason. |