--- title: FulfillmentOrdersReroutePayload - GraphQL Admin description: Return type for `fulfillmentOrdersReroute` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/fulfillmentordersreroutepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/fulfillmentordersreroutepayload.md --- # Fulfillment​Orders​Reroute​Payload payload Return type for `fulfillmentOrdersReroute` mutation. ## Fields * moved​Fulfillment​Orders [\[Fulfillment​Order!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder) The fulfillment orders which contains the moved line items. * user​Errors [\[Fulfillment​Orders​Reroute​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrdersRerouteUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [fulfillment​Orders​Reroute](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentOrdersReroute) mutation 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. *** ## Map ### Mutations with this payload * [fulfillment​Orders​Reroute](https://shopify.dev/docs/api/admin-graphql/latest/types/fulfillmentOrdersReroute)