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 FulfillmentOrder objects by moving the specified LineItem objects and quantities into a new fulfillment order.

If the original fulfillment order can't be split due to its current state, then the mutation creates a replacement fulfillment order instead.

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?