Skip to main content

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 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.

Was this section helpful?