Delivered
Description - Notification sent when a shipment is delivered to the buyer.
EventStructure
{
"shipmentId": "",
"eventType": "shipment_delivered",
"source": "flipkart",
"timestamp": ISO time string,
"attributes": {
"status": "DELIVERED"
}
}
Parameter Name | Description |
---|---|
status | Possible value - DELIVERED |
Example
{
"eventType": "shipment_delivered",
"source": "flipkart",
"version": "v3",
"timestamp": "2017-04-10T23:16:06+05:30",
"attributes": {
"status": "DELIVERED"
},
"shipmentId": "d133588f-b0ac-443b-99b4-7ac8648a0f89"
}