Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderSplitInput
The input fields for the split applied to the fulfillment order.
Signature:
export interface FulfillmentOrderSplitInput
Property | Modifiers | Type | Description |
---|---|---|---|
fulfillmentOrderId | Scalars[‘ID’][‘input’] | The ID of the fulfillment order to be split. | |
fulfillmentOrderLineItems | Array<FulfillmentOrderLineItemInput> | The fulfillment order line items to be split out. |