ShippingTracking
Returns tracking information for a purchased shipment.
Columns
Name | Type | References | Description |
TrackingId [KEY] | String | A carrier-generated tracking identifier originally returned by the purchaseShipment operation. | |
CarrierId | String | A carrier identifier originally returned by the getRates operation for the selected rate. | |
AlternateLegTrackingId | String | The carrier generated reverse identifier for a returned package in a purchased shipment. | |
PromisedDeliveryDate | Datetime | The date and time by which the shipment is promised to be delivered. | |
SummaryStatus | String | A package status summary. | |
EventCode | String | The tracking event type. | |
EventTime | Datetime | The ISO 8601 formatted timestamp of the event. | |
City | String | The city or town where the event is located. | |
CountryCode | String | The two digit country code. Follows ISO 3166-1 alpha-2 format. | |
PostalCode | String | The postal code of that address. It contains a series of letters or digits or both, sometimes including spaces or punctuation. | |
StateOrRegion | String | The state, county or region where the event is located. | |
ShippingBusinessId | String | Amazon shipping business to assume for this request. The default is AmazonShipping_UK. Refer X-amzn-shipping-business-id for other marketplaces. |