DHL Pickup Detail for Products Virtual Sandbox
API for registering and managing product pickup details for DHL eCommerce India.
The Pickup Detail for Products API enables developers to register pickups for shipments. It provides methods to retrieve product and sub-product details, facilitating the integration of logistics workflows within the Blue Dart infrastructure.
Use this hosted sandbox to simulate DHL Pickup Detail for Products APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate pickup registration requests, verify product and sub-product code mappings, test payload structures for shipment scheduling, and handle API response scenarios for successful or failed pickup bookings.
Get All Products And Sub-Products
POST
{
"profile": {
"Api_type": "S",
"LicenceKey": "APIKEY",
"LoginID": "APIID" }
}{
"GetAllProductsAndSubProductsResult": {
"ErrorMessage": null,
"IsError": false,
"ProductList": [
{
"ProductDescription": null,
"ProductName": "A",
"SubProducts": [
"Apex Laptop Box 10",
"TDD",
"Smart Box Mult",
"Smart Box 25",
"Smart Box 10",
"FOV",
"FOD",
"Express Pallete 75",
"Express Pallete 50",
"Express Pallete 100",
"EDL",
"Economy",
"E-Tailing",
"DOD",
"DC",
"DART PLUS",
"Critical Express"
]
},
{
"ProductDescription": null,
"ProductName": "D",
"SubProducts": [
"TDD",
"Rakhi Express Env",
"DP Critical Express",
"Diwali Express",
"Rakhi Express Box"
]
},
{
"ProductDescription": null,
"ProductName": "E",
"SubProducts": [
"Smart Box Mult",
"EDL",
"Express Pallete 100",
"SFC Laptop Box 10",
"Express Pallete 50",
"E-Tailing",
"Smart Box 10",
"DOD",
"FOV/DC",
"Smart Box 25",
"FOD",
"Express Pallete 75"
]
},
{
"ProductDescription": null,
"ProductName": "I",
"SubProducts": [
"DTP",
"Imp/EXP",
"E-Tailing",
"E-Tailing",
"E-Tailing",
"SII",
"Express Pallete",
"Express Easy 6",
"Express Easy 8"
]
}
]
}
}{
"status": 400,
"title": "Bad Request",
"detail": "Request validation error.Please check the request payload."
}{
"status": 401,
"title": "Unauthorized",
"detail": "Access to the resource is not allowed."
}dhllogisticsshippingpickupbluedart