Get BlueDart Domestic Transit Time
bluedart_get_transit_timeCalculate transit time and expected delivery date for shipments between Indian pincodes using origin, destination, and optional pickup details.
Instructions
Estimate the expected delivery date for a shipment between two Indian pincodes via POST /transit/v1/GetDomesticTransitTimeForPinCodeandProduct. Read-only; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin_pincode | Yes | Pickup pincode | |
| destination_pincode | Yes | Delivery pincode | |
| product_code | No | BlueDart product code (default 'A'). | A |
| sub_product_code | No | Sub-product code: 'P' for prepaid, 'C' for COD, etc. | P |
| pickup_date | No | Pickup date as ISO-8601 (e.g. '2026-04-19'). Defaults to today. | |
| pickup_time | No | Pickup time as HH:MM (24h). | 16:00 |