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.

The original fulfillment order as a result of the split.

Anchor to remainingFulfillmentOrderremainingFulfillmentOrder

The remaining fulfillment order as a result of the split.

Anchor to replacementFulfillmentOrderreplacementFulfillmentOrder

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

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


Fields

Anchor to fulfillmentOrderSplitsfulfillmentOrderSplits

The result of the fulfillment order splits.

The list of errors that occurred from executing the mutation.


Was this section helpful?