Rate (requests per second) | Burst |
---|---|
1 | 1 |
curl --location -g --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/shipping/v1/tracking/{{SUCCESS}}'
{
"trackingId": "89108749065090",
"eventHistory": [
{
"eventCode": "Delivered",
"location": {
"city": "San Bernardino",
"countryCode": "US",
"stateOrRegion": "CA",
"postalCode": "92404"
},
"eventTime": "2019-04-04T06:45:12Z"
}
],
"promisedDeliveryDate": "2019-04-04T07:05:06Z",
"summary": {
"status": "Delivered"
}
}