Anchor to section titled 'undefined'

fulfillmentOrderReleaseHold
mutation

Requires write_merchant_managed_fulfillment_orders access scope, write_third_party_fulfillment_orders access scope or write_marketplace_fulfillment_orders access scope. Also: The user must have fulfill_and_ship_orders permission.

Releases the fulfillment hold on a fulfillment order.


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

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.

Anchor to id
id
required

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


Was this section helpful?

The fulfillment order on which the hold was released.

The list of errors that occurred from executing the mutation.


Was this section helpful?