Anchor to FulfillmentOrdersRerouteUserErrorFulfillment
objectFulfillment Orders Reroute User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Fulfillment
Orders Reroute User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •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.
- Anchor to excludedLocationIdsexcluded•[ID!]
Location Ids 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.
- Anchor to fulfillmentOrderIdsfulfillment•[ID!]!required
Order Ids The list of IDs of the fulfillment orders.
- Anchor to includedLocationIdsincluded•[ID!]
Location Ids The list of IDs of the locations to include for rerouting. By default, all locations are included.
Arguments
- Anchor to movedFulfillmentOrdersmoved•[Fulfillment
Fulfillment Orders Order!] The fulfillment orders which contains the moved line items.
- Anchor to userErrorsuser•[Fulfillment
Errors Orders Reroute User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?