DHL Transit Time Finder Virtual Sandbox
Calculate delivery dates for Blue Dart services based on origin, destination, and pickup details.
The Transit Time Finder API allows developers to retrieve accurate delivery estimates for Blue Dart shipments. By providing the service product code, origin and destination pin codes, and the scheduled pickup date and time, the API returns the expected delivery timeline, enabling better logistics planning and customer expectation management.
Use cases:
Use this sandbox to validate transit time calculation requests, test various pin code combinations, verify product-specific delivery windows, and handle error responses for invalid service codes or unreachable destination pin codes before integrating with the Blue Dart production gateway.
Get Domestic Transit-Time For Pin-Code and Product
{
"pPinCodeFrom": "400012",
"pPinCodeTo": "400099",
"pProductCode": "A",
"pSubProductCode": "P",
"pPudate": "/Date(1653571901000)/",
"pPickupTime": 960,
"profile": {
"Api_type": "S",
"LicenceKey": "APIKEY",
"LoginID": "APIID"
}
}{
"GetDomesticTransitTimeForPinCodeandProductResult": {
"AdditionalDays": 0,
"ApexAdditionalDays": 0,
"Area": "BOM",
"CityDesc_Destination": "MUMBAI",
"CityDesc_Origin": "MUMBAI",
"EDLMessage": "N",
"ErrorMessage": "Valid",
"ExpectedDateDelivery": "27-MAY-22",
"ExpectedDatePOD": "27-MAY-22",
"GroundAdditionalDays": 0,
"IsError": false,
"ServiceCenter": "ADR"
}
}