Skip to main content
Anchor to FulfillmentOrdersRerouteUserError

FulfillmentOrdersRerouteUserError

object

An error that occurs during the execution of FulfillmentOrdersReroute.

•FulfillmentOrdersRerouteUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•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.

Arguments

•[ID!]

The list of IDs of the locations to exclude for rerouting. Excluded locations specified here take precedence over included locations provided through included_location_ids.

•[ID!]!required

The list of IDs of the fulfillment orders.

•[ID!]

The list of IDs of the locations to include for rerouting. By default, all locations are included.


Fields

Anchor to movedFulfillmentOrdersmovedFulfillmentOrders
•[FulfillmentOrder!]

The fulfillment orders which contains the moved line items.

•[FulfillmentOrdersRerouteUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?