Skip to main content
Anchor to fulfillmentOrderSplit

fulfillmentOrderSplit

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.

Splits a fulfillment order or orders based on line item inputs and quantities.

Anchor to fulfillmentOrderSplitsfulfillmentOrderSplits
[FulfillmentOrderSplitInput!]!required

The fulfillment orders, line items and quantities to be split into new fulfillment orders.


Was this section helpful?

Anchor to FulfillmentOrderSplitPayload returnsFulfillmentOrderSplitPayload returns

Anchor to fulfillmentOrderSplitsfulfillmentOrderSplits
[FulfillmentOrderSplitResult!]

The result of the fulfillment order splits.

[FulfillmentOrderSplitUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?