Skip to main content
Anchor to FulfillmentOrderSplitResult

FulfillmentOrderSplitResult

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 splitting a fulfillment order.

FulfillmentOrder!non-null

The original fulfillment order as a result of the split.

Anchor to remainingFulfillmentOrderremainingFulfillmentOrder
FulfillmentOrder!non-null

The remaining fulfillment order as a result of the split.

Anchor to replacementFulfillmentOrderreplacementFulfillmentOrder
FulfillmentOrder

The replacement fulfillment order if the original fulfillment order wasn't in a state to be split.


Was this section helpful?

mutation

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

Arguments

Anchor to fulfillmentOrderSplitsfulfillmentOrderSplits
[FulfillmentOrderSplitInput!]!required

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


Fields

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?