stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderHoldInput

AdminTypes.FulfillmentOrderHoldInput interface

The input fields for the fulfillment hold applied on the fulfillment order.

Signature:

export interface FulfillmentOrderHoldInput 

Properties

Property Modifiers Type Description
externalId?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) A configurable ID used to track the automation system releasing these holds.
fulfillmentOrderLineItems?   InputMaybe<Array<FulfillmentOrderLineItemInput>> (Optional) The fulfillment order line items to be placed on hold. If left blank, all line items of the fulfillment order are placed on hold.
notifyMerchant?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Whether the merchant receives a notification about the fulfillment hold. The default value is false.
reason   FulfillmentHoldReason | `${FulfillmentHoldReason}` The reason for the fulfillment hold.
reasonNotes?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) Additional information about the fulfillment hold reason.