curl --location --request POST 'https://api.dev.ordermesh.io/v1/reroute/bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
"bulk": [
{
"shipmentId": "d8f51b34-3c03-4f7c-b3ff-1e49a159e851",
"facilityId": "a1f0a9cc-f66c-447f-b770-9b4884e9f02d",
"reason": null,
"orderItems": null
}
]
}'{
"bulk": [
{
"status": 200,
"response": {
"success": true,
"message": "Shipment was successfully rerouted"
}
}
]
}