Dispatch Dates Changed
Description - Notification sent when there is a change in the shipment dispatch dates.
EventStructure
{
"shipmentId": "",
"eventType": "shipment_dispatch_dates_changed",
"source": "flipkart",
"timestamp": ISO time string,
"attributes": {
"dispatchAfterDate": "" //New dispatch after date
"dispatchByDate": "" //New dispatch by date
}
}
Parameter Name | Description |
---|---|
dispatchAfterDate | The new date of dispatch. ISO time string |
dispatchByDate | The new date of dispatch. ISO time string |
Example
{
"eventType": "shipment_dispatch_dates_changed",
"source": "flipkart",
"version": "v3",
"timestamp": "2017-03-28T18:03:01+05:30",
"attributes": {
"dispatchAfterDate": "2017-03-27T23:59:59.000+05:30",
"dispatchByDate": "2017-03-28T23:59:59.000+05:30"
},
"shipmentId": "d133588f-b0ac-443b-99b4-7ac8648a0f89"
}