# FulfillmentOrderHoldPayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `fulfillmentOrderHold` mutation. ### Access Scopes ## Fields * [fulfillmentHold](/docs/api/admin-graphql/2024-10/objects/FulfillmentHold): FulfillmentHold - The fulfillment hold created for the fulfillment order. Null if no hold was created. * [fulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder - The fulfillment order on which a fulfillment hold was applied. * [remainingFulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder - The remaining fulfillment order containing the line items to which the hold wasn't applied, if specific line items were specified to be placed on hold. * [userErrors](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrderHoldUserError): FulfillmentOrderHoldUserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [fulfillmentOrderHold](/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderHold) ## Examples