Unhold
Description - Notification sent after a shipment , which was flagged as Hold, is released for further processing after making relevant verifications.
EventStructure
{
"shipmentId": "",
"eventType": "shipment_unhold",
"source": "flipkart",
"timestamp": ISO time string,
"attributes": {
"status": "APPROVED"
}
}
Parameter Name | Description |
---|---|
status | Possible value - APPROVED , PACKED |
Example
{
"eventType": "shipment_unhold",
"source": "flipkart",
"version": "v3",
"timestamp": "2017-03-28T18:03:01+05:30",
"attributes": {
"status": "PACKED"
},
"shipmentId": "d133588f-b0ac-443b-99b4-7ac8648a0f89"
}