--- title: FulfillmentOrderHoldInput - GraphQL Admin description: The input fields for the fulfillment hold applied on the fulfillment order. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderHoldInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderHoldInput.txt --- # Fulfillment​Order​Hold​Input input\_object The input fields for the fulfillment hold applied on the fulfillment order. ## Fields * external​Id [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) A configurable ID used to track the automation system releasing these holds. * fulfillment​Order​Line​Items [\[Fulfillment​Order​Line​Item​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderLineItemInput) Default:\[] The fulfillment order line items to be placed on hold. If left blank, all line items of the fulfillment order are placed on hold. * notify​Merchant [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) Default:false Whether the merchant receives a notification about the fulfillment hold. The default value is `false`. * reason [Fulfillment​Hold​Reason!](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/FulfillmentHoldReason) non-null The reason for the fulfillment hold. * reason​Notes [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) Additional information about the fulfillment hold reason. *** ## Mutations using this input * [fulfillment​Order​Hold.​fulfillment​Hold](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderHold#argument-fulfillmentHold) MUTATION *** ## Map ### Mutations using this input * <\~>[fulfillment​Order​Hold.fulfillmentHold](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderHold#argument-fulfillmentHold)