# FulfillmentOrderSplitInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the split applied to the fulfillment order. ### Access Scopes ## Fields * [fulfillmentOrderId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the fulfillment order to be split. * [fulfillmentOrderLineItems](/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderLineItemInput): FulfillmentOrderLineItemInput! - The fulfillment order line items to be split out. ## Input objects with this input object * [fulfillmentOrderSplit](/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderSplit) ## Examples