--- title: FulfillmentOrderSplitResult - GraphQL Admin description: The result of splitting a fulfillment order. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrderSplitResult md: https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrderSplitResult.md --- # Fulfillment​Order​Split​Result object Requires `read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope or `read_third_party_fulfillment_orders` access scope. The result of splitting a fulfillment order. ## Fields * fulfillment​Order [Fulfillment​Order!](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) non-null The original fulfillment order as a result of the split. * remaining​Fulfillment​Order [Fulfillment​Order!](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) non-null The remaining fulfillment order as a result of the split. * replacement​Fulfillment​Order [Fulfillment​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) The replacement fulfillment order if the original fulfillment order wasn't in a state to be split. *** ## Map No referencing types *** ## Mutations * [fulfillment​Order​Split](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrderSplit) mutation Splits a fulfillment order or orders based on line item inputs and quantities. *** ## <\~> FulfillmentOrderSplitResult Mutations ### Mutated by * <\~>[fulfillment​Order​Split](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrderSplit)