Skip to main content
Anchor to FulfillmentOrderSplitPayload

FulfillmentOrderSplitPayload

payload

Return type for fulfillmentOrderSplit mutation.

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?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Arguments

Anchor to fulfillmentOrderSplitsfulfillmentOrderSplits
•[FulfillmentOrderSplitInput!]!
required

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



Was this section helpful?