Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderSplitResult
The result of splitting a fulfillment order.
Signature:
export interface FulfillmentOrderSplitResult
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fulfillmentOrder | FulfillmentOrder | The original fulfillment order as a result of the split. | |
| remainingFulfillmentOrder | FulfillmentOrder | The remaining fulfillment order as a result of the split. | |
| replacementFulfillmentOrder? | Maybe<FulfillmentOrder> | (Optional) The replacement fulfillment order if the original fulfillment order wasn’t in a state to be split. |