post https://app.io.vtex.com//v///tracking
This endpoint is called by the hub to obtain the tracking events of a series of tracking numbers. This call's request updates the events of a list of tracking codes, for packages that are still pending delivery. The expected response is an object contaning the tracking information and the package's notification ID for every packageID
.
[
{
"trackingNumber": "BR000000000"
}
]
{
<trackingNumber>: {
"deliveredDate": Date,
"events": [
{
"city": string,
"date": Date,
"description": string,
"state": string
}
],
"hasReturnedToSender": bool,
"isDelivered": bool
}
}