# FulfillmentOrderHoldPayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `fulfillmentOrderHold` mutation. ### Access Scopes ## Fields * [fulfillmentOrder](/docs/api/admin-graphql/2024-07/objects/FulfillmentOrder): FulfillmentOrder - The fulfillment order on which a fulfillment hold was applied. * [remainingFulfillmentOrder](/docs/api/admin-graphql/2024-07/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-07/objects/FulfillmentOrderHoldUserError): FulfillmentOrderHoldUserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [fulfillmentOrderHold](/docs/api/admin-graphql/2024-07/mutations/fulfillmentOrderHold) ## Examples