# fulfillmentOrdersReleaseHolds - admin-graphql - MUTATION Version: 2024-07 ## Description Releases the fulfillment holds on a list of fulfillment orders. ### Access Scopes `write_merchant_managed_fulfillment_orders` access scope, `write_third_party_fulfillment_orders` access scope or `write_marketplace_fulfillment_orders` access scope. Also: The user must have fulfill_and_ship_orders permission. ## Arguments * [externalId](/docs/api/admin-graphql/2024-07/scalars/String): String - A configurable ID used to track the automation system releasing these holds. * [ids](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The IDs of the fulfillment orders for which to release the fulfillment holds. ## Returns * [job](/docs/api/admin-graphql/2024-07/objects/Job): Job The asynchronous job that will release the fulfillment holds. * [userErrors](/docs/api/admin-graphql/2024-07/objects/FulfillmentOrdersReleaseHoldsUserError): FulfillmentOrdersReleaseHoldsUserError! The list of errors that occurred from executing the mutation. ## Examples