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": "aPh0q_dUkL0n",
"userName": "Garrick_OConner"
},
"ownSurCharge": {
"percentage": 8.89,
"value": 25.13
},
"shipment": {
"additionalServices": {
"after12Delivery": false,
"cashOnDelivery": {
"amount": 4755,
"currency": "HKD"
},
"dangerousGoods": false,
"dropOffByConsignor": false,
"fixedDeliveryDate": {
"date": "2026-07-29"
},
"highValueShipment": {
"currency": "GTQ",
"value": 9076.07
},
"insurance": {
"currency": "BDT",
"value": 4800.56
},
"preAdvice": true,
"priorityServiceP10": false,
"priorityServiceP12": false,
"sideLoadingPickup": false,
"sideUnloadingDelivery": false,
"tailLiftLoading": true,
"tailLiftUnloading": false,
"temperatureControlled": {
"max": 21.1,
"min": -10.6,
"type": "Cold"
},
"thermoCold": {},
"timeSlotBookingDelivery": true,
"timeSlotBookingPickup": false
},
"goodsValue": 45515.04,
"goodsValueCurrency": "SEK",
"parties": [
{
"address": {
"cityName": "Port Oliverboro",
"countryCode": "IN",
"postalCode": "07921-9636",
"street": "65248 Alverta Dam"
},
"id": "0",
"name": "Purdy - Torp",
"type": "Consignor"
},
{
"address": {
"cityName": "Hayward",
"countryCode": "BI",
"postalCode": "95264-8894",
"street": "43268 Pasquale Spur"
},
"id": "8",
"name": "Dickens, Champlin and Weimann",
"type": "Consignor"
},
{
"address": {
"cityName": "Lake Jordyside",
"countryCode": "EG",
"postalCode": "90420-5077",
"street": "157 Cruickshank Walks"
},
"id": "3",
"name": "Stanton LLC",
"type": "Consignor"
}
],
"payerCode": {
"code": "CIP",
"location": "New Wilburn"
},
"pieces": [
{
"height": 65,
"length": 95,
"loadingMeters": 0.71,
"numberOfPieces": 5,
"packageType": "CRT",
"stackable": false,
"volume": 1.96,
"weight": 855.1,
"width": 196
},
{
"height": 250,
"length": 181,
"loadingMeters": 1.28,
"numberOfPieces": 9,
"packageType": "PAL",
"stackable": false,
"volume": 3.03,
"weight": 581.2,
"width": 180
},
{
"height": 93,
"length": 117,
"loadingMeters": 1.47,
"numberOfPieces": 2,
"packageType": "DRM",
"stackable": false,
"volume": 2.85,
"weight": 631.7,
"width": 50
}
],
"productCode": "DOM",
"totalLoadingMeters": 12.9,
"totalNumberOfPieces": 17,
"totalVolume": 14.84,
"totalWeight": 3287.6
}
}[
{
"description": "Innovative Car featuring dreary technology and Rubber construction",
"descriptionEng": "The Tre Car is the latest in a series of winged products from Heaney, Streich and Tillman",
"id": "f395891c-6708-4e92-994a-34768bc43ef5",
"sortOrder": 10,
"unit": "KG",
"value": "899.99"
},
{
"description": "Our flamingo-friendly Soap ensures old-fashioned comfort for your pets",
"descriptionEng": "Professional-grade Shoes perfect for criminal training and recreational use",
"id": "403af26b-cc48-4b45-b453-5d53e6f59452",
"sortOrder": 10,
"unit": "EUR",
"value": "120.50"
},
{
"description": "The Open-architected encompassing software Bacon offers reliable performance and bright design",
"descriptionEng": "Introducing the Micronesia-inspired Shoes, blending rotating style with local craftsmanship",
"id": "56e2724b-ad2d-4917-a424-50b8549608e4",
"sortOrder": 8,
"unit": "LDM",
"value": "45.00"
},
{
"description": "Recycled Towels designed with Plastic for enraged performance",
"descriptionEng": "Innovative Sausages featuring fatal technology and Cotton construction",
"id": "2c34286b-5a46-4f31-9b1e-52d0744491bc",
"sortOrder": 10,
"unit": "CBM",
"value": "15.75"
},
{
"description": "The sleek and untried Tuna comes with turquoise LED lighting for smart functionality",
"descriptionEng": "Our monkey-friendly Soap ensures broken comfort for your pets",
"id": "d7d1a92d-6a90-404c-b433-a2fcc7494a0f",
"sortOrder": 2,
"unit": "KG",
"value": "120.50"
}
]dhlfreightlogisticsshippingpricing