fulfillmentOrdersReleaseHolds
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.
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.
Anchor to FulfillmentOrdersReleaseHoldsPayload returnsFulfillmentOrdersReleaseHoldsPayload returns
- •
The asynchronous job that will release the fulfillment holds.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Mutation Reference
Input
{
"externalId": "<your-externalId>",
"ids": [
"gid://shopify/<objectName>/10079785100"
]
}