# FulfillmentOrderHoldInput - admin-graphql - INPUT_OBJECT Version: 2024-04 ## Description The input fields for the fulfillment hold applied on the fulfillment order. ### Access Scopes ## Fields * [externalId](/docs/api/admin-graphql/2024-04/scalars/String): String - A configurable ID used to track the automation system releasing these holds. * [fulfillmentOrderLineItems](/docs/api/admin-graphql/2024-04/input-objects/FulfillmentOrderLineItemInput): FulfillmentOrderLineItemInput - 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](/docs/api/admin-graphql/2024-04/scalars/Boolean): Boolean - Whether the merchant receives a notification about the fulfillment hold. The default value is `false`. * [reason](/docs/api/admin-graphql/2024-04/enums/FulfillmentHoldReason): FulfillmentHoldReason! - The reason for the fulfillment hold. * [reasonNotes](/docs/api/admin-graphql/2024-04/scalars/String): String - Additional information about the fulfillment hold reason. ## Input objects with this input object * [fulfillmentOrderHold](/docs/api/admin-graphql/2024-04/mutations/fulfillmentOrderHold) ## Examples