Pickup Complete
Description - Notification sent when the shipment is picked up by the logistics team.
EventStructure
{
"shipmentId": "",
"eventType": "shipment_pickup_complete",
"source": "flipkart",
"timestamp": ISO time string,
"attributes": {
"status": "PICKUP_COMPLETE"
}
}
Parameter Name | Description |
---|---|
status | Possible value - PICKUP_COMPLETE |
Example
{
"eventType": "shipment_pickup_complete",
"source": "flipkart",
"version": "v3",
"timestamp": "2017-03-30T14:45:25+05:30",
"attributes": {
"status": "PICKUP_COMPLETE"
},
"shipmentId": "d133588f-b0ac-443b-99b4-7ac8648a0f89"
}