Represents a tracking event reported by a logistics partner for a shipment.
Properties
| Property | Type | Required | Description |
|---|
| EventCode | string | Yes | The code representing the specific tracking event (e.g., PICKEDUP, ARRIVED, DEPARTED). |
| EventTime | string | Yes | The local time with timezone offset when the event occurred in ISO 8601 format. e.g. 2026-06-15T21:00:00-07:00 |
| Location | Location | Yes | The location where the event occurred. |
Location Object
| Property | Type | Required | Description |
|---|
| PostCode | string | Yes | The postal code of the location. |
| CountryCode | string | Yes | The ISO 3166-1 alpha-2 country code of the location. |