{
	"info": {
		"_postman_id": "0920407f-0135-4604-9819-681ed081b3d0",
		"name": "DHL Freight Products - SANDBOX - 2025/R03",
		"description": "Name: Postman Collection of DHL Freight Products API\n\nTarget: DHL Developer Portal SANDBOX\n\nClassification: For Public Use\n\nPublished: October 2024\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 Products SANDBOX {Products}",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.test(\"Status : #200: Success!\", function () {\r",
							"    pm.response.to.have.status(200);\r",
							"});\r",
							"pm.test(\"Status : #400: Bad Request! Please check your JSON\", function () {\r",
							"    pm.response.to.have.status(400);\r",
							"});\r",
							"pm.test(\"Status : #401: Unauthorized! Please authorize first\", function () {\r",
							"    pm.response.to.have.status(401);\r",
							"});\r",
							"pm.test(\"Status : #500: Server or JSON Syntax Error! Please check them all\", function () {\r",
							"    pm.response.to.have.status(500);\r",
							"});"
						],
						"type": "text/javascript"
					}
				}
			],
			"protocolProfileBehavior": {
				"disableBodyPruning": true,
				"disabledSystemHeaders": {
					"accept": true
				},
				"strictSSL": true
			},
			"request": {
				"auth": {
					"type": "oauth2",
					"oauth2": [
						{
							"key": "clientSecret",
							"value": "your_API_KEY_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "clientId",
							"value": "your_API_SECRET_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "accessTokenUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "grant_type",
							"value": "client_credentials",
							"type": "string"
						},
						{
							"key": "client_authentication",
							"value": "header",
							"type": "string"
						},
						{
							"key": "authUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "tokenName",
							"value": "BearerKey",
							"type": "string"
						},
						{
							"key": "addTokenTo",
							"value": "header",
							"type": "string"
						},
						{
							"key": "tokenRequestParams",
							"value": [],
							"type": "any"
						},
						{
							"key": "redirect_uri",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "",
						"value": "",
						"type": "text",
						"disabled": true
					}
				],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/products",
					"protocol": "https",
					"host": [
						"api-sandbox",
						"dhl",
						"com"
					],
					"path": [
						"freight",
						"info",
						"products",
						"services",
						"v1",
						"products"
					]
				}
			},
			"response": [
				{
					"name": "DHL Freight Products SANDBOX {Products}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/products",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"products"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:13:22 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "164994"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "b7abee4c-b404-4226-b64a-ec6dc4ada37b"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!gshC2v1hhcuF32nVVzycNtTZ2xLMfZ+ziKLPBPp28VGHdzCFZ6Mho52r68yKu2fhBVAg7/2oRPW5IA==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b35d2afa7ebef501750849af0cd810a0e659743ff369d6ec3454c191326c334264556b963371f5a46cb00e43cb2c8d4c00bb6b1cce2abdeda59cbd17c6a461a99a; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "34e2aba3-598d-4bf5-b4a7-51b038aa0833"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"isDomestic\": false,\n        \"name\": \"EuroConnect International\",\n        \"productCode\": \"ECI\",\n        \"description\": \"International standard TBO network shipments (<= 2.500 kg)\",\n        \"active\": true,\n        \"stackable\": true,\n        \"shipmentTotal\": {\n            \"totalNumberOfPieces\": {\n                \"min\": 1,\n                \"max\": 999\n            },\n            \"totalWeight\": {\n                \"min\": 1,\n                \"max\": 2500\n            },\n            \"totalVolume\": {\n                \"max\": 10\n            },\n            \"totalLoadingMeters\": {\n                \"max\": 1.51\n            },\n            \"totalPalletPlaces\": {}\n        },\n        \"piece\": {\n            \"weight\": {\n                \"min\": 11,\n                \"max\": 220\n            },\n            \"volume\": {\n                \"max\": 220\n            },\n            \"width\": {\n                \"min\": 11,\n                \"max\": 220\n            },\n            \"height\": {\n                \"min\": 3,\n                \"max\": 220\n            },\n            \"length\": {\n                \"min\": 15,\n                \"max\": 400\n            }\n        },\n        \"fromCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                }\n            }\n        ],\n        \"toCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Cyprus\",\n                    \"countryCode\": \"CY\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            }\n        ],\n        \"marketAvailability\": [\n            {\n                \"name\": \"B2B\"\n            }\n        ],\n        \"packageTypes\": [\n            {\n                \"code\": \"PLZ\",\n                \"name\": \"Pallet EURO size\"\n            },\n            {\n                \"code\": \"PAL\",\n                \"name\": \"Pallet\"\n            },\n            {\n                \"code\": \"PLL\",\n                \"name\": \"Pallet - large\"\n            },\n            {\n                \"code\": \"BL\",\n                \"name\": \"Bale\"\n            },\n            {\n                \"code\": \"CG\",\n                \"name\": \"Cage\"\n            },\n            {\n                \"code\": \"CR\",\n                \"name\": \"Crate\"\n            },\n            {\n                \"code\": \"SK\",\n                \"name\": \"Skeleton box\"\n            },\n            {\n                \"code\": \"HPLZ\",\n                \"name\": \"HALF PALLET (NO POOLING)\"\n            },\n            {\n                \"code\": \"H1\",\n                \"name\": \"H1 FOOD PALLET\"\n            },\n            {\n                \"code\": \"DR\",\n                \"name\": \"Drum/barrel\"\n            },\n            {\n                \"code\": \"IBC\",\n                \"name\": \"IBC\"\n            },\n            {\n                \"code\": \"PLO\",\n                \"name\": \"Pallet - oversized\"\n            },\n            {\n                \"code\": \"BB\",\n                \"name\": \"RO/Bobbin\"\n            },\n            {\n                \"code\": \"PLD\",\n                \"name\": \"Pallet - double extra large\"\n            },\n            {\n                \"code\": \"GR\",\n                \"name\": \"Garment roller\"\n            },\n            {\n                \"code\": \"PLX\",\n                \"name\": \"Pallet - extra large\"\n            },\n            {\n                \"code\": \"PLE\",\n                \"name\": \"Euro pallet\"\n            },\n            {\n                \"code\": \"OC\",\n                \"name\": \"Octabin\"\n            },\n            {\n                \"code\": \"BG\",\n                \"name\": \"Bag/sack\"\n            },\n            {\n                \"code\": \"CT\",\n                \"name\": \"Carton/package\"\n            },\n            {\n                \"code\": \"CA\",\n                \"name\": \"CAN\"\n            },\n            {\n                \"code\": \"BX\",\n                \"name\": \"Box/case\"\n            },\n            {\n                \"code\": \"TK\",\n                \"name\": \"Tanktainer\"\n            },\n            {\n                \"code\": \"PLH\",\n                \"name\": \"Half pallet\"\n            },\n            {\n                \"code\": \"FPLE\",\n                \"name\": \"EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"FPLH\",\n                \"name\": \"HALF EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"DL\",\n                \"name\": \"Dolly\"\n            },\n            {\n                \"code\": \"BE\",\n                \"name\": \"Bundle\"\n            }\n        ],\n        \"exclusions\": [],\n        \"dangerousGoodsExclusions\": [\n            {\n                \"class\": \"1\",\n                \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"1.1\",\n                \"name\": \"Substances and articles which have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.2\",\n                \"name\": \"Substances and articles which have a projection hazard but not a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.3\",\n                \"name\": \"Substances and articles which have a fire hazard and either a minor blast hazard or a minor projection hazard or both\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.4\",\n                \"name\": \"Substances and articles which present no significant hazard; only a small hazard in the event of ignition or initiation during transport with any effects largely confined to the package\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"1.5\",\n                \"name\": \"Very insensitive substances which have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.6\",\n                \"name\": \"Extremely insensitive articles which do not have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2\",\n                \"name\": \"Gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.1\",\n                \"name\": \"Flammable gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.2\",\n                \"name\": \"Non-flammable, non-toxic gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.3\",\n                \"name\": \"Toxic gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"3\",\n                \"name\": \"Flammable Liquids\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4\",\n                \"name\": \"Flammable Solids\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4.1\",\n                \"name\": \"Flammable solids: UN codes 3231 to 3240, UN 3533, UN 3534, UN 3364, UN 3365, UN 3367 and UN 3368\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3231\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3232\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3233\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3234\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3235\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3236\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3237\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3238\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3239\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3240\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3364\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3365\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3367\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3368\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3533\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3534\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"4.2\",\n                \"name\": \"Substances liable to spontaneous combustion\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4.3\",\n                \"name\": \"Substances which, in contact with water, emit flammable gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5\",\n                \"name\": \"Oxidizing Substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5.1\",\n                \"name\": \"Oxidizing substances\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5.2\",\n                \"name\": \"Organic peroxides: UN codes 3111 to 3120\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3111 \"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3112\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3113\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3114\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3115\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3116\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3117\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3118\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3119\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3120\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"6\",\n                \"name\": \"Toxic & Infectious Substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"6.1\",\n                \"name\": \"Toxic substances: Excluded packaging Group I\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"packageGroup\",\n                        \"value\": \"I\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"6.2\",\n                \"name\": \"Infectious substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"7\",\n                \"name\": \"Radioactive Material\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"8\",\n                \"name\": \"Corrosives\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"9\",\n                \"name\": \"Miscellaneous Dangerous Goods: UN codes 2212, 2590, 2315, 3151, 3152\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \" 3152\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2212\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2315\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2590\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3151\"\n                    }\n                ]\n            }\n        ],\n        \"payerCodes\": [\n            {\n                \"code\": \"EXW\",\n                \"name\": \"Ex Works\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DAP\",\n                \"name\": \"Delivered at place\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DDP\",\n                \"name\": \"Delivered duty paid\",\n                \"customs\": false\n            }\n        ],\n        \"additionalServices\": [\n            {\n                \"code\": \"PreAdvice\",\n                \"name\": \"Pre Advice\",\n                \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"ZPA\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"EN\",\n                        \"name\": \"Pre advice\",\n                        \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                    },\n                    {\n                        \"languageCode\": \"SV\",\n                        \"name\": \"Föravisering\",\n                        \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"DropOffByConsignor\",\n                \"name\": \"Drop off by consignor\",\n                \"information\": \"Drop off by consignor\",\n                \"codeMappings\": [],\n                \"translations\": [],\n                \"customs\": false\n            },\n            {\n                \"code\": \"CashOnDelivery\",\n                \"name\": \"Cash on delivery\",\n                \"information\": \"We take payment before delivery and then transfer the amount to the payee.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"13\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"13\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"002\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"C.O.D\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Varuefterkrav\",\n                        \"information\": \"Vi tar betalt innan leverans och överför sedan beloppet till betalningsmottagaren\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Cash on delivery\",\n                        \"information\": \"We take payment before delivery and then transfer the amount to the payee.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"Insurance\",\n                \"name\": \"DHL Insurance\",\n                \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"01\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"DHL Insurance\",\n                        \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"DHL Varuförsäkring\",\n                        \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"DangerousGoods\",\n                \"name\": \"Dangerous goods\",\n                \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"ADR\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"032\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"08\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Farligt gods\",\n                        \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Dangerous goods\",\n                        \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"FixedDeliveryDate\",\n                \"name\": \"Fixed delivery day (FDD)\",\n                \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"47\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"47\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Fixed delivery day (FDD)\",\n                        \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                        \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteLoading\",\n                \"name\": \"Time definite loading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLA\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"27\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite loading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lastning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteUnloading\",\n                \"name\": \"Time definite unloading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLO\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite unloading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lossning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftLoading\",\n                \"name\": \"Tail lift loading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"26\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift loading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lastning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftUnloading\",\n                \"name\": \"Tail lift unloading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"BGL\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"15\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lossning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift unloading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    }\n                ],\n                \"customs\": false\n            }\n        ]\n    },\n    {\n        \"isDomestic\": false,\n        \"name\": \"EuroLine International\",\n        \"productCode\": \"ELI\",\n        \"description\": \"International part load /full load non-terminal based shipments (> 2.500 kg)\",\n        \"active\": true,\n        \"stackable\": true,\n        \"shipmentTotal\": {\n            \"totalNumberOfPieces\": {\n                \"min\": 1,\n                \"max\": 999\n            },\n            \"totalWeight\": {\n                \"min\": 1,\n                \"max\": 24500\n            },\n            \"totalVolume\": {\n                \"max\": 85\n            },\n            \"totalLoadingMeters\": {\n                \"max\": 13.6\n            },\n            \"totalPalletPlaces\": {}\n        },\n        \"piece\": {\n            \"weight\": {\n                \"min\": 11,\n                \"max\": 245\n            },\n            \"volume\": {\n                \"max\": 245\n            },\n            \"width\": {\n                \"min\": 11,\n                \"max\": 245\n            },\n            \"height\": {\n                \"min\": 3,\n                \"max\": 280\n            },\n            \"length\": {\n                \"min\": 15,\n                \"max\": 1360\n            }\n        },\n        \"fromCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Montenegro\",\n                    \"countryCode\": \"ME\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Albania\",\n                    \"countryCode\": \"AL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bosnia & Herzegovina\",\n                    \"countryCode\": \"BA\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kazakhstan\",\n                    \"countryCode\": \"KZ\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Malta\",\n                    \"countryCode\": \"MT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kosovo\",\n                    \"countryCode\": \"XK\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Moldova\",\n                    \"countryCode\": \"MD\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Cyprus\",\n                    \"countryCode\": \"CY\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                }\n            }\n        ],\n        \"toCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bosnia & Herzegovina\",\n                    \"countryCode\": \"BA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kazakhstan\",\n                    \"countryCode\": \"KZ\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Moldova\",\n                    \"countryCode\": \"MD\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Montenegro\",\n                    \"countryCode\": \"ME\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Albania\",\n                    \"countryCode\": \"AL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Malta\",\n                    \"countryCode\": \"MT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Cyprus\",\n                    \"countryCode\": \"CY\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kosovo\",\n                    \"countryCode\": \"XK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            }\n        ],\n        \"marketAvailability\": [\n            {\n                \"name\": \"B2B\"\n            }\n        ],\n        \"packageTypes\": [\n            {\n                \"code\": \"PLZ\",\n                \"name\": \"Pallet EURO size\"\n            },\n            {\n                \"code\": \"PAL\",\n                \"name\": \"Pallet\"\n            },\n            {\n                \"code\": \"PLL\",\n                \"name\": \"Pallet - large\"\n            },\n            {\n                \"code\": \"BL\",\n                \"name\": \"Bale\"\n            },\n            {\n                \"code\": \"CG\",\n                \"name\": \"Cage\"\n            },\n            {\n                \"code\": \"CR\",\n                \"name\": \"Crate\"\n            },\n            {\n                \"code\": \"SK\",\n                \"name\": \"Skeleton box\"\n            },\n            {\n                \"code\": \"HPLZ\",\n                \"name\": \"HALF PALLET (NO POOLING)\"\n            },\n            {\n                \"code\": \"H1\",\n                \"name\": \"H1 FOOD PALLET\"\n            },\n            {\n                \"code\": \"DR\",\n                \"name\": \"Drum/barrel\"\n            },\n            {\n                \"code\": \"IBC\",\n                \"name\": \"IBC\"\n            },\n            {\n                \"code\": \"PLO\",\n                \"name\": \"Pallet - oversized\"\n            },\n            {\n                \"code\": \"BB\",\n                \"name\": \"RO/Bobbin\"\n            },\n            {\n                \"code\": \"PLD\",\n                \"name\": \"Pallet - double extra large\"\n            },\n            {\n                \"code\": \"GR\",\n                \"name\": \"Garment roller\"\n            },\n            {\n                \"code\": \"PLX\",\n                \"name\": \"Pallet - extra large\"\n            },\n            {\n                \"code\": \"PLE\",\n                \"name\": \"Euro pallet\"\n            },\n            {\n                \"code\": \"OC\",\n                \"name\": \"Octabin\"\n            },\n            {\n                \"code\": \"BG\",\n                \"name\": \"Bag/sack\"\n            },\n            {\n                \"code\": \"CT\",\n                \"name\": \"Carton/package\"\n            },\n            {\n                \"code\": \"CA\",\n                \"name\": \"CAN\"\n            },\n            {\n                \"code\": \"BX\",\n                \"name\": \"Box/case\"\n            },\n            {\n                \"code\": \"TK\",\n                \"name\": \"Tanktainer\"\n            },\n            {\n                \"code\": \"PLH\",\n                \"name\": \"Half pallet\"\n            },\n            {\n                \"code\": \"FPLE\",\n                \"name\": \"EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"FPLH\",\n                \"name\": \"HALF EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"DL\",\n                \"name\": \"Dolly\"\n            },\n            {\n                \"code\": \"BE\",\n                \"name\": \"Bundle\"\n            }\n        ],\n        \"exclusions\": [],\n        \"dangerousGoodsExclusions\": [\n            {\n                \"class\": \"1\",\n                \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"2.3\",\n                \"name\": \"Toxic gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"6.2\",\n                \"name\": \"Infectious substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"7\",\n                \"name\": \"Radioactive Material\",\n                \"allowed\": false,\n                \"exceptions\": []\n            }\n        ],\n        \"payerCodes\": [\n            {\n                \"code\": \"EXW\",\n                \"name\": \"Ex Works\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DAP\",\n                \"name\": \"Delivered at place\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DDP\",\n                \"name\": \"Delivered duty paid\",\n                \"customs\": false\n            }\n        ],\n        \"additionalServices\": [\n            {\n                \"code\": \"PreAdvice\",\n                \"name\": \"Pre Advice\",\n                \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"ZPA\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"EN\",\n                        \"name\": \"Pre advice\",\n                        \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                    },\n                    {\n                        \"languageCode\": \"SV\",\n                        \"name\": \"Föravisering\",\n                        \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"Insurance\",\n                \"name\": \"DHL Insurance\",\n                \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"01\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"DHL Insurance\",\n                        \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"DHL Varuförsäkring\",\n                        \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"HighValueShipment\",\n                \"name\": \"High Value Shipment\",\n                \"information\": \"High Value Shipment\",\n                \"codeMappings\": [],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"High Value Shipment\",\n                        \"information\": \"Service for high risk customers' orders that require additional security measures (e.g. due to its value, but not limited to)\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Högvärdigt gods\",\n                        \"information\": \"Tjänst för högriskkunders beställningar som kräver ytterligare säkerhetsåtgärder (t.ex. på grund av dess värde, men inte begränsat till)\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"DangerousGoods\",\n                \"name\": \"Dangerous goods\",\n                \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"ADR\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"032\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"08\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Farligt gods\",\n                        \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Dangerous goods\",\n                        \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"FixedDeliveryDate\",\n                \"name\": \"Fixed delivery day (FDD)\",\n                \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"47\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"47\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Fixed delivery day (FDD)\",\n                        \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                        \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteLoading\",\n                \"name\": \"Time definite loading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLA\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"27\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite loading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lastning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteUnloading\",\n                \"name\": \"Time definite unloading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLO\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite unloading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lossning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftLoading\",\n                \"name\": \"Tail lift loading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"26\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift loading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lastning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftUnloading\",\n                \"name\": \"Tail lift unloading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"BGL\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"15\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lossning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift unloading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"ThermoCold\",\n                \"name\": \"Thermo cold\",\n                \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"CLD\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"60\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"60\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"60\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Termo kyla\",\n                        \"information\": \"För termperaturkontrollerad transport tillkommer ett tillägg. Termo kyla +2 till +8 grader.\\t\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Thermo cold\",\n                        \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\"\n                    }\n                ],\n                \"customs\": false\n            }\n        ]\n    },\n    {\n        \"isDomestic\": true,\n        \"name\": \"EuroConnect Domestic\",\n        \"productCode\": \"ECD\",\n        \"description\": \"Domestic standard TBO network shipments (<= 2.500 kg)\",\n        \"active\": true,\n        \"stackable\": true,\n        \"shipmentTotal\": {\n            \"totalNumberOfPieces\": {\n                \"min\": 1,\n                \"max\": 999\n            },\n            \"totalWeight\": {\n                \"min\": 1,\n                \"max\": 2500\n            },\n            \"totalVolume\": {\n                \"max\": 10\n            },\n            \"totalLoadingMeters\": {\n                \"max\": 1.51\n            },\n            \"totalPalletPlaces\": {}\n        },\n        \"piece\": {\n            \"weight\": {\n                \"min\": 11,\n                \"max\": 220\n            },\n            \"volume\": {\n                \"max\": 220\n            },\n            \"width\": {\n                \"min\": 11,\n                \"max\": 220\n            },\n            \"height\": {\n                \"min\": 3,\n                \"max\": 220\n            },\n            \"length\": {\n                \"min\": 15,\n                \"max\": 400\n            }\n        },\n        \"fromCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                }\n            }\n        ],\n        \"toCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Cyprus\",\n                    \"countryCode\": \"CY\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            }\n        ],\n        \"marketAvailability\": [\n            {\n                \"name\": \"B2B\"\n            }\n        ],\n        \"packageTypes\": [\n            {\n                \"code\": \"PLZ\",\n                \"name\": \"Pallet EURO size\"\n            },\n            {\n                \"code\": \"PAL\",\n                \"name\": \"Pallet\"\n            },\n            {\n                \"code\": \"PLL\",\n                \"name\": \"Pallet - large\"\n            },\n            {\n                \"code\": \"BL\",\n                \"name\": \"Bale\"\n            },\n            {\n                \"code\": \"CG\",\n                \"name\": \"Cage\"\n            },\n            {\n                \"code\": \"CR\",\n                \"name\": \"Crate\"\n            },\n            {\n                \"code\": \"SK\",\n                \"name\": \"Skeleton box\"\n            },\n            {\n                \"code\": \"HPLZ\",\n                \"name\": \"HALF PALLET (NO POOLING)\"\n            },\n            {\n                \"code\": \"H1\",\n                \"name\": \"H1 FOOD PALLET\"\n            },\n            {\n                \"code\": \"DR\",\n                \"name\": \"Drum/barrel\"\n            },\n            {\n                \"code\": \"IBC\",\n                \"name\": \"IBC\"\n            },\n            {\n                \"code\": \"PLO\",\n                \"name\": \"Pallet - oversized\"\n            },\n            {\n                \"code\": \"BB\",\n                \"name\": \"RO/Bobbin\"\n            },\n            {\n                \"code\": \"PLD\",\n                \"name\": \"Pallet - double extra large\"\n            },\n            {\n                \"code\": \"GR\",\n                \"name\": \"Garment roller\"\n            },\n            {\n                \"code\": \"PLX\",\n                \"name\": \"Pallet - extra large\"\n            },\n            {\n                \"code\": \"PLE\",\n                \"name\": \"Euro pallet\"\n            },\n            {\n                \"code\": \"OC\",\n                \"name\": \"Octabin\"\n            },\n            {\n                \"code\": \"BG\",\n                \"name\": \"Bag/sack\"\n            },\n            {\n                \"code\": \"CT\",\n                \"name\": \"Carton/package\"\n            },\n            {\n                \"code\": \"CA\",\n                \"name\": \"CAN\"\n            },\n            {\n                \"code\": \"BX\",\n                \"name\": \"Box/case\"\n            },\n            {\n                \"code\": \"PLH\",\n                \"name\": \"Half pallet\"\n            },\n            {\n                \"code\": \"FPLE\",\n                \"name\": \"EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"FPLH\",\n                \"name\": \"HALF EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"DL\",\n                \"name\": \"Dolly\"\n            },\n            {\n                \"code\": \"BE\",\n                \"name\": \"Bundle\"\n            }\n        ],\n        \"exclusions\": [],\n        \"dangerousGoodsExclusions\": [\n            {\n                \"class\": \"1\",\n                \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"2.3\",\n                \"name\": \"Toxic gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"6.2\",\n                \"name\": \"Infectious substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"7\",\n                \"name\": \"Radioactive Material\",\n                \"allowed\": false,\n                \"exceptions\": []\n            }\n        ],\n        \"payerCodes\": [\n            {\n                \"code\": \"EXW\",\n                \"name\": \"Ex Works\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DAP\",\n                \"name\": \"Delivered at place\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DDP\",\n                \"name\": \"Delivered duty paid\",\n                \"customs\": false\n            }\n        ],\n        \"additionalServices\": [\n            {\n                \"code\": \"PreAdvice\",\n                \"name\": \"Pre Advice\",\n                \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"ZPA\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"EN\",\n                        \"name\": \"Pre advice\",\n                        \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                    },\n                    {\n                        \"languageCode\": \"SV\",\n                        \"name\": \"Föravisering\",\n                        \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"DropOffByConsignor\",\n                \"name\": \"Drop off by consignor\",\n                \"information\": \"Drop off by consignor\",\n                \"codeMappings\": [],\n                \"translations\": [],\n                \"customs\": false\n            },\n            {\n                \"code\": \"CashOnDelivery\",\n                \"name\": \"Cash on delivery\",\n                \"information\": \"We take payment before delivery and then transfer the amount to the payee.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"13\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"13\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"002\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"C.O.D\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Varuefterkrav\",\n                        \"information\": \"Vi tar betalt innan leverans och överför sedan beloppet till betalningsmottagaren\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Cash on delivery\",\n                        \"information\": \"We take payment before delivery and then transfer the amount to the payee.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"Insurance\",\n                \"name\": \"DHL Insurance\",\n                \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"01\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"DHL Insurance\",\n                        \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"DHL Varuförsäkring\",\n                        \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"DangerousGoods\",\n                \"name\": \"Dangerous goods\",\n                \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"ADR\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"032\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"08\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Farligt gods\",\n                        \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Dangerous goods\",\n                        \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"FixedDeliveryDate\",\n                \"name\": \"Fixed delivery day (FDD)\",\n                \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"47\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"47\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Fixed delivery day (FDD)\",\n                        \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                        \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteLoading\",\n                \"name\": \"Time definite loading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLA\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"27\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite loading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lastning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteUnloading\",\n                \"name\": \"Time definite unloading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLO\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite unloading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lossning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftLoading\",\n                \"name\": \"Tail lift loading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"26\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift loading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lastning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftUnloading\",\n                \"name\": \"Tail lift unloading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"BGL\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"15\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lossning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift unloading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    }\n                ],\n                \"customs\": false\n            }\n        ]\n    },\n    {\n        \"isDomestic\": false,\n        \"name\": \"Standard Pallet International\",\n        \"productCode\": \"SPI\",\n        \"description\": \"Our International TBO network product for standardized palletized shipments up to 2500 kg with connections across Europe\",\n        \"customRules\": \"LTCCODE=SPI;ValidateFDD;VALIDATEPACKAGETYPE;EVOPRODUCTCODE=SPI;COUNTRYRULESFROMAPPREGION\",\n        \"active\": true,\n        \"stackable\": true,\n        \"shipmentTotal\": {\n            \"totalNumberOfPieces\": {\n                \"min\": 1,\n                \"max\": 10\n            },\n            \"totalWeight\": {\n                \"min\": 1,\n                \"max\": 2500\n            },\n            \"totalVolume\": {\n                \"min\": 0.01,\n                \"max\": 10.56\n            },\n            \"totalLoadingMeters\": {\n                \"max\": 2\n            },\n            \"totalPalletPlaces\": {}\n        },\n        \"piece\": {\n            \"weight\": {\n                \"min\": 60,\n                \"max\": 100\n            },\n            \"volume\": {\n                \"min\": 0.01,\n                \"max\": 100\n            },\n            \"width\": {\n                \"min\": 60,\n                \"max\": 100\n            },\n            \"height\": {\n                \"min\": 3,\n                \"max\": 220\n            },\n            \"length\": {\n                \"min\": 80,\n                \"max\": 120\n            }\n        },\n        \"fromCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                }\n            }\n        ],\n        \"toCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            }\n        ],\n        \"marketAvailability\": [\n            {\n                \"name\": \"B2B\"\n            }\n        ],\n        \"packageTypes\": [\n            {\n                \"code\": \"PLZ\",\n                \"name\": \"Pallet EURO size\"\n            },\n            {\n                \"code\": \"PAL\",\n                \"name\": \"Pallet\"\n            },\n            {\n                \"code\": \"HPLZ\",\n                \"name\": \"HALF PALLET (NO POOLING)\"\n            },\n            {\n                \"code\": \"H1\",\n                \"name\": \"H1 FOOD PALLET\"\n            },\n            {\n                \"code\": \"IBC\",\n                \"name\": \"IBC\"\n            },\n            {\n                \"code\": \"PLE\",\n                \"name\": \"Euro pallet\"\n            },\n            {\n                \"code\": \"PLH\",\n                \"name\": \"Half pallet\"\n            },\n            {\n                \"code\": \"FPLE\",\n                \"name\": \"EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"FPLH\",\n                \"name\": \"HALF EURO-PALLET WITH FRAME\"\n            }\n        ],\n        \"exclusions\": [],\n        \"dangerousGoodsExclusions\": [\n            {\n                \"class\": \"1\",\n                \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"1.1\",\n                \"name\": \"Substances and articles which have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.2\",\n                \"name\": \"Substances and articles which have a projection hazard but not a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.3\",\n                \"name\": \"Substances and articles which have a fire hazard and either a minor blast hazard or a minor projection hazard or both\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.4\",\n                \"name\": \"Substances and articles which present no significant hazard; only a small hazard in the event of ignition or initiation during transport with any effects largely confined to the package\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"1.5\",\n                \"name\": \"Very insensitive substances which have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.6\",\n                \"name\": \"Extremely insensitive articles which do not have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2\",\n                \"name\": \"Gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.1\",\n                \"name\": \"Flammable gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.2\",\n                \"name\": \"Non-flammable, non-toxic gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.3\",\n                \"name\": \"Toxic gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"3\",\n                \"name\": \"Flammable Liquids\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4\",\n                \"name\": \"Flammable Solids\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4.1\",\n                \"name\": \"Flammable solids: UN codes 3231 to 3240, UN 3533, UN 3534, UN 3364, UN 3365, UN 3367 and UN 3368\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3231\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3232\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3233\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3234\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3235\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3236\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3237\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3238\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3239\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3240\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3364\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3365\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3367\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3368\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3533\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3534\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"4.2\",\n                \"name\": \"Substances liable to spontaneous combustion\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4.3\",\n                \"name\": \"Substances which, in contact with water, emit flammable gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5\",\n                \"name\": \"Oxidizing Substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5.1\",\n                \"name\": \"Oxidizing substances\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5.2\",\n                \"name\": \"Organic peroxides: UN codes 3111 to 3120\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3111 \"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3112\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3113\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3114\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3115\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3116\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3117\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3118\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3119\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3120\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"6\",\n                \"name\": \"Toxic & Infectious Substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"6.1\",\n                \"name\": \"Toxic substances: Excluded packaging Group I\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"packageGroup\",\n                        \"value\": \"I\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"6.2\",\n                \"name\": \"Infectious substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"7\",\n                \"name\": \"Radioactive Material\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"8\",\n                \"name\": \"Corrosives\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"9\",\n                \"name\": \"Miscellaneous Dangerous Goods: UN codes 2212, 2590, 2315, 3151, 3152\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \" 3152\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2212\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2315\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2590\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3151\"\n                    }\n                ]\n            }\n        ],\n        \"payerCodes\": [\n            {\n                \"code\": \"EXW\",\n                \"name\": \"Ex Works\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DAP\",\n                \"name\": \"Delivered at place\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DDP\",\n                \"name\": \"Delivered duty paid\",\n                \"customs\": false\n            }\n        ],\n        \"additionalServices\": [\n            {\n                \"code\": \"DropOffByConsignor\",\n                \"name\": \"Drop off by consignor\",\n                \"information\": \"Drop off by consignor\",\n                \"codeMappings\": [],\n                \"translations\": [],\n                \"customs\": false\n            },\n            {\n                \"code\": \"PreAdvice\",\n                \"name\": \"Pre Advice\",\n                \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"ZPA\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"EN\",\n                        \"name\": \"Pre advice\",\n                        \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                    },\n                    {\n                        \"languageCode\": \"SV\",\n                        \"name\": \"Föravisering\",\n                        \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"CashOnDelivery\",\n                \"name\": \"Cash on delivery\",\n                \"information\": \"We take payment before delivery and then transfer the amount to the payee.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"13\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"13\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"002\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"C.O.D\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Varuefterkrav\",\n                        \"information\": \"Vi tar betalt innan leverans och överför sedan beloppet till betalningsmottagaren\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Cash on delivery\",\n                        \"information\": \"We take payment before delivery and then transfer the amount to the payee.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"Insurance\",\n                \"name\": \"DHL Insurance\",\n                \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"01\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"DHL Insurance\",\n                        \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"DHL Varuförsäkring\",\n                        \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"DangerousGoods\",\n                \"name\": \"Dangerous goods\",\n                \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"ADR\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"032\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"08\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Farligt gods\",\n                        \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Dangerous goods\",\n                        \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"FixedDeliveryDate\",\n                \"name\": \"Fixed delivery day (FDD)\",\n                \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"47\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"47\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Fixed delivery day (FDD)\",\n                        \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                        \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteLoading\",\n                \"name\": \"Time definite loading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLA\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"27\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite loading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lastning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteUnloading\",\n                \"name\": \"Time definite unloading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLO\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite unloading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lossning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftLoading\",\n                \"name\": \"Tail lift loading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"26\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift loading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lastning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftUnloading\",\n                \"name\": \"Tail lift unloading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"BGL\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"15\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lossning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift unloading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    }\n                ],\n                \"customs\": false\n            }\n        ]\n    },\n    {\n        \"isDomestic\": true,\n        \"name\": \"EuroLine Domestic\",\n        \"productCode\": \"ELD\",\n        \"description\": \"Domestic part load /full load non-terminal based shipments (> 2.500 kg)\",\n        \"active\": true,\n        \"stackable\": true,\n        \"shipmentTotal\": {\n            \"totalNumberOfPieces\": {\n                \"min\": 1,\n                \"max\": 999\n            },\n            \"totalWeight\": {\n                \"min\": 1000,\n                \"max\": 25000\n            },\n            \"totalVolume\": {\n                \"max\": 85\n            },\n            \"totalLoadingMeters\": {\n                \"max\": 13.6\n            },\n            \"totalPalletPlaces\": {}\n        },\n        \"piece\": {\n            \"weight\": {\n                \"min\": 11,\n                \"max\": 245\n            },\n            \"volume\": {\n                \"max\": 245\n            },\n            \"width\": {\n                \"min\": 11,\n                \"max\": 245\n            },\n            \"height\": {\n                \"min\": 3,\n                \"max\": 280\n            },\n            \"length\": {\n                \"min\": 15,\n                \"max\": 1360\n            }\n        },\n        \"fromCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Cyprus\",\n                    \"countryCode\": \"CY\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kosovo\",\n                    \"countryCode\": \"XK\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kazakhstan\",\n                    \"countryCode\": \"KZ\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Malta\",\n                    \"countryCode\": \"MT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Montenegro\",\n                    \"countryCode\": \"ME\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bosnia & Herzegovina\",\n                    \"countryCode\": \"BA\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Albania\",\n                    \"countryCode\": \"AL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Moldova\",\n                    \"countryCode\": \"MD\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                }\n            }\n        ],\n        \"toCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bosnia & Herzegovina\",\n                    \"countryCode\": \"BA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kosovo\",\n                    \"countryCode\": \"XK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Malta\",\n                    \"countryCode\": \"MT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Montenegro\",\n                    \"countryCode\": \"ME\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": [\n                    {\n                        \"shipmentTotal\": {\n                            \"totalNumberOfPieces\": {\n                                \"min\": 1,\n                                \"max\": 999\n                            },\n                            \"totalWeight\": {\n                                \"min\": 1000,\n                                \"max\": 25000\n                            },\n                            \"totalVolume\": {\n                                \"max\": 85\n                            },\n                            \"totalLoadingMeters\": {\n                                \"max\": 13.6\n                            },\n                            \"totalPalletPlaces\": {}\n                        },\n                        \"piece\": {\n                            \"weight\": {\n                                \"min\": 11,\n                                \"max\": 245\n                            },\n                            \"volume\": {\n                                \"max\": 245\n                            },\n                            \"width\": {\n                                \"min\": 11,\n                                \"max\": 245\n                            },\n                            \"height\": {\n                                \"min\": 3,\n                                \"max\": 280\n                            },\n                            \"length\": {\n                                \"min\": 15,\n                                \"max\": 1360\n                            }\n                        }\n                    }\n                ]\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Moldova\",\n                    \"countryCode\": \"MD\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Albania\",\n                    \"countryCode\": \"AL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Cyprus\",\n                    \"countryCode\": \"CY\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kazakhstan\",\n                    \"countryCode\": \"KZ\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            }\n        ],\n        \"marketAvailability\": [\n            {\n                \"name\": \"B2B\"\n            }\n        ],\n        \"packageTypes\": [\n            {\n                \"code\": \"PLZ\",\n                \"name\": \"Pallet EURO size\"\n            },\n            {\n                \"code\": \"PAL\",\n                \"name\": \"Pallet\"\n            },\n            {\n                \"code\": \"PLL\",\n                \"name\": \"Pallet - large\"\n            },\n            {\n                \"code\": \"BL\",\n                \"name\": \"Bale\"\n            },\n            {\n                \"code\": \"CG\",\n                \"name\": \"Cage\"\n            },\n            {\n                \"code\": \"CR\",\n                \"name\": \"Crate\"\n            },\n            {\n                \"code\": \"SK\",\n                \"name\": \"Skeleton box\"\n            },\n            {\n                \"code\": \"HPLZ\",\n                \"name\": \"HALF PALLET (NO POOLING)\"\n            },\n            {\n                \"code\": \"H1\",\n                \"name\": \"H1 FOOD PALLET\"\n            },\n            {\n                \"code\": \"DR\",\n                \"name\": \"Drum/barrel\"\n            },\n            {\n                \"code\": \"IBC\",\n                \"name\": \"IBC\"\n            },\n            {\n                \"code\": \"PLO\",\n                \"name\": \"Pallet - oversized\"\n            },\n            {\n                \"code\": \"BB\",\n                \"name\": \"RO/Bobbin\"\n            },\n            {\n                \"code\": \"PLD\",\n                \"name\": \"Pallet - double extra large\"\n            },\n            {\n                \"code\": \"GR\",\n                \"name\": \"Garment roller\"\n            },\n            {\n                \"code\": \"PLX\",\n                \"name\": \"Pallet - extra large\"\n            },\n            {\n                \"code\": \"PLE\",\n                \"name\": \"Euro pallet\"\n            },\n            {\n                \"code\": \"OC\",\n                \"name\": \"Octabin\"\n            },\n            {\n                \"code\": \"BG\",\n                \"name\": \"Bag/sack\"\n            },\n            {\n                \"code\": \"CT\",\n                \"name\": \"Carton/package\"\n            },\n            {\n                \"code\": \"CA\",\n                \"name\": \"CAN\"\n            },\n            {\n                \"code\": \"BX\",\n                \"name\": \"Box/case\"\n            },\n            {\n                \"code\": \"TK\",\n                \"name\": \"Tanktainer\"\n            },\n            {\n                \"code\": \"PLH\",\n                \"name\": \"Half pallet\"\n            },\n            {\n                \"code\": \"FPLE\",\n                \"name\": \"EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"FPLH\",\n                \"name\": \"HALF EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"DL\",\n                \"name\": \"Dolly\"\n            },\n            {\n                \"code\": \"BE\",\n                \"name\": \"Bundle\"\n            }\n        ],\n        \"exclusions\": [],\n        \"dangerousGoodsExclusions\": [\n            {\n                \"class\": \"1\",\n                \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"2.3\",\n                \"name\": \"Toxic gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"6.2\",\n                \"name\": \"Infectious substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"7\",\n                \"name\": \"Radioactive Material\",\n                \"allowed\": false,\n                \"exceptions\": []\n            }\n        ],\n        \"payerCodes\": [\n            {\n                \"code\": \"EXW\",\n                \"name\": \"Ex Works\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DAP\",\n                \"name\": \"Delivered at place\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DDP\",\n                \"name\": \"Delivered duty paid\",\n                \"customs\": false\n            }\n        ],\n        \"additionalServices\": [\n            {\n                \"code\": \"PreAdvice\",\n                \"name\": \"Pre Advice\",\n                \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"ZPA\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"EN\",\n                        \"name\": \"Pre advice\",\n                        \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                    },\n                    {\n                        \"languageCode\": \"SV\",\n                        \"name\": \"Föravisering\",\n                        \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"Insurance\",\n                \"name\": \"DHL Insurance\",\n                \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"01\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"DHL Insurance\",\n                        \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"DHL Varuförsäkring\",\n                        \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP,NOK)\"\n            },\n            {\n                \"code\": \"HighValueShipment\",\n                \"name\": \"High Value Shipment\",\n                \"information\": \"High Value Shipment\",\n                \"codeMappings\": [],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"High Value Shipment\",\n                        \"information\": \"Service for high risk customers' orders that require additional security measures (e.g. due to its value, but not limited to)\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Högvärdigt gods\",\n                        \"information\": \"Tjänst för högriskkunders beställningar som kräver ytterligare säkerhetsåtgärder (t.ex. på grund av dess värde, men inte begränsat till)\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"DangerousGoods\",\n                \"name\": \"Dangerous goods\",\n                \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"ADR\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"032\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"08\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Farligt gods\",\n                        \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Dangerous goods\",\n                        \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"FixedDeliveryDate\",\n                \"name\": \"Fixed delivery day (FDD)\",\n                \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"47\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"47\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Fixed delivery day (FDD)\",\n                        \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                        \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteLoading\",\n                \"name\": \"Time definite loading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLA\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"27\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite loading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lastning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteUnloading\",\n                \"name\": \"Time definite unloading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLO\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite unloading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lossning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftLoading\",\n                \"name\": \"Tail lift loading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"26\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift loading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lastning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftUnloading\",\n                \"name\": \"Tail lift unloading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"BGL\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"15\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lossning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift unloading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"ThermoCold\",\n                \"name\": \"Thermo cold\",\n                \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"CLD\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"60\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"60\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"60\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Termo kyla\",\n                        \"information\": \"För termperaturkontrollerad transport tillkommer ett tillägg. Termo kyla +2 till +8 grader.\\t\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Thermo cold\",\n                        \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\"\n                    }\n                ],\n                \"customs\": false\n            }\n        ]\n    }\n]"
				}
			]
		},
		{
			"name": "DHL Freight Products SANDBOX {ProductCode}",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.test(\"Status : #200: Success!\", function () {\r",
							"    pm.response.to.have.status(200);\r",
							"});\r",
							"pm.test(\"Status : #400: Bad Request! Please check your JSON\", function () {\r",
							"    pm.response.to.have.status(400);\r",
							"});\r",
							"pm.test(\"Status : #401: Unauthorized! Please authorize first\", function () {\r",
							"    pm.response.to.have.status(401);\r",
							"});\r",
							"pm.test(\"Status : #500: Server or JSON Syntax Error! Please check them all\", function () {\r",
							"    pm.response.to.have.status(500);\r",
							"});"
						],
						"type": "text/javascript"
					}
				}
			],
			"protocolProfileBehavior": {
				"disableBodyPruning": true,
				"disabledSystemHeaders": {
					"accept": true
				},
				"strictSSL": true
			},
			"request": {
				"auth": {
					"type": "oauth2",
					"oauth2": [
						{
							"key": "clientSecret",
							"value": "your_API_KEY_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "clientId",
							"value": "your_API_SECRET_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "accessTokenUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "grant_type",
							"value": "client_credentials",
							"type": "string"
						},
						{
							"key": "client_authentication",
							"value": "header",
							"type": "string"
						},
						{
							"key": "authUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "tokenName",
							"value": "BearerKey",
							"type": "string"
						},
						{
							"key": "addTokenTo",
							"value": "header",
							"type": "string"
						},
						{
							"key": "tokenRequestParams",
							"value": [],
							"type": "any"
						},
						{
							"key": "redirect_uri",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Product_Code",
						"value": "ECI",
						"type": "text",
						"disabled": true
					}
				],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/products/ERD?fromCountryCode=DE&toCountryCode=DE",
					"protocol": "https",
					"host": [
						"api-sandbox",
						"dhl",
						"com"
					],
					"path": [
						"freight",
						"info",
						"products",
						"services",
						"v1",
						"products",
						"ERD"
					],
					"query": [
						{
							"key": "fromCountryCode",
							"value": "DE"
						},
						{
							"key": "toCountryCode",
							"value": "DE"
						}
					]
				}
			},
			"response": [
				{
					"name": "DHL Freight Products SANDBOX {ELI}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/products/ELI?fromCountryCode=TR&toCountryCode=FR",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"products",
								"ELI"
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "TR"
								},
								{
									"key": "toCountryCode",
									"value": "FR"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:49:44 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "16511"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "21f0f575-3cad-4c38-9b49-278e13e11d2b"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!cQhVsHdFTCMdHp/VVzycNtTZ2xLMfbw/wYLMJ0OHzrNiX9dnZnIWCGiPF+Kbo8hAEJ8sbWSrFXUk0Q==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b3062cb131d4e99848aaccb53a7b6e08f0d69db940afc9e2b52ccb080bf2031e94a26ad4684a35cbd810d95a6b7ff2f482bd88d59fc1cfcb079fae45665cd4af71; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "a6dde51e-38cd-4b73-b600-3ac54f67ea97"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "{\n    \"isDomestic\": false,\n    \"name\": \"EuroLine International\",\n    \"productCode\": \"ELI\",\n    \"description\": \"International part load /full load non-terminal based shipments (> 2.500 kg)\",\n    \"active\": true,\n    \"stackable\": true,\n    \"shipmentTotal\": {\n        \"totalNumberOfPieces\": {\n            \"min\": 1,\n            \"max\": 999\n        },\n        \"totalWeight\": {\n            \"min\": 1,\n            \"max\": 24500\n        },\n        \"totalVolume\": {\n            \"max\": 85\n        },\n        \"totalLoadingMeters\": {\n            \"max\": 13.6\n        },\n        \"totalPalletPlaces\": {}\n    },\n    \"piece\": {\n        \"weight\": {\n            \"min\": 11,\n            \"max\": 245\n        },\n        \"volume\": {\n            \"max\": 245\n        },\n        \"width\": {\n            \"min\": 11,\n            \"max\": 245\n        },\n        \"height\": {\n            \"min\": 3,\n            \"max\": 280\n        },\n        \"length\": {\n            \"min\": 15,\n            \"max\": 1360\n        }\n    },\n    \"fromCountries\": [\n        {\n            \"country\": {\n                \"englishName\": \"Turkey\",\n                \"countryCode\": \"TR\",\n                \"customs\": true\n            }\n        }\n    ],\n    \"toCountries\": [\n        {\n            \"country\": {\n                \"englishName\": \"France\",\n                \"countryCode\": \"FR\",\n                \"customs\": false\n            },\n            \"deliveryTypes\": []\n        }\n    ],\n    \"marketAvailability\": [\n        {\n            \"name\": \"B2B\"\n        }\n    ],\n    \"packageTypes\": [\n        {\n            \"code\": \"PLZ\",\n            \"name\": \"Pallet EURO size\"\n        },\n        {\n            \"code\": \"PAL\",\n            \"name\": \"Pallet\"\n        },\n        {\n            \"code\": \"PLL\",\n            \"name\": \"Pallet - large\"\n        },\n        {\n            \"code\": \"BL\",\n            \"name\": \"Bale\"\n        },\n        {\n            \"code\": \"CG\",\n            \"name\": \"Cage\"\n        },\n        {\n            \"code\": \"CR\",\n            \"name\": \"Crate\"\n        },\n        {\n            \"code\": \"SK\",\n            \"name\": \"Skeleton box\"\n        },\n        {\n            \"code\": \"HPLZ\",\n            \"name\": \"HALF PALLET (NO POOLING)\"\n        },\n        {\n            \"code\": \"H1\",\n            \"name\": \"H1 FOOD PALLET\"\n        },\n        {\n            \"code\": \"DR\",\n            \"name\": \"Drum/barrel\"\n        },\n        {\n            \"code\": \"IBC\",\n            \"name\": \"IBC\"\n        },\n        {\n            \"code\": \"PLO\",\n            \"name\": \"Pallet - oversized\"\n        },\n        {\n            \"code\": \"BB\",\n            \"name\": \"RO/Bobbin\"\n        },\n        {\n            \"code\": \"PLD\",\n            \"name\": \"Pallet - double extra large\"\n        },\n        {\n            \"code\": \"GR\",\n            \"name\": \"Garment roller\"\n        },\n        {\n            \"code\": \"PLX\",\n            \"name\": \"Pallet - extra large\"\n        },\n        {\n            \"code\": \"PLE\",\n            \"name\": \"Euro pallet\"\n        },\n        {\n            \"code\": \"OC\",\n            \"name\": \"Octabin\"\n        },\n        {\n            \"code\": \"BG\",\n            \"name\": \"Bag/sack\"\n        },\n        {\n            \"code\": \"CT\",\n            \"name\": \"Carton/package\"\n        },\n        {\n            \"code\": \"CA\",\n            \"name\": \"CAN\"\n        },\n        {\n            \"code\": \"BX\",\n            \"name\": \"Box/case\"\n        },\n        {\n            \"code\": \"TK\",\n            \"name\": \"Tanktainer\"\n        },\n        {\n            \"code\": \"PLH\",\n            \"name\": \"Half pallet\"\n        },\n        {\n            \"code\": \"FPLE\",\n            \"name\": \"EURO-PALLET WITH FRAME\"\n        },\n        {\n            \"code\": \"FPLH\",\n            \"name\": \"HALF EURO-PALLET WITH FRAME\"\n        },\n        {\n            \"code\": \"DL\",\n            \"name\": \"Dolly\"\n        },\n        {\n            \"code\": \"BE\",\n            \"name\": \"Bundle\"\n        }\n    ],\n    \"exclusions\": [],\n    \"dangerousGoodsExclusions\": [\n        {\n            \"class\": \"1\",\n            \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n            \"allowed\": false,\n            \"exceptions\": [\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0014\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0323\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0432\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0454 \"\n                }\n            ]\n        },\n        {\n            \"class\": \"2.3\",\n            \"name\": \"Toxic gases\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"6.2\",\n            \"name\": \"Infectious substances\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"7\",\n            \"name\": \"Radioactive Material\",\n            \"allowed\": false,\n            \"exceptions\": []\n        }\n    ],\n    \"payerCodes\": [\n        {\n            \"code\": \"EXW\",\n            \"name\": \"Ex Works\",\n            \"customs\": false\n        },\n        {\n            \"code\": \"DAP\",\n            \"name\": \"Delivered at place\",\n            \"customs\": false\n        },\n        {\n            \"code\": \"DDP\",\n            \"name\": \"Delivered duty paid\",\n            \"customs\": false\n        }\n    ],\n    \"additionalServices\": [\n        {\n            \"code\": \"PreAdvice\",\n            \"name\": \"Pre Advice\",\n            \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"ZPA\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"EN\",\n                    \"name\": \"Pre advice\",\n                    \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                },\n                {\n                    \"languageCode\": \"SV\",\n                    \"name\": \"Föravisering\",\n                    \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"Insurance\",\n            \"name\": \"DHL Insurance\",\n            \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"01\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"01\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"01\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"DHL Insurance\",\n                    \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"DHL Varuförsäkring\",\n                    \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                }\n            ],\n            \"customs\": false,\n            \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n        },\n        {\n            \"code\": \"HighValueShipment\",\n            \"name\": \"High Value Shipment\",\n            \"information\": \"High Value Shipment\",\n            \"codeMappings\": [],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"High Value Shipment\",\n                    \"information\": \"Service for high risk customers' orders that require additional security measures (e.g. due to its value, but not limited to)\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Högvärdigt gods\",\n                    \"information\": \"Tjänst för högriskkunders beställningar som kräver ytterligare säkerhetsåtgärder (t.ex. på grund av dess värde, men inte begränsat till)\"\n                }\n            ],\n            \"customs\": false,\n            \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n        },\n        {\n            \"code\": \"DangerousGoods\",\n            \"name\": \"Dangerous goods\",\n            \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"08\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"ADR\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"08\"\n                },\n                {\n                    \"code\": \"Routing barcode\",\n                    \"value\": \"032\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"08\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Farligt gods\",\n                    \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Dangerous goods\",\n                    \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"FixedDeliveryDate\",\n            \"name\": \"Fixed delivery day (FDD)\",\n            \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"47\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"47\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Fixed delivery day (FDD)\",\n                    \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                    \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TimeDefiniteLoading\",\n            \"name\": \"Time definite loading\",\n            \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"27\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"27\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"TLA\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"27\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Time definite loading\",\n                    \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Tidsbestämd lastning\",\n                    \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TimeDefiniteUnloading\",\n            \"name\": \"Time definite unloading\",\n            \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"TLO\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Time definite unloading\",\n                    \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Tidsbestämd lossning\",\n                    \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TailLiftLoading\",\n            \"name\": \"Tail lift loading\",\n            \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"26\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"26\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"26\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Tail lift loading\",\n                    \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Bakgavellift lastning\",\n                    \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TailLiftUnloading\",\n            \"name\": \"Tail lift unloading\",\n            \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"15\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"BGL\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"15\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"15\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Bakgavellift lossning\",\n                    \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Tail lift unloading\",\n                    \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"ThermoCold\",\n            \"name\": \"Thermo cold\",\n            \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"CLD\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"60\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"60\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"60\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Termo kyla\",\n                    \"information\": \"För termperaturkontrollerad transport tillkommer ett tillägg. Termo kyla +2 till +8 grader.\\t\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Thermo cold\",\n                    \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\"\n                }\n            ],\n            \"customs\": false\n        }\n    ]\n}"
				},
				{
					"name": "DHL Freight Products SANDBOX {ECI}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/products/ECI?fromCountryCode=TR&toCountryCode=FR",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"products",
								"ECI"
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "TR"
								},
								{
									"key": "toCountryCode",
									"value": "FR"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:50:16 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "22209"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "8245ee14-63d0-4396-86b2-81db643524f5"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!GUUJheIZUh9cFlTVVzycNtTZ2xLMfXbTidU9JI3kJQS6Ihv3zVZtbqAVAT/ne5fIIItu+BjWprDD4g==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b39ccfa97a26938ce52d3a9099ec74533af1050f7ee94ad7b56efca1fb7254e83d58a7a14ef7a534b2d7b5ace24b67dfb7d0e1074dba9fa0a1187967d2bbe38370; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "55104a09-ca92-4150-80d5-8e925a97fe39"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "{\n    \"isDomestic\": false,\n    \"name\": \"EuroConnect International\",\n    \"productCode\": \"ECI\",\n    \"description\": \"International standard TBO network shipments (<= 2.500 kg)\",\n    \"active\": true,\n    \"stackable\": true,\n    \"shipmentTotal\": {\n        \"totalNumberOfPieces\": {\n            \"min\": 1,\n            \"max\": 999\n        },\n        \"totalWeight\": {\n            \"min\": 1,\n            \"max\": 2500\n        },\n        \"totalVolume\": {\n            \"max\": 10\n        },\n        \"totalLoadingMeters\": {\n            \"max\": 1.51\n        },\n        \"totalPalletPlaces\": {}\n    },\n    \"piece\": {\n        \"weight\": {\n            \"min\": 11,\n            \"max\": 220\n        },\n        \"volume\": {\n            \"max\": 220\n        },\n        \"width\": {\n            \"min\": 11,\n            \"max\": 220\n        },\n        \"height\": {\n            \"min\": 3,\n            \"max\": 220\n        },\n        \"length\": {\n            \"min\": 15,\n            \"max\": 400\n        }\n    },\n    \"fromCountries\": [\n        {\n            \"country\": {\n                \"englishName\": \"Turkey\",\n                \"countryCode\": \"TR\",\n                \"customs\": true\n            }\n        }\n    ],\n    \"toCountries\": [\n        {\n            \"country\": {\n                \"englishName\": \"France\",\n                \"countryCode\": \"FR\",\n                \"customs\": false\n            },\n            \"deliveryTypes\": []\n        }\n    ],\n    \"marketAvailability\": [\n        {\n            \"name\": \"B2B\"\n        }\n    ],\n    \"packageTypes\": [\n        {\n            \"code\": \"PLZ\",\n            \"name\": \"Pallet EURO size\"\n        },\n        {\n            \"code\": \"PAL\",\n            \"name\": \"Pallet\"\n        },\n        {\n            \"code\": \"PLL\",\n            \"name\": \"Pallet - large\"\n        },\n        {\n            \"code\": \"BL\",\n            \"name\": \"Bale\"\n        },\n        {\n            \"code\": \"CG\",\n            \"name\": \"Cage\"\n        },\n        {\n            \"code\": \"CR\",\n            \"name\": \"Crate\"\n        },\n        {\n            \"code\": \"SK\",\n            \"name\": \"Skeleton box\"\n        },\n        {\n            \"code\": \"HPLZ\",\n            \"name\": \"HALF PALLET (NO POOLING)\"\n        },\n        {\n            \"code\": \"H1\",\n            \"name\": \"H1 FOOD PALLET\"\n        },\n        {\n            \"code\": \"DR\",\n            \"name\": \"Drum/barrel\"\n        },\n        {\n            \"code\": \"IBC\",\n            \"name\": \"IBC\"\n        },\n        {\n            \"code\": \"PLO\",\n            \"name\": \"Pallet - oversized\"\n        },\n        {\n            \"code\": \"BB\",\n            \"name\": \"RO/Bobbin\"\n        },\n        {\n            \"code\": \"PLD\",\n            \"name\": \"Pallet - double extra large\"\n        },\n        {\n            \"code\": \"GR\",\n            \"name\": \"Garment roller\"\n        },\n        {\n            \"code\": \"PLX\",\n            \"name\": \"Pallet - extra large\"\n        },\n        {\n            \"code\": \"PLE\",\n            \"name\": \"Euro pallet\"\n        },\n        {\n            \"code\": \"OC\",\n            \"name\": \"Octabin\"\n        },\n        {\n            \"code\": \"BG\",\n            \"name\": \"Bag/sack\"\n        },\n        {\n            \"code\": \"CT\",\n            \"name\": \"Carton/package\"\n        },\n        {\n            \"code\": \"CA\",\n            \"name\": \"CAN\"\n        },\n        {\n            \"code\": \"BX\",\n            \"name\": \"Box/case\"\n        },\n        {\n            \"code\": \"TK\",\n            \"name\": \"Tanktainer\"\n        },\n        {\n            \"code\": \"PLH\",\n            \"name\": \"Half pallet\"\n        },\n        {\n            \"code\": \"FPLE\",\n            \"name\": \"EURO-PALLET WITH FRAME\"\n        },\n        {\n            \"code\": \"FPLH\",\n            \"name\": \"HALF EURO-PALLET WITH FRAME\"\n        },\n        {\n            \"code\": \"DL\",\n            \"name\": \"Dolly\"\n        },\n        {\n            \"code\": \"BE\",\n            \"name\": \"Bundle\"\n        }\n    ],\n    \"exclusions\": [],\n    \"dangerousGoodsExclusions\": [\n        {\n            \"class\": \"1\",\n            \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n            \"allowed\": false,\n            \"exceptions\": [\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0014\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0323\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0432\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0454 \"\n                }\n            ]\n        },\n        {\n            \"class\": \"1.1\",\n            \"name\": \"Substances and articles which have a mass explosion hazard\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"1.2\",\n            \"name\": \"Substances and articles which have a projection hazard but not a mass explosion hazard\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"1.3\",\n            \"name\": \"Substances and articles which have a fire hazard and either a minor blast hazard or a minor projection hazard or both\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"1.4\",\n            \"name\": \"Substances and articles which present no significant hazard; only a small hazard in the event of ignition or initiation during transport with any effects largely confined to the package\",\n            \"allowed\": false,\n            \"exceptions\": [\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0014\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0323\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0432\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0454 \"\n                }\n            ]\n        },\n        {\n            \"class\": \"1.5\",\n            \"name\": \"Very insensitive substances which have a mass explosion hazard\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"1.6\",\n            \"name\": \"Extremely insensitive articles which do not have a mass explosion hazard\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"2\",\n            \"name\": \"Gases\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"2.1\",\n            \"name\": \"Flammable gases\",\n            \"allowed\": true,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"2.2\",\n            \"name\": \"Non-flammable, non-toxic gases\",\n            \"allowed\": true,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"2.3\",\n            \"name\": \"Toxic gases\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"3\",\n            \"name\": \"Flammable Liquids\",\n            \"allowed\": true,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"4\",\n            \"name\": \"Flammable Solids\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"4.1\",\n            \"name\": \"Flammable solids: UN codes 3231 to 3240, UN 3533, UN 3534, UN 3364, UN 3365, UN 3367 and UN 3368\",\n            \"allowed\": true,\n            \"exceptions\": [\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3231\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3232\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3233\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3234\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3235\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3236\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3237\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3238\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3239\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3240\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3364\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3365\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3367\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3368\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3533\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3534\"\n                }\n            ]\n        },\n        {\n            \"class\": \"4.2\",\n            \"name\": \"Substances liable to spontaneous combustion\",\n            \"allowed\": true,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"4.3\",\n            \"name\": \"Substances which, in contact with water, emit flammable gases\",\n            \"allowed\": true,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"5\",\n            \"name\": \"Oxidizing Substances\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"5.1\",\n            \"name\": \"Oxidizing substances\",\n            \"allowed\": true,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"5.2\",\n            \"name\": \"Organic peroxides: UN codes 3111 to 3120\",\n            \"allowed\": true,\n            \"exceptions\": [\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3111 \"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3112\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3113\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3114\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3115\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3116\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3117\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3118\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3119\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3120\"\n                }\n            ]\n        },\n        {\n            \"class\": \"6\",\n            \"name\": \"Toxic & Infectious Substances\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"6.1\",\n            \"name\": \"Toxic substances: Excluded packaging Group I\",\n            \"allowed\": true,\n            \"exceptions\": [\n                {\n                    \"type\": \"packageGroup\",\n                    \"value\": \"I\"\n                }\n            ]\n        },\n        {\n            \"class\": \"6.2\",\n            \"name\": \"Infectious substances\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"7\",\n            \"name\": \"Radioactive Material\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"8\",\n            \"name\": \"Corrosives\",\n            \"allowed\": true,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"9\",\n            \"name\": \"Miscellaneous Dangerous Goods: UN codes 2212, 2590, 2315, 3151, 3152\",\n            \"allowed\": true,\n            \"exceptions\": [\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \" 3152\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"2212\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"2315\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"2590\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"3151\"\n                }\n            ]\n        }\n    ],\n    \"payerCodes\": [\n        {\n            \"code\": \"EXW\",\n            \"name\": \"Ex Works\",\n            \"customs\": false\n        },\n        {\n            \"code\": \"DAP\",\n            \"name\": \"Delivered at place\",\n            \"customs\": false\n        },\n        {\n            \"code\": \"DDP\",\n            \"name\": \"Delivered duty paid\",\n            \"customs\": false\n        }\n    ],\n    \"additionalServices\": [\n        {\n            \"code\": \"PreAdvice\",\n            \"name\": \"Pre Advice\",\n            \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"ZPA\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"EN\",\n                    \"name\": \"Pre advice\",\n                    \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                },\n                {\n                    \"languageCode\": \"SV\",\n                    \"name\": \"Föravisering\",\n                    \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"DropOffByConsignor\",\n            \"name\": \"Drop off by consignor\",\n            \"information\": \"Drop off by consignor\",\n            \"codeMappings\": [],\n            \"translations\": [],\n            \"customs\": false\n        },\n        {\n            \"code\": \"CashOnDelivery\",\n            \"name\": \"Cash on delivery\",\n            \"information\": \"We take payment before delivery and then transfer the amount to the payee.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"13\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"13\"\n                },\n                {\n                    \"code\": \"Routing barcode\",\n                    \"value\": \"002\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"C.O.D\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Varuefterkrav\",\n                    \"information\": \"Vi tar betalt innan leverans och överför sedan beloppet till betalningsmottagaren\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Cash on delivery\",\n                    \"information\": \"We take payment before delivery and then transfer the amount to the payee.\"\n                }\n            ],\n            \"customs\": false,\n            \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n        },\n        {\n            \"code\": \"Insurance\",\n            \"name\": \"DHL Insurance\",\n            \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"01\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"01\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"01\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"DHL Insurance\",\n                    \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"DHL Varuförsäkring\",\n                    \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                }\n            ],\n            \"customs\": false,\n            \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n        },\n        {\n            \"code\": \"DangerousGoods\",\n            \"name\": \"Dangerous goods\",\n            \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"08\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"ADR\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"08\"\n                },\n                {\n                    \"code\": \"Routing barcode\",\n                    \"value\": \"032\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"08\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Farligt gods\",\n                    \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Dangerous goods\",\n                    \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"FixedDeliveryDate\",\n            \"name\": \"Fixed delivery day (FDD)\",\n            \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"47\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"47\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Fixed delivery day (FDD)\",\n                    \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                    \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TimeDefiniteLoading\",\n            \"name\": \"Time definite loading\",\n            \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"27\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"27\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"TLA\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"27\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Time definite loading\",\n                    \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Tidsbestämd lastning\",\n                    \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TimeDefiniteUnloading\",\n            \"name\": \"Time definite unloading\",\n            \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"TLO\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Time definite unloading\",\n                    \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Tidsbestämd lossning\",\n                    \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TailLiftLoading\",\n            \"name\": \"Tail lift loading\",\n            \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"26\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"26\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"26\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Tail lift loading\",\n                    \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Bakgavellift lastning\",\n                    \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TailLiftUnloading\",\n            \"name\": \"Tail lift unloading\",\n            \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"15\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"BGL\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"15\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"15\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Bakgavellift lossning\",\n                    \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Tail lift unloading\",\n                    \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                }\n            ],\n            \"customs\": false\n        }\n    ]\n}"
				},
				{
					"name": "DHL Freight Products SANDBOX {ECD}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/products/ECD?fromCountryCode=TR&toCountryCode=TR",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"products",
								"ECD"
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "TR"
								},
								{
									"key": "toCountryCode",
									"value": "TR"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:50:36 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "15883"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "d87e59dd-b41b-4187-9d85-e63294095945"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!7seZdcNqCSFR3fXVVzycNtTZ2xLMfVUz733EyinwDncc4CQh6PBaD3N+2ddng6JDxCpJ+f0rfPQeEg==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b3190d4089cf37fb9887a5c14d7604381c4be81fe0021168579f6e01f8ce29cbdb73d1df4011d55298bc600e2481a812e1558a11a6af3915b1dc9eb088360c1f37; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "e507ea61-b3f4-49c4-b303-978e250d1540"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "{\n    \"isDomestic\": true,\n    \"name\": \"EuroConnect Domestic\",\n    \"productCode\": \"ECD\",\n    \"description\": \"Domestic standard TBO network shipments (<= 2.500 kg)\",\n    \"active\": true,\n    \"stackable\": true,\n    \"shipmentTotal\": {\n        \"totalNumberOfPieces\": {\n            \"min\": 1,\n            \"max\": 999\n        },\n        \"totalWeight\": {\n            \"min\": 1,\n            \"max\": 2500\n        },\n        \"totalVolume\": {\n            \"max\": 10\n        },\n        \"totalLoadingMeters\": {\n            \"max\": 1.51\n        },\n        \"totalPalletPlaces\": {}\n    },\n    \"piece\": {\n        \"weight\": {\n            \"min\": 11,\n            \"max\": 220\n        },\n        \"volume\": {\n            \"max\": 220\n        },\n        \"width\": {\n            \"min\": 11,\n            \"max\": 220\n        },\n        \"height\": {\n            \"min\": 3,\n            \"max\": 220\n        },\n        \"length\": {\n            \"min\": 15,\n            \"max\": 400\n        }\n    },\n    \"fromCountries\": [\n        {\n            \"country\": {\n                \"englishName\": \"Turkey\",\n                \"countryCode\": \"TR\",\n                \"customs\": true\n            }\n        }\n    ],\n    \"toCountries\": [\n        {\n            \"country\": {\n                \"englishName\": \"Turkey\",\n                \"countryCode\": \"TR\",\n                \"customs\": true\n            },\n            \"deliveryTypes\": []\n        }\n    ],\n    \"marketAvailability\": [\n        {\n            \"name\": \"B2B\"\n        }\n    ],\n    \"packageTypes\": [\n        {\n            \"code\": \"PLZ\",\n            \"name\": \"Pallet EURO size\"\n        },\n        {\n            \"code\": \"PAL\",\n            \"name\": \"Pallet\"\n        },\n        {\n            \"code\": \"PLL\",\n            \"name\": \"Pallet - large\"\n        },\n        {\n            \"code\": \"BL\",\n            \"name\": \"Bale\"\n        },\n        {\n            \"code\": \"CG\",\n            \"name\": \"Cage\"\n        },\n        {\n            \"code\": \"CR\",\n            \"name\": \"Crate\"\n        },\n        {\n            \"code\": \"SK\",\n            \"name\": \"Skeleton box\"\n        },\n        {\n            \"code\": \"HPLZ\",\n            \"name\": \"HALF PALLET (NO POOLING)\"\n        },\n        {\n            \"code\": \"H1\",\n            \"name\": \"H1 FOOD PALLET\"\n        },\n        {\n            \"code\": \"DR\",\n            \"name\": \"Drum/barrel\"\n        },\n        {\n            \"code\": \"IBC\",\n            \"name\": \"IBC\"\n        },\n        {\n            \"code\": \"PLO\",\n            \"name\": \"Pallet - oversized\"\n        },\n        {\n            \"code\": \"BB\",\n            \"name\": \"RO/Bobbin\"\n        },\n        {\n            \"code\": \"PLD\",\n            \"name\": \"Pallet - double extra large\"\n        },\n        {\n            \"code\": \"GR\",\n            \"name\": \"Garment roller\"\n        },\n        {\n            \"code\": \"PLX\",\n            \"name\": \"Pallet - extra large\"\n        },\n        {\n            \"code\": \"PLE\",\n            \"name\": \"Euro pallet\"\n        },\n        {\n            \"code\": \"OC\",\n            \"name\": \"Octabin\"\n        },\n        {\n            \"code\": \"BG\",\n            \"name\": \"Bag/sack\"\n        },\n        {\n            \"code\": \"CT\",\n            \"name\": \"Carton/package\"\n        },\n        {\n            \"code\": \"CA\",\n            \"name\": \"CAN\"\n        },\n        {\n            \"code\": \"BX\",\n            \"name\": \"Box/case\"\n        },\n        {\n            \"code\": \"PLH\",\n            \"name\": \"Half pallet\"\n        },\n        {\n            \"code\": \"FPLE\",\n            \"name\": \"EURO-PALLET WITH FRAME\"\n        },\n        {\n            \"code\": \"FPLH\",\n            \"name\": \"HALF EURO-PALLET WITH FRAME\"\n        },\n        {\n            \"code\": \"DL\",\n            \"name\": \"Dolly\"\n        },\n        {\n            \"code\": \"BE\",\n            \"name\": \"Bundle\"\n        }\n    ],\n    \"exclusions\": [],\n    \"dangerousGoodsExclusions\": [\n        {\n            \"class\": \"1\",\n            \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n            \"allowed\": false,\n            \"exceptions\": [\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0014\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0323\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0432\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0454 \"\n                }\n            ]\n        },\n        {\n            \"class\": \"2.3\",\n            \"name\": \"Toxic gases\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"6.2\",\n            \"name\": \"Infectious substances\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"7\",\n            \"name\": \"Radioactive Material\",\n            \"allowed\": false,\n            \"exceptions\": []\n        }\n    ],\n    \"payerCodes\": [\n        {\n            \"code\": \"EXW\",\n            \"name\": \"Ex Works\",\n            \"customs\": false\n        },\n        {\n            \"code\": \"DAP\",\n            \"name\": \"Delivered at place\",\n            \"customs\": false\n        },\n        {\n            \"code\": \"DDP\",\n            \"name\": \"Delivered duty paid\",\n            \"customs\": false\n        }\n    ],\n    \"additionalServices\": [\n        {\n            \"code\": \"PreAdvice\",\n            \"name\": \"Pre Advice\",\n            \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"ZPA\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"EN\",\n                    \"name\": \"Pre advice\",\n                    \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                },\n                {\n                    \"languageCode\": \"SV\",\n                    \"name\": \"Föravisering\",\n                    \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"DropOffByConsignor\",\n            \"name\": \"Drop off by consignor\",\n            \"information\": \"Drop off by consignor\",\n            \"codeMappings\": [],\n            \"translations\": [],\n            \"customs\": false\n        },\n        {\n            \"code\": \"CashOnDelivery\",\n            \"name\": \"Cash on delivery\",\n            \"information\": \"We take payment before delivery and then transfer the amount to the payee.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"13\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"13\"\n                },\n                {\n                    \"code\": \"Routing barcode\",\n                    \"value\": \"002\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"C.O.D\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Varuefterkrav\",\n                    \"information\": \"Vi tar betalt innan leverans och överför sedan beloppet till betalningsmottagaren\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Cash on delivery\",\n                    \"information\": \"We take payment before delivery and then transfer the amount to the payee.\"\n                }\n            ],\n            \"customs\": false,\n            \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n        },\n        {\n            \"code\": \"Insurance\",\n            \"name\": \"DHL Insurance\",\n            \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"01\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"01\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"01\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"DHL Insurance\",\n                    \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"DHL Varuförsäkring\",\n                    \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                }\n            ],\n            \"customs\": false,\n            \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n        },\n        {\n            \"code\": \"DangerousGoods\",\n            \"name\": \"Dangerous goods\",\n            \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"08\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"ADR\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"08\"\n                },\n                {\n                    \"code\": \"Routing barcode\",\n                    \"value\": \"032\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"08\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Farligt gods\",\n                    \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Dangerous goods\",\n                    \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"FixedDeliveryDate\",\n            \"name\": \"Fixed delivery day (FDD)\",\n            \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"47\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"47\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Fixed delivery day (FDD)\",\n                    \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                    \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TimeDefiniteLoading\",\n            \"name\": \"Time definite loading\",\n            \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"27\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"27\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"TLA\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"27\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Time definite loading\",\n                    \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Tidsbestämd lastning\",\n                    \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TimeDefiniteUnloading\",\n            \"name\": \"Time definite unloading\",\n            \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"TLO\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Time definite unloading\",\n                    \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Tidsbestämd lossning\",\n                    \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TailLiftLoading\",\n            \"name\": \"Tail lift loading\",\n            \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"26\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"26\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"26\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Tail lift loading\",\n                    \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Bakgavellift lastning\",\n                    \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TailLiftUnloading\",\n            \"name\": \"Tail lift unloading\",\n            \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"15\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"BGL\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"15\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"15\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Bakgavellift lossning\",\n                    \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Tail lift unloading\",\n                    \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                }\n            ],\n            \"customs\": false\n        }\n    ]\n}"
				},
				{
					"name": "DHL Freight Products SANDBOX {ELD}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/products/ELD?fromCountryCode=DE&toCountryCode=DE",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"products",
								"ELD"
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "DE"
								},
								{
									"key": "toCountryCode",
									"value": "DE"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:51:02 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "16510"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "31171c46-7377-44d7-a03d-8aebf883dd20"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!woW/07OSzn0eBvTVVzycNtTZ2xLMfYwPAloiG/jUsGixIz3JiDg7CLByzflxqolTQLDJFrU9ECMqDA==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b31c897cb114f8db39a7f5e92e63f260a01851cd9ae298ecce605f7fdf7fcb1411f611e27c44165a7d7a048dc16ed09d3aa20567d0a5b906494c34001b16222141; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "309e2f59-08bc-4e58-88ec-f23df10c7adb"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "{\n    \"isDomestic\": true,\n    \"name\": \"EuroLine Domestic\",\n    \"productCode\": \"ELD\",\n    \"description\": \"Domestic part load /full load non-terminal based shipments (> 2.500 kg)\",\n    \"active\": true,\n    \"stackable\": true,\n    \"shipmentTotal\": {\n        \"totalNumberOfPieces\": {\n            \"min\": 1,\n            \"max\": 999\n        },\n        \"totalWeight\": {\n            \"min\": 1000,\n            \"max\": 25000\n        },\n        \"totalVolume\": {\n            \"max\": 85\n        },\n        \"totalLoadingMeters\": {\n            \"max\": 13.6\n        },\n        \"totalPalletPlaces\": {}\n    },\n    \"piece\": {\n        \"weight\": {\n            \"min\": 11,\n            \"max\": 245\n        },\n        \"volume\": {\n            \"max\": 245\n        },\n        \"width\": {\n            \"min\": 11,\n            \"max\": 245\n        },\n        \"height\": {\n            \"min\": 3,\n            \"max\": 280\n        },\n        \"length\": {\n            \"min\": 15,\n            \"max\": 1360\n        }\n    },\n    \"fromCountries\": [\n        {\n            \"country\": {\n                \"englishName\": \"Germany\",\n                \"countryCode\": \"DE\",\n                \"customs\": false\n            }\n        }\n    ],\n    \"toCountries\": [\n        {\n            \"country\": {\n                \"englishName\": \"Germany\",\n                \"countryCode\": \"DE\",\n                \"customs\": false\n            },\n            \"deliveryTypes\": []\n        }\n    ],\n    \"marketAvailability\": [\n        {\n            \"name\": \"B2B\"\n        }\n    ],\n    \"packageTypes\": [\n        {\n            \"code\": \"PLZ\",\n            \"name\": \"Pallet EURO size\"\n        },\n        {\n            \"code\": \"PAL\",\n            \"name\": \"Pallet\"\n        },\n        {\n            \"code\": \"PLL\",\n            \"name\": \"Pallet - large\"\n        },\n        {\n            \"code\": \"BL\",\n            \"name\": \"Bale\"\n        },\n        {\n            \"code\": \"CG\",\n            \"name\": \"Cage\"\n        },\n        {\n            \"code\": \"CR\",\n            \"name\": \"Crate\"\n        },\n        {\n            \"code\": \"SK\",\n            \"name\": \"Skeleton box\"\n        },\n        {\n            \"code\": \"HPLZ\",\n            \"name\": \"HALF PALLET (NO POOLING)\"\n        },\n        {\n            \"code\": \"H1\",\n            \"name\": \"H1 FOOD PALLET\"\n        },\n        {\n            \"code\": \"DR\",\n            \"name\": \"Drum/barrel\"\n        },\n        {\n            \"code\": \"IBC\",\n            \"name\": \"IBC\"\n        },\n        {\n            \"code\": \"PLO\",\n            \"name\": \"Pallet - oversized\"\n        },\n        {\n            \"code\": \"BB\",\n            \"name\": \"RO/Bobbin\"\n        },\n        {\n            \"code\": \"PLD\",\n            \"name\": \"Pallet - double extra large\"\n        },\n        {\n            \"code\": \"GR\",\n            \"name\": \"Garment roller\"\n        },\n        {\n            \"code\": \"PLX\",\n            \"name\": \"Pallet - extra large\"\n        },\n        {\n            \"code\": \"PLE\",\n            \"name\": \"Euro pallet\"\n        },\n        {\n            \"code\": \"OC\",\n            \"name\": \"Octabin\"\n        },\n        {\n            \"code\": \"BG\",\n            \"name\": \"Bag/sack\"\n        },\n        {\n            \"code\": \"CT\",\n            \"name\": \"Carton/package\"\n        },\n        {\n            \"code\": \"CA\",\n            \"name\": \"CAN\"\n        },\n        {\n            \"code\": \"BX\",\n            \"name\": \"Box/case\"\n        },\n        {\n            \"code\": \"TK\",\n            \"name\": \"Tanktainer\"\n        },\n        {\n            \"code\": \"PLH\",\n            \"name\": \"Half pallet\"\n        },\n        {\n            \"code\": \"FPLE\",\n            \"name\": \"EURO-PALLET WITH FRAME\"\n        },\n        {\n            \"code\": \"FPLH\",\n            \"name\": \"HALF EURO-PALLET WITH FRAME\"\n        },\n        {\n            \"code\": \"DL\",\n            \"name\": \"Dolly\"\n        },\n        {\n            \"code\": \"BE\",\n            \"name\": \"Bundle\"\n        }\n    ],\n    \"exclusions\": [],\n    \"dangerousGoodsExclusions\": [\n        {\n            \"class\": \"1\",\n            \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n            \"allowed\": false,\n            \"exceptions\": [\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0014\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0323\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0432\"\n                },\n                {\n                    \"type\": \"unNumber\",\n                    \"value\": \"0454 \"\n                }\n            ]\n        },\n        {\n            \"class\": \"2.3\",\n            \"name\": \"Toxic gases\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"6.2\",\n            \"name\": \"Infectious substances\",\n            \"allowed\": false,\n            \"exceptions\": []\n        },\n        {\n            \"class\": \"7\",\n            \"name\": \"Radioactive Material\",\n            \"allowed\": false,\n            \"exceptions\": []\n        }\n    ],\n    \"payerCodes\": [\n        {\n            \"code\": \"EXW\",\n            \"name\": \"Ex Works\",\n            \"customs\": false\n        },\n        {\n            \"code\": \"DAP\",\n            \"name\": \"Delivered at place\",\n            \"customs\": false\n        },\n        {\n            \"code\": \"DDP\",\n            \"name\": \"Delivered duty paid\",\n            \"customs\": false\n        }\n    ],\n    \"additionalServices\": [\n        {\n            \"code\": \"PreAdvice\",\n            \"name\": \"Pre Advice\",\n            \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"ZPA\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"EN\",\n                    \"name\": \"Pre advice\",\n                    \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                },\n                {\n                    \"languageCode\": \"SV\",\n                    \"name\": \"Föravisering\",\n                    \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"Insurance\",\n            \"name\": \"DHL Insurance\",\n            \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"01\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"01\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"01\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"DHL Insurance\",\n                    \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"DHL Varuförsäkring\",\n                    \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                }\n            ],\n            \"customs\": false,\n            \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP,NOK)\"\n        },\n        {\n            \"code\": \"HighValueShipment\",\n            \"name\": \"High Value Shipment\",\n            \"information\": \"High Value Shipment\",\n            \"codeMappings\": [],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"High Value Shipment\",\n                    \"information\": \"Service for high risk customers' orders that require additional security measures (e.g. due to its value, but not limited to)\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Högvärdigt gods\",\n                    \"information\": \"Tjänst för högriskkunders beställningar som kräver ytterligare säkerhetsåtgärder (t.ex. på grund av dess värde, men inte begränsat till)\"\n                }\n            ],\n            \"customs\": false,\n            \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n        },\n        {\n            \"code\": \"DangerousGoods\",\n            \"name\": \"Dangerous goods\",\n            \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"08\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"ADR\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"08\"\n                },\n                {\n                    \"code\": \"Routing barcode\",\n                    \"value\": \"032\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"08\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Farligt gods\",\n                    \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Dangerous goods\",\n                    \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"FixedDeliveryDate\",\n            \"name\": \"Fixed delivery day (FDD)\",\n            \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"47\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"47\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Fixed delivery day (FDD)\",\n                    \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                    \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TimeDefiniteLoading\",\n            \"name\": \"Time definite loading\",\n            \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"27\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"27\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"TLA\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"27\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Time definite loading\",\n                    \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Tidsbestämd lastning\",\n                    \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TimeDefiniteUnloading\",\n            \"name\": \"Time definite unloading\",\n            \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"10\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"TLO\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Time definite unloading\",\n                    \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Tidsbestämd lossning\",\n                    \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TailLiftLoading\",\n            \"name\": \"Tail lift loading\",\n            \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"26\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"26\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"26\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Tail lift loading\",\n                    \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                },\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Bakgavellift lastning\",\n                    \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"TailLiftUnloading\",\n            \"name\": \"Tail lift unloading\",\n            \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"15\"\n                },\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"BGL\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"15\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"15\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Bakgavellift lossning\",\n                    \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Tail lift unloading\",\n                    \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                }\n            ],\n            \"customs\": false\n        },\n        {\n            \"code\": \"ThermoCold\",\n            \"name\": \"Thermo cold\",\n            \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\",\n            \"codeMappings\": [\n                {\n                    \"code\": \"Handling code\",\n                    \"value\": \"CLD\"\n                },\n                {\n                    \"code\": \"IFTMBF\",\n                    \"value\": \"60\"\n                },\n                {\n                    \"code\": \"IFTMIN\",\n                    \"value\": \"60\"\n                },\n                {\n                    \"code\": \"FRTCON\",\n                    \"value\": \"60\"\n                }\n            ],\n            \"translations\": [\n                {\n                    \"languageCode\": \"sv\",\n                    \"name\": \"Termo kyla\",\n                    \"information\": \"För termperaturkontrollerad transport tillkommer ett tillägg. Termo kyla +2 till +8 grader.\\t\"\n                },\n                {\n                    \"languageCode\": \"en\",\n                    \"name\": \"Thermo cold\",\n                    \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\"\n                }\n            ],\n            \"customs\": false\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "DHL Freight Products SANDBOX {PackageTypes}",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.test(\"Status : #200: Success!\", function () {\r",
							"    pm.response.to.have.status(200);\r",
							"});\r",
							"pm.test(\"Status : #400: Bad Request! Please check your JSON\", function () {\r",
							"    pm.response.to.have.status(400);\r",
							"});\r",
							"pm.test(\"Status : #401: Unauthorized! Please authorize first\", function () {\r",
							"    pm.response.to.have.status(401);\r",
							"});\r",
							"pm.test(\"Status : #500: Server or JSON Syntax Error! Please check them all\", function () {\r",
							"    pm.response.to.have.status(500);\r",
							"});"
						],
						"type": "text/javascript"
					}
				}
			],
			"protocolProfileBehavior": {
				"disableBodyPruning": true,
				"disabledSystemHeaders": {
					"accept": true
				},
				"strictSSL": true
			},
			"request": {
				"auth": {
					"type": "oauth2",
					"oauth2": [
						{
							"key": "clientSecret",
							"value": "your_API_KEY_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "clientId",
							"value": "your_API_SECRET_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "accessTokenUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "grant_type",
							"value": "client_credentials",
							"type": "string"
						},
						{
							"key": "client_authentication",
							"value": "header",
							"type": "string"
						},
						{
							"key": "authUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "tokenName",
							"value": "BearerKey",
							"type": "string"
						},
						{
							"key": "addTokenTo",
							"value": "header",
							"type": "string"
						},
						{
							"key": "tokenRequestParams",
							"value": [],
							"type": "any"
						},
						{
							"key": "redirect_uri",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes",
					"protocol": "https",
					"host": [
						"api-sandbox",
						"dhl",
						"com"
					],
					"path": [
						"freight",
						"info",
						"products",
						"services",
						"v1",
						"packagetypes"
					]
				}
			},
			"response": [
				{
					"name": "DHL Freight Products DEV {PackageTypes}",
					"originalRequest": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"packagetypes"
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "TR",
									"description": "Shipment from country ISO code",
									"disabled": true
								},
								{
									"key": "toCountryCode",
									"value": "FR",
									"description": "Shipment to country ISO code",
									"disabled": true
								},
								{
									"key": "productCode",
									"value": "ECI",
									"description": "DHL Freight Product Code",
									"disabled": true
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:20:16 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "3090"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "43d628a1-d28a-4b2d-b500-ee6b4e8dbd1d"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!TGT+XzdhDHHSDQbVVzycNtTZ2xLMfWlbnSTkpDnINrS+AVohXMUhFxObjcaN1aYcuTZ7jbH2nWSc/w==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b36f7a0eb817648e73a8389f07da96b20ef79471a3a4531b389db3212ba031a1c3a68962ba6d1d323b0b4daff432a6cad94b7b788bf44fac98ed972e945f52bde9; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "b5b035e9-53ed-46d1-a05c-c0da7b991ffb"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"code\": \"Load\",\n        \"name\": \"Load\"\n    },\n    {\n        \"code\": \"CRT\",\n        \"name\": \"Carton\"\n    },\n    {\n        \"code\": \"PLZ\",\n        \"name\": \"Pallet EURO size\"\n    },\n    {\n        \"code\": \"PAL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"PLL\",\n        \"name\": \"Pallet - large\"\n    },\n    {\n        \"code\": \"PL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"EU4\",\n        \"name\": \"Kvartpalle\"\n    },\n    {\n        \"code\": \"BL\",\n        \"name\": \"Bale\"\n    },\n    {\n        \"code\": \"CG\",\n        \"name\": \"Cage\"\n    },\n    {\n        \"code\": \"NHP\",\n        \"name\": \"Nordic Half Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"CR\",\n        \"name\": \"Crate\"\n    },\n    {\n        \"code\": \"PLF\",\n        \"name\": \"Helpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"SK\",\n        \"name\": \"Skeleton box\"\n    },\n    {\n        \"code\": \"HPLZ\",\n        \"name\": \"HALF PALLET (NO POOLING)\"\n    },\n    {\n        \"code\": \"H1\",\n        \"name\": \"H1 FOOD PALLET\"\n    },\n    {\n        \"code\": \"DR\",\n        \"name\": \"Drum/barrel\"\n    },\n    {\n        \"code\": \"CLL\",\n        \"name\": \"Unspecified Colli\"\n    },\n    {\n        \"code\": \"IBC\",\n        \"name\": \"IBC\"\n    },\n    {\n        \"code\": \"PLO\",\n        \"name\": \"Pallet - oversized\"\n    },\n    {\n        \"code\": \"EUR\",\n        \"name\": \"EUR-pallet (80 x 120 cm)\"\n    },\n    {\n        \"code\": \"BB\",\n        \"name\": \"RO/Bobbin\"\n    },\n    {\n        \"code\": \"PLD\",\n        \"name\": \"Pallet - double extra large\"\n    },\n    {\n        \"code\": \"EU2\",\n        \"name\": \"Halvpalle\"\n    },\n    {\n        \"code\": \"PC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"TEHO\",\n        \"name\": \"Half-pallet (80 x 60 cm)\"\n    },\n    {\n        \"code\": \"GR\",\n        \"name\": \"Garment roller\"\n    },\n    {\n        \"code\": \"PLX\",\n        \"name\": \"Pallet - extra large\"\n    },\n    {\n        \"code\": \"PLE\",\n        \"name\": \"Euro pallet\"\n    },\n    {\n        \"code\": \"RLL \",\n        \"name\": \"Rulle\"\n    },\n    {\n        \"code\": \"701\",\n        \"name\": \"DHL Helpall\"\n    },\n    {\n        \"code\": \"OC\",\n        \"name\": \"Octabin\"\n    },\n    {\n        \"code\": \"BG\",\n        \"name\": \"Bag/sack\"\n    },\n    {\n        \"code\": \"CT\",\n        \"name\": \"Carton/package\"\n    },\n    {\n        \"code\": \"PLQ\",\n        \"name\": \"Kvartpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"CA\",\n        \"name\": \"CAN\"\n    },\n    {\n        \"code\": \"NFP\",\n        \"name\": \"Nordic Full Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"BX\",\n        \"name\": \"Box/case\"\n    },\n    {\n        \"code\": \"TK\",\n        \"name\": \"Tanktainer\"\n    },\n    {\n        \"code\": \"PLH\",\n        \"name\": \"Half pallet\"\n    },\n    {\n        \"code\": \"FPLE\",\n        \"name\": \"EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"201\",\n        \"name\": \"Palle, udfylder palleplads\"\n    },\n    {\n        \"code\": \"FPLH\",\n        \"name\": \"HALF EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"PK\",\n        \"name\": \"Package\"\n    },\n    {\n        \"code\": \"INPL\",\n        \"name\": \"Industripalle\"\n    },\n    {\n        \"code\": \"LNG\",\n        \"name\": \"Long goods\"\n    },\n    {\n        \"code\": \"702\",\n        \"name\": \"DHL Halvpall\"\n    },\n    {\n        \"code\": \"PTI\",\n        \"name\": \"Part\"\n    },\n    {\n        \"code\": \"FIN\",\n        \"name\": \"FIN-pallet (100 x 120 cm)\"\n    },\n    {\n        \"code\": \"DL\",\n        \"name\": \"Dolly\"\n    },\n    {\n        \"code\": \"NPC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"BE\",\n        \"name\": \"Bundle\"\n    }\n]"
				}
			]
		},
		{
			"name": "DHL Freight Products SANDBOX {PackageTypes/ProductCode}",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.test(\"Status : #200: Success!\", function () {\r",
							"    pm.response.to.have.status(200);\r",
							"});\r",
							"pm.test(\"Status : #400: Bad Request! Please check your JSON\", function () {\r",
							"    pm.response.to.have.status(400);\r",
							"});\r",
							"pm.test(\"Status : #401: Unauthorized! Please authorize first\", function () {\r",
							"    pm.response.to.have.status(401);\r",
							"});\r",
							"pm.test(\"Status : #500: Server or JSON Syntax Error! Please check them all\", function () {\r",
							"    pm.response.to.have.status(500);\r",
							"});"
						],
						"type": "text/javascript"
					}
				}
			],
			"protocolProfileBehavior": {
				"disableBodyPruning": true,
				"disabledSystemHeaders": {
					"accept": true
				},
				"strictSSL": true
			},
			"request": {
				"auth": {
					"type": "oauth2",
					"oauth2": [
						{
							"key": "clientSecret",
							"value": "your_API_KEY_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "clientId",
							"value": "your_API_SECRET_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "accessTokenUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "grant_type",
							"value": "client_credentials",
							"type": "string"
						},
						{
							"key": "client_authentication",
							"value": "header",
							"type": "string"
						},
						{
							"key": "authUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "tokenName",
							"value": "BearerKey",
							"type": "string"
						},
						{
							"key": "addTokenTo",
							"value": "header",
							"type": "string"
						},
						{
							"key": "tokenRequestParams",
							"value": [],
							"type": "any"
						},
						{
							"key": "redirect_uri",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Product_Code",
						"value": "ECI",
						"type": "text",
						"disabled": true
					}
				],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes/?fromCountryCode=FR&toCountryCode=FR&productCode=SPD",
					"protocol": "https",
					"host": [
						"api-sandbox",
						"dhl",
						"com"
					],
					"path": [
						"freight",
						"info",
						"products",
						"services",
						"v1",
						"packagetypes",
						""
					],
					"query": [
						{
							"key": "fromCountryCode",
							"value": "FR",
							"description": "Shipment from country ISO code"
						},
						{
							"key": "toCountryCode",
							"value": "FR",
							"description": "Shipment to country ISO code"
						},
						{
							"key": "productCode",
							"value": "SPD",
							"description": "DHL Freight Product Code"
						}
					]
				}
			},
			"response": [
				{
					"name": "DHL Freight Products SANDBOX {PackageTypes/ECI}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes/?fromCountryCode=DE&toCountryCode=FR&productCode=ECI",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"packagetypes",
								""
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "DE",
									"description": "Shipment from country ISO code"
								},
								{
									"key": "toCountryCode",
									"value": "FR",
									"description": "Shipment to country ISO code"
								},
								{
									"key": "productCode",
									"value": "ECI",
									"description": "DHL Freight Product Code"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:56:23 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "3090"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "7663a7fc-e5b3-4cfc-bea1-dab9a62caae4"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!a78+nYyNaIh/B7LVVzycNtTZ2xLMfUTNvUlhXxEzK3GtDuhs46FNwRzDtucGHr89FJQTw/JoEvRRJQ==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b3107fe58f7057630e7907b7217bf0529443b6e6aafc2cc45940dccc14a267bf7c5c2112246010f91f09b8e07b5dad3a4f2a16bc88fd1b0f19dbd9e14b91a2001c; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "55256911-7821-4d11-9d81-957b092d399a"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"code\": \"Load\",\n        \"name\": \"Load\"\n    },\n    {\n        \"code\": \"CRT\",\n        \"name\": \"Carton\"\n    },\n    {\n        \"code\": \"PLZ\",\n        \"name\": \"Pallet EURO size\"\n    },\n    {\n        \"code\": \"PAL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"PLL\",\n        \"name\": \"Pallet - large\"\n    },\n    {\n        \"code\": \"PL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"EU4\",\n        \"name\": \"Kvartpalle\"\n    },\n    {\n        \"code\": \"BL\",\n        \"name\": \"Bale\"\n    },\n    {\n        \"code\": \"CG\",\n        \"name\": \"Cage\"\n    },\n    {\n        \"code\": \"NHP\",\n        \"name\": \"Nordic Half Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"CR\",\n        \"name\": \"Crate\"\n    },\n    {\n        \"code\": \"PLF\",\n        \"name\": \"Helpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"SK\",\n        \"name\": \"Skeleton box\"\n    },\n    {\n        \"code\": \"HPLZ\",\n        \"name\": \"HALF PALLET (NO POOLING)\"\n    },\n    {\n        \"code\": \"H1\",\n        \"name\": \"H1 FOOD PALLET\"\n    },\n    {\n        \"code\": \"DR\",\n        \"name\": \"Drum/barrel\"\n    },\n    {\n        \"code\": \"CLL\",\n        \"name\": \"Unspecified Colli\"\n    },\n    {\n        \"code\": \"IBC\",\n        \"name\": \"IBC\"\n    },\n    {\n        \"code\": \"PLO\",\n        \"name\": \"Pallet - oversized\"\n    },\n    {\n        \"code\": \"EUR\",\n        \"name\": \"EUR-pallet (80 x 120 cm)\"\n    },\n    {\n        \"code\": \"BB\",\n        \"name\": \"RO/Bobbin\"\n    },\n    {\n        \"code\": \"PLD\",\n        \"name\": \"Pallet - double extra large\"\n    },\n    {\n        \"code\": \"EU2\",\n        \"name\": \"Halvpalle\"\n    },\n    {\n        \"code\": \"PC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"TEHO\",\n        \"name\": \"Half-pallet (80 x 60 cm)\"\n    },\n    {\n        \"code\": \"GR\",\n        \"name\": \"Garment roller\"\n    },\n    {\n        \"code\": \"PLX\",\n        \"name\": \"Pallet - extra large\"\n    },\n    {\n        \"code\": \"PLE\",\n        \"name\": \"Euro pallet\"\n    },\n    {\n        \"code\": \"RLL \",\n        \"name\": \"Rulle\"\n    },\n    {\n        \"code\": \"701\",\n        \"name\": \"DHL Helpall\"\n    },\n    {\n        \"code\": \"OC\",\n        \"name\": \"Octabin\"\n    },\n    {\n        \"code\": \"BG\",\n        \"name\": \"Bag/sack\"\n    },\n    {\n        \"code\": \"CT\",\n        \"name\": \"Carton/package\"\n    },\n    {\n        \"code\": \"PLQ\",\n        \"name\": \"Kvartpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"CA\",\n        \"name\": \"CAN\"\n    },\n    {\n        \"code\": \"NFP\",\n        \"name\": \"Nordic Full Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"BX\",\n        \"name\": \"Box/case\"\n    },\n    {\n        \"code\": \"TK\",\n        \"name\": \"Tanktainer\"\n    },\n    {\n        \"code\": \"PLH\",\n        \"name\": \"Half pallet\"\n    },\n    {\n        \"code\": \"FPLE\",\n        \"name\": \"EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"201\",\n        \"name\": \"Palle, udfylder palleplads\"\n    },\n    {\n        \"code\": \"FPLH\",\n        \"name\": \"HALF EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"PK\",\n        \"name\": \"Package\"\n    },\n    {\n        \"code\": \"INPL\",\n        \"name\": \"Industripalle\"\n    },\n    {\n        \"code\": \"LNG\",\n        \"name\": \"Long goods\"\n    },\n    {\n        \"code\": \"702\",\n        \"name\": \"DHL Halvpall\"\n    },\n    {\n        \"code\": \"PTI\",\n        \"name\": \"Part\"\n    },\n    {\n        \"code\": \"FIN\",\n        \"name\": \"FIN-pallet (100 x 120 cm)\"\n    },\n    {\n        \"code\": \"DL\",\n        \"name\": \"Dolly\"\n    },\n    {\n        \"code\": \"NPC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"BE\",\n        \"name\": \"Bundle\"\n    }\n]"
				},
				{
					"name": "DHL Freight Products SANDBOX {PackageTypes/ELI}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes/?fromCountryCode=DE&toCountryCode=FR&productCode=ELI",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"packagetypes",
								""
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "DE",
									"description": "Shipment from country ISO code"
								},
								{
									"key": "toCountryCode",
									"value": "FR",
									"description": "Shipment to country ISO code"
								},
								{
									"key": "productCode",
									"value": "ELI",
									"description": "DHL Freight Product Code"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:56:46 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "3090"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "e599b0ad-7340-45d8-81df-43ee86aed271"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!sup53iR2t+nT2Q7VVzycNtTZ2xLMfS4cTmVL9EZiUIqpG7PzEjRygEfI6QFr3aeofFQmmdbjWk32XQ==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b3838132b1a7742a96a9eef4b85e66bfb98970edf6712c4bd0770ab6fbd86e762ddb413cd9022cbe7b163a35d2a184fce59985bafcf8e6361bd494d7e9ec356423; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "12035ae6-4331-4247-822e-a2c517dfe0e8"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"code\": \"Load\",\n        \"name\": \"Load\"\n    },\n    {\n        \"code\": \"CRT\",\n        \"name\": \"Carton\"\n    },\n    {\n        \"code\": \"PLZ\",\n        \"name\": \"Pallet EURO size\"\n    },\n    {\n        \"code\": \"PAL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"PLL\",\n        \"name\": \"Pallet - large\"\n    },\n    {\n        \"code\": \"PL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"EU4\",\n        \"name\": \"Kvartpalle\"\n    },\n    {\n        \"code\": \"BL\",\n        \"name\": \"Bale\"\n    },\n    {\n        \"code\": \"CG\",\n        \"name\": \"Cage\"\n    },\n    {\n        \"code\": \"NHP\",\n        \"name\": \"Nordic Half Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"CR\",\n        \"name\": \"Crate\"\n    },\n    {\n        \"code\": \"PLF\",\n        \"name\": \"Helpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"SK\",\n        \"name\": \"Skeleton box\"\n    },\n    {\n        \"code\": \"HPLZ\",\n        \"name\": \"HALF PALLET (NO POOLING)\"\n    },\n    {\n        \"code\": \"H1\",\n        \"name\": \"H1 FOOD PALLET\"\n    },\n    {\n        \"code\": \"DR\",\n        \"name\": \"Drum/barrel\"\n    },\n    {\n        \"code\": \"CLL\",\n        \"name\": \"Unspecified Colli\"\n    },\n    {\n        \"code\": \"IBC\",\n        \"name\": \"IBC\"\n    },\n    {\n        \"code\": \"PLO\",\n        \"name\": \"Pallet - oversized\"\n    },\n    {\n        \"code\": \"EUR\",\n        \"name\": \"EUR-pallet (80 x 120 cm)\"\n    },\n    {\n        \"code\": \"BB\",\n        \"name\": \"RO/Bobbin\"\n    },\n    {\n        \"code\": \"PLD\",\n        \"name\": \"Pallet - double extra large\"\n    },\n    {\n        \"code\": \"EU2\",\n        \"name\": \"Halvpalle\"\n    },\n    {\n        \"code\": \"PC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"TEHO\",\n        \"name\": \"Half-pallet (80 x 60 cm)\"\n    },\n    {\n        \"code\": \"GR\",\n        \"name\": \"Garment roller\"\n    },\n    {\n        \"code\": \"PLX\",\n        \"name\": \"Pallet - extra large\"\n    },\n    {\n        \"code\": \"PLE\",\n        \"name\": \"Euro pallet\"\n    },\n    {\n        \"code\": \"RLL \",\n        \"name\": \"Rulle\"\n    },\n    {\n        \"code\": \"701\",\n        \"name\": \"DHL Helpall\"\n    },\n    {\n        \"code\": \"OC\",\n        \"name\": \"Octabin\"\n    },\n    {\n        \"code\": \"BG\",\n        \"name\": \"Bag/sack\"\n    },\n    {\n        \"code\": \"CT\",\n        \"name\": \"Carton/package\"\n    },\n    {\n        \"code\": \"PLQ\",\n        \"name\": \"Kvartpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"CA\",\n        \"name\": \"CAN\"\n    },\n    {\n        \"code\": \"NFP\",\n        \"name\": \"Nordic Full Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"BX\",\n        \"name\": \"Box/case\"\n    },\n    {\n        \"code\": \"TK\",\n        \"name\": \"Tanktainer\"\n    },\n    {\n        \"code\": \"PLH\",\n        \"name\": \"Half pallet\"\n    },\n    {\n        \"code\": \"FPLE\",\n        \"name\": \"EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"201\",\n        \"name\": \"Palle, udfylder palleplads\"\n    },\n    {\n        \"code\": \"FPLH\",\n        \"name\": \"HALF EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"PK\",\n        \"name\": \"Package\"\n    },\n    {\n        \"code\": \"INPL\",\n        \"name\": \"Industripalle\"\n    },\n    {\n        \"code\": \"LNG\",\n        \"name\": \"Long goods\"\n    },\n    {\n        \"code\": \"702\",\n        \"name\": \"DHL Halvpall\"\n    },\n    {\n        \"code\": \"PTI\",\n        \"name\": \"Part\"\n    },\n    {\n        \"code\": \"FIN\",\n        \"name\": \"FIN-pallet (100 x 120 cm)\"\n    },\n    {\n        \"code\": \"DL\",\n        \"name\": \"Dolly\"\n    },\n    {\n        \"code\": \"NPC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"BE\",\n        \"name\": \"Bundle\"\n    }\n]"
				},
				{
					"name": "DHL Freight Products SANDBOX {PackageTypes/ELD}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes/?fromCountryCode=DE&toCountryCode=DE&productCode=ELD",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"packagetypes",
								""
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "DE",
									"description": "Shipment from country ISO code"
								},
								{
									"key": "toCountryCode",
									"value": "DE",
									"description": "Shipment to country ISO code"
								},
								{
									"key": "productCode",
									"value": "ELD",
									"description": "DHL Freight Product Code"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:57:07 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "3090"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "7d117b41-f6f5-4d4a-a1af-d582e8cbebba"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!qmvjTkjXqakb2yzVVzycNtTZ2xLMfYJTz5xHx64yPCfSMZB2gtyYZvuo1AHo5FRC8lkUpm7+/WU5Ig==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b3005b0b0e9e16327ba53ad9207d70540a8aeb73a3d739db9fd57564916ca7b5ab2839a51d0636516a1daf491b5959311ceab6bfc8fce4229639e660a7122406bd; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "85b52fb9-b535-4d64-b9f9-165b8598bd8e"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"code\": \"Load\",\n        \"name\": \"Load\"\n    },\n    {\n        \"code\": \"CRT\",\n        \"name\": \"Carton\"\n    },\n    {\n        \"code\": \"PLZ\",\n        \"name\": \"Pallet EURO size\"\n    },\n    {\n        \"code\": \"PAL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"PLL\",\n        \"name\": \"Pallet - large\"\n    },\n    {\n        \"code\": \"PL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"EU4\",\n        \"name\": \"Kvartpalle\"\n    },\n    {\n        \"code\": \"BL\",\n        \"name\": \"Bale\"\n    },\n    {\n        \"code\": \"CG\",\n        \"name\": \"Cage\"\n    },\n    {\n        \"code\": \"NHP\",\n        \"name\": \"Nordic Half Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"CR\",\n        \"name\": \"Crate\"\n    },\n    {\n        \"code\": \"PLF\",\n        \"name\": \"Helpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"SK\",\n        \"name\": \"Skeleton box\"\n    },\n    {\n        \"code\": \"HPLZ\",\n        \"name\": \"HALF PALLET (NO POOLING)\"\n    },\n    {\n        \"code\": \"H1\",\n        \"name\": \"H1 FOOD PALLET\"\n    },\n    {\n        \"code\": \"DR\",\n        \"name\": \"Drum/barrel\"\n    },\n    {\n        \"code\": \"CLL\",\n        \"name\": \"Unspecified Colli\"\n    },\n    {\n        \"code\": \"IBC\",\n        \"name\": \"IBC\"\n    },\n    {\n        \"code\": \"PLO\",\n        \"name\": \"Pallet - oversized\"\n    },\n    {\n        \"code\": \"EUR\",\n        \"name\": \"EUR-pallet (80 x 120 cm)\"\n    },\n    {\n        \"code\": \"BB\",\n        \"name\": \"RO/Bobbin\"\n    },\n    {\n        \"code\": \"PLD\",\n        \"name\": \"Pallet - double extra large\"\n    },\n    {\n        \"code\": \"EU2\",\n        \"name\": \"Halvpalle\"\n    },\n    {\n        \"code\": \"PC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"TEHO\",\n        \"name\": \"Half-pallet (80 x 60 cm)\"\n    },\n    {\n        \"code\": \"GR\",\n        \"name\": \"Garment roller\"\n    },\n    {\n        \"code\": \"PLX\",\n        \"name\": \"Pallet - extra large\"\n    },\n    {\n        \"code\": \"PLE\",\n        \"name\": \"Euro pallet\"\n    },\n    {\n        \"code\": \"RLL \",\n        \"name\": \"Rulle\"\n    },\n    {\n        \"code\": \"701\",\n        \"name\": \"DHL Helpall\"\n    },\n    {\n        \"code\": \"OC\",\n        \"name\": \"Octabin\"\n    },\n    {\n        \"code\": \"BG\",\n        \"name\": \"Bag/sack\"\n    },\n    {\n        \"code\": \"CT\",\n        \"name\": \"Carton/package\"\n    },\n    {\n        \"code\": \"PLQ\",\n        \"name\": \"Kvartpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"CA\",\n        \"name\": \"CAN\"\n    },\n    {\n        \"code\": \"NFP\",\n        \"name\": \"Nordic Full Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"BX\",\n        \"name\": \"Box/case\"\n    },\n    {\n        \"code\": \"TK\",\n        \"name\": \"Tanktainer\"\n    },\n    {\n        \"code\": \"PLH\",\n        \"name\": \"Half pallet\"\n    },\n    {\n        \"code\": \"FPLE\",\n        \"name\": \"EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"201\",\n        \"name\": \"Palle, udfylder palleplads\"\n    },\n    {\n        \"code\": \"FPLH\",\n        \"name\": \"HALF EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"PK\",\n        \"name\": \"Package\"\n    },\n    {\n        \"code\": \"INPL\",\n        \"name\": \"Industripalle\"\n    },\n    {\n        \"code\": \"LNG\",\n        \"name\": \"Long goods\"\n    },\n    {\n        \"code\": \"702\",\n        \"name\": \"DHL Halvpall\"\n    },\n    {\n        \"code\": \"PTI\",\n        \"name\": \"Part\"\n    },\n    {\n        \"code\": \"FIN\",\n        \"name\": \"FIN-pallet (100 x 120 cm)\"\n    },\n    {\n        \"code\": \"DL\",\n        \"name\": \"Dolly\"\n    },\n    {\n        \"code\": \"NPC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"BE\",\n        \"name\": \"Bundle\"\n    }\n]"
				},
				{
					"name": "DHL Freight Products SANDBOX {PackageTypes/ECD}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes/?fromCountryCode=DE&toCountryCode=DE&productCode=ECD",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"packagetypes",
								""
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "DE",
									"description": "Shipment from country ISO code"
								},
								{
									"key": "toCountryCode",
									"value": "DE",
									"description": "Shipment to country ISO code"
								},
								{
									"key": "productCode",
									"value": "ECD",
									"description": "DHL Freight Product Code"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:57:22 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "3090"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "fedd26df-6041-4009-8429-3279374d9d2a"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "4151ff8b-e5a0-4ade-9e75-6676de5f41b7"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"code\": \"Load\",\n        \"name\": \"Load\"\n    },\n    {\n        \"code\": \"CRT\",\n        \"name\": \"Carton\"\n    },\n    {\n        \"code\": \"PLZ\",\n        \"name\": \"Pallet EURO size\"\n    },\n    {\n        \"code\": \"PAL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"PLL\",\n        \"name\": \"Pallet - large\"\n    },\n    {\n        \"code\": \"PL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"EU4\",\n        \"name\": \"Kvartpalle\"\n    },\n    {\n        \"code\": \"BL\",\n        \"name\": \"Bale\"\n    },\n    {\n        \"code\": \"CG\",\n        \"name\": \"Cage\"\n    },\n    {\n        \"code\": \"NHP\",\n        \"name\": \"Nordic Half Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"CR\",\n        \"name\": \"Crate\"\n    },\n    {\n        \"code\": \"PLF\",\n        \"name\": \"Helpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"SK\",\n        \"name\": \"Skeleton box\"\n    },\n    {\n        \"code\": \"HPLZ\",\n        \"name\": \"HALF PALLET (NO POOLING)\"\n    },\n    {\n        \"code\": \"H1\",\n        \"name\": \"H1 FOOD PALLET\"\n    },\n    {\n        \"code\": \"DR\",\n        \"name\": \"Drum/barrel\"\n    },\n    {\n        \"code\": \"CLL\",\n        \"name\": \"Unspecified Colli\"\n    },\n    {\n        \"code\": \"IBC\",\n        \"name\": \"IBC\"\n    },\n    {\n        \"code\": \"PLO\",\n        \"name\": \"Pallet - oversized\"\n    },\n    {\n        \"code\": \"EUR\",\n        \"name\": \"EUR-pallet (80 x 120 cm)\"\n    },\n    {\n        \"code\": \"BB\",\n        \"name\": \"RO/Bobbin\"\n    },\n    {\n        \"code\": \"PLD\",\n        \"name\": \"Pallet - double extra large\"\n    },\n    {\n        \"code\": \"EU2\",\n        \"name\": \"Halvpalle\"\n    },\n    {\n        \"code\": \"PC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"TEHO\",\n        \"name\": \"Half-pallet (80 x 60 cm)\"\n    },\n    {\n        \"code\": \"GR\",\n        \"name\": \"Garment roller\"\n    },\n    {\n        \"code\": \"PLX\",\n        \"name\": \"Pallet - extra large\"\n    },\n    {\n        \"code\": \"PLE\",\n        \"name\": \"Euro pallet\"\n    },\n    {\n        \"code\": \"RLL \",\n        \"name\": \"Rulle\"\n    },\n    {\n        \"code\": \"701\",\n        \"name\": \"DHL Helpall\"\n    },\n    {\n        \"code\": \"OC\",\n        \"name\": \"Octabin\"\n    },\n    {\n        \"code\": \"BG\",\n        \"name\": \"Bag/sack\"\n    },\n    {\n        \"code\": \"CT\",\n        \"name\": \"Carton/package\"\n    },\n    {\n        \"code\": \"PLQ\",\n        \"name\": \"Kvartpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"CA\",\n        \"name\": \"CAN\"\n    },\n    {\n        \"code\": \"NFP\",\n        \"name\": \"Nordic Full Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"BX\",\n        \"name\": \"Box/case\"\n    },\n    {\n        \"code\": \"TK\",\n        \"name\": \"Tanktainer\"\n    },\n    {\n        \"code\": \"PLH\",\n        \"name\": \"Half pallet\"\n    },\n    {\n        \"code\": \"FPLE\",\n        \"name\": \"EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"201\",\n        \"name\": \"Palle, udfylder palleplads\"\n    },\n    {\n        \"code\": \"FPLH\",\n        \"name\": \"HALF EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"PK\",\n        \"name\": \"Package\"\n    },\n    {\n        \"code\": \"INPL\",\n        \"name\": \"Industripalle\"\n    },\n    {\n        \"code\": \"LNG\",\n        \"name\": \"Long goods\"\n    },\n    {\n        \"code\": \"702\",\n        \"name\": \"DHL Halvpall\"\n    },\n    {\n        \"code\": \"PTI\",\n        \"name\": \"Part\"\n    },\n    {\n        \"code\": \"FIN\",\n        \"name\": \"FIN-pallet (100 x 120 cm)\"\n    },\n    {\n        \"code\": \"DL\",\n        \"name\": \"Dolly\"\n    },\n    {\n        \"code\": \"NPC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"BE\",\n        \"name\": \"Bundle\"\n    }\n]"
				},
				{
					"name": "DHL Freight Products SANDBOX {PackageTypes/ERD}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes/?fromCountryCode=DE&toCountryCode=DE&productCode=ERD",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"packagetypes",
								""
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "DE",
									"description": "Shipment from country ISO code"
								},
								{
									"key": "toCountryCode",
									"value": "DE",
									"description": "Shipment to country ISO code"
								},
								{
									"key": "productCode",
									"value": "ERD",
									"description": "DHL Freight Product Code"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:57:44 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "3090"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "ebdb1e07-4c92-4ec9-bb5c-66821a62ad6d"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!qH3qcjNblSs91HzVVzycNtTZ2xLMfYjSvUePINLD2mGmS5SgFQXXyAY32wkXzGA3GlfMZuGU5tXH+A==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b343df3e9485cc206d2da8dad77ef3c744749c33587cd9f4d07a7c912edd63871beb812dbe82c0e40870b6a8c6add2059cb0c89d4608eacc83371cabbc91a03094; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "be369f7c-8046-4229-a9de-2316d0af450e"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"code\": \"Load\",\n        \"name\": \"Load\"\n    },\n    {\n        \"code\": \"CRT\",\n        \"name\": \"Carton\"\n    },\n    {\n        \"code\": \"PLZ\",\n        \"name\": \"Pallet EURO size\"\n    },\n    {\n        \"code\": \"PAL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"PLL\",\n        \"name\": \"Pallet - large\"\n    },\n    {\n        \"code\": \"PL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"EU4\",\n        \"name\": \"Kvartpalle\"\n    },\n    {\n        \"code\": \"BL\",\n        \"name\": \"Bale\"\n    },\n    {\n        \"code\": \"CG\",\n        \"name\": \"Cage\"\n    },\n    {\n        \"code\": \"NHP\",\n        \"name\": \"Nordic Half Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"CR\",\n        \"name\": \"Crate\"\n    },\n    {\n        \"code\": \"PLF\",\n        \"name\": \"Helpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"SK\",\n        \"name\": \"Skeleton box\"\n    },\n    {\n        \"code\": \"HPLZ\",\n        \"name\": \"HALF PALLET (NO POOLING)\"\n    },\n    {\n        \"code\": \"H1\",\n        \"name\": \"H1 FOOD PALLET\"\n    },\n    {\n        \"code\": \"DR\",\n        \"name\": \"Drum/barrel\"\n    },\n    {\n        \"code\": \"CLL\",\n        \"name\": \"Unspecified Colli\"\n    },\n    {\n        \"code\": \"IBC\",\n        \"name\": \"IBC\"\n    },\n    {\n        \"code\": \"PLO\",\n        \"name\": \"Pallet - oversized\"\n    },\n    {\n        \"code\": \"EUR\",\n        \"name\": \"EUR-pallet (80 x 120 cm)\"\n    },\n    {\n        \"code\": \"BB\",\n        \"name\": \"RO/Bobbin\"\n    },\n    {\n        \"code\": \"PLD\",\n        \"name\": \"Pallet - double extra large\"\n    },\n    {\n        \"code\": \"EU2\",\n        \"name\": \"Halvpalle\"\n    },\n    {\n        \"code\": \"PC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"TEHO\",\n        \"name\": \"Half-pallet (80 x 60 cm)\"\n    },\n    {\n        \"code\": \"GR\",\n        \"name\": \"Garment roller\"\n    },\n    {\n        \"code\": \"PLX\",\n        \"name\": \"Pallet - extra large\"\n    },\n    {\n        \"code\": \"PLE\",\n        \"name\": \"Euro pallet\"\n    },\n    {\n        \"code\": \"RLL \",\n        \"name\": \"Rulle\"\n    },\n    {\n        \"code\": \"701\",\n        \"name\": \"DHL Helpall\"\n    },\n    {\n        \"code\": \"OC\",\n        \"name\": \"Octabin\"\n    },\n    {\n        \"code\": \"BG\",\n        \"name\": \"Bag/sack\"\n    },\n    {\n        \"code\": \"CT\",\n        \"name\": \"Carton/package\"\n    },\n    {\n        \"code\": \"PLQ\",\n        \"name\": \"Kvartpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"CA\",\n        \"name\": \"CAN\"\n    },\n    {\n        \"code\": \"NFP\",\n        \"name\": \"Nordic Full Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"BX\",\n        \"name\": \"Box/case\"\n    },\n    {\n        \"code\": \"TK\",\n        \"name\": \"Tanktainer\"\n    },\n    {\n        \"code\": \"PLH\",\n        \"name\": \"Half pallet\"\n    },\n    {\n        \"code\": \"FPLE\",\n        \"name\": \"EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"201\",\n        \"name\": \"Palle, udfylder palleplads\"\n    },\n    {\n        \"code\": \"FPLH\",\n        \"name\": \"HALF EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"PK\",\n        \"name\": \"Package\"\n    },\n    {\n        \"code\": \"INPL\",\n        \"name\": \"Industripalle\"\n    },\n    {\n        \"code\": \"LNG\",\n        \"name\": \"Long goods\"\n    },\n    {\n        \"code\": \"702\",\n        \"name\": \"DHL Halvpall\"\n    },\n    {\n        \"code\": \"PTI\",\n        \"name\": \"Part\"\n    },\n    {\n        \"code\": \"FIN\",\n        \"name\": \"FIN-pallet (100 x 120 cm)\"\n    },\n    {\n        \"code\": \"DL\",\n        \"name\": \"Dolly\"\n    },\n    {\n        \"code\": \"NPC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"BE\",\n        \"name\": \"Bundle\"\n    }\n]"
				},
				{
					"name": "DHL Freight Products DEV {PackageTypes/ERI}",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/packagetypes/?fromCountryCode=DE&toCountryCode=FR&productCode=ERI",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"packagetypes",
								""
							],
							"query": [
								{
									"key": "fromCountryCode",
									"value": "DE",
									"description": "Shipment from country ISO code"
								},
								{
									"key": "toCountryCode",
									"value": "FR",
									"description": "Shipment to country ISO code"
								},
								{
									"key": "productCode",
									"value": "ERI",
									"description": "DHL Freight Product Code"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:58:03 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "3090"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "429b05ec-0a18-4805-a7f9-96419a0220fb"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "3127ea3a-45a1-4ffb-ad59-b5b945dc7387"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"code\": \"Load\",\n        \"name\": \"Load\"\n    },\n    {\n        \"code\": \"CRT\",\n        \"name\": \"Carton\"\n    },\n    {\n        \"code\": \"PLZ\",\n        \"name\": \"Pallet EURO size\"\n    },\n    {\n        \"code\": \"PAL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"PLL\",\n        \"name\": \"Pallet - large\"\n    },\n    {\n        \"code\": \"PL\",\n        \"name\": \"Pallet\"\n    },\n    {\n        \"code\": \"EU4\",\n        \"name\": \"Kvartpalle\"\n    },\n    {\n        \"code\": \"BL\",\n        \"name\": \"Bale\"\n    },\n    {\n        \"code\": \"CG\",\n        \"name\": \"Cage\"\n    },\n    {\n        \"code\": \"NHP\",\n        \"name\": \"Nordic Half Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"CR\",\n        \"name\": \"Crate\"\n    },\n    {\n        \"code\": \"PLF\",\n        \"name\": \"Helpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"SK\",\n        \"name\": \"Skeleton box\"\n    },\n    {\n        \"code\": \"HPLZ\",\n        \"name\": \"HALF PALLET (NO POOLING)\"\n    },\n    {\n        \"code\": \"H1\",\n        \"name\": \"H1 FOOD PALLET\"\n    },\n    {\n        \"code\": \"DR\",\n        \"name\": \"Drum/barrel\"\n    },\n    {\n        \"code\": \"CLL\",\n        \"name\": \"Unspecified Colli\"\n    },\n    {\n        \"code\": \"IBC\",\n        \"name\": \"IBC\"\n    },\n    {\n        \"code\": \"PLO\",\n        \"name\": \"Pallet - oversized\"\n    },\n    {\n        \"code\": \"EUR\",\n        \"name\": \"EUR-pallet (80 x 120 cm)\"\n    },\n    {\n        \"code\": \"BB\",\n        \"name\": \"RO/Bobbin\"\n    },\n    {\n        \"code\": \"PLD\",\n        \"name\": \"Pallet - double extra large\"\n    },\n    {\n        \"code\": \"EU2\",\n        \"name\": \"Halvpalle\"\n    },\n    {\n        \"code\": \"PC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"TEHO\",\n        \"name\": \"Half-pallet (80 x 60 cm)\"\n    },\n    {\n        \"code\": \"GR\",\n        \"name\": \"Garment roller\"\n    },\n    {\n        \"code\": \"PLX\",\n        \"name\": \"Pallet - extra large\"\n    },\n    {\n        \"code\": \"PLE\",\n        \"name\": \"Euro pallet\"\n    },\n    {\n        \"code\": \"RLL \",\n        \"name\": \"Rulle\"\n    },\n    {\n        \"code\": \"701\",\n        \"name\": \"DHL Helpall\"\n    },\n    {\n        \"code\": \"OC\",\n        \"name\": \"Octabin\"\n    },\n    {\n        \"code\": \"BG\",\n        \"name\": \"Bag/sack\"\n    },\n    {\n        \"code\": \"CT\",\n        \"name\": \"Carton/package\"\n    },\n    {\n        \"code\": \"PLQ\",\n        \"name\": \"Kvartpalle, afr efter kollitype\"\n    },\n    {\n        \"code\": \"CA\",\n        \"name\": \"CAN\"\n    },\n    {\n        \"code\": \"NFP\",\n        \"name\": \"Nordic Full Pallet (DK, EE, LT, LV, NO, FI)\"\n    },\n    {\n        \"code\": \"BX\",\n        \"name\": \"Box/case\"\n    },\n    {\n        \"code\": \"TK\",\n        \"name\": \"Tanktainer\"\n    },\n    {\n        \"code\": \"PLH\",\n        \"name\": \"Half pallet\"\n    },\n    {\n        \"code\": \"FPLE\",\n        \"name\": \"EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"201\",\n        \"name\": \"Palle, udfylder palleplads\"\n    },\n    {\n        \"code\": \"FPLH\",\n        \"name\": \"HALF EURO-PALLET WITH FRAME\"\n    },\n    {\n        \"code\": \"PK\",\n        \"name\": \"Package\"\n    },\n    {\n        \"code\": \"INPL\",\n        \"name\": \"Industripalle\"\n    },\n    {\n        \"code\": \"LNG\",\n        \"name\": \"Long goods\"\n    },\n    {\n        \"code\": \"702\",\n        \"name\": \"DHL Halvpall\"\n    },\n    {\n        \"code\": \"PTI\",\n        \"name\": \"Part\"\n    },\n    {\n        \"code\": \"FIN\",\n        \"name\": \"FIN-pallet (100 x 120 cm)\"\n    },\n    {\n        \"code\": \"DL\",\n        \"name\": \"Dolly\"\n    },\n    {\n        \"code\": \"NPC\",\n        \"name\": \"Pakke\"\n    },\n    {\n        \"code\": \"BE\",\n        \"name\": \"Bundle\"\n    }\n]"
				}
			]
		},
		{
			"name": "DHL Freight Products SANDBOX {ChargeableWeight/CalculationResults}",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.test(\"Status : #200: Success!\", function () {\r",
							"    pm.response.to.have.status(200);\r",
							"});\r",
							"pm.test(\"Status : #400: Bad Request! Please check your JSON\", function () {\r",
							"    pm.response.to.have.status(400);\r",
							"});\r",
							"pm.test(\"Status : #401: Unauthorized! Please authorize first\", function () {\r",
							"    pm.response.to.have.status(401);\r",
							"});\r",
							"pm.test(\"Status : #500: Server or JSON Syntax Error! Please check them all\", function () {\r",
							"    pm.response.to.have.status(500);\r",
							"});"
						],
						"type": "text/javascript"
					}
				}
			],
			"protocolProfileBehavior": {
				"disabledSystemHeaders": {
					"accept": true
				},
				"strictSSL": true
			},
			"request": {
				"auth": {
					"type": "oauth2",
					"oauth2": [
						{
							"key": "clientSecret",
							"value": "your_API_KEY_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "clientId",
							"value": "your_API_SECRET_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "accessTokenUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "grant_type",
							"value": "client_credentials",
							"type": "string"
						},
						{
							"key": "client_authentication",
							"value": "header",
							"type": "string"
						},
						{
							"key": "authUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "tokenName",
							"value": "BearerKey",
							"type": "string"
						},
						{
							"key": "addTokenTo",
							"value": "header",
							"type": "string"
						},
						{
							"key": "tokenRequestParams",
							"value": [],
							"type": "any"
						},
						{
							"key": "redirect_uri",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [
					{
						"key": "Product_Code",
						"value": "ECI",
						"type": "text",
						"disabled": true
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n  \"productCode\": \"ECI\",\r\n  \"totalNumberOfPieces\": 2,\r\n  \"totalWeight\": 1100,\r\n  \"totalVolume\": 20,\r\n  \"totalLoadingMeters\": 0,\r\n  \"totalPalletPlaces\": 2,\r\n  \"payerCode\": {\r\n    \"code\": \"DAP\"\r\n  },\r\n  \"parties\": [\r\n    {\r\n      \"type\": \"Consignor\",\r\n      \"address\": {\r\n        \"postalCode\": \"40100\",\r\n        \"countryCode\": \"DE\"\r\n      }\r\n    },\r\n    {  \"type\": \"Consignee\",\r\n      \"address\": {\r\n        \"postalCode\": \"3500\",\r\n        \"countryCode\": \"FR\"\r\n      }\r\n    }\r\n  ],\r\n  \"pieces\": [\r\n    {\r\n      \"numberOfPieces\": 0,\r\n      \"weight\": 0,\r\n      \"volume\": 0,\r\n      \"loadingMeters\": 0,\r\n      \"palletPlaces\": 0,\r\n      \"width\": 0,\r\n      \"height\": 0,\r\n      \"length\": 0,\r\n      \"stackable\": true\r\n    }\r\n  ]\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/chargeableweight/calculationresults",
					"protocol": "https",
					"host": [
						"api-sandbox",
						"dhl",
						"com"
					],
					"path": [
						"freight",
						"info",
						"products",
						"services",
						"v1",
						"chargeableweight",
						"calculationresults"
					]
				}
			},
			"response": [
				{
					"name": "DHL Freight Products SANDBOX {ChargeableWeight/CalculationResults}",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"productCode\": \"ECI\",\r\n  \"totalNumberOfPieces\": 2,\r\n  \"totalWeight\": 1100,\r\n  \"totalVolume\": 20,\r\n  \"totalLoadingMeters\": 0,\r\n  \"totalPalletPlaces\": 2,\r\n  \"payerCode\": {\r\n    \"code\": \"DAP\"\r\n  },\r\n  \"parties\": [\r\n    {\r\n      \"type\": \"Consignor\",\r\n      \"address\": {\r\n        \"postalCode\": \"40100\",\r\n        \"countryCode\": \"DE\"\r\n      }\r\n    },\r\n    {  \"type\": \"Consignee\",\r\n      \"address\": {\r\n        \"postalCode\": \"3500\",\r\n        \"countryCode\": \"FR\"\r\n      }\r\n    }\r\n  ],\r\n  \"pieces\": [\r\n    {\r\n      \"numberOfPieces\": 0,\r\n      \"weight\": 0,\r\n      \"volume\": 0,\r\n      \"loadingMeters\": 0,\r\n      \"palletPlaces\": 0,\r\n      \"width\": 0,\r\n      \"height\": 0,\r\n      \"length\": 0,\r\n      \"stackable\": true\r\n    }\r\n  ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/chargeableweight/calculationresults",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"chargeableweight",
								"calculationresults"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 09:00:16 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "1298"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "55afeb2b-77f9-46d7-959d-c8ed8280592e"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!DtoWnEUSqufTKRjVVzycNtTZ2xLMfU8U/SHCS+YSmji2+0N1NOJmpHBxm/9LEb9+czivhFvTfsX2LA==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b3b40626b0e054fc97a287ea5e45806eeaf94842c2ad3470012dc7a6d0d1d04866b3d2d828308e71f74605b7990fbcee367d556e4ab1b547e33d7b72cb79ddd796; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "f347e75f-984f-4c7f-8a45-e15872356f42"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "{\n    \"shipmentLevelCalculationResult\": {\n        \"actualWeight\": 1100,\n        \"cubicMetreVolumetricWeight\": 5000,\n        \"loadingMetreVolumetricWeight\": 0,\n        \"longGoodsVolumetricWeight\": 0,\n        \"palletPlaceVolumetricWeight\": 0,\n        \"chargeableWeight\": 5000,\n        \"sumWeight\": 1100,\n        \"sumVolume\": 20,\n        \"sumLoadingMeters\": 0,\n        \"sumPalletPlaces\": 0,\n        \"sumNumberOfPieces\": 0\n    },\n    \"pieceLevelCalculationResult\": {\n        \"pieces\": [\n            {\n                \"chargeableWeight\": 0,\n                \"cubicMetreVolumetricWeight\": 0,\n                \"loadingMetreVolumetricWeight\": 0,\n                \"longGoodsVolumetricWeight\": 0,\n                \"palletPlaceVolumetricWeight\": 0,\n                \"numberOfPieces\": 0,\n                \"weight\": 0,\n                \"volume\": 0,\n                \"loadingMeters\": 0,\n                \"width\": 0,\n                \"height\": 0,\n                \"length\": 0,\n                \"stackable\": true\n            }\n        ],\n        \"actualWeight\": 0,\n        \"cubicMetreVolumetricWeight\": 0,\n        \"loadingMetreVolumetricWeight\": 0,\n        \"longGoodsVolumetricWeight\": 0,\n        \"palletPlaceVolumetricWeight\": 0,\n        \"chargeableWeight\": 0,\n        \"sumWeight\": 0,\n        \"sumVolume\": 0,\n        \"sumLoadingMeters\": 0,\n        \"sumPalletPlaces\": 0,\n        \"sumNumberOfPieces\": 0\n    },\n    \"chargeableWeight\": 5000\n}"
				}
			]
		},
		{
			"name": "DHL Freight Products SANDBOX {ProductMatches}",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.test(\"Status : #200: Success!\", function () {\r",
							"    pm.response.to.have.status(200);\r",
							"});\r",
							"pm.test(\"Status : #400: Bad Request! Please check your JSON\", function () {\r",
							"    pm.response.to.have.status(400);\r",
							"});\r",
							"pm.test(\"Status : #401: Unauthorized! Please authorize first\", function () {\r",
							"    pm.response.to.have.status(401);\r",
							"});\r",
							"pm.test(\"Status : #500: Server or JSON Syntax Error! Please check them all\", function () {\r",
							"    pm.response.to.have.status(500);\r",
							"});"
						],
						"type": "text/javascript"
					}
				}
			],
			"protocolProfileBehavior": {
				"disabledSystemHeaders": {
					"accept": true
				},
				"strictSSL": true
			},
			"request": {
				"auth": {
					"type": "oauth2",
					"oauth2": [
						{
							"key": "clientSecret",
							"value": "your_API_KEY_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "clientId",
							"value": "your_API_SECRET_should_be_copied_here",
							"type": "string"
						},
						{
							"key": "accessTokenUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "grant_type",
							"value": "client_credentials",
							"type": "string"
						},
						{
							"key": "client_authentication",
							"value": "header",
							"type": "string"
						},
						{
							"key": "authUrl",
							"value": "https://api-sandbox.dhl.com/auth/v1/token?response_type=access_token&grant_type=client_credentials",
							"type": "string"
						},
						{
							"key": "tokenName",
							"value": "BearerKey",
							"type": "string"
						},
						{
							"key": "addTokenTo",
							"value": "header",
							"type": "string"
						},
						{
							"key": "tokenRequestParams",
							"value": [],
							"type": "any"
						},
						{
							"key": "redirect_uri",
							"value": "",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [
					{
						"key": "Product_Code",
						"value": "ECI",
						"type": "text",
						"disabled": true
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n  \"marketAvailability\": \"B2B\",\r\n  \"totalNumberOfPieces\": 2,\r\n  \"totalWeight\": 100,\r\n  \"totalVolume\": 2,\r\n  \"totalLoadingMeters\": 1,\r\n  \"totalPalletPlaces\": 2,\r\n  \"payerCode\": {\r\n    \"code\": \"DDP\"\r\n  },\r\n  \"parties\": [\r\n    {\r\n      \"type\": \"Consignor\",\r\n      \"address\": {\r\n        \"postalCode\": \"40100\",\r\n        \"countryCode\": \"DE\"\r\n      }\r\n    },\r\n    {  \"type\": \"Consignee\",\r\n      \"address\": {\r\n        \"postalCode\": \"3500\",\r\n        \"countryCode\": \"FR\"\r\n      }\r\n    }\r\n  ],\r\n  \"pieces\": [\r\n    {\r\n      \"packageType\": \"PAL\",\r\n      \"numberOfPieces\": 2,\r\n      \"weight\": 300,\r\n      \"volume\": 1,\r\n      \"loadingMeters\": 1,\r\n      \"palletPlaces\": 2,\r\n      \"width\": 80,\r\n      \"height\": 80,\r\n      \"length\": 80,\r\n      \"stackable\": true\r\n    }\r\n  ]\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/productmatches",
					"protocol": "https",
					"host": [
						"api-sandbox",
						"dhl",
						"com"
					],
					"path": [
						"freight",
						"info",
						"products",
						"services",
						"v1",
						"productmatches"
					]
				}
			},
			"response": [
				{
					"name": "DHL Freight Products DEV {ProductMatches}",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Product_Code",
								"value": "ECI",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"marketAvailability\": \"B2B\",\r\n  \"totalNumberOfPieces\": 2,\r\n  \"totalWeight\": 100,\r\n  \"totalVolume\": 2,\r\n  \"totalLoadingMeters\": 1,\r\n  \"totalPalletPlaces\": 2,\r\n  \"payerCode\": {\r\n    \"code\": \"DDP\"\r\n  },\r\n  \"parties\": [\r\n    {\r\n      \"type\": \"Consignor\",\r\n      \"address\": {\r\n        \"postalCode\": \"40100\",\r\n        \"countryCode\": \"DE\"\r\n      }\r\n    },\r\n    {  \"type\": \"Consignee\",\r\n      \"address\": {\r\n        \"postalCode\": \"3500\",\r\n        \"countryCode\": \"FR\"\r\n      }\r\n    }\r\n  ],\r\n  \"pieces\": [\r\n    {\r\n      \"packageType\": \"PAL\",\r\n      \"numberOfPieces\": 2,\r\n      \"weight\": 300,\r\n      \"volume\": 1,\r\n      \"loadingMeters\": 1,\r\n      \"palletPlaces\": 2,\r\n      \"width\": 80,\r\n      \"height\": 80,\r\n      \"length\": 80,\r\n      \"stackable\": true\r\n    }\r\n  ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api-sandbox.dhl.com/freight/info/products/services/v1/productmatches",
							"protocol": "https",
							"host": [
								"api-sandbox",
								"dhl",
								"com"
							],
							"path": [
								"freight",
								"info",
								"products",
								"services",
								"v1",
								"productmatches"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 12 Oct 2024 08:29:00 GMT"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						},
						{
							"key": "Content-Length",
							"value": "66755"
						},
						{
							"key": "Connection",
							"value": "keep-alive"
						},
						{
							"key": "client-key",
							"value": "9D7723F8-9F00-4DB2-9CFA-62AA3863D699"
						},
						{
							"key": "apifarm-session-id",
							"value": "e6439908-5fa9-4de2-8f81-cd2f87c02f20"
						},
						{
							"key": "Set-Cookie",
							"value": "BIGipServerpl_dev-apigee.freight-logistics.dhl.com_8443=!5ZA08s12bJDOuY3VVzycNtTZ2xLMfVIAzEgnI5CKlUzE/xzJEn96MSJvC5ehR2qTFGZB3Fda5VybYg==; path=/; Httponly; Secure"
						},
						{
							"key": "Set-Cookie",
							"value": "TS01197d15=012d4839b311bc6a7ec9521dbaea6873af3ddbe980c22c4ff2f6b2d84ca1b72db0e294e7021741c6fe35c1372479c72e2b5cdf386bb48284f5ed490236cfb81f06e516fe69; Path=/; Secure; HTTPOnly"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "https://developer.dhl.com/"
						},
						{
							"key": "Vary",
							"value": "Origin"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,OPTIONS"
						},
						{
							"key": "Access-Control-Max-Age",
							"value": "7200"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Accept-Encoding,Accept-Language,Accept,Authorization,Cache-Control,Content-Language,Content-Length,Content-Type,Correlation-Id,DHL-API-Key,Expires,Host,Last-Modified,Origin,Pragma,Referer,User-Agent,X-Forwarded-For,X-Forwarded-Port,X-Forwarded-Proto,X-Requested-With"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Cache-Control,Content-Encoding,Content-Language,Content-Length,Content-Type,Correlation-Id,Expires,Last-Modified,Pragma,Referrer-Policy,Strict-Transport-Security,Vary,X-Content-Type-Options,X-DNS-Prefetch-Control,X-Frame-Options,X-XSS-Protection"
						},
						{
							"key": "Strict-Transport-Security",
							"value": "max-age=63072000; includeSubDomains; preload"
						},
						{
							"key": "Correlation-Id",
							"value": "4b3e2290-616a-4cc5-8183-cbd8fb59122f"
						},
						{
							"key": "Expires",
							"value": "Sun, 19 Nov 1978 05:00:00 GMT"
						},
						{
							"key": "Cache-Control",
							"value": "must-revalidate, no-cache, private"
						},
						{
							"key": "X-XSS-Protection",
							"value": "1; mode=block"
						},
						{
							"key": "Content-Security-Policy",
							"value": "default-src 'self'; script-src 'self'"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"isDomestic\": false,\n        \"name\": \"EuroLine International\",\n        \"productCode\": \"ELI\",\n        \"description\": \"International part load /full load non-terminal based shipments (> 2.500 kg)\",\n        \"active\": true,\n        \"stackable\": true,\n        \"shipmentTotal\": {\n            \"totalNumberOfPieces\": {\n                \"min\": 1,\n                \"max\": 999\n            },\n            \"totalWeight\": {\n                \"min\": 1,\n                \"max\": 24500\n            },\n            \"totalVolume\": {\n                \"max\": 85\n            },\n            \"totalLoadingMeters\": {\n                \"max\": 13.6\n            },\n            \"totalPalletPlaces\": {}\n        },\n        \"piece\": {\n            \"weight\": {\n                \"min\": 11,\n                \"max\": 245\n            },\n            \"volume\": {\n                \"max\": 245\n            },\n            \"width\": {\n                \"min\": 11,\n                \"max\": 245\n            },\n            \"height\": {\n                \"min\": 3,\n                \"max\": 280\n            },\n            \"length\": {\n                \"min\": 15,\n                \"max\": 1360\n            }\n        },\n        \"fromCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Montenegro\",\n                    \"countryCode\": \"ME\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Albania\",\n                    \"countryCode\": \"AL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bosnia & Herzegovina\",\n                    \"countryCode\": \"BA\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kazakhstan\",\n                    \"countryCode\": \"KZ\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Malta\",\n                    \"countryCode\": \"MT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kosovo\",\n                    \"countryCode\": \"XK\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Moldova\",\n                    \"countryCode\": \"MD\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Cyprus\",\n                    \"countryCode\": \"CY\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                }\n            }\n        ],\n        \"toCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Gibraltar\",\n                    \"countryCode\": \"GI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bosnia & Herzegovina\",\n                    \"countryCode\": \"BA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kazakhstan\",\n                    \"countryCode\": \"KZ\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Moldova\",\n                    \"countryCode\": \"MD\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Montenegro\",\n                    \"countryCode\": \"ME\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Andorra\",\n                    \"countryCode\": \"AD\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Albania\",\n                    \"countryCode\": \"AL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Malta\",\n                    \"countryCode\": \"MT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Cyprus\",\n                    \"countryCode\": \"CY\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Kosovo\",\n                    \"countryCode\": \"XK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            }\n        ],\n        \"marketAvailability\": [\n            {\n                \"name\": \"B2B\"\n            }\n        ],\n        \"packageTypes\": [\n            {\n                \"code\": \"PLZ\",\n                \"name\": \"Pallet EURO size\"\n            },\n            {\n                \"code\": \"PAL\",\n                \"name\": \"Pallet\"\n            },\n            {\n                \"code\": \"PLL\",\n                \"name\": \"Pallet - large\"\n            },\n            {\n                \"code\": \"BL\",\n                \"name\": \"Bale\"\n            },\n            {\n                \"code\": \"CG\",\n                \"name\": \"Cage\"\n            },\n            {\n                \"code\": \"CR\",\n                \"name\": \"Crate\"\n            },\n            {\n                \"code\": \"SK\",\n                \"name\": \"Skeleton box\"\n            },\n            {\n                \"code\": \"HPLZ\",\n                \"name\": \"HALF PALLET (NO POOLING)\"\n            },\n            {\n                \"code\": \"H1\",\n                \"name\": \"H1 FOOD PALLET\"\n            },\n            {\n                \"code\": \"DR\",\n                \"name\": \"Drum/barrel\"\n            },\n            {\n                \"code\": \"IBC\",\n                \"name\": \"IBC\"\n            },\n            {\n                \"code\": \"PLO\",\n                \"name\": \"Pallet - oversized\"\n            },\n            {\n                \"code\": \"BB\",\n                \"name\": \"RO/Bobbin\"\n            },\n            {\n                \"code\": \"PLD\",\n                \"name\": \"Pallet - double extra large\"\n            },\n            {\n                \"code\": \"GR\",\n                \"name\": \"Garment roller\"\n            },\n            {\n                \"code\": \"PLX\",\n                \"name\": \"Pallet - extra large\"\n            },\n            {\n                \"code\": \"PLE\",\n                \"name\": \"Euro pallet\"\n            },\n            {\n                \"code\": \"OC\",\n                \"name\": \"Octabin\"\n            },\n            {\n                \"code\": \"BG\",\n                \"name\": \"Bag/sack\"\n            },\n            {\n                \"code\": \"CT\",\n                \"name\": \"Carton/package\"\n            },\n            {\n                \"code\": \"CA\",\n                \"name\": \"CAN\"\n            },\n            {\n                \"code\": \"BX\",\n                \"name\": \"Box/case\"\n            },\n            {\n                \"code\": \"TK\",\n                \"name\": \"Tanktainer\"\n            },\n            {\n                \"code\": \"PLH\",\n                \"name\": \"Half pallet\"\n            },\n            {\n                \"code\": \"FPLE\",\n                \"name\": \"EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"FPLH\",\n                \"name\": \"HALF EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"DL\",\n                \"name\": \"Dolly\"\n            },\n            {\n                \"code\": \"BE\",\n                \"name\": \"Bundle\"\n            }\n        ],\n        \"exclusions\": [],\n        \"dangerousGoodsExclusions\": [\n            {\n                \"class\": \"1\",\n                \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"2.3\",\n                \"name\": \"Toxic gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"6.2\",\n                \"name\": \"Infectious substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"7\",\n                \"name\": \"Radioactive Material\",\n                \"allowed\": false,\n                \"exceptions\": []\n            }\n        ],\n        \"payerCodes\": [\n            {\n                \"code\": \"EXW\",\n                \"name\": \"Ex Works\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DAP\",\n                \"name\": \"Delivered at place\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DDP\",\n                \"name\": \"Delivered duty paid\",\n                \"customs\": false\n            }\n        ],\n        \"additionalServices\": [\n            {\n                \"code\": \"PreAdvice\",\n                \"name\": \"Pre Advice\",\n                \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"ZPA\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"EN\",\n                        \"name\": \"Pre advice\",\n                        \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                    },\n                    {\n                        \"languageCode\": \"SV\",\n                        \"name\": \"Föravisering\",\n                        \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"Insurance\",\n                \"name\": \"DHL Insurance\",\n                \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"01\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"DHL Insurance\",\n                        \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"DHL Varuförsäkring\",\n                        \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"HighValueShipment\",\n                \"name\": \"High Value Shipment\",\n                \"information\": \"High Value Shipment\",\n                \"codeMappings\": [],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"High Value Shipment\",\n                        \"information\": \"Service for high risk customers' orders that require additional security measures (e.g. due to its value, but not limited to)\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Högvärdigt gods\",\n                        \"information\": \"Tjänst för högriskkunders beställningar som kräver ytterligare säkerhetsåtgärder (t.ex. på grund av dess värde, men inte begränsat till)\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"DangerousGoods\",\n                \"name\": \"Dangerous goods\",\n                \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"ADR\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"032\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"08\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Farligt gods\",\n                        \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Dangerous goods\",\n                        \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"FixedDeliveryDate\",\n                \"name\": \"Fixed delivery day (FDD)\",\n                \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"47\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"47\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Fixed delivery day (FDD)\",\n                        \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                        \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteLoading\",\n                \"name\": \"Time definite loading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLA\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"27\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite loading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lastning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteUnloading\",\n                \"name\": \"Time definite unloading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLO\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite unloading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lossning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftLoading\",\n                \"name\": \"Tail lift loading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"26\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift loading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lastning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftUnloading\",\n                \"name\": \"Tail lift unloading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"BGL\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"15\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lossning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift unloading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"ThermoCold\",\n                \"name\": \"Thermo cold\",\n                \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"CLD\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"60\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"60\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"60\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Termo kyla\",\n                        \"information\": \"För termperaturkontrollerad transport tillkommer ett tillägg. Termo kyla +2 till +8 grader.\\t\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Thermo cold\",\n                        \"information\": \"A surcharge is added for termperature-controlled freight. Thermo cold (+2°C to +8°C).\"\n                    }\n                ],\n                \"customs\": false\n            }\n        ]\n    },\n    {\n        \"isDomestic\": false,\n        \"name\": \"Standard Pallet International\",\n        \"productCode\": \"SPI\",\n        \"description\": \"Our International TBO network product for standardized palletized shipments up to 2500 kg with connections across Europe\",\n        \"customRules\": \"LTCCODE=SPI;ValidateFDD;VALIDATEPACKAGETYPE;EVOPRODUCTCODE=SPI;COUNTRYRULESFROMAPPREGION\",\n        \"active\": true,\n        \"stackable\": true,\n        \"shipmentTotal\": {\n            \"totalNumberOfPieces\": {\n                \"min\": 1,\n                \"max\": 10\n            },\n            \"totalWeight\": {\n                \"min\": 1,\n                \"max\": 2500\n            },\n            \"totalVolume\": {\n                \"min\": 0.01,\n                \"max\": 10.56\n            },\n            \"totalLoadingMeters\": {\n                \"max\": 2\n            },\n            \"totalPalletPlaces\": {}\n        },\n        \"piece\": {\n            \"weight\": {\n                \"min\": 60,\n                \"max\": 100\n            },\n            \"volume\": {\n                \"min\": 0.01,\n                \"max\": 100\n            },\n            \"width\": {\n                \"min\": 60,\n                \"max\": 100\n            },\n            \"height\": {\n                \"min\": 3,\n                \"max\": 220\n            },\n            \"length\": {\n                \"min\": 80,\n                \"max\": 120\n            }\n        },\n        \"fromCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                }\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                }\n            }\n        ],\n        \"toCountries\": [\n            {\n                \"country\": {\n                    \"englishName\": \"Germany\",\n                    \"countryCode\": \"DE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Norway\",\n                    \"countryCode\": \"NO\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Czech Republic\",\n                    \"countryCode\": \"CZ\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Liechtenstein\",\n                    \"countryCode\": \"LI\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Vatican City\",\n                    \"countryCode\": \"VA\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Romania\",\n                    \"countryCode\": \"RO\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovakia\",\n                    \"countryCode\": \"SK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Sweden\",\n                    \"countryCode\": \"SE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Serbia\",\n                    \"countryCode\": \"RS\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Italy\",\n                    \"countryCode\": \"IT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Macedonia, FYRO\",\n                    \"countryCode\": \"MK\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Latvia\",\n                    \"countryCode\": \"LV\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Morocco\",\n                    \"countryCode\": \"MA\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"United Kingdom\",\n                    \"countryCode\": \"GB\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Estonia\",\n                    \"countryCode\": \"EE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"France\",\n                    \"countryCode\": \"FR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Monaco\",\n                    \"countryCode\": \"MC\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Portugal\",\n                    \"countryCode\": \"PT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Turkey\",\n                    \"countryCode\": \"TR\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Bulgaria\",\n                    \"countryCode\": \"BG\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Netherlands\",\n                    \"countryCode\": \"NL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Croatia\",\n                    \"countryCode\": \"HR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Poland\",\n                    \"countryCode\": \"PL\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Spain\",\n                    \"countryCode\": \"ES\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Luxembourg\",\n                    \"countryCode\": \"LU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Finland\",\n                    \"countryCode\": \"FI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Ireland\",\n                    \"countryCode\": \"IE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"San Marino\",\n                    \"countryCode\": \"SM\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Greece\",\n                    \"countryCode\": \"GR\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Austria\",\n                    \"countryCode\": \"AT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Lithuania\",\n                    \"countryCode\": \"LT\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Denmark\",\n                    \"countryCode\": \"DK\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Hungary\",\n                    \"countryCode\": \"HU\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Switzerland\",\n                    \"countryCode\": \"CH\",\n                    \"customs\": true\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Belgium\",\n                    \"countryCode\": \"BE\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            },\n            {\n                \"country\": {\n                    \"englishName\": \"Slovenia\",\n                    \"countryCode\": \"SI\",\n                    \"customs\": false\n                },\n                \"deliveryTypes\": []\n            }\n        ],\n        \"marketAvailability\": [\n            {\n                \"name\": \"B2B\"\n            }\n        ],\n        \"packageTypes\": [\n            {\n                \"code\": \"PLZ\",\n                \"name\": \"Pallet EURO size\"\n            },\n            {\n                \"code\": \"PAL\",\n                \"name\": \"Pallet\"\n            },\n            {\n                \"code\": \"HPLZ\",\n                \"name\": \"HALF PALLET (NO POOLING)\"\n            },\n            {\n                \"code\": \"H1\",\n                \"name\": \"H1 FOOD PALLET\"\n            },\n            {\n                \"code\": \"IBC\",\n                \"name\": \"IBC\"\n            },\n            {\n                \"code\": \"PLE\",\n                \"name\": \"Euro pallet\"\n            },\n            {\n                \"code\": \"PLH\",\n                \"name\": \"Half pallet\"\n            },\n            {\n                \"code\": \"FPLE\",\n                \"name\": \"EURO-PALLET WITH FRAME\"\n            },\n            {\n                \"code\": \"FPLH\",\n                \"name\": \"HALF EURO-PALLET WITH FRAME\"\n            }\n        ],\n        \"exclusions\": [],\n        \"dangerousGoodsExclusions\": [\n            {\n                \"class\": \"1\",\n                \"name\": \"Explosives: Wwith the exception of UN codes 0323, 0432, 0454 and UN code 0014 in respect of cartridges for tools only\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"1.1\",\n                \"name\": \"Substances and articles which have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.2\",\n                \"name\": \"Substances and articles which have a projection hazard but not a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.3\",\n                \"name\": \"Substances and articles which have a fire hazard and either a minor blast hazard or a minor projection hazard or both\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.4\",\n                \"name\": \"Substances and articles which present no significant hazard; only a small hazard in the event of ignition or initiation during transport with any effects largely confined to the package\",\n                \"allowed\": false,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0014\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0323\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0432\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"0454 \"\n                    }\n                ]\n            },\n            {\n                \"class\": \"1.5\",\n                \"name\": \"Very insensitive substances which have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"1.6\",\n                \"name\": \"Extremely insensitive articles which do not have a mass explosion hazard\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2\",\n                \"name\": \"Gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.1\",\n                \"name\": \"Flammable gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.2\",\n                \"name\": \"Non-flammable, non-toxic gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"2.3\",\n                \"name\": \"Toxic gases\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"3\",\n                \"name\": \"Flammable Liquids\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4\",\n                \"name\": \"Flammable Solids\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4.1\",\n                \"name\": \"Flammable solids: UN codes 3231 to 3240, UN 3533, UN 3534, UN 3364, UN 3365, UN 3367 and UN 3368\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3231\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3232\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3233\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3234\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3235\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3236\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3237\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3238\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3239\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3240\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3364\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3365\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3367\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3368\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3533\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3534\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"4.2\",\n                \"name\": \"Substances liable to spontaneous combustion\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"4.3\",\n                \"name\": \"Substances which, in contact with water, emit flammable gases\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5\",\n                \"name\": \"Oxidizing Substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5.1\",\n                \"name\": \"Oxidizing substances\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"5.2\",\n                \"name\": \"Organic peroxides: UN codes 3111 to 3120\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3111 \"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3112\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3113\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3114\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3115\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3116\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3117\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3118\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3119\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3120\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"6\",\n                \"name\": \"Toxic & Infectious Substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"6.1\",\n                \"name\": \"Toxic substances: Excluded packaging Group I\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"packageGroup\",\n                        \"value\": \"I\"\n                    }\n                ]\n            },\n            {\n                \"class\": \"6.2\",\n                \"name\": \"Infectious substances\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"7\",\n                \"name\": \"Radioactive Material\",\n                \"allowed\": false,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"8\",\n                \"name\": \"Corrosives\",\n                \"allowed\": true,\n                \"exceptions\": []\n            },\n            {\n                \"class\": \"9\",\n                \"name\": \"Miscellaneous Dangerous Goods: UN codes 2212, 2590, 2315, 3151, 3152\",\n                \"allowed\": true,\n                \"exceptions\": [\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \" 3152\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2212\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2315\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"2590\"\n                    },\n                    {\n                        \"type\": \"unNumber\",\n                        \"value\": \"3151\"\n                    }\n                ]\n            }\n        ],\n        \"payerCodes\": [\n            {\n                \"code\": \"EXW\",\n                \"name\": \"Ex Works\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DAP\",\n                \"name\": \"Delivered at place\",\n                \"customs\": false\n            },\n            {\n                \"code\": \"DDP\",\n                \"name\": \"Delivered duty paid\",\n                \"customs\": false\n            }\n        ],\n        \"additionalServices\": [\n            {\n                \"code\": \"DropOffByConsignor\",\n                \"name\": \"Drop off by consignor\",\n                \"information\": \"Drop off by consignor\",\n                \"codeMappings\": [],\n                \"translations\": [],\n                \"customs\": false\n            },\n            {\n                \"code\": \"PreAdvice\",\n                \"name\": \"Pre Advice\",\n                \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"ZPA\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"EN\",\n                        \"name\": \"Pre advice\",\n                        \"information\": \"With Pre advice you assure yourself as a consignor that the consignee is available suggested time of delivery.\"\n                    },\n                    {\n                        \"languageCode\": \"SV\",\n                        \"name\": \"Föravisering\",\n                        \"information\": \"Med föravisering försäkrar du dig som avsändare om att mottagaren är på plats inför föreslagen leverans. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"CashOnDelivery\",\n                \"name\": \"Cash on delivery\",\n                \"information\": \"We take payment before delivery and then transfer the amount to the payee.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"13\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"13\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"002\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"C.O.D\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Varuefterkrav\",\n                        \"information\": \"Vi tar betalt innan leverans och överför sedan beloppet till betalningsmottagaren\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Cash on delivery\",\n                        \"information\": \"We take payment before delivery and then transfer the amount to the payee.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"Insurance\",\n                \"name\": \"DHL Insurance\",\n                \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"01\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"01\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"DHL Insurance\",\n                        \"information\": \"With our goods insurance you get an extremely good full-value policy. This means that you can feel completely safe regardless of the type of goods you send or receive.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"DHL Varuförsäkring\",\n                        \"information\": \"Med DHL Varuförsäkring har du en riktigt bra fullvärdesförsäkring. Det innebär att du kan känna dig helt trygg vilken typ av varor du än skickar, eller tar emot.\"\n                    }\n                ],\n                \"customs\": false,\n                \"customUsageRules\": \"VALIDATE=IN(currency:EUR,CZK,PLN,HUF,TRY,RSD,BGN,RON,CHF,GBP)\"\n            },\n            {\n                \"code\": \"DangerousGoods\",\n                \"name\": \"Dangerous goods\",\n                \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"ADR\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"08\"\n                    },\n                    {\n                        \"code\": \"Routing barcode\",\n                        \"value\": \"032\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"08\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Farligt gods\",\n                        \"information\": \"DHL Freight har restriktioner gällande farligt gods vilka preciseras i DHL:s Allmänna- och Produktspecifika villkor. I övrigt följer DHL gällande regelverk för respektive transportslag. Vid bokningstillfället krävs UN-nummer, klass och förpackningsgrupp som noteras i rutan Upphämtningsinformation i steg 4. Ordinarie ledtidstabell gäller inte.\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Dangerous goods\",\n                        \"information\": \"DHL Freight has restrictions regarding dangerous goods which are presented in DHL:s General- and Product Specific Terms and Conditions. Apart from that, DHL Freight acts according to current regulations for the mode of transport. UN number, Class and Packing group is mandatory to note in the field “Pickup instruction” in step 4. Ordinary lead time table does not apply. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"FixedDeliveryDate\",\n                \"name\": \"Fixed delivery day (FDD)\",\n                \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"47\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"47\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Fixed delivery day (FDD)\",\n                        \"information\": \"This value added service allows you to store your goods in our network for 1-5 days in addition to the ordinary lead time. Only for shipments <2 500 kg. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Fixed Delivery Day/Beställd Leveransdag\",\n                        \"information\": \"Tillvalet ger dig möjlighet att lagerhålla ditt gods i vårt nätverk upp till 1-5 dagar utöver ordinarie ledtid. Endast för sändingar <2 500 kg. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteLoading\",\n                \"name\": \"Time definite loading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"27\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLA\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"27\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite loading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lastning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TimeDefiniteUnloading\",\n                \"name\": \"Time definite unloading\",\n                \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"10\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"TLO\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Time definite unloading\",\n                        \"information\": \"This is a perfect value added service in environments with a large material flow - for example if you (or your customers) run warehouses or are in the building trade. \"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Tidsbestämd lossning\",\n                        \"information\": \"Detta är ett perfekt tillval i miljöer som innefattar mycket godsföde – till exempel om du (eller dina kunder) är lagerhållare eller i byggbranschen. \"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftLoading\",\n                \"name\": \"Tail lift loading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"26\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"26\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift loading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    },\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lastning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    }\n                ],\n                \"customs\": false\n            },\n            {\n                \"code\": \"TailLiftUnloading\",\n                \"name\": \"Tail lift unloading\",\n                \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\",\n                \"codeMappings\": [\n                    {\n                        \"code\": \"IFTMIN\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"Handling code\",\n                        \"value\": \"BGL\"\n                    },\n                    {\n                        \"code\": \"FRTCON\",\n                        \"value\": \"15\"\n                    },\n                    {\n                        \"code\": \"IFTMBF\",\n                        \"value\": \"15\"\n                    }\n                ],\n                \"translations\": [\n                    {\n                        \"languageCode\": \"sv\",\n                        \"name\": \"Bakgavellift lossning\",\n                        \"information\": \"Behöver du hjälp med bakgavellift till lite större sändningar? Inga problem. Detta tillval bokas för sändningar med en fraktdragande vikt mellan 1 - 37 ton\"\n                    },\n                    {\n                        \"languageCode\": \"en\",\n                        \"name\": \"Tail lift unloading\",\n                        \"information\": \"Do you need help with a tail lift for larger shipments? No problem. This value added service can be booked for shipments with a chargeable weight of between 1 and 37 tons.\"\n                    }\n                ],\n                \"customs\": false\n            }\n        ]\n    }\n]"
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	]
}