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.

DHL Freight Price Quote virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate DHL Freight Price Quote responses instantly.

https://dhl-freight-price.mock.beeceptor.com



PriceQuote

{
  "eid": {
    "password": "WKwSJrN2oPR2",
    "userName": "Adrienne.Terry"
  },
  "ownSurCharge": {
    "percentage": 3.95,
    "value": 85.96
  },
  "shipment": {
    "additionalServices": {
      "after12Delivery": false,
      "cashOnDelivery": {
        "amount": 3881,
        "currency": "INR"
      },
      "dangerousGoods": false,
      "dropOffByConsignor": true,
      "fixedDeliveryDate": {
        "date": "2026-07-09"
      },
      "highValueShipment": {
        "currency": "CRC",
        "value": 19941.23
      },
      "insurance": {
        "currency": "ILS",
        "value": 3795.46
      },
      "preAdvice": false,
      "priorityServiceP10": false,
      "priorityServiceP12": false,
      "sideLoadingPickup": true,
      "sideUnloadingDelivery": false,
      "tailLiftLoading": false,
      "tailLiftUnloading": false,
      "temperatureControlled": {
        "max": 11.2,
        "min": -2.9,
        "type": "Cold"
      },
      "thermoCold": {},
      "timeSlotBookingDelivery": false,
      "timeSlotBookingPickup": false
    },
    "goodsValue": 29162.63,
    "goodsValueCurrency": "CHF",
    "parties": [
      {
        "address": {
          "cityName": "Violetmouth",
          "countryCode": "SX",
          "postalCode": "89474",
          "street": "119 Kihn Forks"
        },
        "id": "1",
        "name": "Kozey LLC",
        "type": "Consignor"
      },
      {
        "address": {
          "cityName": "Howellborough",
          "countryCode": "TD",
          "postalCode": "58315-5163",
          "street": "427 Cedar Close"
        },
        "id": "3",
        "name": "Douglas, Cassin and McKenzie",
        "type": "Consignor"
      }
    ],
    "payerCode": {
      "code": "FOB",
      "location": "Jessburgh"
    },
    "pieces": [
      {
        "height": 79,
        "length": 211,
        "loadingMeters": 0.82,
        "numberOfPieces": 4,
        "packageType": "PAL",
        "stackable": false,
        "volume": 3.57,
        "weight": 335.7,
        "width": 48
      },
      {
        "height": 41,
        "length": 207,
        "loadingMeters": 0.58,
        "numberOfPieces": 5,
        "packageType": "BOX",
        "stackable": false,
        "volume": 1.95,
        "weight": 539.9,
        "width": 132
      },
      {
        "height": 226,
        "length": 221,
        "loadingMeters": 1.14,
        "numberOfPieces": 5,
        "packageType": "PAL",
        "stackable": false,
        "volume": 2.66,
        "weight": 207,
        "width": 181
      },
      {
        "height": 134,
        "length": 100,
        "loadingMeters": 0.56,
        "numberOfPieces": 5,
        "packageType": "PCS",
        "stackable": false,
        "volume": 2.79,
        "weight": 983.9,
        "width": 123
      }
    ],
    "productCode": "INT",
    "totalLoadingMeters": 4.81,
    "totalNumberOfPieces": 32,
    "totalVolume": 5.25,
    "totalWeight": 1945.9
  }
}
[
  {
    "description": "New green Chips with ergonomic design for frank comfort",
    "descriptionEng": "Featuring Sodium-enhanced technology, our Hat offers unparalleled grubby performance",
    "id": "f2e209b1-5c01-4547-9242-0de2c423e2c5",
    "sortOrder": 4,
    "unit": "CBM",
    "value": "15.75"
  },
  {
    "description": "The plum Pants combines Equatorial Guinea aesthetics with Neptunium-based durability",
    "descriptionEng": "Fresh Soap designed with Plastic for accomplished performance",
    "id": "6c023fa6-b506-41e7-a440-8b96c67e2869",
    "sortOrder": 3,
    "unit": "LDM",
    "value": "899.99"
  },
  {
    "description": "The Kolby Chicken is the latest in a series of scaly products from Bechtelar, Gorczany and Smith",
    "descriptionEng": "Featuring Aluminium-enhanced technology, our Sausages offers unparalleled polished performance",
    "id": "87c98d42-b0a5-441e-b2b7-8a0d9e84f1d9",
    "sortOrder": 9,
    "unit": "CBM",
    "value": "120.50"
  },
  {
    "description": "Discover the outlandish new Tuna with an exciting mix of Gold ingredients",
    "descriptionEng": "Ergonomic Bacon made with Bronze for all-day amazing support",
    "id": "ca862e90-1631-4cf5-a367-52bacd254183",
    "sortOrder": 5,
    "unit": "EUR",
    "value": "45.00"
  }
]
dhlfreightlogisticsshippingpricing