Skip to main content
Anchor to fulfillmentOrderMerge

fulfillmentOrderMerge

mutation

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

Merges a set or multiple sets of fulfillment orders together into one based on line item inputs and quantities.

Anchor to fulfillmentOrderMergeInputsfulfillmentOrderMergeInputs
[FulfillmentOrderMergeInput!]!required

One or more sets of fulfillment orders to be merged.


Was this section helpful?

Anchor to FulfillmentOrderMergePayload returnsFulfillmentOrderMergePayload returns

Anchor to fulfillmentOrderMergesfulfillmentOrderMerges
[FulfillmentOrderMergeResult!]

The result of the fulfillment order merges.

[FulfillmentOrderMergeUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?