curl --location 'https://api.dev.ordermesh.io/shipment/v1/vendor/shipments/details' \
--header 'Content-Type: application/json' \
--data '{
"shipmentIds": [
"d8f51b34-3c03-4f7c-b3ff-1e49a159e851",
"a1f0a9cc-f66c-447f-b770-9b4884e9f02d"
]
}'{
"bulk": [
{
"status": 200,
"response": {
"success": true,
"message": "Shipment was successfully rerouted"
}
}
]
}