DHL Freight Additional Service API Virtual Sandbox
Retrieve and validate additional service options for DHL Freight shipments.
The DHL Freight Additional Service API allows developers to query available additional services for specific products and validate service requirements. It provides endpoints to fetch service lists based on product IDs and verify the validity of selected service configurations for freight shipments.
Use this hosted sandbox to simulate DHL Freight Additional Service API 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 freight service availability, test product-specific service mapping, verify payload structures for additional service requests, and simulate validation results for shipment configurations before integrating with DHL production freight systems.
ADDITIONALSERVICE(2 operations)
GET
| Query Parameter Name | Example |
|---|---|
fromCountryCode | DE |
toCountryCode | FR |
payerCode | DAP |
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.POST
| Query Parameter Name | Example |
|---|---|
fromCountryCode | DE |
toCountryCode | FR |
payerCode | DAP |
{
"doorstepDelivery": true,
"insurance": true
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.dhlfreightlogisticsshippingsupply-chain