FulfillmentOrdersReroute
Route the fulfillment orders to an alternative location, according to the shop's order routing settings.
Input
| Name | Type | Required | Description |
| FulfillmentOrderIds | String | True | A comma separated list of IDs of the fulfillment orders to be rerouted. |
| ExcludedLocationIds | String | False | A comma separated list of IDs of the locations to exclude for rerouting. |
| IncludedLocationIds | String | False | A comma separated list of the locations to include for rerouting. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| MovedFulfillmentOrderId | String | The id of the moved fulfillment order. |