Get tracking status for a tracked shipment
Returns the current tracking status, event history, and any proof-of-delivery details for the given trackingId/carrierId pair.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
trackingId
Tracking identifier returned by purchaseShipment.
carrierId
Carrier identifier whose tracking is being requested.
Response
Tracking details returned successfully
payload
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error