Get information about a parcel, including its current status and recent tracking events, using its tracking number
Bearer Authentication using a Bearer token
Parcel tracking number The tracking number of a parcel
1 - 255OK
This object contains the parcel and its associated tracking numbers
The timestamp of when the parcel was announced to the carrier (label was created)
The timestamp of when the parcel was created in the system
{
"brand_id": 123,
"expected_delivery_date": "2025-01-04",
"integration_id": 456,
"is_mail_box": false,
"is_return": false,
"is_to_service_point": false
}Parcel Tracking Address object
An external identifier that clients can provide to link the parcel with the corresponding record in their own system
Parcel Tracking Address object
The timestamp of when the parcel was last updated in the system. Only altered by updates on announced_at, contract, and source_id
List of items / products that the parcel contains
Ship using a shipping option code. The shipping option code is required.
{
"type": "shipping_option_code",
"properties": {
"shipping_option_code": "postnl:standard/insured=3000",
"contract_id": 517,
"user_shipping_method_name": "Express Delivery",
"user_shipping_method_id": "express-001"
}
}