{
	"info": {
		"_postman_id": "42aeec2a-71c1-4363-84e3-a13c86951d52",
		"name": "Testsuite VLS REST API V2 APIgee Sandbox GDP (OAuth)",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "21845851"
	},
	"item": [
		{
			"name": "Authorization",
			"item": [
				{
					"name": "Get Token",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"GKP GetToken: Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"})\r",
									"\r",
									"let j = pm.response.json();\r",
									"x = j.access_token;\r",
									"pm.collectionVariables.set(\"access_token\", x);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "grant_type",
									"value": "password",
									"type": "text"
								},
								{
									"key": "client_id",
									"value": "{{client_id}}",
									"type": "text"
								},
								{
									"key": "client_secret",
									"value": "{{client_secret}}",
									"type": "text"
								},
								{
									"key": "username",
									"value": "{{gkpuser}}",
									"type": "text"
								},
								{
									"key": "password",
									"value": "{{gkppass}}",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{token_url}}/token",
							"host": [
								"{{token_url}}"
							],
							"path": [
								"token"
							]
						}
					},
					"response": []
				}
			],
			"auth": {
				"type": "noauth"
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "GetVersion",
			"item": [
				{
					"name": "GetVersion",
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}",
							"host": [
								"{{url}}"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "ValidateShipment",
			"item": [
				{
					"name": "V01PAK, Single, Street address - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Single, Locker - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name\": \"Maria Musterfrau\",\n                \"lockerID\": \"105\",\n                \"postNumber\": \"12345678\",\n\t\t\t\t\"postalCode\": \"53111\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Single, Retail with post number - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name\": \"Maria Musterfrau\",\n                \"retailID\": \"502\",\n                \"postNumber\": \"12345678\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Single, Retail with email - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name\": \"Maria Musterfrau\",\n                \"retailID\": \"502\",\n                \"email\": \"maria.musterfrau@mail.de\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Single - Weight too high",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"kg\",\n\t\t\t\t\t\"value\": 35\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Single - Dimensions (girth) too large",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 60,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 110\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"kg\",\n\t\t\t\t\t\"value\": 15\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Single - Street not found",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Gibt-es-nicht Weg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Existiert-Nicht-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Single - Street not found + Weight too high",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Gibt-es-nicht Weg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Existiert-Nicht-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"kg\",\n\t\t\t\t\t\"value\": 35\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Multiple - OK",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n        {\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 5678\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maxi Mustermensch\",\n                \"addressStreet\": \"Konrad-Adenauer-Platz 3\",\n\t\t\t\t\"postalCode\": \"53225\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maxi@mustermensch.de\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 15,\n\t\t\t\t\t\"length\": 30,\n\t\t\t\t\t\"width\": 60\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 750\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Multiple - Mixed products - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n        {\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 5678\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maxi Mustermensch\",\n                \"addressStreet\": \"Konrad-Adenauer-Platz 3\",\n\t\t\t\t\"postalCode\": \"53225\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maxi@mustermensch.de\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 15,\n\t\t\t\t\t\"length\": 30,\n\t\t\t\t\t\"width\": 60\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 750\n\t\t\t\t}\n\t\t\t}\n\t\t},\n        \t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"services\": {\n                \"endorsement\" : \"ABANDON\"\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK, Multiple - Mixed shipper - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n        {\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 5678\",\n\t\t\t\"shipper\": {\n                \"name1\": \"Big Webshop GmbH\",\n                \"addressStreet\": \"Charles-de-Gaulle-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"info@bigwebshop.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maxi Mustermensch\",\n                \"addressStreet\": \"Konrad-Adenauer-Platz 3\",\n\t\t\t\t\"postalCode\": \"53225\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maxi@mustermensch.de\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 15,\n\t\t\t\t\t\"length\": 30,\n\t\t\t\t\t\"width\": 60\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 750\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK, Single - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"services\": {\n                \"endorsement\" : \"ABANDON\"\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V54EPAK, Single - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V54EPAK\",\n\t\t\t\"billingNumber\": \"{{billing_54_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"services\": {\n                \"endorsement\" : \"ABANDON\"\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP, Single - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 2,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V66WPI, Single - OK",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V66WPI\",\n\t\t\t\"billingNumber\": \"{{billing_66_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 2,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"services\": {\n                \"endorsement\" : \"ABANDON\"\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?validate=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true"
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V01PAK",
			"item": [
				{
					"name": "V01PAK - No VAS",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - 30 Shipments No VAS",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept-Language",
								"value": "en-EN",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 01\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 02\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 03\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 04\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 05\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 06\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 07\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 08\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 09\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 10\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 11\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 12\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 13\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 14\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 15\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 16\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 17\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 18\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 19\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 20\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 21\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 22\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 23\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 24\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 25\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 26\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 27\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 28\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 29\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 30\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Großkundenadresse (Absender)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"Deutsche Post AG\",\n\t\t\t\t\"postalCode\": \"94312\",\n\t\t\t\t\"city\": \"Straubing\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Großkundenadresse (Empfänger)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n                \"name1\": \"Deutsche Post AG\",\n\t\t\t\t\"postalCode\": \"94312\",\n\t\t\t\t\"city\": \"Straubing\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Packstation (with postNumber and lockerID)",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name\": \"Maria Musterfrau\",\n                \"postNumber\": \"12345678\",\n                \"lockerID\": \"105\",\n                \"postalCode\": \"53111\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Packstation (postnumber in name2, locker ID in address attributes)",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"name2\": \"12345678\",\n                \"addressStreet\": \"Packstation\",\n                \"addressHouse\": 105,\n\t\t\t\t\"postalCode\": \"53111\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Postfiliale (with postNumber and retailID)",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name\": \"Maria Musterfrau\",\n                \"postNumber\": \"12345678\",\n                \"retailID\": \"502\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Postfiliale (with email and retailID)",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name\": \"Maria Musterfrau\",\n                \"email\": \"maria.musterfrau@mail.de\",\n                \"retailID\": \"502\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Postfiliale (postnumber in name2, retail ID in address attributes)",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"name2\": \"12345678\",\n                \"addressStreet\": \"Postfiliale\",\n                \"addressHouse\": \"502\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Postfiliale (with email, without postnumber, retail ID in address attributes)",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipDate\": \"{{current_date}}\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"email\": \"maria.musterfrau@mail.de\",\n                \"addressStreet\": \"Postfiliale\",\n                \"addressHouse\": \"502\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "true",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Shipper reference without logo",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"shipperRef\": \"ShipperWithoutLogo\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Shipper reference with logo",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"shipperRef\": \"ShipperWithLogo\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?includeDocs=URL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - Street and number",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg\",\n                \"addressHouse\": \"10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str.\",\n                \"addressHouse\": \"20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - PreferredNeighbour",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"preferredNeighbour\": \"Erika Mustermann\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - PreferredLocation",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"preferredLocation\": \"Bitte hinter den Mülltonnen ablegen.\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - VisualCheckOfAge",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"visualCheckOfAge\": \"A16\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - NamedPersonOnly",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"namedPersonOnly\": true\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - IdentCheck - complete",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"identCheck\": {\n                    \"firstName\": \"Maria\",\n                    \"lastName\": \"Musterfrau\",\n                    \"dateOfBirth\": \"2001-11-27\",\n                    \"minimumAge\": \"A16\"\n\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - IdentCheck - minimumAge",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"identCheck\": {\n                    \"firstName\": \"Maria\",\n                    \"lastName\": \"Musterfrau\",\n                    \"minimumAge\": \"A16\"\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - IdentCheck - dateOfBirth",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"identCheck\": {\n                    \"firstName\": \"Maria\",\n                    \"lastName\": \"Musterfrau\",\n                    \"dateOfBirth\": \"2001-11-27\"\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - SignedForByRecipient",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"signedForByRecipient\": true\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?includeDocs=URL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - NoNeighbourDelivery",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"noNeighbourDelivery\": true\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - PreferredDay",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require('moment');\r",
									"today_plus_two = moment().add(2, \"days\");\r",
									"pm.collectionVariables.set(\"preferred_date\", today_plus_two.format(\"YYYY-MM-DD\"));"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"preferredDay\": \"{{preferred_date}}\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - GoGreen",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_withGoGreen}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - AdditionalInsurance",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"additionalInsurance\": {\n                    \"currency\": \"EUR\",\n                    \"value\": 600\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - BulkyGoods",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"bulkyGoods\": true\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - BulkyGoods - Automatic detection",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n                \"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 40,\n\t\t\t\t\t\"length\": 130,\n\t\t\t\t\t\"width\": 20\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - CashOnDelivery - bankAccount",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"cashOnDelivery\": {\n                    \"amount\": {\n                        \"currency\": \"EUR\",\n                        \"value\": 150\n                    },\n                    \"bankAccount\": {\n                        \"accountHolder\": \"Maria Musterfrau\",\n                        \"bankName\": \"ING-DIBA\",\n                        \"iban\": \"DE02500105170137075030\",\n                        \"bic\": \"INGDDEFF\"\n                    },\n                    \"transferNote1\": \"Rechnungsnummer\",\n                    \"transferNote2\": \"123/2022 087\"\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - CashOnDelivery - accountReference",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"cashOnDelivery\": {\n                    \"amount\": {\n                        \"currency\": \"EUR\",\n                        \"value\": 150\n                    },\n                    \"accountReference\": \"Sandbox3\",\n                    \"transferNote1\": \"Rechnungsnummer\",\n                    \"transferNote2\": \"123/2022 087\"\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - ParcelOutletRouting",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"parcelOutletRouting\": \"maria@musterfrau.de\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - DHLRetoure",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"dhlRetoure\": {\n                    \"billingNumber\": \"{{billing_07_default}}\",\n                    \"refNo\": \"Order No. 1234\",\n                    \"returnAddress\": {\n                        \"name1\": \"My Online Shop GmbH\",\n                        \"name2\": \"Retourenlager\",\n                        \"addressStreet\": \"Frankenstraße 298\",\n                        \"postalCode\": \"45133\",\n                        \"city\": \"Essen\",\n                        \"country\": \"DEU\"\n                    }\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?includeDocs=URL&combine=false",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "false"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - DHLRetoure (shipper reference with return address)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"shipperRef\": \"ShipperWithReturn\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"dhlRetoure\": {\n                    \"billingNumber\": \"{{billing_07_default}}\",\n                    \"refNo\": \"Order No. 1234\"\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - DHLRetoure (GoGreen)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_withGoGreen}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"dhlRetoure\": {\n                    \"billingNumber\": \"{{billing_07_withGoGreen}}\",\n                    \"refNo\": \"Order No. 1234\",\n                    \"returnAddress\": {\n                        \"name1\": \"My Online Shop GmbH\",\n                        \"name2\": \"Retourenlager\",\n                        \"addressStreet\": \"Frankenstraße 298\",\n                        \"postalCode\": \"45133\",\n                        \"city\": \"Essen\",\n                        \"country\": \"DEU\"\n                    }\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V01PAK - Errors and Warnings",
			"item": [
				{
					"name": "V01PAK - Consignee address not codeable (warning)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"12345\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - VisualCheckOfAge - Age limit not available",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"visualCheckOfAge\": \"A14\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - IdentCheck - Recipient too young",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"identCheck\": {\n                    \"firstName\": \"Maria\",\n                    \"lastName\": \"Musterfrau\",\n                    \"dateOfBirth\": \"2010-11-27\",\n                    \"minimumAge\": \"A16\"\n\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - PreferredDay - Date is holiday",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require('moment');\r",
									"today_plus = moment().add(15, \"days\");\r",
									"pm.collectionVariables.set(\"preferred_date\", today_plus.format(\"YYYY-MM-DD\"));"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"preferredDay\": \"2023-12-26\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - AdditionalInsurance - Value too high",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"additionalInsurance\": {\n                    \"currency\": \"EUR\",\n                    \"value\": 25001\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - CashOnDelivery - accountReference unknown",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"cashOnDelivery\": {\n                    \"amount\": {\n                        \"currency\": \"EUR\",\n                        \"value\": 150\n                    },\n                    \"accountReference\": \"Unknown account reference\",\n                    \"transferNote1\": \"Rechnungsnummer\",\n                    \"transferNote2\": \"123/2022 087\"\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - ParcelOutletRouting - Email invalid",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 5,\n\t\t\t\t\t\"length\": 15,\n\t\t\t\t\t\"width\": 25\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"kg\",\n\t\t\t\t\t\"value\": 0.5\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"parcelOutletRouting\": \"invalidEmailFormat.com\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V01PAK - No services available for billing number",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_withoutServices}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 5,\n\t\t\t\t\t\"length\": 15,\n\t\t\t\t\t\"width\": 25\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"kg\",\n\t\t\t\t\t\"value\": 0.5\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"parcelOutletRouting\": \"maria@musterfrau.de\",\n                \"noNeighbourDelivery\": true,\n                \"preferredLocation\": \"Behind the trash bins\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V53WPAK",
			"item": [
				{
					"name": "V53WPAK - Customs and Premium (automatic detection)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n            \"name1\": \"Test USA 1\",\n            \"addressStreet\": \"2323 Farm to Market 969\",\n\t\t\t\"postalCode\": \"78621\",\n\t\t\t\"city\": \"Elgin\",\n\t\t\t\"country\": \"USA\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"COMMERCIAL_GOODS\",\n          \"shipperCustomsRef\": \"DE11111\",\n          \"consigneeCustomsRef\": \"GB22222\",\n          \"invoiceNo\": \"Invoice 123\",\n          \"permitNo\": \"approval / permit\",\n          \"attestationNo\": \"confirmation / attestation\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Customs export type OTHER",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"OTHER\",\n          \"exportDescription\": \"Donation to charity organization\",\n          \"shipperCustomsRef\": \"DE11111\",\n          \"consigneeCustomsRef\": \"GB22222\",\n          \"invoiceNo\": \"Invoice 123\",\n          \"permitNo\": \"approval / permit\",\n          \"attestationNo\": \"confirmation / attestation\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Customs incl. electronic export declaration",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"18\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"COMMERCIAL_GOODS\",\n          \"shipperCustomsRef\": \"DE11111\",\n          \"consigneeCustomsRef\": \"GB22222\",\n          \"invoiceNo\": \"Invoice 123\",\n          \"permitNo\": \"approval / permit\",\n          \"attestationNo\": \"confirmation / attestation\",\n          \"hasElectronicExportNotification\": true,\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 1001\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Customs multiple items",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"18\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"COMMERCIAL_GOODS\",\n          \"shipperCustomsRef\": \"DE11111\",\n          \"consigneeCustomsRef\": \"GB22222\",\n          \"invoiceNo\": \"Invoice 123\",\n          \"permitNo\": \"approval / permit\",\n          \"attestationNo\": \"confirmation / attestation\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 2\",\n                  \"packagedQuantity\": \"2\",\n                  \"hsCode\": \"222222\",\n                  \"countryOfOrigin\": \"DEU\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 20\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 3\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"454545\",\n                  \"countryOfOrigin\": \"DEU\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 30\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 4\",\n                  \"packagedQuantity\": \"3\",\n                  \"hsCode\": \"787878\",\n                  \"countryOfOrigin\": \"DEU\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 30\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 5\",\n                  \"packagedQuantity\": \"2\",\n                  \"hsCode\": \"999999\",\n                  \"countryOfOrigin\": \"DEU\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 30\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 6\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"987654\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 7\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"444444\",\n                  \"countryOfOrigin\": \"DEU\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 20\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 8\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"555555\",\n                  \"countryOfOrigin\": \"DEU\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 30\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 9\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"808080\",\n                  \"countryOfOrigin\": \"DEU\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 30\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 10\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"762393\",\n                  \"countryOfOrigin\": \"DEU\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 30\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?includeDocs=URL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Street and number",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str.\",\n                \"addressHouse\": \"20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"addressStreet\": \"Museumstraat\",\n                \"addressHouse\": \"1\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"services\": {\n                \"endorsement\" : \"ABANDON\"\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Endorsement - Return",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"endorsement\": \"RETURN\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Endorsement - Abandon",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"endorsement\": \"ABANDON\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Premium",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"Giessenstraße 12\",\n\t\t\"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"9490\",\n        \"city\": \"Vaduz\",\n        \"country\": \"LIE\",\n        \"email\": \"joe@black.lie\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\",\n          \"premium\": true\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Econony (automatic detection)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"Giessenstraße 12\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"9490\",\n        \"city\": \"Vaduz\",\n        \"country\": \"LIE\",\n        \"email\": \"joe@black.lie\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - ClosestDropPoint",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"Hungsgatan 33\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"1050\",\n        \"city\": \"Kopenhagen\",\n        \"country\": \"DNK\",\n        \"email\": \"joe@black.dk\",\n        \"phone\": \"+45 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\",\n          \"closestDropPoint\": true\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - CashOnDelivery - bankAccount",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"28001\",\n\t\t\t\t\"city\": \"Madrid\",\n\t\t\t\t\"country\": \"ESP\",\n\t\t\t\t\"addressStreet\": \"Plaza Blanca 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"cashOnDelivery\": {\n                    \"amount\": {\n                        \"currency\": \"EUR\",\n                        \"value\": 150\n                    },\n                    \"bankAccount\": {\n                        \"accountHolder\": \"Jan Vermeer\",\n                        \"bankName\": \"ING-DIBA\",\n                        \"iban\": \"DE02500105170137075030\",\n                        \"bic\": \"INGDDEFF\"\n                    },\n                    \"transferNote1\": \"Rechnungsnummer\",\n                    \"transferNote2\": \"123/2022 087\"\n                },\n                \"endorsement\": \"ABANDON\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - CashOnDelivery - accountReference",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"28001\",\n\t\t\t\t\"city\": \"Madrid\",\n\t\t\t\t\"country\": \"ESP\",\n\t\t\t\t\"addressStreet\": \"Plaza Blanca 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"cashOnDelivery\": {\n                    \"amount\": {\n                        \"currency\": \"EUR\",\n                        \"value\": 150\n                    },\n                    \"accountReference\": \"Sandbox3\",\n                    \"transferNote1\": \"Rechnungsnummer\",\n                    \"transferNote2\": \"123/2022 087\"\n                },\n                \"endorsement\": \"ABANDON\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - GoGreen",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_withGoGreen}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"endorsement\": \"RETURN\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - AdditionalInsurance",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"Giessenstraße 12\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"9490\",\n        \"city\": \"Vaduz\",\n        \"country\": \"LIE\",\n        \"email\": \"joe@black.lie\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\",\n          \"additionalInsurance\": {\n              \"currency\": \"EUR\",\n              \"value\": 600\n          }\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - BulkyGoods",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"bulkyGoods\": true,\n                \"endorsement\": \"RETURN\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - BulkyGoods (automatic detection)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n                \"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 130,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"endorsement\": \"RETURN\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - pDDP",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 200\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"postalDeliveryDutyPaid\": \"true\",\n          \"endorsement\": \"ABANDON\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V53WPAK - Errors and Warnings",
			"item": [
				{
					"name": "V53WPAK - Customs missing (error)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"18\"\n        }\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - No endorsement (warning)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - Premium overrules Economy (depending on cosignee country)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"economy\": true,\n                \"endorsement\": \"RETURN\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V53WPAK - pDDP not available for country (error)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V53WPAK\",\n\t\t\t\"billingNumber\": \"{{billing_53_default}}\",\n\t\t\t\"refNo\": \"MyShop_00002634\",\n\t\t\t\"shipper\": {\n\t\t\t\t\"name1\": \"My Online Shop GmbH\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\t\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 10,\n\t\t\t\t\t\"length\": 20,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 1000\n\t\t\t\t}\n\t\t\t},\n      \"services\": {\n          \"postalDeliveryDutyPaid\": \"true\",\n          \"endorsement\": \"ABANDON\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V54EPAK",
			"item": [
				{
					"name": "V54EPAK - Customs (Shipping Condition DAP)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V54EPAK\",\n      \"billingNumber\": \"{{billing_54_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"3.5\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"shippingConditions\": \"DAP\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              },\n              {\n                  \"itemDescription\": \"Item 2\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"654321\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 20\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"2\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V54EPAK - Customs (Shipping Condition DDP)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V54EPAK\",\n      \"billingNumber\": \"{{billing_54_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"shippingConditions\": \"DDP\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V54EPAK - Street and number",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V54EPAK\",\n      \"billingNumber\": \"{{billing_54_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg\",\n            \"addressHouse\": \"10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"Street\",\n        \"addressHouse\": \"42\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"1000\",\n        \"city\": \"Sofia\",\n        \"country\": \"BGR\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V54EPAK - GoGreen",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V54EPAK\",\n      \"billingNumber\": \"{{billing_54_withGoGreen}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"Street 42\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"1000\",\n        \"city\": \"Sofia\",\n        \"country\": \"BGR\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V54EPAK - Additional Insurance",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V54EPAK\",\n      \"billingNumber\": \"{{billing_54_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"Street 42\",\n        \"additionalAddressInformation1\": \"2. Floor\",\n        \"postalCode\": \"1000\",\n        \"city\": \"Sofia\",\n        \"country\": \"BGR\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\",\n          \"additionalInsurance\": {\n              \"currency\": \"GBP\",\n              \"value\": 600\n          }\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V54EPAK - Errors and Warnings",
			"item": [
				{
					"name": "V54EPAK - Customs shipping condition invalid (error)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V54EPAK\",\n      \"billingNumber\": \"{{billing_54_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"shippingConditions\": \"DAU\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V62KP",
			"item": [
				{
					"name": "V62KP - No VAS",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?includeDocs=URL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP - Street and number",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg\",\n                \"addressHouse\": \"10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str.\",\n                \"addressHouse\": \"20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?includeDocs=URL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP - PreferredNeighbour",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"preferredNeighbour\": \"Erika Mustermann\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP - PreferredLocation",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"preferredLocation\": \"Bitte hinter den Mülltonnen ablegen.\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP - PreferredDay",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require('moment');\r",
									"today_plus_two = moment().add(2, \"days\");\r",
									"pm.collectionVariables.set(\"preferred_date\", today_plus_two.format(\"YYYY-MM-DD\"));"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"preferredDay\": \"{{preferred_date}}\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP - GoGreen",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_withGoGreen}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP - ParcelOutletRouting",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"parcelOutletRouting\": \"maria@musterfrau.de\"\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP - DHLRetoure",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"dhlRetoure\": {\n                    \"billingNumber\": \"{{billing_07_default}}\",\n                    \"refNo\": \"Order No. 1234\",\n                    \"returnAddress\": {\n                        \"name1\": \"My Online Shop GmbH\",\n                        \"name2\": \"Retourenlager\",\n                        \"addressStreet\": \"Frankenstraße 298\",\n                        \"postalCode\": \"45133\",\n                        \"city\": \"Essen\",\n                        \"country\": \"DEU\"\n                    }\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V62KP - Errors and Warnings",
			"item": [
				{
					"name": "V62KP - Weight too high (error)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"kg\",\n\t\t\t\t\t\"value\": 1.5\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V62KP - Dimensions (girth) too large (error)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V62KP\",\n\t\t\t\"billingNumber\": \"{{billing_62_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 9,\n\t\t\t\t\t\"length\": 30,\n\t\t\t\t\t\"width\": 20\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"kg\",\n\t\t\t\t\t\"value\": 0.5\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V66WPI",
			"item": [
				{
					"name": "V66WPI - No VAS",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V66WPI\",\n\t\t\t\"billingNumber\": \"{{billing_66_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V66WPI - Customs",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V66WPI\",\n      \"billingNumber\": \"{{billing_66_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n\t  \"details\": {\n\t\t\"dim\": {\n\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\"height\": 1,\n\t\t\t\t\"length\": 10,\n\t\t\t\t\"width\": 15\n\t\t\t},\n\t\t\t\"weight\": {\n\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\"value\": 500\n\t\t\t}\n\t\t},\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"g\",\n                      \"value\": \"300\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V66WPI - Premium (optional)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V66WPI\",\n\t\t\t\"billingNumber\": \"{{billing_66_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"premium\": true\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V66WPI - Premium (mandatory)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V66WPI\",\n\t\t\t\"billingNumber\": \"{{billing_66_mandatoryPremium}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"premium\": true\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "V66WPI - GoGreen",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V66WPI\",\n\t\t\t\"billingNumber\": \"{{billing_66_withGoGreen}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n\t\t\t\"consignee\": {\n\t\t\t\t\"name1\": \"Jan Vermeer\",\n\t\t\t\t\"postalCode\": \"1071 AA\",\n\t\t\t\t\"city\": \"Amsterdam\",\n\t\t\t\t\"country\": \"NLD\",\n\t\t\t\t\"addressStreet\": \"Museumstraat 1\",\n\t\t\t\t\"email\": \"jan@vermeer.com\",\n\t\t\t\t\"phone\": \"+31 888888888\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\t\"height\": 1,\n\t\t\t\t\t\"length\": 10,\n\t\t\t\t\t\"width\": 15\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "CreateShipment - V66WPI - Errors and Warnings",
			"item": [
				{
					"name": "V66WPI - Customs - Goods value to high for Warenpost International (error)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V66WPI\",\n      \"billingNumber\": \"{{billing_66_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n\t  \"details\": {\n\t\t\"dim\": {\n\t\t\t\t\"uom\": \"cm\",\n\t\t\t\t\"height\": 1,\n\t\t\t\t\"length\": 10,\n\t\t\t\t\"width\": 15\n\t\t\t},\n\t\t\t\"weight\": {\n\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\"value\": 500\n\t\t\t}\n\t\t},\n      \"customs\": {\n          \"exportType\": \"PRESENT\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 1001\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"g\",\n                      \"value\": \"300\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "ManifestShipment",
			"item": [
				{
					"name": "Create shipment ssid1",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"let j = pm.response.json();\r",
									"pm.collectionVariables.set(\"ssid1\", j.items[0].shipmentNo);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Create shipment ssid2",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"let j = pm.response.json();\r",
									"pm.collectionVariables.set(\"ssid2\", j.items[0].shipmentNo);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"COMMERCIAL_GOODS\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Manifest specific shipments (ssid1 & ssid2)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\r\n  \"shipmentNumbers\": [\r\n      \"{{ssid1}}\", \"{{ssid2}}\"\r\n  ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/manifests",
							"host": [
								"{{url}}"
							],
							"path": [
								"manifests"
							],
							"query": [
								{
									"key": "all",
									"value": "false",
									"disabled": true
								}
							]
						},
						"description": "This is calling CIG via Apigee"
					},
					"response": []
				},
				{
					"name": "Manifest all shipments for specific billing number",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\r\n  \"billingNumber\": \"{{billing_01_default}}\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/manifests",
							"host": [
								"{{url}}"
							],
							"path": [
								"manifests"
							],
							"query": [
								{
									"key": "all",
									"value": "false",
									"disabled": true
								}
							]
						},
						"description": "This is calling CIG via Apigee"
					},
					"response": []
				},
				{
					"name": "Manifest all shipments of today",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"profile\": \"STANDARD_GRUPPENPROFIL\"\r\n}"
						},
						"url": {
							"raw": "{{url}}/manifests?all=true",
							"host": [
								"{{url}}"
							],
							"path": [
								"manifests"
							],
							"query": [
								{
									"key": "all",
									"value": "true"
								}
							]
						},
						"description": "This is calling CIG via Apigee"
					},
					"response": []
				},
				{
					"name": "Get today's manifest",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 15000ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(15000);\r",
									"});\r",
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"pm.test(\"Manifest url included\", function () {\r",
									"    var jsonData = pm.response.json();\r",
									"    pm.expect(jsonData.manifest.url).to.exist;\r",
									" });"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/manifests?date={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"manifests"
							],
							"query": [
								{
									"key": "billingNumber",
									"value": "{{billing_01_default}}",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "date",
									"value": "{{current_date}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "GetLabel",
			"item": [
				{
					"name": "Create shipment ssid1 & ssid2",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"let j = pm.response.json();\r",
									"pm.collectionVariables.set(\"ssid1\", j.items[0].shipmentNo);\r",
									"pm.collectionVariables.set(\"ssid2\", j.items[1].shipmentNo);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Moritz Mustermensch\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"moritz@mustermensch.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Create shipment ssid3 (including customs document)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"let j = pm.response.json();\r",
									"pm.collectionVariables.set(\"ssid3\", j.items[0].shipmentNo);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\n  \"shipments\": [\n    {\n      \"product\": \"V53WPAK\",\n      \"billingNumber\": \"{{billing_53_default}}\",\n      \"refNo\": \"Order No. 1234\",\n\t  \"shipper\": {\n            \"name1\": \"My Online Shop GmbH\",\n            \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\"postalCode\": \"53113\",\n\t\t\t\"city\": \"Bonn\",\n\t\t\t\"country\": \"DEU\",\n\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\"phone\": \"+49 123456789\"\n\t\t},\n      \"consignee\": {\n        \"name1\": \"Joe Black\",\n        \"addressStreet\": \"42 Street\",\n        \"postalCode\": \"SW1A 1AA\",\n        \"city\": \"London\",\n        \"country\": \"GBR\",\n        \"email\": \"joe@black.uk\",\n        \"phone\": \"+44 123456789\"\n      },\n      \"details\": {\n        \"dim\": {\n          \"uom\": \"mm\",\n          \"height\": 123,\n          \"length\": 200,\n          \"width\": 157\n        },\n        \"weight\": {\n            \"uom\": \"kg\",\n            \"value\": \"2\"\n        }\n      },\n      \"customs\": {\n          \"exportType\": \"COMMERCIAL_GOODS\",\n          \"postalCharges\": {\n              \"currency\": \"EUR\",\n              \"value\": 1\n          },\n          \"items\": [\n              {\n                  \"itemDescription\": \"Item 1\",\n                  \"packagedQuantity\": \"1\",\n                  \"hsCode\": \"123456\",\n                  \"countryOfOrigin\": \"FRA\",\n                  \"itemValue\": {\n                      \"currency\": \"EUR\",\n                      \"value\": 10\n                  },\n                  \"itemWeight\": {\n                      \"uom\": \"kg\",\n                      \"value\": \"1\"\n                  }\n              }\n          ]\n      },\n      \"services\": {\n          \"endorsement\": \"RETURN\"\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Create shipment ssid4 (including return label)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"let j = pm.response.json();\r",
									"pm.collectionVariables.set(\"ssid4\", j.items[0].shipmentNo);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t},\n            \"services\": {\n                \"dhlRetoure\": {\n                    \"billingNumber\": \"{{billing_07_default}}\",\n                    \"refNo\": \"Order No. 1234\",\n                    \"returnAddress\": {\n                        \"name1\": \"My Online Shop GmbH\",\n                        \"name2\": \"Retourenlager\",\n                        \"addressStreet\": \"Frankenstraße 298\",\n                        \"postalCode\": \"45133\",\n                        \"city\": \"Essen\",\n                        \"country\": \"DEU\"\n                    }\n                }\n            }\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include",
									"disabled": true
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get label for specific shipment (ssid1) (URL, PDF)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1200ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(1200);\r",
									"});\r",
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/orders?shipment={{ssid1}}&docFormat=PDF&includeDocs=URL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "shipment",
									"value": "{{ssid1}}"
								},
								{
									"key": "docFormat",
									"value": "PDF"
								},
								{
									"key": "printFormat",
									"value": "A4",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get label for specific shipment (ssid1) (ZPL)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1200ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(1200);\r",
									"});\r",
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/orders?shipment={{ssid1}}&docFormat=ZPL2",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "shipment",
									"value": "{{ssid1}}"
								},
								{
									"key": "docFormat",
									"value": "ZPL2"
								},
								{
									"key": "printFormat",
									"value": "A4",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get label for multiple shipments (ssid2 & ssid3) (Base64, PDF)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1200ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(1200);\r",
									"});\r",
									"pm.test(\"Status code is 207\", function () {\r",
									"    pm.response.to.have.status(207);\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/orders?shipment={{ssid2}}&shipment={{ssid3}}&docFormat=PDF&includeDocs=include",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "shipment",
									"value": "{{ssid2}}"
								},
								{
									"key": "shipment",
									"value": "{{ssid3}}"
								},
								{
									"key": "docFormat",
									"value": "PDF"
								},
								{
									"key": "printFormat",
									"value": "A4",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include"
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get label for specific shipment (ssid4) with separate return label (URL, PDF)",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1200ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(1200);\r",
									"});\r",
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/orders?shipment={{ssid4}}&docFormat=PDF&printFormat=A4&retourePrintFormat=910-300-600&includeDocs=URL&combine=false",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "shipment",
									"value": "{{ssid4}}"
								},
								{
									"key": "docFormat",
									"value": "PDF"
								},
								{
									"key": "printFormat",
									"value": "A4"
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600"
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "combine",
									"value": "false"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "DownloadLabel",
			"item": [
				{
					"name": "Create shipment ssid1",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"let j = pm.response.json();\r",
									"pm.collectionVariables.set(\"ssid1\", j.items[0].shipmentNo);\r",
									"\r",
									"let url_ssid1 = j.items[0].label.url;\r",
									"let url_ssid1_length = url_ssid1.length;\r",
									"let token_ssid1 = url_ssid1.substring(63,url_ssid1_length);\r",
									"pm.collectionVariables.set(\"downloadtoken_ssid1\", token_ssid1);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?includeDocs=URL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Download label for shipment ssid1",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Download Label from AMP\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"\r",
									"pm.test(\"Label > 2K size\", function () {\r",
									"    pm.expect(pm.response.responseSize).to.be.above(2048);\r",
									"});\r",
									"\r",
									"pm.test(\"Response time is less than 3000ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(3000);\r",
									"});\r",
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/labels?token={{downloadtoken_ssid1}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"labels"
							],
							"query": [
								{
									"key": "token",
									"value": "{{downloadtoken_ssid1}}"
								}
							]
						},
						"description": "This is a very fast retrieval of PDF labels created earlier. If noCache=true, it will be slower."
					},
					"response": []
				}
			]
		},
		{
			"name": "Example Sequence",
			"item": [
				{
					"name": "Create two national shipments",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"let j = pm.response.json();\r",
									"pm.collectionVariables.set(\"ssid1\", j.items[0].shipmentNo);\r",
									"pm.collectionVariables.set(\"ssid2\", j.items[1].shipmentNo);\r",
									"\r",
									"let url_ssid1 = j.items[0].label.url;\r",
									"let url_ssid1_length = url_ssid1.length;\r",
									"let token_ssid1 = url_ssid1.substring(63,url_ssid1_length);\r",
									"pm.collectionVariables.set(\"downloadtoken_ssid1\", token_ssid1);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n\t\"profile\": \"STANDARD_GRUPPENPROFIL\",\n\t\"shipments\": [\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Maria Musterfrau\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"maria@musterfrau.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"product\": \"V01PAK\",\n\t\t\t\"billingNumber\": \"{{billing_01_default}}\",\n\t\t\t\"refNo\": \"Order No. 1234\",\n\t\t\t\"shipper\": {\n                \"name1\": \"My Online Shop GmbH\",\n                \"addressStreet\": \"Sträßchensweg 10\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"max@mustermann.de\",\n\t\t\t\t\"phone\": \"+49 123456789\"\n\t\t\t},\n            \"consignee\": {\n\t\t\t\t\"name1\": \"Moritz Mustermensch\",\n                \"addressStreet\": \"Kurt-Schumacher-Str. 20\",\n\t\t\t\t\"postalCode\": \"53113\",\n\t\t\t\t\"city\": \"Bonn\",\n\t\t\t\t\"country\": \"DEU\",\n\t\t\t\t\"email\": \"moritz@mustermensch.de\",\n\t\t\t\t\"phone\": \"+49 987654321\"\n\t\t\t},\n\t\t\t\"details\": {\n\t\t\t\t\"dim\": {\n\t\t\t\t\t\"uom\": \"mm\",\n\t\t\t\t\t\"height\": 100,\n\t\t\t\t\t\"length\": 200,\n\t\t\t\t\t\"width\": 150\n\t\t\t\t},\n\t\t\t\t\"weight\": {\n\t\t\t\t\t\"uom\": \"g\",\n\t\t\t\t\t\"value\": 500\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/orders?includeDocs=URL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "validate",
									"value": "false",
									"disabled": true
								},
								{
									"key": "mustEncode",
									"value": "false",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "URL"
								},
								{
									"key": "docFormat",
									"value": "PDF",
									"disabled": true
								},
								{
									"key": "printFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "retourePrintFormat",
									"value": "910-300-600",
									"disabled": true
								},
								{
									"key": "combine",
									"value": "true",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get labels for these two shipments as Base64",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1200ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(1200);\r",
									"});\r",
									"pm.test(\"Status code is 207\", function () {\r",
									"    pm.response.to.have.status(207);\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/orders?shipment={{ssid1}}&shipment={{ssid2}}&docFormat=PDF&includeDocs=include",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "shipment",
									"value": "{{ssid1}}"
								},
								{
									"key": "shipment",
									"value": "{{ssid2}}"
								},
								{
									"key": "docFormat",
									"value": "PDF"
								},
								{
									"key": "printFormat",
									"value": "A4",
									"disabled": true
								},
								{
									"key": "includeDocs",
									"value": "include"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel one of the two shipments",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"\r",
									"console.log(\"DELETE: \" + pm.variables.get(\"ssid\"));\r",
									"\r",
									"pm.test(\"Response time is less than 1500ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(1500);\r",
									"});\r",
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{url}}/orders?shipment={{ssid2}}&profile=STANDARD_GRUPPENPROFIL",
							"host": [
								"{{url}}"
							],
							"path": [
								"orders"
							],
							"query": [
								{
									"key": "shipment",
									"value": "{{ssid2}}"
								},
								{
									"key": "profile",
									"value": "STANDARD_GRUPPENPROFIL"
								}
							]
						},
						"description": "Delete the order instead of letting it be manifested."
					},
					"response": []
				},
				{
					"name": "Download label for the remaining shipment",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Download Label from AMP\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"\r",
									"pm.test(\"Label > 2K size\", function () {\r",
									"    pm.expect(pm.response.responseSize).to.be.above(2048);\r",
									"});\r",
									"\r",
									"pm.test(\"Response time is less than 3000ms\", function () {\r",
									"    pm.expect(pm.response.responseTime).to.be.below(3000);\r",
									"});\r",
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/labels?token={{downloadtoken_ssid1}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"labels"
							],
							"query": [
								{
									"key": "token",
									"value": "{{downloadtoken_ssid1}}"
								}
							]
						},
						"description": "This is a very fast retrieval of PDF labels created earlier. If noCache=true, it will be slower."
					},
					"response": []
				},
				{
					"name": "Manifest remaining shipment",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 207\", function () {\r",
									"    pm.response.to.have.status(207);\r",
									"});\r",
									"pm.test(\"Item 0  == 200\", function () {\r",
									"    var jsonData = pm.response.json();\r",
									"    pm.expect(jsonData.items[0].sstatus.status).to.eql(200);\r",
									" });\r",
									"\r",
									"console.log(pm.response.json());"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"profile\": \"STANDARD_GRUPPENPROFIL\",\r\n  \"shipmentNumbers\": [\r\n      \"{{ssid1}}\"\r\n  ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{url}}/manifests",
							"host": [
								"{{url}}"
							],
							"path": [
								"manifests"
							],
							"query": [
								{
									"key": "all",
									"value": "false",
									"disabled": true
								}
							]
						},
						"description": "This is calling CIG via Apigee"
					},
					"response": []
				}
			]
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{access_token}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					"var moment = require('moment');",
					"pm.collectionVariables.set('current_date', moment().format((\"YYYY-MM-DD\")));",
					"//console.log(current_date);"
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "gkpuser",
			"value": "user-valid",
			"type": "string"
		},
		{
			"key": "gkppass",
			"value": "SandboxPasswort2023!",
			"type": "string"
		},
		{
			"key": "client_id",
			"value": "Add your specific client id. The client id can be found under \"API key\" in the details of your app in the DHL API Developer Portal.",
			"type": "string"
		},
		{
			"key": "client_secret",
			"value": "Add your specific client secret. The client secret can be found under \"API secret\" in the details of your app in the DHL API Developer Portal.",
			"type": "string"
		},
		{
			"key": "url",
			"value": "https://api-sandbox.dhl.com/parcel/de/shipping/v2",
			"type": "string"
		},
		{
			"key": "token_url",
			"value": "https://api-sandbox.dhl.com/parcel/de/account/auth/ropc/v1",
			"type": "string"
		},
		{
			"key": "billing_01_default",
			"value": "33333333330102",
			"type": "string"
		},
		{
			"key": "billing_01_withoutServices",
			"value": "33333333330101",
			"type": "string"
		},
		{
			"key": "billing_01_withGoGreen",
			"value": "33333333330103",
			"type": "string"
		},
		{
			"key": "billing_53_default",
			"value": "33333333335301",
			"type": "string"
		},
		{
			"key": "billing_53_withGoGreen",
			"value": "33333333335302",
			"type": "string"
		},
		{
			"key": "billing_54_default",
			"value": "33333333335401",
			"type": "string"
		},
		{
			"key": "billing_54_withGoGreen",
			"value": "33333333335402",
			"type": "string"
		},
		{
			"key": "billing_62_default",
			"value": "33333333336201",
			"type": "string"
		},
		{
			"key": "billing_62_withGoGreen",
			"value": "33333333336202",
			"type": "string"
		},
		{
			"key": "billing_66_default",
			"value": "33333333336601",
			"type": "string"
		},
		{
			"key": "billing_66_mandatoryPremium",
			"value": "33333333336602",
			"type": "string"
		},
		{
			"key": "billing_66_noPremium",
			"value": "33333333336603",
			"type": "string"
		},
		{
			"key": "billing_66_withGoGreen",
			"value": "33333333336604",
			"type": "string"
		},
		{
			"key": "billing_07_default",
			"value": "33333333330701",
			"type": "string"
		},
		{
			"key": "billing_07_withGoGreen",
			"value": "33333333330702",
			"type": "string"
		},
		{
			"key": "ssid1",
			"value": "",
			"type": "string"
		},
		{
			"key": "ssid2",
			"value": "",
			"type": "string"
		},
		{
			"key": "ssid3",
			"value": "",
			"type": "string"
		},
		{
			"key": "ssid4",
			"value": "",
			"type": "string"
		},
		{
			"key": "downloadtoken_ssid1",
			"value": "",
			"type": "string"
		},
		{
			"key": "downloadtoken_ssid2",
			"value": ""
		},
		{
			"key": "downloadtoken_ssid3",
			"value": "",
			"type": "string"
		},
		{
			"key": "downloadtoken_ssid4",
			"value": "",
			"type": "string"
		},
		{
			"key": "current_date",
			"value": "",
			"type": "string"
		},
		{
			"key": "preferred_date",
			"value": "",
			"type": "string"
		},
		{
			"key": "access_token",
			"value": ""
		}
	]
}
