--- title: FulfillmentOrderMergeResult - GraphQL Admin description: The result of merging a set of fulfillment orders. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrderMergeResult md: https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrderMergeResult.md --- # Fulfillment​Order​Merge​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 merging a set of fulfillment orders. ## Fields * fulfillment​Order [Fulfillment​Order!](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) non-null The new fulfillment order as a result of the merge. *** ## Map No referencing types *** ## Mutations * [fulfillment​Order​Merge](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrderMerge) mutation Merges a set or multiple sets of fulfillment orders together into one based on line item inputs and quantities. *** ## <\~> FulfillmentOrderMergeResult Mutations ### Mutated by * <\~>[fulfillment​Order​Merge](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrderMerge)