Skip to main content

Packed

Description - Notification sent when an shipment state is changed to PACKED.

EventStructure

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

Example

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