Package tracking API retrieves the package details and the current status of the package. The package / order can be one of the following types: Pre-paid (delivery of a package for which payment has already been made), COD (delivery of a package for which cash needs to be collected), Pickup (pickup of a package from customer's address and delivering it to client warehouse)
Order Tracking can be done by either of the two ways, either, using Pull API or Push API
- Pull API is a get call to the tracking API, which returns all the details of the scans on the package in the response.Only 750 requests per 5 minute per IP is allowed in this API
- Push API is a post call, where the client needs to provide open endpoint URL where we will configure the respective client configuration and push every scan in a default format.
Test Environment URL
https://staging-express.delhivery.com/api/v1/packages/
Production Environment URL
https://track.delhivery.com/api/v1/packages/