# FulfillmentOrderSplitInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for the split applied to the fulfillment order. ### Access Scopes ## Fields * [fulfillmentOrderId](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The ID of the fulfillment order to be split. * [fulfillmentOrderLineItems](/docs/api/admin-graphql/2024-07/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-07/mutations/fulfillmentOrderSplit) ## Examples