Get shipment tracking
Shipments
Get shipment tracking
Return the current tracking state for a shipment, including the carrier’s raw tracking payload when available.
- For KiriminAja Express shipments, calls
trackOrderExpressand returns the carrier histories underproviderTracking. - For RideBlitz shipments with an
awb, callsgetOrderDetailsand returns the response underproviderTracking. - For shipments not yet booked,
providerTrackingisnulland only the local fields (shippingStatus,awb,trackingUrl,driver) are returned.
For near-real-time updates prefer subscribing to webhook events (shipment.booked, shipment.updated, shipment.cancelled).
GET
Get shipment tracking
Authorizations
API key for authentication. Create one in Settings > Developer. The key must have the BITCRM product scope and an orders resource scope; required action depends on the endpoint (READ, WRITE, or DELETE).
Path Parameters
Response
Tracking payload.

