Tracking
Single Tracking
Get tracking information for a single parcel
GET
Retrieves the current status and optional history for a single parcel.Documentation Index
Fetch the complete documentation index at: https://docs.crbtrack.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The tracking number to look up (10-30 characters).
Query Parameters
Set to
true to include the full tracking history.Response
The tracking number
Current status code (e.g.,
IN_TRANSIT)Human-readable status name
Estimated delivery date (ISO 8601)
Tracking history events (if
includeHistory=true)Status Codes
| Status | Description |
|---|---|
ORDERED | Order created, awaiting label |
LABEL_GENERATED | Shipping label created |
MANIFEST_SUBMITTED | Added to manifest/AWB |
PICKED_UP | Collected by carrier |
CUSTOMS_CLEARANCE | Processing at customs |
IN_TRANSIT | On the way to destination |
OUT_FOR_DELIVERY | With delivery driver |
DELIVERED | Successfully delivered |
DELIVERY_FAILED | Delivery attempt unsuccessful |
RETURN_TO_SENDER | Being returned to sender |
VOIDED | Order cancelled |