Skip to main content
Anchor to FulfillmentOrderReleaseHoldPayload

FulfillmentOrderReleaseHoldPayload

payload

Return type for fulfillmentOrderReleaseHold mutation.

•FulfillmentOrder

The fulfillment order on which the hold was released.

•[FulfillmentOrderReleaseHoldUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Releases the fulfillment hold on a fulfillment order.

Arguments

•ID!
required

The ID of the fulfillment order for which to release the fulfillment hold.

•[ID!]

The IDs of the fulfillment holds to release.

Holds will only be released if they belong to the fulfillment order specified by the id argument.

NOTE: If not supplied, all holds for the fulfillment order will be released. It is highly recommended that apps supply the ids of the holds that they intend to release. Releasing all holds on a fulfillment order will result in the fulfillment order being released prematurely and items being incorrectly fulfilled.

•String

A configurable ID used to track the automation system releasing this hold.



Was this section helpful?