Anchor to fulfillmentOrdersReleaseHoldsfulfillment
fulfillment Orders Release Holds
mutationDeprecated
Requires access scope,
access scope or
access scope. Also: The user must have fulfill_and_ship_orders permission.
Releases the fulfillment holds on a list of fulfillment orders. This mutation is deprecated and will be removed in the 2024-10 API version. Consider using the fulfillmentOrderReleaseHold mutation instead.
Anchor to Arguments
Arguments
- Anchor to externalIdexternal•
Id A configurable ID used to track the automation system releasing these holds.
- •[ID!]!required
The IDs of the fulfillment orders for which to release the fulfillment holds.
Was this section helpful?
- •
The asynchronous job that will release the fulfillment holds.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
1mutation fulfillmentOrdersReleaseHolds($externalId: String, $ids: [ID!]!) {2 fulfillmentOrdersReleaseHolds(externalId: $externalId, ids: $ids) {3 job {4 # Job fields5 }6 userErrors {7 field8 message9 }10 }11}
Input
1{2 "externalId": "<your-externalId>",3 "ids": [4 "gid://shopify/<objectName>/10079785100"5 ]6}
{
"externalId": "<your-externalId>",
"ids": [
"gid://shopify/<objectName>/10079785100"
]
}