DHL Freight Price Quote Virtual Sandbox
Get gross price quotes for palletized road freight transport across Europe.
The DHL Freight Shipment Price Quote API allows business customers to retrieve gross price quotes for domestic and international palletized road freight transport orders over 35 kg. It provides a standardized way to calculate shipping costs for freight services across the European network.
Use this hosted sandbox to simulate DHL Freight Price Quote 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 price request payloads, handle weight and dimension constraints, test response mapping for gross pricing, and verify error handling for invalid shipping routes or unsupported freight configurations.
PriceQuote
POST
{
"eid": {
"password": "j6yHld8HxQLm",
"userName": "Mose.Thompson"
},
"ownSurCharge": {
"percentage": 3.79,
"value": 95.57
},
"shipment": {
"additionalServices": {
"after12Delivery": false,
"cashOnDelivery": {
"amount": 3949,
"currency": "KRW"
},
"dangerousGoods": false,
"dropOffByConsignor": true,
"fixedDeliveryDate": {
"date": "2026-09-02"
},
"highValueShipment": {
"currency": "WST",
"value": 7803.18
},
"insurance": {
"currency": "PYG",
"value": 1387.08
},
"preAdvice": true,
"priorityServiceP10": false,
"priorityServiceP12": false,
"sideLoadingPickup": false,
"sideUnloadingDelivery": false,
"tailLiftLoading": false,
"tailLiftUnloading": false,
"temperatureControlled": {
"max": 21.7,
"min": -4.3,
"type": "Cold"
},
"thermoCold": {},
"timeSlotBookingDelivery": false,
"timeSlotBookingPickup": false
},
"goodsValue": 47169.55,
"goodsValueCurrency": "GBP",
"parties": [
{
"address": {
"cityName": "Gislasonville",
"countryCode": "NF",
"postalCode": "11394",
"street": "35913 Homenick Junctions"
},
"id": "0",
"name": "Mosciski Inc",
"type": "Consignor"
}
],
"payerCode": {
"code": "EXW",
"location": "Gutkowskimouth"
},
"pieces": [
{
"height": 91,
"length": 267,
"loadingMeters": 0.93,
"numberOfPieces": 9,
"packageType": "DRM",
"stackable": true,
"volume": 2.46,
"weight": 686,
"width": 198
}
],
"productCode": "EUR",
"totalLoadingMeters": 9.9,
"totalNumberOfPieces": 35,
"totalVolume": 7.83,
"totalWeight": 3836.7
}
}[
{
"description": "Experience the mint green brilliance of our Shirt, perfect for cooperative environments",
"descriptionEng": "New Bacon model with 42 GB RAM, 861 GB storage, and remorseful features",
"id": "3f9dfa5f-e06d-4a21-88db-5e8d4e0d1e4c",
"sortOrder": 9,
"unit": "EUR",
"value": "15.75"
},
{
"description": "Featuring Promethium-enhanced technology, our Computer offers unparalleled pretty performance",
"descriptionEng": "Our hippopotamus-friendly Salad ensures yellow comfort for your pets",
"id": "e0dd4d20-085d-469e-bf69-3ee0cf90a86f",
"sortOrder": 10,
"unit": "LDM",
"value": "45.00"
},
{
"description": "Stylish Car designed to make you stand out with emotional looks",
"descriptionEng": "Innovative Sausages featuring little technology and Granite construction",
"id": "b62bd8c0-3fd7-4440-9faf-26e2f1a63f60",
"sortOrder": 5,
"unit": "LDM",
"value": "120.50"
},
{
"description": "Discover the plain new Bacon with an exciting mix of Rubber ingredients",
"descriptionEng": "Discover the blue new Pizza with an exciting mix of Wooden ingredients",
"id": "f7ac1370-ae40-440f-94b6-ec0b69b9dc31",
"sortOrder": 1,
"unit": "EUR",
"value": "15.75"
},
{
"description": "Our rhinoceros-friendly Towels ensures severe comfort for your pets",
"descriptionEng": "Featuring Sulfur-enhanced technology, our Keyboard offers unparalleled right performance",
"id": "dcc7469c-9f91-43fa-973b-7a8e3b055b49",
"sortOrder": 9,
"unit": "EUR",
"value": "899.99"
}
]dhlfreightlogisticsshippingpricing