Shipped
Description - Notification sent when a shipment is shipped to the delivery hub.
EventStructure
{
"shipmentId": "",
"eventType": "shipment_shipped",
"source": "flipkart",
"timestamp": ISO time string,
"attributes": {
"status": "SHIPPED"
}
}
Parameter Name | Description |
---|---|
status | Possible value - SHIPPED |
Example
{
"eventType": "shipment_shipped",
"source": "flipkart",
"version": "v3",
"timestamp": "2017-04-10T23:05:15+05:30",
"attributes": {
"status": "SHIPPED"
},
"shipmentId": "d133588f-b0ac-443b-99b4-7ac8648a0f89"
}