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

•String

A configurable ID used to track the automation system releasing this 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.

•ID!required

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


Fields

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


Was this section helpful?
OSZAR »