Checkpoint object
Description of all the Checkpoint object's values and their types - Package checkpoint.
| Property | Type | Description |
|---|---|---|
| id | String | null | Unique checkpoint ID. Can be null in cases where it's a standard checkpoint stub when no checkpoints have been received from any delivery service |
| date | String | Date and time package was added. ISO 8601 |
| title | String | Checkpoint desciption |
| location | String | null | Package location at the time of checkpoint receipt from the delivery service |
| latitude | Decimal | null | The geographic latitude of the package's location at the time of checkpoint receipt from the delivery service |
| longitude | Decimal | null | The geographic longitude of the package's location at the time of checkpoint receipt from the delivery service |
| courier_id [1] | Int | ID of the delivery service currently delivering the package |
| courier [2] | Courier | Delivery service currently delivering the package |
Note:
1. The property will be present in the object only if a header to expand objects WAS NOT sent in the request
2. The property will be present in the object only if a header to expand objects WAS sent in the request