{
  "info": {
    "name": "DHL  Freight Price Quote - SANDBOX - 2026/R01",
    "description": "Name: PJSON Collection of DHL Freight Price Quote API\n\nTarget: DHL API Developer Portal SANDBOX\n\nClassification: For Public Use if the customer has valid business contract with DHL Freight\n\nPublished: February 2026\n\nSupport: [api4freight@dhl.com](https://mailto:api4freight@dhl.com) (Your DHL Freight API Farm Team)\n\nNote: After strict tests on SANDBOX, cURL should be changed to PRODUCTION by the Customer",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "DHL Freight Price Quote",
      "event": [
        {
          "listen": "test",
          "script": {
            "exec": [
              "test(\"Status : Success!\", function () {\r",
              "    expect(res.getStatus()).to.equal(200);\r",
              "});\r",
              "(\"Status : Bad Request or JSON Syntax Error!\", function () {\r",
              "    expect(res.getStatus()).to.equal(400);\r",
              "});\r",
              "(\"Status : Unauthorized Request Usage!\", function () {\r",
              "    expect(res.getStatus()).to.equal(401);\r",
              "});\r",
              "(\"Status : JSON Syntax or Server Side Error!\", function () {\r",
              "    expect(res.getStatus()).to.equal(500);\r",
              "});"
            ]
          }
        }
      ],
      "request": {
        "method": "POST",
        "header": [],
        "auth": {
          "type": "noauth"
        },
        "description": "",
        "url": {
          "raw": "https://api-sandbox.dhl.com/freight/info/pricequote/v1/pricequote/quoteforprice",
          "protocol": "https",
          "host": [
            "api-sandbox",
            "dhl",
            "com"
          ],
          "path": [
            "freight",
            "info",
            "pricequote",
            "v1",
            "pricequote",
            "quoteforprice"
          ],
          "query": [],
          "variable": []
        },
        "body": {
          "mode": "raw",
          "raw": "/* DHL Freight Shipment Price Quote API JSON Collection | Sprint 2026/R01 @ Feb'26 */\n{\n    \"eid\": {\n        \"userName\": \"uuu\",\n        \"password\": \"ppp\"\n    },\n    \"shipment\": {\n        \"productCode\": \"ECI\",\n        \"totalNumberOfPieces\": 2,\n        \"totalWeight\": 1000,\n        \"totalVolume\": 2.4,\n        \"totalLoadingMeters\": 0.8,\n        \"totalPalletPlaces\": 2,\n        \"goodsValue\": 500,\n        \"goodsValueCurrency\": \"EUR\",\n        \"parties\": [\n            {\n                \"id\": \"20110531.NL0001\",\n                \"name\": \"Weyland Yutani Corp\",\n                \"type\": \"Consignor\",\n                \"address\": {\n                    \"street\": \"Damrak Straat\",\n                    \"cityName\": \"Nijmegen\",\n                    \"postalCode\": \"6525\",\n                    \"countryCode\": \"NL\"\n                }\n            },\n            {\n                \"id\": \"\",\n                \"name\": \"Lynch & Dynamic Austria\",\n                \"type\": \"Consignee\",\n                \"address\": {\n                    \"street\": \"Forum Strasse\",\n                    \"cityName\": \"Salzburg\",\n                    \"postalCode\": \"5020\",\n                    \"countryCode\": \"AT\"\n                }\n            }\n        ],\n        \"payerCode\": {\n            \"code\": \"DAP\",\n            \"location\": \"\"\n        },\n        \"pieces\": [\n            {\n                \"packageType\": \"PAL\",\n                \"numberOfPieces\": 2,\n                \"weight\": 500,\n                \"volume\": 1.2,\n                \"loadingMeters\": 0.4,\n                \"palletPlaces\": 1,\n                \"width\": 100,\n                \"height\": 20,\n                \"length\": 120,\n                \"stackable\": false\n            }\n        ],\n        \"additionalServices\": {\n        \"after12Delivery\": false,\n        /* \"availablePickupTime\": \"09:30\",\n        \"availableDeliveryTime\": \"14:30\", */\n        \"cashOnDelivery\": {\n            \"amount\": 987,\n            \"currency\": \"EUR\"\n        },\n        \"dangerousGoods\": false,\n         \"dropOffByConsignor\": false,\n        \"insurance\": {\n            \"value\": 1000,\n            \"currency\": \"EUR\" },\n        \"preAdvice\": true,\n        \"sideLoadingPickup\": false,\n        \"sideUnloadingDelivery\": false,\n        /* \"temperatureControlled\": {\n          \"type\": \"Custom\",\n          \"min\": 17,\n          \"max\": 19\n        } */\n        \"tailLiftLoading\": false,\n        \"tailLiftUnloading\": false,\n        \"TimeDefiniteLoading\": {\n          \"dateTime\": \"2026-12-31T00:11:11.631Z\"},\n        \"TimeDefiniteUnLoading\": {\n          \"dateTime\": \"2027-01-03T00:11:11.631Z\"},\n        \"timeSlotBookingPickup\": false,\n        \"timeSlotBookingDelivery\": false\n    }\n    },\n    \"ownSurCharge\": {\n        \"percentage\": 0,\n        \"value\": 0\n    }\n}\n\n/* DHL Freight API Farm Team | api4freight@dhl.com */",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ],
  "variable": []
}