Order Event History
This API section deals with order event history related informations.
Status history of an Order
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "PASS",
"message": [
{
"status": "Pending",
"time": "2022-03-18T14:53:30.946679+05:30",
"location": {},
"address": ""
},
{
"status": "Out-For-Delivery",
"time": "2022-03-18T18:53:30.946679+05:30",
"location": {},
"address": ""
},
{
"status": "Delivered",
"time": "2022-03-18T20:53:30.946679+05:30",
"location": {},
"address": "007, Sethu Rao Rd, Old Tharagupet, K.R. Market, Chickpet, Bengaluru, Karnataka 560002, India"
}
]
}Last updated
Was this helpful?