# FulfillmentOrderSplitResult - admin-graphql - OBJECT Version: 2024-10 ## Description The result of splitting a fulfillment order. ### Access Scopes `read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope or `read_third_party_fulfillment_orders` access scope. ## Fields * [fulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder! - The original fulfillment order as a result of the split. * [remainingFulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder! - The remaining fulfillment order as a result of the split. * [replacementFulfillmentOrder](/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder): FulfillmentOrder - The replacement fulfillment order if the original fulfillment order wasn't in a state to be split. ## Connections ## Related queries ## Related mutations * [fulfillmentOrderSplit](/docs/api/admin-graphql/2024-10/mutations/fulfillmentOrderSplit) Splits a fulfillment order or orders based on line item inputs and quantities. ## Related Unions ## Examples