Skip to main content
Anchor to FulfillmentOrderReleaseHoldUserError

FulfillmentOrderReleaseHoldUserError

object

An error that occurs during the execution of FulfillmentOrderReleaseHold.

•FulfillmentOrderReleaseHoldUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•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?


Was this section helpful?