Merges a set or multiple sets of fulfillment orders together into one based on
line item inputs and quantities.
Access Scopes
`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.
Arguments
fulfillmentOrderMergeInputs:
FulfillmentOrderMergeInput! -
One or more sets of fulfillment orders to be merged.
Returns
fulfillmentOrderMerges:
FulfillmentOrderMergeResult
The result of the fulfillment order merges.
userErrors:
FulfillmentOrderMergeUserError!
The list of errors that occurred from executing the mutation.