Skip to main content

Ready To Dispatch

Description - Notification sent when an shipment is marked “Ready to Dispatch” by the seller.

EventStructure

{
"shipmentId": "",
"eventType": "shipment_ready_to_dispatch",
"source": "flipkart",
"timestamp": ISO time string,
"attributes": {
"status": "READY_TO_DISPATCH"
}
}
Parameter NameDescription
statusPossible value - READY_TO_DISPATCH

Example

{
"eventType": "shipment_ready_to_dispatch",
"source": "flipkart",
"version": "v3",
"timestamp": "2017-03-30T14:45:25+05:30",
"attributes": {
"status": "READY_TO_DISPATCH"
},
"shipmentId": "d133588f-b0ac-443b-99b4-7ac8648a0f89"
}