Skip to main content
Anchor to FulfillmentOrderMergeResult

FulfillmentOrderMergeResult

object

Requires read_assigned_fulfillment_orders access scope, read_merchant_managed_fulfillment_orders access scope or read_third_party_fulfillment_orders access scope.

The result of merging a set of fulfillment orders.

FulfillmentOrder!non-null

The new fulfillment order as a result of the merge.


Was this section helpful?

mutation

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

Arguments

Anchor to fulfillmentOrderMergeInputsfulfillmentOrderMergeInputs
[FulfillmentOrderMergeInput!]!required

One or more sets of fulfillment orders to be merged.


Fields

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?