--- title: fulfillmentOrdersReroute - GraphQL Admin description: >- Route the fulfillment orders to an alternative location, according to the shop's order routing settings. This involves: * Finding an alternate location that can fulfill the fulfillment orders. * Assigning the fulfillment orders to the new location. api_version: 2026-01 api_name: admin type: mutation api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrdersReroute md: >- https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrdersReroute.md --- # fulfillment​Orders​Reroute mutation Requires `write_assigned_fulfillment_orders` access scope, `write_merchant_managed_fulfillment_orders` access scope or `write_third_party_fulfillment_orders` access scope. Also: The user must have the fulfill\_and\_ship\_orders permission or the calling API client must be Shopify POS. Route the fulfillment orders to an alternative location, according to the shop's order routing settings. This involves: * Finding an alternate location that can fulfill the fulfillment orders. * Assigning the fulfillment orders to the new location. ## Arguments * excludedLocationIds * fulfillmentOrderIds * includedLocationIds *** ## Fulfillment​Orders​Reroute​Payload returns * movedFulfillmentOrders * userErrors *** ## Examples * ### fulfillmentOrdersReroute reference