# Fulfillment Holds Now Able To Be Released by ID — Shopify developer changelog --- ## Fulfillment Holds Now Able To Be Released by ID As of the GraphQL Admin API version 2024-10, a `id` field is being added to the `FulfillmentHold` GraphQL object. As of the GraphQL Admin API version 2024-10, an optional `holdIds` argument is being added to the [fulfillmentOrderReleaseHold](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderReleaseHold) mutation. This will give apps the ability to release a hold by ID, ensuring that only the intended hold is released. **It is highly recommended that apps supply the ids of any holds when releasing them**. Releasing all holds on a fulfillment order will result in the fulfillment order being released prematurely and items being incorrectly fulfilled. *Published: September 13, 2024* Tags: API, New Link: https://shopify.dev/changelog/fulfillment-holds-now-able-to-be-released-by-id ---