Track Order Updates by AWB(s)
GET/auth/api/v1/awb/track-order-updates/
Use this endpoint to retrieve real-time tracking updates for one or more shipments using their AWB (Air Waybill) numbers. Partners can use this to check the latest status of orders either individually or in bulk.
Usage Notes:
- To track a single shipment, pass a single AWB number in the
cp_awb
query parameter. - To track multiple shipments, pass multiple AWB numbers as a comma-separated string (e.g.,
?cp_awb=AWB123,AWB456,...
). - Due to URL length limitations, it's recommended to keep the number of AWBs under 50 per request.
- For higher volumes, consider breaking the request into smaller batches.
info
If one or more of the provided AWBs are invalid, the system will ignore the invalid ones and return updates only for the valid AWBs. However, if all AWBs are invalid, the request will return an error response.
Request
Responses
- 200
- 401
- 403
Authentication credentials were not provided
Invalid CP AWBs