Tags:
- Admin GraphQL API
- 2024-10
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 GraphQL object.
As of the GraphQL Admin API version 2024-10, an optional 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?