Retrieve tracking information for a parcel
Get information about a parcel, including its current status and recent tracking events, using its tracking number
Documentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
Parcel tracking number The tracking number of a parcel
1 - 255Response
OK
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.
- Ship With Shipping Option Code Object
- Ship With Contract Object
{
"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"
}
}