{"info":{"_postman_id":"1ec7d9e9-69d1-4425-9539-3c1b4989091f","name":"Courier API - Courier Specifics Documentation","description":"<html><head></head><body><p>Each courier has slightly different requirements for the create-label request. View these samples to see the differences</p>\n<p>Please note: in the <code>parcels &gt; items</code> section of the shipment json, you'll see each item has a weight and value. Weights are always in kilograms and values in pounds. Additionally, our API expects the TOTAL weight and TOTAL value of that product line. For example if you're passing through an item with a unit-weight of 2kg and a quantity of 3, please pass through <code>6</code> in the weight field.</p>\n<p>The <code>\"collection_date\"</code> field in the JSON is required for every api. You may pass through any string that can be parsed by PHPs <code>strtotime</code> function. ISO8601 will always succeed, for example <code>\"2019-11-19T09:28:04.760Z\"</code>. Use <a href=\"https://www.tehplayground.com/KeEC6TbXkPcSH5UH\">this link</a> to test if your date string will be parsed correctly.</p>\n<p>The response, if successful, will be json with <code>\"uri\", \"key\", \"request_id\" and \"tracking_codes\"</code>. The uri is a download link to the generated pdf. The \"key\" should be saved in case you later need to re-generate that pdf, as the original pdf link is only available for 1 hour. <code>\"tracking_codes\"</code> is an array of strings that identify each consigment or parcel, as appropriate.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9513785","collectionId":"1ec7d9e9-69d1-4425-9539-3c1b4989091f","publishedId":"SW7Z3U84","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-12T14:47:55.000Z"},"item":[{"name":"Test","id":"1f39ea3e-f95b-4f2a-8a1c-d58de5fc6099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {},\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\",\r\n            \"eori_id\": \"911-70-1234-000\",\r\n            \"ioss_number\" : \"IM2760000711\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Test/create-label","description":"<p>When registering to this courier, the <code>username</code> and <code>password</code> fields can be anything you want.</p>\n<p>The TEST courier doesn't support any \"courier\" specific options. You may register to this courier and use it to get an example of the responses you'll get back.</p>\n<p>For example, I've shown what happens when you pass a \"label_format\" option of \"png\" through: most of the response is identical, but a \"pngs\" array comes back as well with base64 encoded pngs.</p>\n","urlObject":{"path":["api","couriers","v1","Test","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4b5b9c9a-d72b-42b5-94c5-1c2521562ea0","name":"Test","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"png\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {},\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\",\r\n            \"eori_id\": \"911-70-1234-000\",\r\n            \"ioss_number\" : \"IM2760000711\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TEST/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029998\",\n    \"JD0002249184029999\"\n  ],\n  \"pngs\": [\n\t\"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\",\n\t\"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\"\n  ]\n}"}],"_postman_id":"1f39ea3e-f95b-4f2a-8a1c-d58de5fc6099"},{"name":"AltLogic","id":"3125d9ae-e738-4f2e-8100-a69189bc0923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","type":"text"},{"key":"api-token","value":"{{api-token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"valid_services\": \"\",\r\n            \"service_map\": \"{ \\\"Nominated Day: 7am-9pm Delivery\\\": \\\"07:00 - 21:00\\\", \\\"Nominated Day: 8am-12pm Delivery\\\": \\\"08:00 - 12:00\\\", \\\"Nominated Day: 12pm-4pm Delivery\\\": \\\"12:00 - 16:00\\\", \\\"Nominated Day: 8am-12pm Special Delivery\\\": \\\"08:00 - 12:00\\\", \\\"Nominated Day: 9am-12pm Delivery\\\": \\\"09:00 - 12:00\\\", \\\"Nominated Day: 10am-1pm Delivery\\\": \\\"10:00 - 13:00\\\", \\\"Nominated Day: 8am-10am Delivery\\\": \\\"08:00 - 10:00\\\", \\\"Nominated Day: 9am-11am Delivery\\\": \\\"09:00 - 11:00\\\", \\\"Nominated Day: 10am-12pm Delivery\\\": \\\"10:00 - 12:00\\\", \\\"Nominated Day: 11am-1pm Delivery\\\": \\\"11:00 - 13:00\\\", \\\"Nominated Day: 12pm-2pm Delivery\\\": \\\"12:00 - 14:00\\\", \\\"Nominated Day: 1pm-3pm Delivery\\\": \\\"13:00 - 15:00\\\" }\",\r\n            \"requested_shipping_service\": \"Nominated Day: 8am-12pm Delivery\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/AltLogic/create-label","description":"<p>This courier has no required courier specifics.</p>\n<p>The following courier specifics are optional:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"valid_services\": (string) comma-separated list of allowable values for requested_shipping_service\n\"service_map\": (string) a JSON object, where each key is a possible requested_shipping_service, and the value will be sent as the requested_service\n\"requested_shipping_service\": (string) the shipping service being requested - use this field or shipment.requested_shipping_service to specify the service\n\"collection_date\": (string) a datestring to replace the shipment collection_date. \"tomorrow\" or \"+2 days\" are valid strings\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","AltLogic","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"da93ad81-d4e5-4c0d-8e29-5fcb046ff901","name":"AltLogic","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"valid_services\": \"\",\r\n            \"service_map\": \"{ \\\"Nominated Day: 7am-9pm Delivery\\\": \\\"07:00 - 21:00\\\", \\\"Nominated Day: 8am-12pm Delivery\\\": \\\"08:00 - 12:00\\\", \\\"Nominated Day: 12pm-4pm Delivery\\\": \\\"12:00 - 16:00\\\", \\\"Nominated Day: 8am-12pm Special Delivery\\\": \\\"08:00 - 12:00\\\", \\\"Nominated Day: 9am-12pm Delivery\\\": \\\"09:00 - 12:00\\\", \\\"Nominated Day: 10am-1pm Delivery\\\": \\\"10:00 - 13:00\\\", \\\"Nominated Day: 8am-10am Delivery\\\": \\\"08:00 - 10:00\\\", \\\"Nominated Day: 9am-11am Delivery\\\": \\\"09:00 - 11:00\\\", \\\"Nominated Day: 10am-12pm Delivery\\\": \\\"10:00 - 12:00\\\", \\\"Nominated Day: 11am-1pm Delivery\\\": \\\"11:00 - 13:00\\\", \\\"Nominated Day: 12pm-2pm Delivery\\\": \\\"12:00 - 14:00\\\", \\\"Nominated Day: 1pm-3pm Delivery\\\": \\\"13:00 - 15:00\\\" }\",\r\n            \"requested_shipping_service\": \"Nominated Day: 8am-12pm Delivery\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/AltLogic/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"CS1667573658-1\",\n        \"CS1667573658-2\"\n    ],\n    \"tracking_urls\": [\n        \"CS1667573658-1\",\n        \"CS1667573658-2\"\n    ],\n    \"courier_specifics\": {\n        \"courier_shipment_id\": 541\n    }\n}"}],"_postman_id":"3125d9ae-e738-4f2e-8100-a69189bc0923"},{"name":"Amazon","id":"ec1fe861-00cb-49f1-b106-c3720439c448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"SWA-UK-ECON\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Amazon/create-label","description":"<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\": (string) If you already know the service code, you can book a shipment without retrieving quoted services. Example: \"SWA-UK-PRIME-PREM\"\n\"rate_id\": (string) If you have retrieved a list of quoted services, you can pass through the rate_id.\n\"is_hazmat\": (boolean) If you're sending dangerous goods, set this to true.\n\"service_selection\": (string) defaults to null, may be \"cheapest\" or \"preference\". see \"service_preference\" option\n\"service_preference\": (string) only used if \"service_selection\" is set to \"preference\", must be a comma separated list of Service Codes.\n\"get_services\": (boolean) If you wish to request a list of quoted services based on your specified shipment.\n\"seller_display_name\": (string) Use this to set the sellerDisplayName for Amazon shipping. If this field is set to true, it will automatically use the ship_from.company_name field as the display name. If it is instead set as a string value, it will use that value.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Amazon","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ed29c6eb-5f7b-4844-b27b-83096f365e4f","name":"Amazon","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"SWA-UK-ECON\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Amazon/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"9016739020828\"\n    ],\n    \"tracking_urls\": [\n        \"https://track.amazon.co.uk/tracking/9016739020828\"\n    ],\n    \"courier_specifics\": {\n        \"carrier_id\": \"AMZN_UK\"\n    }\n}"}],"_postman_id":"ec1fe861-00cb-49f1-b106-c3720439c448"},{"name":"AmazonShipping","id":"e32806fd-60ce-4fb0-b525-b42f77e44555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"SWA-UK-PRIME-PREM\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/AmazonShipping/create-label","description":"<h1 id=\"basic\">BASIC</h1>\n<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Example: \"SWA-UK-PRIME-PREM\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"business_type\" : (string) defaults to \"B2C\", alternative is \"B2B\"\n\"shipping_purpose\" : (string) defaults to \"SALE\"\n</code></pre><h1 id=\"advanced\">ADVANCED</h1>\n<p>Above, I've desribed the basic way to interact with the api, but AmazonShipping provides an alternate way to interact with the api: rather than immediately submitting the <code>service_code</code>, you can make a request to get the available services for a shipment, choose which one you want, and then submit another later request with the necessary information to actually produce the label.</p>\n<p>To get a list of services available for a particular shipment, do a normal <code>create-label</code> request but in the <code>courier</code> section of the json, don't put a <code>service_code</code>, put <code>\"get_services\": true</code>. This will return to you some json that looks like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"shipmentId\": \"12966142057532\",\n  \"eligibleServiceOfferings\": [\n    {\n      \"shippingService\": {\n        \"serviceCode\": \"SWA-UK-PRIME-PREM\"\n      },\n      \"containerRatesMap\": {\n        \"d876a8b7-a306-b686-0f83-5a357b4becea\": {\n          \"totalCharge\": {\n            \"unit\": \"GBP\",\n            \"value\": 4.76\n          },\n          \"billedWeight\": {\n            \"unit\": \"kg\",\n            \"value\": 1\n          }\n        }\n      },\n      \"rate\": {\n        \"totalCharge\": {\n          \"unit\": \"GBP\",\n          \"value\": 4.76\n        },\n        \"billedWeight\": {\n          \"unit\": \"kg\",\n          \"value\": 1\n        }\n      },\n      \"promise\": {\n        \"receiveWindow\": {\n          \"start\": 1507924283000,\n          \"end\": 1507924283000\n        },\n        \"deliveryWindow\": {\n          \"start\": 1508010683000,\n          \"end\": 1508010683000\n        }\n      },\n      \"serviceOfferingToken\": \"e1b7cf2d1516d8c5343a087e10a5a2261ff36b83bdb5a91c6ce51b19586ed9861507200580943\",\n      \"expirationTime\": 1574784147017\n    },\n    {\n      \"shippingService\": {\n        \"serviceCode\": \"SWA-UK-ECON\"\n      },\n      \"containerRatesMap\": {\n        \"d876a8b7-a306-b686-0f83-5a357b4becea\": {\n          \"totalCharge\": {\n            \"unit\": \"GBP\",\n            \"value\": 3.72\n          },\n          \"billedWeight\": {\n            \"unit\": \"kg\",\n            \"value\": 1\n          }\n        }\n      },\n      \"rate\": {\n        \"totalCharge\": {\n          \"unit\": \"GBP\",\n          \"value\": 3.72\n        },\n        \"billedWeight\": {\n          \"unit\": \"kg\",\n          \"value\": 1\n        }\n      },\n      \"promise\": {\n        \"receiveWindow\": {\n          \"start\": 1507924283000,\n          \"end\": 1507938683000\n        },\n        \"deliveryWindow\": {\n          \"start\": 1508356283000,\n          \"end\": 1508356283000\n        }\n      },\n      \"serviceOfferingToken\": \"e9305a93989acce639f625842b64708f9daaf73bb87cc0cbf11f31f3c944b9761507200580943\",\n      \"expirationTime\": 1574784147017\n    }\n  ]\n}\n</code></pre><p>Choose which service you want, and then send through another create-label request with the shipmentId and the serviceOfferingToken of your choosing, in the <code>'courier'</code> section of the json, like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    \"courier\" : {\n        \"shipment_id\": \"57605703160653\",\n        \"service_token\": \"e1b7cf2d1516d8c5343a087e10a5a2261ff36b83bdb5a91c6ce51b19586ed9861507200580943\"\n    }\n</code></pre>","urlObject":{"path":["api","couriers","v1","AmazonShipping","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3c4b2453-b35a-4976-b392-b7f6481b4c78","name":"AmazonShipping","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"SWA-UK-PRIME-PREM\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/AmazonShipping/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"e32806fd-60ce-4fb0-b525-b42f77e44555"},{"name":"AmazonBuyShipping","id":"aa486724-ef6d-4bff-90bc-dcfa34845917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"amazon_order_id\" : \"315-1519040-4526542\",\r\n\t        \"delivery_experience\": \"DeliveryConfirmationWithSignature\",\r\n\t        \"carrier_name\" : \"ROYAL_MAIL\",\r\n\t        \"service_name\" : \"Royal Mail Tracked 24\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/AmazonBuyShipping/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"amazon_order_id\" : (string) the order id from Amazon\n\"delivery_experience\" : (string) example \"DeliveryConfirmationWithSignature\", other options are \"DeliveryConfirmationWithAdultSignature\", \"DeliveryConfirmationWithoutSignature\", \"NoTracking\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"get_services\" : (boolean) setting this to true will not produce a label, and instead return you a list of valid services for the provided shipment. Results will include service_id, carrier_name and service_name\n\"service_id\" : (string) provide this, or carrier_name and service_name, to actually complete the shipment and get a label back\n\"carrier_name\" : (string) provide this with service_name, or provide service_id, to actually complete the shipment and get a label back\n\"service_name\" : (string) provide this with carrier_name, or provide service_id, to actually complete the shipment and get a label back\n\"service_selection\" : (string) defaults to null, may be \"cheapest\" or \"preference\". see \"service_preference\" option\n\"service_preference\" : (string) only used if \"service_selection\" is set to \"preference\", must be a comma separated list of Service IDs\n\"carrier_pick_up\" : (boolean) Defaults to true. If you don't wish for the carrier to collect, then please specify false.\n\"service_array\" : (string) A comma-separated list of service ids, to be used in conjunction with delivery_experience_array. Both lists must have the same number of elements.\n\"delivery_experience_array\" : (string) A comma-separated list of delivery experiences, to be used in conjunction with service_array. Both lists must have the same number of elements.\n</code></pre>","urlObject":{"path":["api","couriers","v1","AmazonBuyShipping","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2ac96433-0427-453c-9be8-22ebef657e3d","name":"AmazonBuyShipping","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"amazon_order_id\" : \"315-1519040-4526542\",\r\n\t        \"delivery_experience\": \"DeliveryConfirmationWithSignature\",\r\n\t        \"carrier_name\" : \"ROYAL_MAIL\",\r\n\t        \"service_name\" : \"Royal Mail Tracked 24\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/AmazonBuyShipping/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ],\n  \"courier_specifics\" : [\n     \"shipment_id\" : \"213213654\",\n     \"info\" : \"you need the shipment_id to cancel labels\"\n  ]\n}"}],"_postman_id":"aa486724-ef6d-4bff-90bc-dcfa34845917"},{"name":"APC","id":"6f044e9b-1ea2-43df-a35e-77d00e42fd6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"courier_service\": \"LP16\",\r\n            \"fragile\" : false,\r\n            \"security\": false\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/APC/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"courier_service\" : we pass this through to APC as the ProductCode. Example: \"LP16\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"collection_ready_at\" : (string) defaults to \"22:00\"\n\"collection_closed_at\" : (string) defaults to \"23:00\"\n\"goods_description\" : (string) defaults to \"any\"\n\"fragile\" : (boolean) defaults to false\n\"security\": (boolean) defaults to false\n\"insurance_liability\": (boolean) defaults to false\n</code></pre>","urlObject":{"path":["api","couriers","v1","APC","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"caf37a32-e6e7-4ef6-926b-3c18f95553ec","name":"APC","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"courier_service\": \"LP16\",\r\n            \"fragile\" : false,\r\n            \"security\": false\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/APC/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_apc_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"6f044e9b-1ea2-43df-a35e-77d00e42fd6b"},{"name":"APGGlobal","id":"0304c7d8-d971-467f-ae75-954162b74246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"courier\": {\r\n            \"service_code\": \"ePacketPlus\",\r\n            \"parcel_description\": \"Auto Parts\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\",\r\n            \"what3words\": \"activates.goggles.elevator\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/APGGlobal/create-label","description":"<p>This courier supports <code>what3words</code> in the <code>ship_to</code> address.</p>\n<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\": (string) ePacket, ePacketPlus, eParcelPremium, eParcelExpedited, eParcelExpress, eParcelPremiumPUDO, eParcelExpressPUDO, eReturnDO, eReturnPU\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"trade_terms\": (string) \"DDP\" or \"DDU\", defaults to \"DDU\"\n\"parcel_description\": (string) Customs safe description of goods within the parcel. Example: \"Clothing\", \"phone accessories\"\n\"car_cod_amount\": (string) Amount to collect at door for this shipment. Used in conjunction with AdditionalService \"COD\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","APGGlobal","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a42d40fa-bab8-41db-9248-0c6d5ed05a7f","name":"APGGlobal","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"courier\": {\r\n            \"service_code\": \"ePacketPlus\",\r\n            \"parcel_description\": \"Auto Parts\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\",\r\n            \"what3words\": \"activates.goggles.elevator\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/APGGlobal/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n        \"1Z5768VY6837888441\"\n    ],\n    \"tracking_urls\": [\n        \"https://apgecommerce.com/track_sequenceNo=1Z5768VY6837888441\"\n    ],\n    \"courier_specifics\": {\n        \"sequence_no\": \"1Z5768VY6837888441\",\n        \"info\": \"you need the consignment_number to cancel labels\"\n    }\n}"}],"_postman_id":"0304c7d8-d971-467f-ae75-954162b74246"},{"name":"ArrowXL","id":"00da2195-8e19-4c81-89ca-fb0305f1e916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"product_type\": \"SM\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Fake Guy\",\r\n            \"phone\": \"0330 053 9197\",\r\n            \"email\": \"fake@fake.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vlakbodem 3\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Dirksland\",\r\n            \"postcode\": \"3247 CP\",\r\n            \"county\": \"Zeeland\",\r\n            \"country_iso\": \"NL\",\r\n            \"company_id\": \"01611100\",\r\n            \"tax_id\": \"NL821118360B11\",\r\n            \"eori_id\": \"FRGB1208111000001\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Fake Person\",\r\n            \"phone\": \"0465626961\",\r\n            \"email\": \"fake@hotmail.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vendelier\",\r\n            \"address_2\": \"45 A\",\r\n            \"address_3\": \"Veenendaal\",\r\n            \"city\": \"Veenendaal\",\r\n            \"county\": null,\r\n            \"postcode\": \"3905PC\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ArrowXL/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"priority_code\" : (string) Defaults to \"\" - Examples are \"DIARY\", \"24HR\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"delivery_window\" : (string) Example: \"2\" - 2 days from collection date.\n\"product_type\" : (string) It is used to determine the Product Category. If you did not enter the {item &gt; description} field as \"Product Category\", you should fill in this field.\n\"supplier_identifier\" : (string) optional, overrides the auth supplier_identifier, string of length 2 eg \"00\"\n\"supplier_code\" : (string) optional, overrides the auth supplier_code, string of length 4 eg \"ABCD\"\n\"return_destination_code\" : (string) optional, overrides the auth return_destination_code\n\"route_type\" : (string) Default \"CORE\"\n\"nominated_flag\" : (boolean) Default false, when please set as true, delivery date is mandatory\n\"brand_code\" : (string) Brand code for the multi brand clients\n\"room_of_choice\" : (string) Set to \"Y\" for the receiver to specify room of choice on delivery.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","ArrowXL","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"385dda13-2e1d-48f4-b8b3-647a66da4267","name":"ArrowXL","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"product_type\": \"SM\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Fake Guy\",\r\n            \"phone\": \"0330 053 9197\",\r\n            \"email\": \"fake@fake.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vlakbodem 3\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Dirksland\",\r\n            \"postcode\": \"3247 CP\",\r\n            \"county\": \"Zeeland\",\r\n            \"country_iso\": \"NL\",\r\n            \"company_id\": \"01611100\",\r\n            \"tax_id\": \"NL821118360B11\",\r\n            \"eori_id\": \"FRGB1208111000001\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Fake Person\",\r\n            \"phone\": \"0465626961\",\r\n            \"email\": \"fake@hotmail.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vendelier\",\r\n            \"address_2\": \"45 A\",\r\n            \"address_3\": \"Veenendaal\",\r\n            \"city\": \"Veenendaal\",\r\n            \"county\": null,\r\n            \"postcode\": \"3905PC\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ArrowXL/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\": [\n        \"8S3S00000104A087\",\n        \"8S3S00000104B087\"\n    ],\n    \"tracking_urls\": [\n        \"https://askaxl.co.uk/tracking?upi=8S3S00000104A087\",\n        \"https://askaxl.co.uk/tracking?upi=8S3S00000104B087\"\n    ],\n    \"courier_specifics\": {\n        \"customer_reference\": \"1664187756\",\n        \"info\": \"you need the customer_reference to cancel labels\",\n        \"supplier_code\": \"S3SA\"\n    },\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/TF20877098_ryWV0i7vSwqq49x4hCWn?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n    \"key\": \"TF20877098_ryWV0i7vSwqq49x4hCWn.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"00da2195-8e19-4c81-89ca-fb0305f1e916"},{"name":"Asendia","id":"18087080-aa6b-4132-87e4-dd25fda856b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\": \"INTL\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Asendia/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Example: \"INTL\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"customs_payment_method\" : defaults to \"DDU\", alternative is \"DAP\"\n\"country_of_origin\" : country of origin for items in the parcel, defaults to \"GBP\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","Asendia","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c0629d81-b110-4465-ad25-5a94ac014150","name":"Asendia","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\": \"INTL\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Asendia/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"18087080-aa6b-4132-87e4-dd25fda856b9"},{"name":"BirdSystem","id":"238ea68c-0882-4a55-b268-bada304b6d84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"courier\": {\r\n            \"delivery_service_id\": \"2064\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/BirdSystem/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"delivery_service_id\" : (string) Delivery Service ID, for example \"5947\" or \"2064\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"is_urgent\" : (number) Default 0, 1 to indicate it’s an urgent order\n\"type\" : (string) Consignment Type, Default \"AGENT_DIRECT\", options are \"LOCAL\", \"DIRECT\", \"RETURN\", \"AGENT_DIRECT\".\n\"neighbour_instruction\" : (string) Notice to neighbour\n</code></pre>","urlObject":{"path":["api","couriers","v1","BirdSystem","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5b66207f-6040-46cf-89ac-550cb44a2b55","name":"BirdSystem","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"courier\": {\r\n            \"delivery_service_id\": \"2064\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/BirdSystem/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    2111240010003000\n  ],\n  \"tracking_urls\": [\n\t\"https://track.birdsystem.com/?ids=2111240010003000\"\n  ]\n}"}],"_postman_id":"238ea68c-0882-4a55-b268-bada304b6d84"},{"name":"BJS","id":"4635440b-18c4-4c3e-90e3-e533cb2c53f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"courier\": {\r\n            \"delivery_window\": \"2\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\",\r\n            \"what3words\": \"incoming.nuggets.shipwreck\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/BJS/create-label","description":"<p>This courier supports <code>what3words</code> in the <code>ship_to</code> address.</p>\n<p>There are no required fields for BJS; all settings are optional. They can be passed through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"delivery_window\": (string) Example: \"2\" - 2 days from collection date.'\n\"released\": (boolean) Released determines if the order is ready for BJS to process. Default value false'\n\"express_required\": (boolean) Example: \"True\" or \"False\" - If `True`, processes order for next available delivery date on `Released`\n\"service_type\": (string) Applicable values: `Sat`,`Sun`,`Weekend`,`Standard`,` NULL` - uses `AccountNumber` default if not specified, may be chargeable.\n\"timed_service\": ('string') Applicable values: `All Day`, `Business Hours`, `AM`, `PM`, `Evening`, `NULL` - uses `AccountNumber` default if not specified, may be chargeable.\n\"service_level\": (string) Applicable values: `1 Man`, `1.5 Man`, `2 Man`, `NULL` - uses `AccountNumber` defaults if not specified, may be chargeable.\n\"delivery_point\": (string) Applicable values: `Hallway`, `Room Of Choice`, `NULL` - uses `AccountNumber` default if not specified.\n'unpack_items': (string) Applicable values: `Yes`,`No`,`NULL` - uses `AccountNumber` default if not specified.\n\"take_packaging_away\": (string) Applicable values: `Yes`,`No`,`NULL` - uses `AccountNumber` default if not specified.\n\"assemble\": (string) Applicable values: `Yes`,`No`,`NULL` - uses `AccountNumber` default if not specified.\n\"disassemble\": (string) Applicable values: `Yes`,`No`,`NULL` - uses `AccountNumber` default if not specified.\n\"order_type\": (string) Applicable values: `Return`,`Supplier Collection`,`Standard`, not required for standard orders.\n\"status_note\": (string) Applicable values: `NULL`, String - Status note visible to admin teams only.\n\"packaging_type\": (string) Applicable Values: `Boxes`, `Bulk`, `Cases`, `Pallets` - Packaging type, required for Ireland/EU addresses.\n\"account_number\": (string) Defaults to the account_number set in the auth\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","BJS","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"733d4774-c53c-4f6c-96ab-4935fc88ecce","name":"BJS","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"courier\": {\r\n            \"delivery_window\": \"2\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\",\r\n            \"what3words\": \"incoming.nuggets.shipwreck\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/BJS/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"TRACKINGNUMBERHERE\"\n  ],\n  \"tracking_urls\": [\n\t\"https://bjshomedelivery.com/track/?parcel-id=TRACKINGNUMBERHERE\"\n  ]\n}"}],"_postman_id":"4635440b-18c4-4c3e-90e3-e533cb2c53f4"},{"name":"Caribou","id":"d3ce6806-66ab-41ca-be2c-d8eaf1de0c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"TRACKED\",\r\n            \"contents_description\": \"GENERAL GOODS\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Caribou/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Examples: \"TRACKED\", \"EXPRESS\", \"ECONOMY\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"contents_description\" : (string) defaults to \"GENERAL GOODS\"\n\"get_services\" : (boolean) defaults to false, if true returns a list of available services for your account\n</code></pre>","urlObject":{"path":["api","couriers","v1","Caribou","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"45d6ce4c-5ae9-435e-9ba4-66394b267017","name":"Caribou","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"TRACKED\",\r\n            \"contents_description\": \"GENERAL GOODS\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Caribou/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_caribou_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_caribou_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ],\n  \"courier_specifics\": {\"parcel_id\" : 15684}\n}"}],"_postman_id":"d3ce6806-66ab-41ca-be2c-d8eaf1de0c90"},{"name":"Chronopost","id":"61660454-ac1a-4594-a517-403d3c4981ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"parcel_type\": \"MAR\",\r\n            \"product_code\": \"01\",\r\n            \"service\": \"0\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Source Warehouse\",\r\n            \"company_name\": \"Warehouse Industries France\",\r\n            \"address_1\": \"7 rue du Rendez-Vous\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Paris\",\r\n            \"country_iso\": \"FR\",\r\n            \"postcode\": \"75012\",\r\n            \"phone\": \"0733307633\",\r\n            \"email\": \"french.email@gmail.com\",\r\n            \"county\": \"\",\r\n            \"tax_id\": null\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Customer Name\",\r\n            \"company_name\": \"CUSTOMER PASTRIES LTD.\",\r\n            \"phone\": \"+33 630334337\",\r\n            \"email\": \"customer@hotmail.fr\",\r\n            \"address_1\": \"11 rue du Temple\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Paris\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"75004\",\r\n            \"country_iso\": \"FR\",\r\n            \"tax_id\": null,\r\n            \"eori_id\": null\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Chronopost/create-label","description":"<p>These courier specifics are REQUIRED:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"product_code\": (string) examples: \"01\", \"86\"\n\"service\": (string) Day of delivery. Possible values : \"0\" =&gt; Normal, \"1\" =&gt; Delivery on Monday (for national product codes only),  \"6\" =&gt; Delivery on Saturday (for national product codes only)\n\n</code></pre><p>These courier specifics are OPTIONAL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"parcel_type\": (string) Possible values : \"MAR\" =&gt; Goods, \"DOC\" =&gt; Document, defaults to \"MAR\"\n\"pudo\": (object) pudo object as returned from get-pickup-locations\n\"carrier\": (string) Type of carrier in the case of a shipment to CHINA Express: \"0\" =&gt; LINEX | \"1\" =&gt; SF For other products than Express leave the value empty.\n\"insured_value\": (number) Insured value. It in cents of euros e.g. 8920 (= €89.20)\n\"cod_value\": (number) Express Return payment value in Euros. Cash on delivery value e.g. 1250 (= €12.50)\n\"customs_value\": (number) Declared value for customs. This field is necessary when transporting goods internationally. Absence in this case can lead to the shipment being blocked in customs\n\"ship_hour\": (number) Shipment hour. Shipment generation hour (current hour), must be located between 0 and 23\n\"sub_account\": (string) Sub-account number\n\"shipper_pre_alert\": (number) Defaults \"0\". Pre-alert type (MAS). \"0\" =&gt; no pre-alert, \"11\" =&gt; sender tracking subscription\n\"recipient_pre_alert\": (number) Defaults \"0\". Pre-alert type (MAS). \"0\" =&gt; no pre-alert, \"22\" =&gt; pre-alert for the recipient via e-mail\n\"mode_retour\": (string) Defaults \"2\". Indicates if the label must be sent by e-mail. \"1\" =&gt; the label will be returned by e-mail to the senders e-mail address. \"2\" =&gt; the label will not be returned by e-mail to the senders e-mail address. \"3\" =&gt; the label can be printed on an automated postal machine in the post office.\n\"as\": (string) The as tag for these parcels.\n\"is_return\": (boolean) Indicates if the parcel is being returned to the sending company.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Chronopost","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ba8ca4c5-27db-4d5a-8aa9-505aecea7a2a","name":"Chronopost","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"parcel_type\": \"MAR\",\r\n            \"product_code\": \"01\",\r\n            \"service\": \"0\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Source Warehouse\",\r\n            \"company_name\": \"Warehouse Industries France\",\r\n            \"address_1\": \"7 rue du Rendez-Vous\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Paris\",\r\n            \"country_iso\": \"FR\",\r\n            \"postcode\": \"75012\",\r\n            \"phone\": \"0733307633\",\r\n            \"email\": \"french.email@gmail.com\",\r\n            \"county\": \"\",\r\n            \"tax_id\": null\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Customer Name\",\r\n            \"company_name\": \"CUSTOMER PASTRIES LTD.\",\r\n            \"phone\": \"+33 630334337\",\r\n            \"email\": \"customer@hotmail.fr\",\r\n            \"address_1\": \"11 rue du Temple\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Paris\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"75004\",\r\n            \"country_iso\": \"FR\",\r\n            \"tax_id\": null,\r\n            \"eori_id\": null\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Chronopost/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"XP777398716FR\",\n        \"XP777398733FR\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.chronopost.fr/tracking-no-cms/suivi-page?listeNumerosLT=XP777398716FR\",\n        \"https://www.chronopost.fr/tracking-no-cms/suivi-page?listeNumerosLT=XP777398733FR\"\n    ]\n}"}],"_postman_id":"61660454-ac1a-4594-a517-403d3c4981ca"},{"name":"ColisPriveFR","id":"b07b84e5-2dd2-4e20-aece-40a789e61024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"pod\": true\r\n        },\r\n        \"collection_date\": \"2022-09-14T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"01 34 34 34 34\",\r\n            \"email\": \"fake@gmail.com\",\r\n            \"address_1\": \"449 Rue De Valmy\",\r\n            \"address_2\": \"141\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Lille\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"59000\",\r\n            \"country_iso\": \"FR\",\r\n            \"eori_id\": \"\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": null,\r\n            \"phone\": \"33652985469\",\r\n            \"email\": \"fake@email.com\",\r\n            \"company_name\": \"FAKE COMPANY\",\r\n            \"address_1\": \"993 COURS CHARLEMAGNE\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"LYON\",\r\n            \"county\": null,\r\n            \"postcode\": \"69002\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ColisPriveFR/create-label","description":"<p>There are no required settings for ColisPriveFR.  </p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"is_return\" : (boolean) Defaults to false. Indicates the reverse shipping.\n\"pod\" : (boolean) Defaults to false. Set as true if POD is needed.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","ColisPriveFR","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"812fe147-045d-4aba-adf8-bd140a839d1b","name":"ColisPriveFR","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"pod\": true\r\n        },\r\n        \"collection_date\": \"2022-09-14T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"01 34 34 34 34\",\r\n            \"email\": \"fake@gmail.com\",\r\n            \"address_1\": \"449 Rue De Valmy\",\r\n            \"address_2\": \"141\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Lille\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"59000\",\r\n            \"country_iso\": \"FR\",\r\n            \"eori_id\": \"\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": null,\r\n            \"phone\": \"33652985469\",\r\n            \"email\": \"fake@email.com\",\r\n            \"company_name\": \"FAKE COMPANY\",\r\n            \"address_1\": \"993 COURS CHARLEMAGNE\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"LYON\",\r\n            \"county\": null,\r\n            \"postcode\": \"69002\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ColisPriveFR/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"12245127890WmWV0338\"\n  ],\n  \"tracking_urls\": [\n    \"http://www.colisprive.com/moncolis/Default.aspx?numcolis=12245127890WmWV0338\"\n  ],\n  \"courier_specifics\": {\n        \"cpp_cl_code\": \"Q21700000073\",\n        \"consignee_zip_code\": \"75016\",\n        \"info\": \"you need cpp_cl_code and consignee_zip_code to cancel labels\"\n    }\n}"}],"_postman_id":"b07b84e5-2dd2-4e20-aece-40a789e61024"},{"name":"Coll8","id":"bc667b64-f9e7-4bec-8369-8a31a77778f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_type\": \"drop2me\",\r\n            \"service_signature\": \"SignatureName\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Customer McCustomer\",\r\n            \"phone\": \"0879999947\",\r\n            \"email\": \"customer1987@gmail.com\",\r\n            \"company_name\": \"Customer\",\r\n            \"address_1\": \"Dreary Brim Cootehill\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Cootehill\",\r\n            \"postcode\": \"H16 H299\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"IE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Coll8/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Examples: \"TRACKED\", \"EXPRESS\", \"ECONOMY\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"contents_description\" : (string) defaults to \"GENERAL GOODS\"\n\"get_services\" : (boolean) defaults to false, if true returns a list of available services for your account\n</code></pre>","urlObject":{"path":["api","couriers","v1","Coll8","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8b027cd7-a08f-4c73-acea-ca3fc18ec5be","name":"Coll8","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_type\": \"drop2me\",\r\n            \"service_signature\": \"SignatureName\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Customer McCustomer\",\r\n            \"phone\": \"0879999947\",\r\n            \"email\": \"customer1987@gmail.com\",\r\n            \"company_name\": \"Customer\",\r\n            \"address_1\": \"Dreary Brim Cootehill\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Cootehill\",\r\n            \"postcode\": \"H16 H299\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"IE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Coll8/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"DSPU110000001387001\"\n    ],\n    \"tracking_urls\": [\n        \"https://coll8.drop2shop.ie/api-ship/tracking/DSPU110000001387/scan\"\n    ],\n    \"courier_specifics\": {\n        \"shipment_tracking_number\": \"DSPU110000001387\",\n        \"courier_shipment_id\": 389\n    },\n}"}],"_postman_id":"bc667b64-f9e7-4bec-8369-8a31a77778f3"},{"name":"CollectPlus","id":"a91be02a-b2c2-4f6e-bce1-b7328c6be387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"72 HR\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Customer McCustomer\",\r\n            \"phone\": \"0879999947\",\r\n            \"email\": \"customer1987@gmail.com\",\r\n            \"company_name\": \"Customer\",\r\n            \"address_1\": \"Dreary Brim Cootehill\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Cootehill\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/CollectPlus/create-label","description":"<p>There are no REQUIRED settings in the \"courier\" section of the json.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"contact_strategy\" : (string) Defaults to \"E\". Customer’s contact preference. \"E\" = Via e-mail only, \"ES\" = Via both e-mail and SMS text\n\"service_code\" : (boolean) The code of the service you want to use. The default \"service_code\" value will be set in the courier credentials.\n\"depot_name\" : (string) The short name of the depot. The default \"depot_name\" value will be set in the courier credentials.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","CollectPlus","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8e0b123e-0dc7-4580-9c5f-fb92ea5fe1ee","name":"CollectPlus","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Customer McCustomer\",\r\n            \"phone\": \"0879999947\",\r\n            \"email\": \"customer1987@gmail.com\",\r\n            \"company_name\": \"Customer\",\r\n            \"address_1\": \"Dreary Brim Cootehill\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Cootehill\",\r\n            \"postcode\": \"H16 H299\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"IE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/CollectPlus/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"863T20000281A002\",\n        \"863T20000282A002\"\n    ],\n    \"tracking_urls\": [\n        \"https://yodel.co.uk/tracking/863T20000281A002/YO25+6MM\",\n        \"https://yodel.co.uk/tracking/863T20000282A002/YO25+6MM\"\n    ]\n}"}],"_postman_id":"a91be02a-b2c2-4f6e-bce1-b7328c6be387"},{"name":"Correos","id":"96c5a53b-512a-4e92-bd32-53875addba7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"ST\",\r\n            \"product_code\": \"S0132\",\r\n            \"payment_status\": \"FP\",\r\n            \"shipment_type\": \"2\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"7000000000\",\r\n            \"email\": \"correos@correos.com\",\r\n            \"address_1\": \"Direccion del destinatario\",\r\n            \"address_2\": \"Córdoba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"county\": \"Córdoba\",\r\n            \"postcode\": \"36139\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"SC572528\",\r\n            \"tax_id\": \"xxxxxxxxxx\",\r\n            \"ioss_number\": \"\",\r\n            \"eori_id\": \"GB305795193999\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Jorge Fakumba\",\r\n            \"phone\": \"678678678\",\r\n            \"email\": \"fake@live.com\",\r\n            \"company_name\": \"Correos\",\r\n            \"address_1\": \"Agiabanco 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"ALICANTE\",\r\n            \"postcode\": \"1100\",\r\n            \"country_iso\": \"PT\",\r\n            \"county\": \"\",\r\n            \"eori_id\": \"GB305795193999\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Correos/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : \"ST\": standard for the product / at home, \"LS\": in a selected branch, \"OR\": in the reference branch of the addressee, \"CP\": CityPaq\n\"product_code\" : Shipping product code. Example: \"S0132\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"payment_status\" : (string) \"FP\": Postage paid, \"FM\": Machine franking, \"ES\": Cash, \"ON\": Online payment. Defaults to \"FP\"\n\"shipment_type\" : (boolean) Mandatory for international shipments. Type of shipment:- \"1\": Documents, - \"2\": Goods (default), - \"3\": Gifts, - \"4\": Commercial Samples, - \"5\": Returned Goods, - \"6\": Other, - \"7\": Dangerous goods\n\"insurance_amount\" : (string) Amount in Euros for Insurance.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Correos","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8fe1ab18-b7ea-4956-86e5-872269fed85b","name":"Correos","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"ST\",\r\n            \"product_code\": \"S0132\",\r\n            \"payment_status\": \"FP\",\r\n            \"shipment_type\": \"2\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"7000000000\",\r\n            \"email\": \"correos@correos.com\",\r\n            \"address_1\": \"Direccion del destinatario\",\r\n            \"address_2\": \"Córdoba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"county\": \"Córdoba\",\r\n            \"postcode\": \"36139\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"SC572528\",\r\n            \"tax_id\": \"xxxxxxxxxx\",\r\n            \"ioss_number\": \"\",\r\n            \"eori_id\": \"GB305795193999\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Jorge Fakumba\",\r\n            \"phone\": \"678678678\",\r\n            \"email\": \"fake@live.com\",\r\n            \"company_name\": \"Correos\",\r\n            \"address_1\": \"Agiabanco 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"ALICANTE\",\r\n            \"postcode\": \"1100\",\r\n            \"country_iso\": \"PT\",\r\n            \"county\": \"\",\r\n            \"eori_id\": \"GB305795193999\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Correos/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"PQXXX10721179200181100V\",\n    \"PQXXX10721179200281100H\"\n  ],\n  \"tracking_urls\": [\n    \"https://www.correos.es/es/es/herramientas/localizador/envios/detalle?tracking-number=PQXXX10721179200181100V\",\n    \"https://www.correos.es/es/es/herramientas/localizador/envios/detalle?tracking-number=PQXXX10721179200281100H\"\n  ],\n}"}],"_postman_id":"96c5a53b-512a-4e92-bd32-53875addba7c"},{"name":"CRTransport","id":"4560cf05-20de-415a-aca5-9f9eef65a577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"7000000000\",\r\n            \"email\": \"correos@correos.com\",\r\n            \"address_1\": \"Direccion del destinatario\",\r\n            \"address_2\": \"Córdoba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"county\": \"Córdoba\",\r\n            \"postcode\": \"36139\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"SC572528\",\r\n            \"tax_id\": \"xxxxxxxxxx\",\r\n            \"ioss_number\": \"\",\r\n            \"eori_id\": \"GB305795193999\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Jorge Fakumba\",\r\n            \"phone\": \"678678678\",\r\n            \"email\": \"fake@live.com\",\r\n            \"company_name\": \"Correos\",\r\n            \"address_1\": \"Agiabanco 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"ALICANTE\",\r\n            \"postcode\": \"1100\",\r\n            \"country_iso\": \"PT\",\r\n            \"county\": \"\",\r\n            \"eori_id\": \"GB305795193999\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/CRTransport/create-label","description":"<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_level\" : (string) Example: \"CRTS Assembly Service\". This adds an \"ASSEMBLY\" item row to the submitted CSV.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","CRTransport","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"fc1c40f6-65f4-4204-a108-ac20ab35c16a","name":"CRTransport","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_commercial_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"7000000000\",\r\n            \"email\": \"correos@correos.com\",\r\n            \"address_1\": \"Direccion del destinatario\",\r\n            \"address_2\": \"Córdoba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"county\": \"Córdoba\",\r\n            \"postcode\": \"36139\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"SC572528\",\r\n            \"tax_id\": \"xxxxxxxxxx\",\r\n            \"ioss_number\": \"\",\r\n            \"eori_id\": \"GB305795193999\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Jorge Fakumba\",\r\n            \"phone\": \"678678678\",\r\n            \"email\": \"fake@live.com\",\r\n            \"company_name\": \"Correos\",\r\n            \"address_1\": \"Agiabanco 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"ALICANTE\",\r\n            \"postcode\": \"1100\",\r\n            \"country_iso\": \"PT\",\r\n            \"county\": \"\",\r\n            \"eori_id\": \"GB305795193999\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/CRTransport/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"1644961445ei5\",\n        \"1644961445npp\"\n    ],\n    \"tracking_urls\": [\n        \"1644961445ei5\",\n        \"1644961445npp\"\n    ],\n}"}],"_postman_id":"4560cf05-20de-415a-aca5-9f9eef65a577"},{"name":"CSM","id":"5a08ec7d-8e62-47c0-a916-228dbfbcf12e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"24\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/CSM/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\": (string) Service Code. Possible values: \"09\" =&gt; CSM eCom, \"11\" =&gt; CSM eCom Express, \"21\" =&gt; CSM 9, \"22\" =&gt; CSM 10.30, \"23\" =&gt; CSM 12, \"24\" =&gt; CSM 24 (Next Day deliveries), \"25\" =&gt; CSM Express, \"26\" =&gt; CSM Economy, \"80\" =&gt; Saturday, \"81\" =&gt; Saturday 12:00, \"82\" =&gt; Saturday 10:30, \"83\" =&gt; Sunday, \"84\" =&gt; Sunday 12:00\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"parcel_type\": (string) Defaults to \"P\". Possible values: \"P\" =&gt; Package, \"E\" =&gt; Envelope, \"H\" =&gt; DHL Paket. Note: If \"E\" is specified then one only one parcel can be sent with the consignment request.\n\"duties_paid_by_shipper\": (boolean) Defaults to false. Designates whether any duties and taxes should be paid for by the shipper.\n\"reason_for_export\": (string)0 Defaults to \"sale\". Other options: \"gift\", \"item for repair\" etc. Please use for dutiable shipments.\n\"signature_name\": (string) Use this field when dutiable_contents is true. If left blank, defaults to \"ship_from.name\"\n\"use_item_description\": (boolean) If this is true, and shipment_description is blank, we will send the first item description as the shipment description\n\"shipment_description\": (string) Description of the contents of this shipment\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","CSM","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"66bbd4a8-abf0-4492-82b6-94e67d3278fd","name":"CSM","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"24\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/CSM/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"1Z256V540499000044\"\n    ],\n    \"tracking_urls\": [\n        \"https://app.csmlogistics.co.uk/track/?TrackingNumber=1Z256V540499000044&Postcode=4023\"\n    ],\n    \"courier_specifics\": {\n        \"consignment_number\": \"7883267\",\n        \"info\": \"you need the consignment_number to track labels\"\n    },\n}"}],"_postman_id":"5a08ec7d-8e62-47c0-a916-228dbfbcf12e"},{"name":"Deliver360","id":"e5b7bfb7-2f03-49c6-94ee-95486578220e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Deliver360/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"courier\" : Example: \"AmazonShipping\"\n\"service_id\" : Example: \"Fast Saturday\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"auth_company\" : please contact Deliver 360 for further questions about this field\n</code></pre>","urlObject":{"path":["api","couriers","v1","Deliver360","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d7a46abc-5b3a-437d-9fb4-e85dfae3a690","name":"Deliver360","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Deliver360/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"tracking_urls\":[\"https://staging.transglobalexpress.co.uk/track-shipment/1Z2X12A55892119211\"],\n\t\"courier_specifics\":{\"size\":\"A4\"},\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"e5b7bfb7-2f03-49c6-94ee-95486578220e"},{"name":"DelNext","id":"7051f6b1-1c66-4b5d-a167-1eeed32f6a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"parcel_service_type\": 2\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DelNext/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"parcel_service_type\" : Parcel Service Type; Possible values : \"1\", \"2\", \"3\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"parcel_insured\" : (boolean) defaults to false\n\"parcel_cod\" : (string) defaults to false\n</code></pre>","urlObject":{"path":["api","couriers","v1","DelNext","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a4ba341a-1fc6-400f-8ac0-d3f97724bd5e","name":"DelNext","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"parcel_service_type\": 2\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DelNext/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dp_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"7051f6b1-1c66-4b5d-a167-1eeed32f6a67"},{"name":"DespatchCloud","id":"40a170f9-6e31-42f8-a0e4-bd65fc974493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"order_id\": \"9564984132\",\r\n        \t\"shipping_service_id\": 328\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DespatchCloud/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"order_id\" : (string) example: \"387983742\"\n\"shipping_service_id\" (string|number) example: 328\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"payment_currency\" : (string) defaults to \"GBP\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","DespatchCloud","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"b56da7a4-512e-4ab7-830b-32a9e724ed51","name":"DespatchCloud","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"order_id\": \"9564984132\",\r\n        \t\"shipping_service_id\": 328\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DespatchCloud/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dc_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dc_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"40a170f9-6e31-42f8-a0e4-bd65fc974493"},{"name":"DeutschePost","id":"5fe772ce-6608-46d4-9fdc-aac109984eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"product\":\"GMP\",\r\n            \"service_level\":\"STANDARD\",\r\n            \"hs_code\": \"1234567890\",\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DeutschePost/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"product\" : options are \"GPP \"GMP\", \"GMM\", \"GMR\", \"GPT\"\n\"service_level\" : options are \"STANDARD\", \"PRIORITY\", \"REGISTERED\"\n\"hs_code\" : (string) the hs code of the products in the parcel\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"new_order\" : (boolean) defaults to false, used to indicate that this shipment and the following ones should go on a separate order than the previous shipments\n\"currency\" : (string) defaults to \"GBP\"\n\"shipment_naturetype\" : (string) defaults to \"SALE_GOODS\"\n\"content_description\" : (string) defaults to \"GOODS\"\n\"security\": (boolean) defaults to false\n\"content_origin\": (boolean) defaults to \"GB\"\n\"consolidate_items\": (boolean) defaults to false. if true, we combine all item info for items with matching hs_codes\n</code></pre>","urlObject":{"path":["api","couriers","v1","DeutschePost","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d0f94d3f-ab6a-43af-9427-0cb57ba1047f","name":"DeutschePost","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"product\":\"GMP\",\r\n            \"service_level\":\"STANDARD\",\r\n            \"hs_code\": \"1234567890\",\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DeutschePost/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dp_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"5fe772ce-6608-46d4-9fdc-aac109984eef"},{"name":"DGInternational","id":"5ffed045-ca13-47ab-bdb0-25608c342403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service\":\"EPL\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DGInternational/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\" : \"EPS\" for YODEL WORLD PACKET, \"EPL\" for YODEL WORLD PARCEL\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"label_option\" : (string) defaults to \"System\", alternative is \"FinalMile\"\n\"display_id\" : (string) if entered, barcode will be printed on the label\n\"invoice_number\" : (string) defaults to null\n\"customs_duty\" : (string) defaults to \"DDU\", alternative is \"DDP\"\n\"description\" : (string) defaults to \"GOODS\"\n\"declaration_type\" : (string) defaults to \"SaleOfGoods\", alts: CommercialSample, Documents, Gift, ReturnedGoods\n</code></pre>","urlObject":{"path":["api","couriers","v1","DGInternational","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"93274840-7c57-4b14-a218-89f909709182","name":"DGInternational","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service\":\"EPL\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DGInternational/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"PDF\",\n    \"request_id\": \"1594044856486\",\n    \"tracking_codes\": [ \"DG11111000113\" ],\n    \"tracking_urls\": [ \"https://www.dhl.co.uk/en/express/tracking.html?AWB=1155614209&brand=DHL\" ],\n    \"courier_specifics\": {\n        \"courier_tracking_code\": \"1155614209\"\n    },\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/StynAfmBLInYliPBkN5k.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWQFNRTAZBR7%2F20200706%2Feu-west-2%2Fs3%2Faws4_request\",\n    \"key\": \"StynAfmBLInYliPBkN5k.pdf\",\n    \"dc_request_id\": 4495\n}"}],"_postman_id":"5ffed045-ca13-47ab-bdb0-25608c342403"},{"name":"DHL","id":"7555f4a2-2566-49c6-9398-3d9ef12140ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"global_product_code\" : \"U\",\r\n            \"local_product_code\" : \"U\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Aiki Atka\",\r\n            \"phone\": \"466546346546\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Ekeredsvaegen 84\",\r\n            \"address_2\": \"x     y\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Lerum\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"443 50\",\r\n            \"country_iso\": \"SE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHL/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"global_product_code\" : Example: \"U\"\n\"local_product_code\"  : Example: \"U\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"currency\" : (string) defaults to \"GBP\"\n\"shipper_ein\" : (string) defaults to \"\"\n\"terms_of_trade\" : (string) defaults to \"DAP\"\n\"duty_payment_type\" : (string) Duty payee. Applicable values are \"S\" (Sender) or \"R\" (Recipient) Default is R.\n\"contents\" : (string) defaults to \"General Goods\"\n\"is_insured\": (boolean) defaults to false\n\"insurance_value\": (number) Defaults to the summed value of submitted items\n\"insurance_currency\": (string) Defaults to GBP.\n\"dangerous_goods\": (boolean) defaults to false\n\"export_reason\": (string) defaults to \"sale\"\n\"export_reason_type\": (string) Defaults to \"permanent\", some other options are \"temporary\", \"return\", \"gift\". Please consult DHL documentation for full list.\n\"place_of_incoterm\": (string) Name of port of departure, shipment or destination as required under the applicable delivery term. Can set to \"ship_to\" or \"ship_from\" to use city and country values from those addresses.\n\"shipment_type\": (string) Options are \"personal\" or \"commercial\". Defaults to \"commercial\".\n\"pickup_requested\": (boolean) Defalts to false.\n\"all_documents\": (boolean) Defaults to false. If true, it the customs image will come in the same pdf as the main labels.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHL","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"65f8c27c-1ad2-4dc5-a5d5-2e042680f027","name":"DHL","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"global_product_code\" : \"U\",\r\n            \"local_product_code\" : \"U\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Aiki Atka\",\r\n            \"phone\": \"466546346546\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Ekeredsvaegen 84\",\r\n            \"address_2\": \"x     y\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Lerum\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"443 50\",\r\n            \"country_iso\": \"SE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHL/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"7555f4a2-2566-49c6-9398-3d9ef12140ef"},{"name":"DHLeCommerce","id":"a22fb1de-cb7f-411d-95d1-337b52af9c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"distribution_center\": \"USBWI1\",\r\n            \"product_id\": \"PLT\",\r\n            \"service\": \"DELCON\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Fur\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"4552 OLD DIXIE HWY\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"YO25 9DJ\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"MD\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"DC\",\r\n            \"address_1\": \"176 FINCHLEY ROAD\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Norcross\",\r\n            \"county\": \"MD\",\r\n            \"postcode\": \"30092\",\r\n            \"country_iso\": \"US\"\r\n        },\r\n        \"return_address\": {\r\n            \"name\": \"Sir Fur Return Address\",\r\n            \"phone\": \"21255512341\",\r\n            \"email\": \"foo@foo.comra\",\r\n            \"company_name\": \"Foo Store RA\",\r\n            \"address_1\": \"4552 Old Dixie Hwy\",\r\n            \"address_2\": \"RA\",\r\n            \"address_3\": \"RA\",\r\n            \"city\": \"Baltimore\",\r\n            \"postcode\": \"30024\",\r\n            \"county\": \"MD\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLeCommerce/create-label","description":"<p>Please note: this courier requires you to call the <code>create-manifest</code> function at the end of each day. Please contact us for any questions.</p>\n<p>There are no REQUIRED sections in the \"courier\" section of the json.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"distribution_center\" : (string) Defaults to option in registered auth, or \"GBLHR1\"\n\"product_id\" : (string) Default : \"PLT\", other options are \"PLY\", \"PKY\", \"PIY\", \"PID\"\n\"service\" : (string) Options are \"DELCON\", \"SIGCON\"\n\"service_endorsement\" : (string) Options are Address Service Requested =&gt; \"1\", Forwarding Service Requested =&gt; \"2\", Change Service Requested =&gt; \"3\", Return Service Requested =&gt; \"4\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHLeCommerce","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9d505d8d-2c62-4410-bd18-cf99e493b502","name":"DHLeCommerce","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"distribution_center\": \"USBWI1\",\r\n            \"product_id\": \"PLT\",\r\n            \"service\": \"DELCON\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Fur\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"4552 OLD DIXIE HWY\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"YO25 9DJ\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"MD\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"DC\",\r\n            \"address_1\": \"176 FINCHLEY ROAD\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Norcross\",\r\n            \"county\": \"MD\",\r\n            \"postcode\": \"30092\",\r\n            \"country_iso\": \"US\"\r\n        },\r\n        \"return_address\": {\r\n            \"name\": \"Sir Fur Return Address\",\r\n            \"phone\": \"21255512341\",\r\n            \"email\": \"foo@foo.comra\",\r\n            \"company_name\": \"Foo Store RA\",\r\n            \"address_1\": \"4552 Old Dixie Hwy\",\r\n            \"address_2\": \"RA\",\r\n            \"address_3\": \"RA\",\r\n            \"city\": \"Baltimore\",\r\n            \"postcode\": \"30024\",\r\n            \"county\": \"MD\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLeCommerce/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dhl_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dhl_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n        \"1648483506\"\n    ],\n    \"tracking_urls\": [\n        \"https://webtrack.dhlglobalmail.com/orders/1648483506/details/1648483506\"\n    ],\n}"}],"_postman_id":"a22fb1de-cb7f-411d-95d1-337b52af9c1b"},{"name":"DHLParcelUK","id":"faa6b97b-b908-4747-8ae2-68fbe7e6927e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_key\": 220\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelUK/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_key\" : Example: 220\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"account\" : (string) pass in the accountNumber, or use \"Domestic\", \"International\", or \"EURoad\"\n\"extended_cover\" : (number) defaults to 0. Integer is per thousand. Eg if specified as 4, this will cover for 4000 GBP\n\"earliest_time\" : (string) defaults to \"11:00\", please provide time in same format\n\"latest_time\" : (string) defaults to \"17:30\", please provide time in same format\n\"book_collection\" : (boolean) defaults to true, put false to create the label without a collection\n\"closed_for_lunch\" : (boolean) defaults to false\n\"collection_special_instructions\" : (string) special instructions for the driver to pickup from your collection location\n\"secure_location\" : (string) secure location to leave delivery with customer\n\"pre_delivery_notification_type\" : (string) defaults to \"phone\", may also be \"email\" or \"none\"\n\"exchange_on_delivery\" : (boolean) defaults to false\n\"book_in\" : (boolean) defaults to false\n\"full_customs_declaration\" : (boolean) defaults to false. if true, provide details for full customs declaration - this is required for some services\n\"customs_invoice_number\" : (string) required if full_customs_declaration is true\n\"customs_invoice_date\" : (string) required if full_customs_declaration is true, DateString format\n\"customs_country_of_origin\" : (string) defaults to \"GBR\", only if full_customs_declaration is true\n\"customs_shipping_charges\" : (number) defaults to 0, only if full_customs_declaration is true\n\"customs_reason_for_export\" : (string) defaults to \"commercial sale\", only if full_customs_declaration is true\n\"customs_terms_of_delivery\" : (string) defaults to \"DAP\", alternative is \"DDP\", only if full_customs_declaration is true\n\"allow_weekend_collection\" : (boolean) defaults to false, this needs to be agreed with your account manager otherwise requests will fail\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHLParcelUK","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"376bca85-c5e4-4fc7-9f7f-95f1bcfe2842","name":"DHLParcelUK","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_key\": 220\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelUK/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dhlparceluk_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"91980710001552\"\n  ],\n  \"tracking_urls\": [\n    \"https://track.dhlparcel.co.uk/?con=91980710001552\"\n  ],\n}"}],"_postman_id":"faa6b97b-b908-4747-8ae2-68fbe7e6927e"},{"name":"DHLParcelUKCloud","id":"a3ab2a5a-111a-4002-8215-358a00b009ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"pickup_account\": \"M977170\",\r\n            \"drop_off_type\": \"PICKUP\",\r\n            \"ordered_product\": 210,\r\n            \"account_address\": true,\r\n            \"recipient_type\": \"residential\",\r\n            \"address_type\": \"doorstep\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelUKCloud/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"ordered_product\" : Identifies the DHL Parcel UK 3 digit service code that is to be applied to the shipment. Example: 210\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"drop_off_type\": (string) Specify how shipments will be handed over to DHL. Defaults to PICKUP, PICKUP is for a driver pickup from your account address. Must be \"PICKUP\", \"DROPOFF\", or \"DEPOT\"\n\"account_address\": (string) Should the shipment be collected from the pickupAccount address? If false then shipment will be collected from the supplied pickupAddress which then becomes mandatory. Must be true or false default true\n\"recipient_type\": (string) Type of recipient being delivered to. defaults to \"business\" if ship_to company_name is set.\n\"address_type\": (string) Type of address being delivered to. defaults to \"doorstep\", alternative is \"servicePoint\" \n\"service_point_address\": (string) To be used with address_type servicePoint\n\"location_type\": (string) If addressType is servicePoint, then address type of service point. Defaults: \"Parcel Shop\" \n\"extended_liability_units\": (string) For consignments delivered in the UK, the number of additional extended liability cover units required. Defaults: 0\n\"label_required\": (string) Indicates whether the pickup driver needs to print and apply labels to the parcel at pickup. Not for pickup at accountAddress. Must be true or false\n\"duties_paid\": (string) DDP or DAP, defaults to DAP\n\"ioss_shipment\": (boolean) set this to true if the service requires IOSS. if not set, this is automatically calculated based on if the shipment is going to EU.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHLParcelUKCloud","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"99856d4d-7ca2-40a6-94a7-0a1b02b0b881","name":"DHLParcelUKCloud","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"pickup_account\": \"M977170\",\r\n            \"drop_off_type\": \"PICKUP\",\r\n            \"ordered_product\": 210,\r\n            \"account_address\": true,\r\n            \"recipient_type\": \"residential\",\r\n            \"address_type\": \"doorstep\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelUKCloud/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_dhlparceluk_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"91980710001552\"\n    ],\n    \"tracking_urls\": [\n        \"https://track.dhlparcel.co.uk/?con=55500001751721\"\n    ],\n    \"courier_specifics\": {\n        \"postcode\": \"WR11 4HG\"\n    }\n}"}],"_postman_id":"a3ab2a5a-111a-4002-8215-358a00b009ff"},{"name":"DHLParcelDE","id":"451288ba-38d1-4c24-82c2-c59891e42a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"product\": \"V01PAK\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"My Online Shop GmbH\",\r\n            \"phone\": \"+49 123456789\",\r\n            \"email\": \"max@mustermann.de\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Sträßchensweg 10\",\r\n            \"address_2\": \"2. Etage\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Bonn\",\r\n            \"postcode\": \"53113\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"DE\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Maria Musterfrau\",\r\n            \"phone\": \"+49 987654321\",\r\n            \"email\": \"maria@musterfrau.de\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Kurt-Schumacher-Str. 20\",\r\n            \"address_2\": \"Apartment 107\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Bonn\",\r\n            \"postcode\": \"53113\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"DE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelDE/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"ordered_product\" : Identifies the DHL Parcel UK 3 digit service code that is to be applied to the shipment. Example: 210\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"drop_off_type\": (string) Specify how shipments will be handed over to DHL. Defaults to PICKUP, PICKUP is for a driver pickup from your account address. Must be \"PICKUP\", \"DROPOFF\", or \"DEPOT\"\n\"account_address\": (string) Should the shipment be collected from the pickupAccount address? If false then shipment will be collected from the supplied pickupAddress which then becomes mandatory. Must be true or false default true\n\"recipient_type\": (string) Type of recipient being delivered to. defaults to \"business\" if ship_to company_name is set.\n\"address_type\": (string) Type of address being delivered to. defaults to \"doorstep\", alternative is \"servicePoint\" \n\"service_point_address\": (string) To be used with address_type servicePoint\n\"location_type\": (string) If addressType is servicePoint, then address type of service point. Defaults: \"Parcel Shop\" \n\"extended_liability_units\": (string) For consignments delivered in the UK, the number of additional extended liability cover units required. Defaults: 0\n\"label_required\": (string) Indicates whether the pickup driver needs to print and apply labels to the parcel at pickup. Not for pickup at accountAddress. Must be true or false\n\"duties_paid\": (string) DDP or DAP, defaults to DAP\n\"ioss_shipment\": (boolean) set this to true if the service requires IOSS. if not set, this is automatically calculated based on if the shipment is going to EU.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHLParcelDE","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"95994e94-bb1a-4453-bce7-3c497322a640","name":"DHLParcelDE","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"product\": \"V01PAK\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"My Online Shop GmbH\",\r\n            \"phone\": \"+49 123456789\",\r\n            \"email\": \"max@mustermann.de\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Sträßchensweg 10\",\r\n            \"address_2\": \"2. Etage\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Bonn\",\r\n            \"postcode\": \"53113\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"DE\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Maria Musterfrau\",\r\n            \"phone\": \"+49 987654321\",\r\n            \"email\": \"maria@musterfrau.de\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Kurt-Schumacher-Str. 20\",\r\n            \"address_2\": \"Apartment 107\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Bonn\",\r\n            \"postcode\": \"53113\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"DE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelDE/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"0034043333301020000777024\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.dhl.de/de/privatkunden/pakete-empfangen/verfolgen.html?piececode=0034043333301020000777024\"\n    ],\n    \"courier_specifics\": {\n        \"profile\": \"STANDARD_GRUPPENPROFIL\"\n    }\n}"}],"_postman_id":"451288ba-38d1-4c24-82c2-c59891e42a06"},{"name":"DHLPoland","id":"c1d20dc6-6489-4a68-8e7a-851b0d9cb33d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service\": \"AH\",\r\n            \"piece_type\": \"PACKAGE\",\r\n            \"account_number\": 2480667,\r\n            \"label_type\": \"BLP\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Jo\",\r\n            \"phone\": \"48555755520\",\r\n            \"email\": \"jo98@gmail.com\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Brzozowa\",\r\n            \"address_2\": \"55\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Rotmanka\",\r\n            \"postcode\": \"83010\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"PL\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_from\": {\r\n            \"name\": \"Anna\",\r\n            \"phone\": \"+48515555711\",\r\n            \"email\": null,\r\n            \"company_name\": \"Appliances\",\r\n            \"address_1\": \"Hoża 55/6\",\r\n            \"address_2\": \"22\",\r\n            \"address_3\": null,\r\n            \"city\": \"Warszawa\",\r\n            \"county\": null,\r\n            \"postcode\": \"02482\",\r\n            \"country_iso\": \"PL\",\r\n            \"company_id\": null,\r\n            \"tax_id\": null,\r\n            \"eori_id\": null\r\n        },\r\n\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLPoland/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\" : Services: \"AH\", \"PR\", \"09\", \"12\", \"DW\", \"EK\", \"PI\", \"CP\" or \"CM\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"label_type\" : (string) Specifies the type of label. Use \"LP\", \"BLP\", \"LBLP\", \"ZBLP\" or \"ZBLP\". Default to \"LP\"\n\"piece_type\" : (string) Possible values: \"ENVELOPE\", \"PACKAGE\", \"PALLET\". Defaults to \"PACKAGE\"\n\"address_type\" : (string) Recipient address type, use \"B\" or \"C\", Defaults to \"B\" if a ship_to.company_name is specified, otherwise defaults to \"C\"\n\"is_packstation\" : (boolean) Delivery to DHL Parcelstation, defaults to false\n\"is_postfiliale\" : (boolean) Delivery to DHL Parcelshop, defaults to false\n\"postnummer\" : (string) Customer number - required only for DE with deliveries to parcel lockers\n\"payer_type\" : (string) Use \"SHIPPER\" or \"USER\". Defaults to \"SHIPPER\"\n\"account_number\": (string) Payer’s customer number.\n\"delivery_evening\": (boolean) Selection of the Evening Delivery service, defaults to false\n\"delivery_on_saturday\": (boolean) Selection of the Saturday Delivery service, defaults to false\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHLPoland","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"aac84c36-2444-4662-8aa6-0277bebfe2b3","name":"DHLPoland","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service\": \"AH\",\r\n            \"piece_type\": \"PACKAGE\",\r\n            \"account_number\": 2480667,\r\n            \"label_type\": \"BLP\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Jo\",\r\n            \"phone\": \"48555755520\",\r\n            \"email\": \"jo98@gmail.com\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Brzozowa\",\r\n            \"address_2\": \"55\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Rotmanka\",\r\n            \"postcode\": \"83010\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"PL\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_from\": {\r\n            \"name\": \"Anna\",\r\n            \"phone\": \"+48515555711\",\r\n            \"email\": null,\r\n            \"company_name\": \"Appliances\",\r\n            \"address_1\": \"Hoża 55/6\",\r\n            \"address_2\": \"22\",\r\n            \"address_3\": null,\r\n            \"city\": \"Warszawa\",\r\n            \"county\": null,\r\n            \"postcode\": \"02482\",\r\n            \"country_iso\": \"PL\",\r\n            \"company_id\": null,\r\n            \"tax_id\": null,\r\n            \"eori_id\": null\r\n        },\r\n\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLPoland/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"25830340325\"\n    ],\n    \"tracking_urls\": [\n        \"https://sprawdz.dhl.com.pl/szukaj.aspx?lang=en-gb&m=0&sn=25830340325\"\n    ]\n}"}],"_postman_id":"c1d20dc6-6489-4a68-8e7a-851b0d9cb33d"},{"name":"DHLParcelNL","id":"c4d9199c-c405-41c4-8332-e7582c2cfae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"parcel_type\": \"SMALL\",\r\n            \"options\": \"DOOR\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"Sender Name\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Utrecht\",\r\n            \"postcode\": \"3542AD\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Laura Maura\",\r\n            \"phone\": \"466546346546\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Ekeredsvaegen 132\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Lerum\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"44350\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelNL/create-label","description":"<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"parcel_type\" : (string) Defaults to \"SMALL\"\n\"options\" : (string) comma-separated list of options, eg \"DOOR,EVE\"\n\"inco_terms\" : (string) CFR, CIF, CIP, CPT, DAP, DAT, DDP, DDU, DDX, EXW, FCA, FOB; DDX means ‘DDP VAT Excl.’ EXW not applicable for UK exports. For Parcel Connect only DDU applicable to UK.\n\"return_label\" : (boolean) defaults to false\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHLParcelNL","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d6167de2-2eb6-4502-bae9-c16c6dca8e8b","name":"DHLParcelNL","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"parcel_type\": \"SMALL\",\r\n            \"options\": \"DOOR\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"Sender Name\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Utrecht\",\r\n            \"postcode\": \"3542AD\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Laura Maura\",\r\n            \"phone\": \"466546346546\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Ekeredsvaegen 132\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Lerum\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"44350\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelNL/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dhlparcel_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_dhlparcel_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"SAMPLE0000352799\"\n    ],\n    \"tracking_urls\": [\n        \"https://dhlparcel.nl/en/private/receiving/follow-your-shipment?tt=SAMPLE0000352799&pc=44350\"\n    ],\n}"}],"_postman_id":"c4d9199c-c405-41c4-8332-e7582c2cfae9"},{"name":"DHLParcelSpain","id":"45efff93-c2b3-424d-8171-e3cac1695b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"parcel_type\": \"SMALL\",\r\n            \"options\": \"DOOR\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"Sender Name\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Utrecht\",\r\n            \"postcode\": \"3542AD\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Laura Maura\",\r\n            \"phone\": \"466546346546\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Ekeredsvaegen 132\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Lerum\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"44350\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelSpain/create-label","description":"<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"parcel_type\" : (string) Defaults to \"SMALL\"\n\"options\" : (string) comma-separated list of options, eg \"DOOR,EVE\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHLParcelSpain","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"20afec69-4d61-4969-be2d-c807bcc81266","name":"DHLParcelSpain","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"parcel_type\": \"SMALL\",\r\n            \"options\": \"DOOR\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"Sender Name\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Utrecht\",\r\n            \"postcode\": \"3542AD\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Laura Maura\",\r\n            \"phone\": \"466546346546\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Ekeredsvaegen 132\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Lerum\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"44350\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLParcelSpain/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dhlparcel_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_dhlparcel_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"SAMPLE0000352799\"\n    ],\n    \"tracking_urls\": [\n        \"https://dhlparcel.nl/en/private/receiving/follow-your-shipment?tt=SAMPLE0000352799&pc=44350\"\n    ],\n}"}],"_postman_id":"45efff93-c2b3-424d-8171-e3cac1695b52"},{"name":"DHLWarenpost","id":"617d3d49-59af-4302-9a33-ffdef486b08e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"product\": \"V62WP\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLWarenpost/create-label","description":"<p>The are no REQUIRED settings for DHLWarenpost.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"account_number\" : (string) DHL account number (14 digits)\n\"product\" : (string) Defaults : \"V01PAK\" =&gt; DHL PAKET, \"V53WPAK\" =&gt; DHL PAKET International, \"V54EPAK\" =&gt; DHL Europaket,  \"V62WP\" =&gt; DHL Warenpost\n\"endorsement_type\" : (string) Required for shipments with product DHL Paket International: \"V53WPAK\". Possible values: \"IMMEDIATE\", \"ABANDONMENT\"\n\"cash_on_delivery\" : (string) Service Cash on delivery. Money amount to be collected. Required if COD is chosen.\n\"additional_insurance\" : (string) Insure shipment with higher than standard amount.\n\"preferred_day\" : (string) Service preferred day\n\"preferred_location\" : (string) Service preferred location\n\"preferred_time\" : (string) Service preferred time\n\"is_premium\" : (boolean) Defaults: false, it for fast and safe delivery of international shipments.\n\"visual_check_age\" : (boolean) Defaults: null, Visual Check Age is used to specify the minimum age of the recipient. The following types are allowed: \"A16\" or \"A18\".'\n\"cost_centre\" : (string) Name of a cost center. Appears on shipment label.\n</code></pre>","urlObject":{"path":["api","couriers","v1","DHLWarenpost","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"589e692e-116d-4a1a-acb1-046e6d0111a5","name":"DHLWarenpost","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"product\": \"V62WP\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DHLWarenpost/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dhl_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dhl_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"222201010007243945\"\n  ]\n}"}],"_postman_id":"617d3d49-59af-4302-9a33-ffdef486b08e"},{"name":"DPD","id":"9a5ddc77-8328-4f2f-8064-fc8c424d304a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"network_code\": \"1^12\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPD/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"network_code\" : Example: \"1^12\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"customs_value\" : (number|string) defaults to \"\"\n\"parcel_description\" : (string) defaults to \"\"\n\"liability_value\" : (number) defaults to null\n\"liability\" : (boolean) defaults to false\n\"reason_for_export\" : (string) defaults to \"01\", 01=Sale | 02=Return/Replacement | 03=Gift\n\"trade_terms\" : (string) defaults to \"DAP\", use \"DT1\" for DDP\n\"pickup_location\" : (array) pickup location array as returned from get-pickup-locations\n\"apply_min_weight\" : (boolean) defaults to false. if true and your total shipment weight comes out to less than 0.1kg, we set the weight to 0.1kg\n\"invoice_type\" : (number) defaults to 2, Commercial Invoice. Other option is 1, Pro Forma Invoice\n\"disable_notifications\" : (boolean) if true, notificationDetails are not sent to DPD\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DPD","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e903c61e-8457-4e62-b8cc-50629998d857","name":"DPD","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"network_code\": \"1^12\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPD/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"9a5ddc77-8328-4f2f-8064-fc8c424d304a"},{"name":"DPDAustria","id":"5314cd86-60af-47aa-bcff-ba5ca572a382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"parcel_type\": \"DPD\",\r\n            \"product1_fix\": \"AM1-6\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Westmeath\",\r\n            \"postcode\": \"6003\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"AT\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"AT\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDAustria/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"parcel_type\": (string) Possible fixed values: DPD for DPD (Default), PT for prime time, B2C for B2C, 2S for parcel shop delivery.\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"is_return\": (boolean) Defaults to false. Indicates the reverse shipping.\n\"customer_number\": (string) Your customers customer number. When using parceltype \"2S\", the parcelshop-ID is passed in this field.\n\"product2_hv\": (string) Value between 520,01 and 15.000 EUR Value of goods in 100th of the currency (e.g. „61750“ for 617,50 €)\n\"product2_asg\": (string) Place to deposit parcel\n\"product2_id\": (string) Place to deposit parcel\n\"product2_id16\": (string) Place to deposit parcel\n\"product2_id18\": (string) Place to deposit parcel\n\"product2_abt\": (string) Department delivery. Possible values: Depart, ent\n\"product2_aviso\": (string) Mobile phone number and/or Email Mobile phone number in international format e.g..: +4369912345678\n\"product4_wp\": (string) Value between 520,01 and 15.000 EUR Value of goods in 100th of the currency (e.g. „81750“ for 817,50 €)\n\"product6_predict\": (string) Mobile phone number and/or Email Mobile phone number in international format e.g..: +436991234567\n\"product6_aviso\": (string) Mobile phone number and/or Email Mobile phone number in international format e.g..: +436991234567\n\"dfu\": (string) Mobile phone number and/or Email Mobile phone number in international format e.g..: +436991234567\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DPDAustria","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"89903cfb-2280-4d8d-8eee-53480bb3ba0f","name":"DPDAustria","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"parcel_type\": \"DPD\",\r\n            \"product1_fix\": \"AM1-6\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Westmeath\",\r\n            \"postcode\": \"6003\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"AT\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"AT\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDAustria/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"06215000000378\"\n    ],\n    \"tracking_urls\": [\n        \"https://tracking.dpd.de/status/de_AT/parcel/06215000000378\"\n    ],\n    \"courier_specifics\": {\n        \"courier_shipment_id\": 38702\n    },\n}"}],"_postman_id":"5314cd86-60af-47aa-bcff-ba5ca572a382"},{"name":"DPDGermany","id":"54f4370c-cfb3-44b9-b61b-f6e8581d0b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"network_code\": \"1^12\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDGermany/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"product\" : (string) Example: \"CL\", \"E12\", \"IE2\", \"MAIL\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"sending_depot\" : (string) defaults to the Login depot, Example: \"0163\"\n\"saturday\" : (boolean) defaults to false\n\"guarantee\" : (boolean) defaults to false\n\"customs_terms\" : (string) defaults to \"01\" which is DAP. send \"02\" for DDP\n\"parcel_class\" : (string) supply this for C2C shipments. Possible values are \"WEB_PSH_XS_PAYED\", \"WEB_PSH_S_PAYED\", \"WEB_PSH_M_PAYED\", \"WEB_PSH_L_PAYED\", \"WEB_PSH_XL_PAYED\".\n</code></pre>","urlObject":{"path":["api","couriers","v1","DPDGermany","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"73b01724-d8b7-4d92-91ad-464e27c40dc4","name":"DPDGermany","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"product\" : \"CL\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDGermany/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"02655043721574\",\n    \"02655043721575\"\n  ],\n  \"tracking_urls\": [\n    \"02655043721574\",\n    \"02655043721575\"\n  ],\n}"}],"_postman_id":"54f4370c-cfb3-44b9-b61b-f6e8581d0b3f"},{"name":"DPDIreland","id":"874e5d58-e786-4b9e-ac94-79601ac48f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_type\": \"1\",\r\n            \"box44_code\": \"Y921\",\r\n            \"service_option\": \"5\",\r\n            \"shipment_type\": \"Merchandise\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Westmeath\",\r\n            \"postcode\": \"6003\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"IE\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDIreland/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_type\": (string) Values : \"1\" =&gt; 1 Man, \"2\" =&gt; 2 Man, \"3\" =&gt; 3 Man\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"extra_services\": (string) Using: \"A\" or \"A,T,W\" etc. Values: \"A\" =&gt; Assembly, \"T\" =&gt; Trade, \"W\" =&gt; Wet installation, \"D\" =&gt; Item disposal, \"AM\" =&gt; Delivery between 0700 - 1200 (AM), \"PM\" =&gt; Delivery between 1200 - 2000 (PM). \"B10\" =&gt; Delivery between 0700 - 1000, \"A6\" =&gt; Delivery between 1800 - 2000, \"DR\" =&gt; Remove door to fit in product, \"PP\" =&gt; Plug and play TV, \"DS\" =&gt; Swapping of appliance door, \"DV\" =&gt; Reverse orientation of applicant door, \"PR\" =&gt; Prime service, \"TL\" =&gt; Tail Lift, \"TC\" =&gt; TV Collect, \"SA\", Sofa Assembly, \"EX\" =&gt; Exchange, \"UB\" =&gt; Unbox &amp; Tidy, \"TLA\" =&gt; Trade Label, \"WD\" =&gt; Wet Dis &amp; Install, \"DA\" =&gt; Disassembly, \"CA\" =&gt; Complex Assembly, \"CDA\" =&gt; Complex Disassembly, \"BDA\" =&gt; Basic Disassembly, \"IN\" =&gt; Install, \"DC\" =&gt; Disconnect, \"FS\" =&gt; Wet Install + Disconnect + Disposal\n\"delivery_date\": (string) Delivery Date\n\"stock_depot\": (string) Used if Panther are stocking this line e.g. Panther Crick\n\"is_return\": (boolean) Set as true for return shipments.\n\"order_type\": (string) Order Type\n\"pre12\": (boolean) Set as true, for services due before 12:00\n\"inco_term\": (string) Terms/IncoTerms code\n\"shipment_mode\": (string) Shipment Mode. Defaults \"Road\"\n\"export_reason\": (string) Reason for export\n\"certifications\": (string) Certifications (e.g. SPS, fumigation, veterinary)\n\"min_book_days\": (number) If no date provided, this setting controls the first available day that auto-booking can offer e.g. today + 8 days\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DPDIreland","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d876a231-348c-4983-bcba-455a5989daf0","name":"DPDIreland","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_type\": \"1\",\r\n            \"box44_code\": \"Y921\",\r\n            \"service_option\": \"5\",\r\n            \"shipment_type\": \"Merchandise\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Westmeath\",\r\n            \"postcode\": \"6003\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"IE\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDIreland/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"800427941\"\n    ],\n    \"tracking_urls\": [\n        \"https://dpd.ie/tracking?consignmentNumber=800427941\"\n    ],\n}"}],"_postman_id":"874e5d58-e786-4b9e-ac94-79601ac48f0f"},{"name":"DPDLocal","id":"fab4583a-4988-44e2-bfa0-5cb4f18f794c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"network_code\": \"1^12\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDLocal/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"network_code\" : Example: \"1^12\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"customs_value\" : (number|string) defaults to \"\"\n\"parcel_description\" : (string) defaults to \"\"\n\"liability_value\" : (number) defaults to null\n\"liability\" : (boolean) defaults to false\n\"reason_for_export\" : (string) defaults to \"01\", 01=Sale | 02=Return/Replacement | 03=Gift\n\"trade_terms\" : (string) defaults to \"DAP\", use \"DT1\" for DDP\n\"pickup_location\" : (array) pickup location array as returned from get-pickup-locations\n</code></pre>","urlObject":{"path":["api","couriers","v1","DPDLocal","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"79702616-10c4-4bd1-a4b9-986d8b20a350","name":"DPDLocal","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"network_code\": \"1^12\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDLocal/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"fab4583a-4988-44e2-bfa0-5cb4f18f794c"},{"name":"DPDNL","id":"523ca135-eeb3-4d4a-9753-78a57ea5b558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"courier\": {\r\n            \"product\": \"CL\",\r\n            \"returns\": false\r\n        },\r\n        \"order_id\": 123123,\r\n        \"reference\": \"mycustomreference\",\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"delivery_instructions\": \"\",\r\n        \"collection_date\": \"2022-12-09T11:15:53.056Z\",\r\n        \"ship_from\": {\r\n            \"name\": \"Senders NV\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"Jan Janssens\",\r\n            \"address_1\": \"Tormentil\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Best\",\r\n            \"postcode\": \"5684PK\",\r\n            \"tax_id\": \"911-70-1234\",\r\n            \"eori_id\": \"911-70-1234-000\",\r\n            \"ioss_number\": \"IM2760000711\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"NL-FR\",\r\n            \"phone\": \"03332415111\",\r\n            \"email\": \"test@test.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"Rue du Test 2\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Paris\",\r\n            \"postcode\": \"75001\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_length\": \"30\",\r\n                \"dim_width\": \"20\",\r\n                \"dim_height\": \"10\",\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Diverter Value - Revision G\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 50,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"06F145710G\",\r\n                        \"hs_code\": \"87081010\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_length\": \"30\",\r\n                \"dim_width\": \"20\",\r\n                \"dim_height\": \"10\",\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Diverter Value - Revision G\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 50,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"06F145710G\",\r\n                        \"hs_code\": \"87081010\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDNL/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"product\" : (string) Possible values are: \"CL\" =&gt; DPD CLASSIC, \"E830\" =&gt; DPD 8:30, \"E10\" =&gt; DPD 10:00, \"E12\" =&gt; DPD 12:00, \"E18\" =&gt; DPD 18:00, \"IE2\" =&gt; DPD EXPRESS, \"PL\" =&gt; DPD PARCELLetter, \"PL+\" =&gt; DPD PARCELLetterPlus, \"MAIL\" =&gt; DPD International Mail\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"is_return\" : (boolean) Defines if parcel is a return parcel. The return parcel must always be next in order to the corresponding outbound parcel. Default value is false\n\"depot\" : (string) Sending depot for consignment, ordering depot for collection request, customers depot for pickup information or creating/sending depot for dangerous goods. 4 alphanumeric places, including leading zeros, e.g. \"0163\"\n\"saturday_delivery\" : (boolean) Defines if saturday delivery is demanded. Only selectable for product \"E12\". Default value is false\n\"sku_in_ref\" : (boolean) Appends the SKU to the end of the reference to create the customerReferenceNumber1 field for each parcel\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DPDNL","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"978ec36b-3823-4eaf-9a01-8c783c477f04","name":"DPDNL","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"courier\": {\r\n            \"product\": \"CL\",\r\n            \"returns\": false\r\n        },\r\n        \"order_id\": 123123,\r\n        \"reference\": \"mycustomreference\",\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"delivery_instructions\": \"\",\r\n        \"collection_date\": \"2022-12-09T11:15:53.056Z\",\r\n        \"ship_from\": {\r\n            \"name\": \"Senders NV\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"Jan Janssens\",\r\n            \"address_1\": \"Tormentil\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Best\",\r\n            \"postcode\": \"5684PK\",\r\n            \"tax_id\": \"911-70-1234\",\r\n            \"eori_id\": \"911-70-1234-000\",\r\n            \"ioss_number\": \"IM2760000711\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"NL-FR\",\r\n            \"phone\": \"03332415111\",\r\n            \"email\": \"test@test.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"Rue du Test 2\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Paris\",\r\n            \"postcode\": \"75001\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_length\": \"30\",\r\n                \"dim_width\": \"20\",\r\n                \"dim_height\": \"10\",\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Diverter Value - Revision G\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 50,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"06F145710G\",\r\n                        \"hs_code\": \"87081010\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_length\": \"30\",\r\n                \"dim_width\": \"20\",\r\n                \"dim_height\": \"10\",\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Diverter Value - Revision G\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 50,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"06F145710G\",\r\n                        \"hs_code\": \"87081010\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DPDNL/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"05252090696130\",\n        \"05252090696131\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.dpdgroup.com/nl/mydpd/my-parcels/search?parcelNumber=05252090696130\",\n        \"https://www.dpdgroup.com/nl/mydpd/my-parcels/search?parcelNumber=05252090696131\"\n    ]\n}"}],"_postman_id":"523ca135-eeb3-4d4a-9753-78a57ea5b558"},{"name":"DX","id":"20d80e60-a062-43f0-893b-f5380ae24c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code_id\" :  \"3052\",\r\n            \"delivery_method_id\":  \"4806\",\r\n            \"time_slot_id\" : \"1000\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DX/create-label","description":"<p>There are no REQUIRED settings.</p>\n<p>The following settings are OPTIONAL to pass through in the courier section of the json (note: it's advised to either pass the first three, or the next two, to get a label back):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code_id\"    : example \"3052\"\n\"delivery_method_id\" : example \"4806\"\n\"time_slot_id\"       : example \"1000\"\n\"service_level\" : (string) example \"3\"\n\"service_type\" : (string) example \"4\"\n\"service_description\" : (string) Example: \"Signature Next Day\", using this will automatically find the right details for the matching service\n\"get_services\" : (boolean) defaults to false, if true, the response will be an array of available services for the provided shipment\n\"parcel_description\" : (boolean) defaults to \"Boxes\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DX","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ece1802c-2a25-426a-a738-8f6627d9a0fe","name":"DX","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code_id\" :  \"3052\",\r\n            \"delivery_method_id\":  \"4806\",\r\n            \"time_slot_id\" : \"1000\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DX/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dx_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dx_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"195496843\"\n  ],\n  \"courier_specifics\" : {\n\t\"info\" : \"you will need both the tracking_code and the postcode for the /track service\",\n\t\"tracking_code\" : \"195496843\",\n\t\"postcode\" : \"YO259PN\"\n  }\n}"}],"_postman_id":"20d80e60-a062-43f0-893b-f5380ae24c48"},{"name":"DxExpress","id":"8d3076ab-4a62-4fb4-84be-167f74baf87b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"NS\",\r\n            \"package_type_code\": \"BX\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DxExpress/create-label","description":"<p>These courier specific options are REQUIRED:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\": (string) service_code as returned from get-services. Example: \"LS\", \"MS\", \"MSPre1\"\n\"package_type_code\": (string) Code representing the package type. To get the whole list, send this call with the get_package_type_code field set to true. Example: \"BX\", \"PCH\", \"LN\"\n\n</code></pre><p>These courier specific options are OPTIONAL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"address_book_entry_key\": (string) Required field for return requests. First send a request with get_return_addresses set to true, then please fill this field with the addressBookEntryKey in the returned data.\n\"cover_value\": (number) The value of the additional Transit Liability cover required in the local currency (UK £, IE €)\n\"dont_downgrade_service\": (boolean) If true then requests with premium services that are not available will be rejected as invalid, rather than being downgraded to the next available service level\n\"get_package_type_codes\": (string) Set true to get package type codes\n\"get_return_addresses\": (boolean) Set true to get return addresses\n\"customs_movement_type\" : (string) Enumeration value for the transaction / movementtype: \"B2B\" or \"B2C\"\n\"customs_goods_value\" : (string) Commercial value of the goods\n\"customs_goods_value_currency\" : (string) currency code that the GoodsValue property represents: \"EUR\" or \"GBP\"\n\"customs_contents\" : (string) A detailed and accurate description of the goods. Vague descriptions are more likely to be delayed clearing customs\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","DxExpress","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2be436fe-78d9-497d-b2d0-67f2805f6487","name":"DxExpress","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"NS\",\r\n            \"package_type_code\": \"BX\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DxExpress/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"7000259501\"\n    ],\n    \"tracking_urls\": [\n        \"https://my.dxdelivery.com/?tn=7000259501&tpc=L34BJ\"\n    ]\n}"}],"_postman_id":"8d3076ab-4a62-4fb4-84be-167f74baf87b"},{"name":"DxFreight","id":"e5909ce9-b40c-48f7-98d2-fddc018086cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"ON\",\r\n            \"content_description_id\": \"2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DxFreight/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string)  ON – Overnight, 3D – 3Day, 930 – Overnight 9:30, AM – Overnight pre noon, SAT – Saturday, S93 – Saturday 9:30\n\"content_description_id\" : (string) 1 = CartonKG, 2 = Kilos, 3 = Length, 4 = LengthGreaterThan3Metres, 5 = IDW, 6 = Pallet, 7 = Nightpak\n</code></pre><p>The following settings are OPTIONAL</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"delivery_account_number\" : (string) Delivery Account Number\n\"label_account_name\" : (string) Label Account Name\n\"generate_reference\" : (boolean) defaults to false, generates a random reference -- use this if the reference you send is greater than 10 characters\n\"book_in\" : (boolean) defaults to true, sets the BookInFlag on the GetLabels request\n</code></pre>","urlObject":{"path":["api","couriers","v1","DxFreight","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9cbd60e5-da50-40bb-b91c-6ae017fd314d","name":"DxFreight","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"ON\",\r\n            \"content_description_id\": \"2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/DxFreight/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dx_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dx_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"195496843\"\n  ],\n  \"courier_specifics\": {\n        \"consignment_number\": \"L2981423\",\n        \"info\": \"you need the consignment_number to cancel labels\"\n  }\n}"}],"_postman_id":"e5909ce9-b40c-48f7-98d2-fddc018086cf"},{"name":"Envialia","id":"35120ef5-249a-4a85-baf5-4eea03165506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"24\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"Av. de la Ciudad de Barcelona, 113\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"postcode\": \"28007\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"B82516600\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"Carrer K Zona Franca\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Barcelona\",\r\n            \"postcode\": \"08040\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"ES\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 1.5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 1.5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }\r\n                ]\r\n            }\r\n            ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Envialia/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) \"1\", \"3\", \"9\", \"13\", \"15\", \"17\" and \"31\" values for Domestic shipments. \"7\", \"19\" and \"77\" values for International shipments.\n\"product_code\" : (string) \"2\", \"18\", \"48\", \"86\" and \"88\" values for Domestic shipments. \"48\", \"70\", \"104\", \"108\", \"114\", \"116\", \"122\" and \"77\" values for International shipments.\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"account_number\" : (string) Account number to payer. Default Account Number is inherited from registered auth if this is not specified.\n\"charges\" : (string) Default \"P\", Shipment charges \"P\" =&gt; payed (sender pays the shipment/collection); \"D\" =&gt; due (Consignee pays the shipment/collection)\n\"security\" : (boolean) Default false. Flag that activates control book (true / false)\n\"pod\" : (string) Default \"S\". Flag that activates Proof Of Delivery (\"I\" =&gt; Inmediato / \"S\" =&gt; Seur)\n\"dconsig\" : (boolean) Default false. Flag that activates delivery order to the holder (true / false)\n\"ddid\" : (boolean) Default false. Flag that activates order to deliver to the holder requesting an id (true / false)\n\"dsat\" : (boolean) Default false. Flag that activates delivery on Saturday (true / false)\n\"change\" : (boolean) Default false. Flag that activates order to generate an additional shipment linked for return (true / false)\n\"taric\" : (string) Id code of the products that are exported or imported\n\"adu_outkey\" : (string) Default \"P\".  for customs management at origin. \"P\" =&gt; payed (sender pays the management); \"D\" =&gt; due (Consignee pays the management)\n\"adu_inkey\" : (string) Default \"P\".  for customs management at origin. \"P\" =&gt; payed (sender pays the management); \"D\" =&gt; due (Consignee pays the management)\n\"incoterms\" : (string) Default \"DDP\". \"DAP\" =&gt; (Delivered at Place) Taxes and customs expenses at destination are paid by the recipient \"DDP\" =&gt; (Delivered Duty Paid) A DDP operation establishes that the seller pays all expenses until leaving the merchandise at the agreed point in the country of destination. The buyer does not perform any process. Import customs charges are borne by the seller\n\"customs_goods_type\" : (string) Default \"C\". \"C\" =&gt; Commercial \"N\" =&gt; Non-commercial, \"D\" =&gt; Documents\n\"declared_value\" : (number) Declared value\n\"insured_value\" : (number) Insured value\n\"cod_value\" : (number) Cod value\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Envialia","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a9f748bf-981d-438b-b56c-788ad7a29e1a","name":"Envialia","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"24\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"Av. de la Ciudad de Barcelona, 113\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"postcode\": \"28007\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"B82516600\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"Carrer K Zona Franca\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Barcelona\",\r\n            \"postcode\": \"08040\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"ES\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 1.5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 1.5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }\r\n                ]\r\n            }\r\n            ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Envialia/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"0028001655734581\",\n        \"0028001655734581\"\n    ],\n    \"tracking_urls\": [\"http://seguimiento.envialia.com/envialianetweb/detalle_envio.php?servicio={22918887-F9AA-426B-AD8C-C290D4348E57}&fecha=20-06-2022\"]\n}"}],"_postman_id":"35120ef5-249a-4a85-baf5-4eea03165506"},{"name":"Exelot","id":"1f2f1808-0cf7-408b-9328-2a516e282f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"parcel_description\": \"Auto Parts\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"InterContinental Miami\",\r\n            \"address_1\": \"100 Chopin Plaza\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Miami\",\r\n            \"postcode\": \"33131\",\r\n            \"county\": \"FL\",\r\n            \"country_iso\": \"US\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Exelot/create-label","description":"<p>There are no REQUIRED courier-specifics</p>\n<p>The following settings are OPTIONAL</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) If applicable, you can specify a service code.\n\"parcel_description\" : (string) A description for the goods in the shipment.\n\"trade_terms\" : (string) Defaults to \"DDU\". Other applicable value is \"DDP\".\n\"create_parcel\" : (boolean) Defaults to false. If true, uses the Exelot parcels/parcel api\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Exelot","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"b7c2af3b-e0b9-4fbb-9381-c0fe45b4eab8","name":"Exelot","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"parcel_description\": \"Auto Parts\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"InterContinental Miami\",\r\n            \"address_1\": \"100 Chopin Plaza\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Miami\",\r\n            \"postcode\": \"33131\",\r\n            \"county\": \"FL\",\r\n            \"country_iso\": \"US\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Exelot/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_ex_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_ex_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"XLT100509271\"\n    ],\n    \"tracking_urls\": [\n        \"https://my.exelot.com/public/track/\"\n    ],\n}"}],"_postman_id":"1f2f1808-0cf7-408b-9328-2a516e282f92"},{"name":"Exfreight","id":"a2f34997-9b47-4616-962d-b94d344ab79d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_description\": \"Pallet Force Premium UK\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n    \"ship_to\": {\r\n        \"name\": \"John Doe\",\r\n        \"phone\": \"01234567890\",\r\n        \"email\": \"test@example.com\",\r\n        \"company_name\": \"Demo Company Ltd\",\r\n        \"address_1\": \"Despatch Cloud Ltd\",\r\n        \"address_2\": \"Unit 76\",\r\n        \"address_3\": \"Warfield Road\",\r\n        \"city\": \"Driffield\",\r\n        \"county\": \"East Yorkshire\",\r\n        \"postcode\": \"YO259DJ\",\r\n        \"country_iso\": \"GB\"\r\n    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Exfreight/create-label","description":"<p>The following settings are REQUIRED</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_description\" : (string) Example: \"Pallet Force Premium UK\"\n</code></pre><p>The following settings are OPTIONAL</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"freight_class\" : (string) example \"300\"\n\"stacking_allowed\" : (boolean) null by default\n\"accessorials\" : (string) send through in format `category1:scope1,category2:scope2,...` \"consignee_open_time\" : (string) defaults to \"07:00\"\n\"consignee_close_time\" : (string) defaults to \"19:00\"\n\"shipper_open_time\" : (string) defaults to \"07:00\"\n\"shipper_close_time\" : (string) defaults to \"19:00\"\n\"shipper_ein\" : (string) required for some international services\n\"shipper_po_number\" : (string) if not supplied, defaults to shipment reference\n\"special_instructions\": (string) defaults to null\n</code></pre>","urlObject":{"path":["api","couriers","v1","Exfreight","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e3765326-1283-41cf-94df-711d923cd975","name":"Exfreight","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_description\": \"Pallet Force Premium UK\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n    \"ship_to\": {\r\n        \"name\": \"John Doe\",\r\n        \"phone\": \"01234567890\",\r\n        \"email\": \"test@example.com\",\r\n        \"company_name\": \"Demo Company Ltd\",\r\n        \"address_1\": \"Despatch Cloud Ltd\",\r\n        \"address_2\": \"Unit 76\",\r\n        \"address_3\": \"Warfield Road\",\r\n        \"city\": \"Driffield\",\r\n        \"county\": \"East Yorkshire\",\r\n        \"postcode\": \"YO259DJ\",\r\n        \"country_iso\": \"GB\"\r\n    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Exfreight/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_ex_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_ex_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"WORLZZ-1621232208\"\n    ],\n    \"tracking_urls\": [\n        \"https://exfreight-sandbox.flipstone.com/api/v1/track/1621232208/\"\n    ]\n}"}],"_postman_id":"a2f34997-9b47-4616-962d-b94d344ab79d"},{"name":"ExpectDistribution","id":"84565518-8eef-481e-8111-7929584d1857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"job_type\": \"Delivery\",\r\n            \"service_level_code\": \"B\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ExpectDistribution/create-label","description":"<p>There are not required settings for ExpectDistribution.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"job_type\" : (string) example: \"Delivery\"\n\"service_level_code\" : (string) Example: \"B\" for 48 Hour service\n\"goods_description\" : (string) Defaults to first item description or \"GENERAL GOODS\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","ExpectDistribution","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"6fd18152-cb89-4c61-9333-b46ac499afc6","name":"ExpectDistribution","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"job_type\": \"Delivery\",\r\n            \"service_level_code\": \"B\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ExpectDistribution/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_expect_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_expect_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    190606,\n    190606\n  ],\n  \"tracking_urls\": [\n\t190606\n  ]\n}"}],"_postman_id":"84565518-8eef-481e-8111-7929584d1857"},{"name":"EvriCorporate","id":"92760f83-6395-41cd-bd87-3f9d83bf8923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"address_validation_required\": true\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/EvriCorporate/create-label","description":"<p>Hermes only supports individual shipments: the 'parcels' array must have only 1 element.</p>\n<p>There are no REQUIRED elements in the \"courier\" section of the json.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"address_validation_required\" : (boolean) defaults to false\n\"item_description\" : (string) defaults to \"ANY\"\n\"origin_of_parcel\" : (string) defaults to \"GB\"\n\"country_of_origin\" : (string) defaults to \"GB\"\n\"next_day\": (boolean) defaults to false\n\"signature_required\": (boolean) defaults to false\n\"is_return\": (boolean) use true if the label is a customer return\n\"qr_code\": (boolean) to be used with is_return, if you want a qr code for print-in-store instead of a normal label\n\"qr_use_returned_address\": (boolean) if is_return and qr_code set, use this code to use the address returned from Hermes api as the DeliveryAddress\n\"catalogue\": (boolean) Set to true if the parcel is a catalogue or postable\n\"customer_alert_type\": (number) 1 for email, 2 for sms\n\"parcel_shop_id\": (string) if supplied, uses the ParcelShop service. example: \"001027\"\n\"parcel_shop_country\": (string) supply this with parcel_shop_id. example: \"DE\"\n\"is_c2c\": (boolean) Set to true for c2c shipment\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","EvriCorporate","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"421a05fa-a599-470e-9951-9e861f200f2f","name":"EvriCorporate","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"address_validation_required\": true\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/EvriCorporate/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"92760f83-6395-41cd-bd87-3f9d83bf8923"},{"name":"FastDespatchLogistics","id":"d6504062-d0d7-4ed8-8d97-9d3bf622390f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/FastDespatchLogistics/create-label","description":"<p>There are now required courier-specifics for FastDespatchLogistics</p>\n<p>The following courier specifics are OPTIONAL</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"use_one_time_password\" : (boolean) defaults to false\n\"needs_collection\" : (boolean) defaults to false\n\"age_restricted\" : (boolean) defaults to false\n\"contains_liquid\" : (boolean) defaults to false\n\"fragile\" : (boolean) defaults to false\n</code></pre>","urlObject":{"path":["api","couriers","v1","FastDespatchLogistics","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0df63499-fb9a-4c7a-bbcc-2a77ccaed529","name":"FastDespatchLogistics","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/FastDespatchLogistics/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dx_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dx_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n   \"tracking_codes\": [\n      \"FDL210414MBT46QG\"\n   ],\n   \"tracking_urls\": [\n      \"https://fastdespatch.com/track/\"\n   ],\n  \"courier_specifics\": {\n        \"consignment_number\": \"L2981423\",\n        \"info\": \"you need the consignment_number to cancel labels\"\n  }\n}"}],"_postman_id":"d6504062-d0d7-4ed8-8d97-9d3bf622390f"},{"name":"Fastway","id":"02654d9d-fc07-44df-b137-13d6d86eea58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"parcel_description\": \"Test Items\",\r\n\r\n        \"courier\" : {\r\n             \"service_id\": \"Fastway|TY - National Parcel TY\",\r\n            \"warehouse_id\": \"inxpress|Inxpress\",\r\n            \"shipping_method\": \"uk_next_day\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Fastway/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_id\": (string) service_id as returned from get-services. Ex: \"Fastway|UY - Local Parcel UY\"\n\"warehouse_id\": (string) warehouse_id as returned from get-pickup-locations (identifier). Ex: \"Company|London Warehouse\"\n\"shipping_method\": (string) The shipping method to be used in Scurri for the consignment which can be used with the Scurri rules engine. Ex: \"uk_next_day\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"override_sender_data\": (boolean) Defaults to false. If true, ship_from data is sent to override the default sender.\n\"carrier\": (string) Defaults to \"Fastway\". The carrier this consignment is to be shipped with.\n\"reason_for_export\": (string) Defaults to \"merchandise\". Possible values: \"sample\", \"documents\", \"gift\", \"returns\", \"personal\", \"other\"\n\"incoterm\": (string) The trade term associated with the shipment. Ex: \"DDP\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Fastway","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2b5f6577-7f64-4df0-9ca4-9e4c30793c96","name":"Fastway","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"parcel_description\": \"Test Items\",\r\n\r\n        \"courier\" : {\r\n             \"service_id\": \"Fastway|TY - National Parcel TY\",\r\n            \"warehouse_id\": \"inxpress|Inxpress\",\r\n            \"shipping_method\": \"uk_next_day\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Fastway/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"TY0000000001\"\n    ],\n      \"tracking_urls\": [\n        \"https://www.fastway.ie/courier-services/track-your-parcel/?l=TY0000000001\"\n    ],\n    \"courier_specifics\": {\n        \"consignment_id\": \"f2c04e9172c3445cbcedc5195d451f75\",\n        \"info\": \"you need the consignment_id to cancel labels\"\n    }\n}"}],"_postman_id":"02654d9d-fc07-44df-b137-13d6d86eea58"},{"name":"Fedex","id":"361d35ff-9b0e-417a-9fcd-12588c6f8ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\" : \"FEDEX_NEXT_DAY_END_OF_DAY\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Fedex/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : example \"FEDEX_NEXT_DAY_END_OF_DAY\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"packaging_type\" : (string) defaults to \"YOUR PACKAGING\"\n\"duty_payee\" : (string) defaults to \"RECIPIENT\"\n\"signature\" : (string) defaults to \"SERVICE_DEFAULT\", other options are \"ADULT\",\"DIRECT\",\"INDIRECT\",\"NO_SIGNATURE_REQUIRED\"\n\"saturday_delivery\" : (boolean) defaults to false\n\"smartpost_indicia\" : (string) Only useful if service_code is \"SMART_POST\". Defaults to \"PARCEL_SELECT\"\n\"smartpost_ancilliary_endorsement\" : (string) Only useful if service_code is \"SMART_POST\". Defaults to null\n\"smartpost_hub_id\" : (string) Required if service_code is \"SMART_POST\". A 4-digit numerical value to identify the SmartPost hub to use.\n\"smartpost_customer_manifest_id\" : (string) Only useful if service_code is \"SMART_POST\". Defaults to null\n</code></pre>","urlObject":{"path":["api","couriers","v1","Fedex","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"07eb15f9-9c8a-4cbf-9f1a-50f53a5eb3a3","name":"Fedex","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\" : \"FEDEX_NEXT_DAY_END_OF_DAY\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Fedex/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"361d35ff-9b0e-417a-9fcd-12588c6f8ae8"},{"name":"FloStream","id":"14d285b6-6df0-4de8-a532-b693cc47008b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/FloStream/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"courier\" : Example: \"AmazonShipping\"\n\"service_id\" : Example: \"Fast Saturday\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"auth_company\" : please contact FloStream for further questions about this field\n</code></pre>","urlObject":{"path":["api","couriers","v1","FloStream","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0f8e7b1b-241a-4162-9881-59bc17d9e175","name":"FloStream","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/FloStream/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"tracking_urls\":[\"https://staging.transglobalexpress.co.uk/track-shipment/1Z2X12A55892119211\"],\n\t\"courier_specifics\":{\"size\":\"A4\"},\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"14d285b6-6df0-4de8-a532-b693cc47008b"},{"name":"Furdeco","id":"40006a4d-53f1-4bea-927c-0d86c53ed7a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_type\": \"Standard\",\r\n            \"service_level\": \"1 Man\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Furdeco/create-label","description":"<p>There are not required settings for Furdeco.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"retailer_name\" : (string) The name of the retailer for this label\n\"trading_name\" : (string) The trading name of the sender\n\"product_action_type\" : (string) Default: \"Delivery\", Other option is \"Collect\"\n\"timed_service\" : (string) Options are \"All Day\", \"Business House\", \"AM\", \"PM\"\n\"service_type\" : (string) Options are  \"Standard\", \"Supplier Collection\"\n\"service_level\" : (string) Options are \"1 Man\", \"2 Man\"\n\"delivery_point\" : (string) Options are \"Room Of Choice\", \"Hallway\"\n\"unpack_items\" : (number) Options are 0 or 1\n\"take_packaging_away\" : (number) Options are 0 or 1\n\"assemble\" : (number) Options are 0 or 1\n\"disassemble\" : (number) Options are 0 or 1\n\"collect_disposal\" : (number) Options are 0 or 1\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Furdeco","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"573aee80-47af-4232-ab0a-38540252ca03","name":"Furdeco","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_type\": \"Standard\",\r\n            \"service_level\": \"1 Man\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Furdeco/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_expect_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_expect_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"ST2956768-2238\",\n        \"ST2956768-2238\"\n    ],\n    \"tracking_urls\": [\n        \"ST2956768-2238\"\n    ],\n}"}],"_postman_id":"40006a4d-53f1-4bea-927c-0d86c53ed7a2"},{"name":"GFS","id":"aa50da53-6dad-4778-b5fe-ee1fc65707cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"carrier\": \"DPD\",\r\n            \"contract_no\": \"0999\",\r\n            \"service_code\": \"19\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\",\r\n            \"what3words\": \"activates.goggles.elevator\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GFS/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"contract_no\" : Example: \"0777\"\n\"carrier\" : Example: \"DPD\"\n\"service_code\" : Example: \"19\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"dropoff\" : defaults to \"REGULAR_PICKUP\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","GFS","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"941ff91b-4add-4f8b-9788-b7ce2f5dc9bd","name":"GFS","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"carrier\": \"DPD\",\r\n            \"contract_no\": \"0999\",\r\n            \"service_code\": \"19\",\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\",\r\n            \"what3words\": \"activates.goggles.elevator\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GFS/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"15500999004133\"],\n\t\"tracking_urls\":[\"https://tracking.justshoutgfs.com/ConsLink.asp?ConsNumber=15500999004133\"],\n\t\"courier_specifics\": {\n        \"carrier_name\": \"DPD\",\n        \"info\": \"carrier_name required to cancel label\"\n    },\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"aa50da53-6dad-4778-b5fe-ee1fc65707cc"},{"name":"GLSDE","id":"c8750da3-93ba-4aa4-b494-e46bb5b004b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"product\": \"PARCEL\",\r\n            \"incoterm_code\": \"10\",\r\n            \"invoice_number\": \"INV123\",\r\n            \"invoice_date\": \"2022-01-18T09:28:04.760Z\",\r\n            \"ship_from_phone_country_prefix\": \"+49\",\r\n            \"ship_to_phone_country_prefix\": \"+1\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n         \"ship_from\": {\r\n            \"name\": \"Anja Russo\",\r\n            \"phone\": \"02238 231\",\r\n            \"email\": \"theitalian@wesadb.de\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Diamantallee 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Pulheim\",\r\n            \"postcode\": \"50259\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"DE\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Alastair Orr Ewing\",\r\n            \"phone\": \"01776 810 830\",\r\n            \"email\": \"ali@dunskey.com\",\r\n            \"company_name\": \"Dunskey - Stranaer - (C)\",\r\n            \"address_1\": \"Portpatrick\",\r\n            \"address_2\": null,\r\n            \"address_3\": \"\",\r\n            \"city\": \"Stranraer\",\r\n            \"county\": null,\r\n            \"postcode\": \"DG98TJ\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GLSDE/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"product\" : (string) Options are \"PARCEL\", \"EXPRESS\" or \"FREIGHT\". Default: \"PARCEL\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"incoterm_code\" : (string) Incoterm for this shipment. Represented by 2 digits\n\"identifier\" : (string) Person who started the parcel creation\n\"alt_delivery\" : (boolean) Alternative delivery activation\n\"shipment_service\" : (string) You can define services that should apply to your shipment as specified in the GLS DE documentation.\n\"shipment_unit_service\" : (array) You can define services that should apply to your parcels as specified in the GLS DE documentation.\n\"invoice_number\" : (string) Number of related shipment of invoice\n\"invoice_date\" : (string) Date of related shipment of invoice\n\"is_export_declaration_requested\" : (boolean) Set to true if you request GLS to do the export customs declaration (always requires GLS eDeclarationService). Set to false if declaration is not needed at all. Set to false and insert export declaration MRN (transit MRN if declaration is done by your own).\n\"export_declaration_numbers\" : (string) Comma-separated list of export declaration numbers if export customs declaration has already been made by customer. Example \"A,B,C\". Mandatory depends on field \"isExportDeclarationRequested\". Leave field empty if export declaration is not needed.\n\"transit_MRNs\" : (string) Comma-separated list of MRNs of according T-papers in case of transit procedure. Mandatory if field \"is_export_declaration_requested\" is true.\n\"region_of_origin\" : (string) For example: \"01\", Region of origin based on german customs code convention, 01=Schleswig-Holstein 02=Hamburg 03=Niedersachsen 04=Bremen 05=Nordrhein-Westfalen 06=Hessen 07=Rheinland-Pfalz 08=Baden-Württemberg 09=Bayern 10=Saarland 11=Berlin 12=Brandenburg 13=Mecklenburg-Vorpommern 14=Sachsen 15=Sachsen-Anhalt 16=Thüringen 99=Ausländischer Ursprung\n\"ship_from_phone_country_prefix\" : (string) Phone number international country prefix\n\"ship_to_phone_country_prefix\" : (string) Phone number international country prefix\n\"shipment_service_category\": (string) You can define services that should apply to your shipment as specified in the GLS DE documentation. You can check the \"Nod N3\" field in the documentation. Examples: \"Service\", \"ShopDelivery\"\n\"shipment_service_additional_attribute\": (string) If your service requires additional information as specified in the GLS DE documentation, you can define the title of this information. You can check the \"Attributes\" field in the documentation. Examples: \"ParcelShopID\", \"PickupDate\"\n\"shipment_service_additional_value\": (string) If your service requires additional information as specified in the GLS DE documentation, you can define the value of this information. You can check the \"Values\" field in the documentation. Example: \"YYYY-MM-DD\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","GLSDE","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c59775d0-69a2-49ec-babd-48567734a350","name":"GLSDE","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"product\": \"PARCEL\",\r\n            \"incoterm_code\": \"10\",\r\n            \"invoice_number\": \"INV123\",\r\n            \"invoice_date\": \"2022-01-18T09:28:04.760Z\",\r\n            \"ship_from_phone_country_prefix\": \"+49\",\r\n            \"ship_to_phone_country_prefix\": \"+1\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n         \"ship_from\": {\r\n            \"name\": \"Anja Russo\",\r\n            \"phone\": \"02238 231\",\r\n            \"email\": \"theitalian@wesadb.de\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Diamantallee 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Pulheim\",\r\n            \"postcode\": \"50259\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"DE\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Alastair Orr Ewing\",\r\n            \"phone\": \"01776 810 830\",\r\n            \"email\": \"ali@dunskey.com\",\r\n            \"company_name\": \"Dunskey - Stranaer - (C)\",\r\n            \"address_1\": \"Portpatrick\",\r\n            \"address_2\": null,\r\n            \"address_3\": \"\",\r\n            \"city\": \"Stranraer\",\r\n            \"county\": null,\r\n            \"postcode\": \"DG98TJ\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GLSDE/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"ZHRJ7E11\",\n    \"ZHRJ7E12\"\n  ],\n  \"tracking_urls\": [\n    \"https://gls-group.eu/track/ZHRJ7E11\",\n    \"https://gls-group.eu/track/ZHRJ7E12\"\n  ],\n}"}],"_postman_id":"c8750da3-93ba-4aa4-b494-e46bb5b004b3"},{"name":"GLSFR","id":"a517c48b-be8c-4195-8df7-53f0c828bf78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"product\": \"PARCEL\",\r\n            \"incoterm_code\": \"10\",\r\n            \"invoice_number\": \"INV123\",\r\n            \"invoice_date\": \"2022-01-18T09:28:04.760Z\",\r\n            \"ship_from_phone_country_prefix\": \"+49\",\r\n            \"ship_to_phone_country_prefix\": \"+1\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n         \"ship_from\": {\r\n            \"name\": \"Anja Russo\",\r\n            \"phone\": \"02238 231\",\r\n            \"email\": \"theitalian@wesadb.de\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Diamantallee 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Pulheim\",\r\n            \"postcode\": \"50259\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"DE\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Alastair Orr Ewing\",\r\n            \"phone\": \"01776 810 830\",\r\n            \"email\": \"ali@dunskey.com\",\r\n            \"company_name\": \"Dunskey - Stranaer - (C)\",\r\n            \"address_1\": \"Portpatrick\",\r\n            \"address_2\": null,\r\n            \"address_3\": \"\",\r\n            \"city\": \"Stranraer\",\r\n            \"county\": null,\r\n            \"postcode\": \"DG98TJ\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GLSFR/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"product\" : (string) Options are \"PARCEL\", \"EXPRESS\" or \"FREIGHT\". Default: \"PARCEL\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"incoterm_code\" : (string) Incoterm for this shipment. Represented by 2 digits\n\"identifier\" : (string) Person who started the parcel creation\n\"alt_delivery\" : (boolean) Alternative delivery activation\n\"shipment_service\" : (string) You can define services that should apply to your shipment as specified in the GLS DE documentation.\n\"shipment_unit_service\" : (array) You can define services that should apply to your parcels as specified in the GLS DE documentation.\n\"invoice_number\" : (string) Number of related shipment of invoice\n\"invoice_date\" : (string) Date of related shipment of invoice\n\"is_export_declaration_requested\" : (boolean) Set to true if you request GLS to do the export customs declaration (always requires GLS eDeclarationService). Set to false if declaration is not needed at all. Set to false and insert export declaration MRN (transit MRN if declaration is done by your own).\n\"export_declaration_numbers\" : (string) Comma-separated list of export declaration numbers if export customs declaration has already been made by customer. Example \"A,B,C\". Mandatory depends on field \"isExportDeclarationRequested\". Leave field empty if export declaration is not needed.\n\"transit_MRNs\" : (string) Comma-separated list of MRNs of according T-papers in case of transit procedure. Mandatory if field \"is_export_declaration_requested\" is true.\n\"region_of_origin\" : (string) For example: \"01\", Region of origin based on german customs code convention, 01=Schleswig-Holstein 02=Hamburg 03=Niedersachsen 04=Bremen 05=Nordrhein-Westfalen 06=Hessen 07=Rheinland-Pfalz 08=Baden-Württemberg 09=Bayern 10=Saarland 11=Berlin 12=Brandenburg 13=Mecklenburg-Vorpommern 14=Sachsen 15=Sachsen-Anhalt 16=Thüringen 99=Ausländischer Ursprung\n\"ship_from_phone_country_prefix\" : (string) Phone number international country prefix\n\"ship_to_phone_country_prefix\" : (string) Phone number international country prefix\n\"shipment_service_category\": (string) You can define services that should apply to your shipment as specified in the GLS DE documentation. You can check the \"Nod N3\" field in the documentation. Examples: \"Service\", \"ShopDelivery\"\n\"shipment_service_additional_attribute\": (string) If your service requires additional information as specified in the GLS DE documentation, you can define the title of this information. You can check the \"Attributes\" field in the documentation. Examples: \"ParcelShopID\", \"PickupDate\"\n\"shipment_service_additional_value\": (string) If your service requires additional information as specified in the GLS DE documentation, you can define the value of this information. You can check the \"Values\" field in the documentation. Example: \"YYYY-MM-DD\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","GLSFR","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f3490f6b-df0a-445a-b25f-ccf10bcae97e","name":"GLSDE","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"product\": \"PARCEL\",\r\n            \"incoterm_code\": \"10\",\r\n            \"invoice_number\": \"INV123\",\r\n            \"invoice_date\": \"2022-01-18T09:28:04.760Z\",\r\n            \"ship_from_phone_country_prefix\": \"+49\",\r\n            \"ship_to_phone_country_prefix\": \"+1\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n         \"ship_from\": {\r\n            \"name\": \"Anja Russo\",\r\n            \"phone\": \"02238 231\",\r\n            \"email\": \"theitalian@wesadb.de\",\r\n            \"company_name\": \"\",\r\n            \"address_1\": \"Diamantallee 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Pulheim\",\r\n            \"postcode\": \"50259\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"DE\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Alastair Orr Ewing\",\r\n            \"phone\": \"01776 810 830\",\r\n            \"email\": \"ali@dunskey.com\",\r\n            \"company_name\": \"Dunskey - Stranaer - (C)\",\r\n            \"address_1\": \"Portpatrick\",\r\n            \"address_2\": null,\r\n            \"address_3\": \"\",\r\n            \"city\": \"Stranraer\",\r\n            \"county\": null,\r\n            \"postcode\": \"DG98TJ\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GLSFR/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"ZHRJ7E11\",\n    \"ZHRJ7E12\"\n  ],\n  \"tracking_urls\": [\n    \"https://gls-group.eu/track/ZHRJ7E11\",\n    \"https://gls-group.eu/track/ZHRJ7E12\"\n  ],\n}"}],"_postman_id":"a517c48b-be8c-4195-8df7-53f0c828bf78"},{"name":"GLSES","id":"16629434-4f00-4db7-a93a-c658bfc32b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"courier\": {\r\n            \"service\": \"1\",\r\n            \"schedule\": \"3\",\r\n            \"unique_references\": true\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Likely.es\",\r\n            \"address_1\": \"Unit 33\",\r\n            \"address_2\": \"Calle de Cerceda 20\",\r\n            \"city\": \"Madrid\",\r\n            \"country_iso\": \"ES\",\r\n            \"postcode\": \"28022\",\r\n            \"phone\": \"34 999 849 090\",\r\n            \"email\": \"sender@sender.com\",\r\n            \"county\": \"MADRID\",\r\n            \"company_id\": \"21056715\",\r\n            \"tax_id\": \"ESY0999999Q\",\r\n            \"eori_id\": \"ESY0999999Q\",\r\n            \"company_name\": \"Likely.es\",\r\n            \"ioss_number\": null\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Customer from Spain\",\r\n            \"address_1\": \"Ronda de la Huerta Nueva 11\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"Sevilla\",\r\n            \"city\": \"Utrera\",\r\n            \"country_iso\": \"ES\",\r\n            \"postcode\": \"41777\",\r\n            \"phone\": \"680777799\",\r\n            \"email\": \"spanishcustomer@gmail.com\",\r\n            \"company_name\": \"\",\r\n            \"county\": \"Sevilla\",\r\n            \"tax_id\": null\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GLSES/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\" : (string) Service number, 1=Courier, 37=Economy, 74=EuroBusinessParcel. Consult GLS for the full list.\n\"schedule\": (string) Schedule number, also known as \"service time frame\". Examples: 3=BusinessParcel, 2=14:00Service, 18=EconomyParcel. Consult GLS for the full list.\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"postage_type\" : (string) Defaults to \"P\" for Paid, other option is \"D\" for collection on delivery\n\"cod_amount\" : (number) Refund amount, COD: cash on delivery (when post_type=P)\n\"unique_references\" : (boolean) if set to true, we will add 2 random characters to your reference and order_id to meet GLS's unique reference requirements\n\"incoterm\" : (string) Example values: \"18\" for DDP, \"20\" for DAP. Consult GLS for the full list.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","GLSES","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"bf1d5afb-0abe-4772-a557-268b848a5d35","name":"GLSES","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"courier\": {\r\n            \"service\": \"1\",\r\n            \"schedule\": \"3\",\r\n            \"unique_references\": true\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Likely.es\",\r\n            \"address_1\": \"Unit 33\",\r\n            \"address_2\": \"Calle de Cerceda 20\",\r\n            \"city\": \"Madrid\",\r\n            \"country_iso\": \"ES\",\r\n            \"postcode\": \"28022\",\r\n            \"phone\": \"34 999 849 090\",\r\n            \"email\": \"sender@sender.com\",\r\n            \"county\": \"MADRID\",\r\n            \"company_id\": \"21056715\",\r\n            \"tax_id\": \"ESY0999999Q\",\r\n            \"eori_id\": \"ESY0999999Q\",\r\n            \"company_name\": \"Likely.es\",\r\n            \"ioss_number\": null\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Customer from Spain\",\r\n            \"address_1\": \"Ronda de la Huerta Nueva 11\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"Sevilla\",\r\n            \"city\": \"Utrera\",\r\n            \"country_iso\": \"ES\",\r\n            \"postcode\": \"41777\",\r\n            \"phone\": \"680777799\",\r\n            \"email\": \"spanishcustomer@gmail.com\",\r\n            \"company_name\": \"\",\r\n            \"county\": \"Sevilla\",\r\n            \"tax_id\": null\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GLSES/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"61771126865650\"\n  ],\n  \"tracking_urls\": [\n    \"https://mygls.gls-spain.es/e/61771126865650/41710\"\n  ],\n}"}],"_postman_id":"16629434-4f00-4db7-a93a-c658bfc32b5c"},{"name":"GLSNL","id":"66e610b3-3eee-456b-a293-e46e5becc560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"ship_type\": \"P\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GLSNL/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"ship_type\" : (string) Should be selected as Parcel \"P\" or Freight \"F\" shipment. The maximum weight of a parcel is 32kg. For freight, the unit type must be specified.\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"unit_type\" : (string) Only relevant if Freight service type is used. Defaults to \"CO\", other options are \"LG\", \"MP\", \"BP\", \"XL\", \"PL\", \"RL\".\n\"express_service\" : (string) Default \"None\", \"T9\" Delivery before 09:00 on weekdays, \"T12\" Delivery before 12:00 on weekdays, \"T17\" Delivery before 17:00 on weekdays, \"S9\" Delivery before 09:00 on Saturday, \"S12\" Delivery before 12:00 on Saturday, \"S17\" Delivery before 17:00 on Saturday\n\"return_service\" : (boolean) Determines if the shipment is a return service\n\"delivery_shop_id\" : (string) Id that identifies the delivery store\n\"delivery_plus\" : (boolean) Determines if the shipment requires delivery plus service\n\"saturday_service\" : (boolean) Determines if the shipment requires saturday service\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","GLSNL","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7135a450-26fa-4297-85b6-23c6c58a6165","name":"GLSNL","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"ship_type\": \"P\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/GLSNL/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"35439990874562\",\n    \"35439990874579\"\n  ],\n  \"tracking_urls\": [\n        \"https://www.gls-info.nl/Tracking?parcelNo=ZXU92PJZ&zipcode=NG115TG&lang=EN\",\n        \"https://www.gls-info.nl/Tracking?parcelNo=ZXU92PK0&zipcode=NG115TG&lang=EN\"\n  ],\n}"}],"_postman_id":"66e610b3-3eee-456b-a293-e46e5becc560"},{"name":"Hermes","id":"20e44d99-8fd7-4f3a-ae76-952633f7ce5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"delivery_safe_place\" : \"porch\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Hermes/create-label","description":"<p>Hermes only supports individual shipments: the 'parcels' array must have only 1 element.</p>\n<p>There are no REQUIRED elements in the \"courier\" section of the json.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"item_description\" : (string) defaults to \"ANY\"\n\"compensation_required_pounds\" : (number) defaults to 0\n\"signature_required\" : (boolean) defaults to false\n\"delivery_safe_place\": (string) defaults to \"\"\n\"next_day\": (boolean) defaults to false\n\"parcel_type\": (string) defaults to \"STANDARD\", alternative is \"POSTABLE\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","Hermes","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5871674f-3e17-4035-84a9-a75604c5b0e2","name":"Hermes","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"delivery_safe_place\" : \"porch\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Hermes/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"20e44d99-8fd7-4f3a-ae76-952633f7ce5e"},{"name":"HermesCorporate","id":"ca43d99b-10c7-48f7-b994-2690006712ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"address_validation_required\": true\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/HermesCorporate/create-label","description":"<p>Hermes only supports individual shipments: the 'parcels' array must have only 1 element.</p>\n<p>There are no REQUIRED elements in the \"courier\" section of the json.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"address_validation_required\" : (boolean) defaults to false\n\"item_description\" : (string) defaults to \"ANY\"\n\"origin_of_parcel\" : (string) defaults to \"GB\"\n\"country_of_origin\" : (string) defaults to \"GB\"\n\"next_day\": (boolean) defaults to false\n\"signature_required\": (boolean) defaults to false\n\"is_return\": (boolean) use true if the label is a customer return\n\"qr_code\": (boolean) to be used with is_return, if you want a qr code for print-in-store instead of a normal label\n\"qr_use_returned_address\": (boolean) if is_return and qr_code set, use this code to use the address returned from Hermes api as the DeliveryAddress\n\"catalogue\": (boolean) Set to true if the parcel is a catalogue or postable\n\"customer_alert_type\": (number) 1 for email, 2 for sms\n\"parcel_shop_id\": (string) if supplied, uses the ParcelShop service. example: \"001027\"\n\"parcel_shop_country\": (string) supply this with parcel_shop_id. example: \"DE\"\n\"is_c2c\": (boolean) Set to true for c2c shipment\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","HermesCorporate","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"fcee5413-e085-403c-9ae2-cb65a2cb5850","name":"HermesCorporate","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"address_validation_required\": true\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/HermesCorporate/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"ca43d99b-10c7-48f7-b994-2690006712ac"},{"name":"Hived","id":"ad6ec455-a341-445f-88b7-141f1975a956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"address_validation_required\": true\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Hived/create-label","description":"<p>There are no REQUIRED elements in the \"courier\" section of the json.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"shipping_class\" : (string) Determines the method of shipment. Defaults to \"Next-Day\", other options are \"Same-Day\", \"Next-Day\", \"2-Days\".\n\"fragile\" : (boolean) Either true for fragile or false for not fragile. Defaults to false\n\"sender_chosen_delivery_date\" : (string) This is only required if the delivery date is not supposed to be asap\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Hived","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f276d747-8750-44a4-9bbc-ada1961ed312","name":"Hived","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"shipping_class\": \"Next-Day\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Hived/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"DC8lAzWRH2FVwRF0rZ1\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.hived.space/tracking?DC8lAzWRH2FVwRF0rZ1\"\n    ]\n}"}],"_postman_id":"ad6ec455-a341-445f-88b7-141f1975a956"},{"name":"HubEurope","id":"bdf10f8d-469e-46e3-947e-8a8e7226d3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\",\r\n            \"tax_id\": \"123-456-78\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/HubEurope/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"courier\" : Example: \"AmazonShipping\"\n\"service_id\" : Example: \"Fast Saturday\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"auth_company\" : please contact Hub Europe for further questions about this field\n</code></pre>","urlObject":{"path":["api","couriers","v1","HubEurope","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f8648f01-178d-4459-ba39-7092a520ee91","name":"HubEurope","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\",\r\n            \"tax_id\": \"123-456-78\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/HubEurope/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"tracking_urls\":[\"https://staging.transglobalexpress.co.uk/track-shipment/1Z2X12A55892119211\"],\n\t\"courier_specifics\":{\"size\":\"A4\"},\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"bdf10f8d-469e-46e3-947e-8a8e7226d3d7"},{"name":"HubEuropeExpress","id":"c3df7819-53bc-4ce8-8e5c-709bd7fd9986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\",\r\n            \"tax_id\": \"123-456-78\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/HubEuropeExpress/create-label","description":"<p>No courier-specific settings required for this courier.</p>\n","urlObject":{"path":["api","couriers","v1","HubEuropeExpress","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f512f757-df01-46b8-ba05-07f1a86211a1","name":"HubEuropeExpress","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\",\r\n            \"tax_id\": \"123-456-78\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/HubEuropeExpress/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\": [\n        \"HX14280\"\n    ],\n    \"tracking_urls\": [\n        \"http://hubeurope.com/portal/?method=tracking&consign_note=HX14280\"\n    ],\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"c3df7819-53bc-4ce8-8e5c-709bd7fd9986"},{"name":"ImpactExpress","id":"601e7756-7109-488d-94de-f0a0830ec4af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ImpactExpress/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"courier\" : Example: \"AmazonShipping\"\n\"service_id\" : Example: \"Fast Saturday\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"auth_company\" : please contact ImpactExpress for further questions about this field\n</code></pre>","urlObject":{"path":["api","couriers","v1","ImpactExpress","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c5d37cc6-41e4-421d-aa89-93a8c281c46f","name":"ImpactExpress","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ImpactExpress/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"tracking_urls\":[\"https://staging.transglobalexpress.co.uk/track-shipment/1Z2X12A55892119211\"],\n\t\"courier_specifics\":{\"size\":\"A4\"},\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"601e7756-7109-488d-94de-f0a0830ec4af"},{"name":"InPost","id":"bc4891b9-dd06-48e5-9cc9-0076814501f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"size\": \"A\",\r\n            \"parcel_type\" : \"L2A\",\r\n            \"receiver_address_building_no\": \"19\",\r\n            \"sender_address_building_no\": \"20\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"test test\",\r\n            \"phone\": \"7377455180\",\r\n            \"email\": \"test@test.com\",\r\n            \"company_name\": \"Urb-it\",\r\n            \"address_1\": \"66 Old Compton St\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"London\",\r\n            \"district\": \"Paris\",\r\n            \"county\": \"Paris\",\r\n            \"postcode\": \"W1D 4UH\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/InPost/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"size\" : Example : \"A\" -&gt; (Small) 8 CM X 38 CM X 64 CM , \"B\" -&gt; (Medium) 19 CM X 38 CM X 64 CM , \"C\" -&gt; (Large) 41 CM X 38 CM X 64 CM\n\"parcel_type\" : possible values: \"A2L\",\"L2A\" -- \"A2L\" -&gt; Address to Locker Label , \"L2A\" -&gt; Locker to Address Label\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_type\" : Defaults to \"2DAY\", Acceptable values: \"NDAY\": Next Day Delivery Service, \"2DAY\": 48 Hours Delivery Service\n\"target_machine_id\" : The ID/Name of the parcel machine from where the parcel will be delivered by courier/collected by recipient, defaults to \"ADDRESS\"\n\"receiver_address_building_no\" : If your parcel_type choice is L2A, you must fill in this field\n\"sender_address_building_no\" : If your parcel_type choice is L2A, you must fill in this field\n</code></pre>","urlObject":{"path":["api","couriers","v1","InPost","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"dc8a623e-dd79-42a1-a089-91e79b474f52","name":"InPost","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"size\": \"A\",\r\n            \"parcel_type\" : \"L2A\",\r\n            \"receiver_address_building_no\": \"19\",\r\n            \"sender_address_building_no\": \"20\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"test test\",\r\n            \"phone\": \"7377455180\",\r\n            \"email\": \"test@test.com\",\r\n            \"company_name\": \"Urb-it\",\r\n            \"address_1\": \"66 Old Compton St\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"London\",\r\n            \"district\": \"Paris\",\r\n            \"county\": \"Paris\",\r\n            \"postcode\": \"W1D 4UH\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/InPost/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"15500999004133\"],\n\t\"tracking_urls\":[\"https://tracking.justshoutgfs.com/ConsLink.asp?ConsNumber=15500999004133\"],\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"bc4891b9-dd06-48e5-9cc9-0076814501f2"},{"name":"Landmark","id":"11ca1f51-7690-4ced-8745-ace1f2fccfab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t         \"ship_method\": \"LGINTSTDU\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Landmark/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"ship_method\" : Example: \"LGINTSTDU\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"insurance_freight\" : (number) defaults to 0\n\"vendor_info\" : (boolean) if true, we send the VendorInformation fields up to Landmark\n\"ship_options\" : (string) provide in format `name1:value1,name2:value2`\n\"final_mile_label\" : (boolean) Set to true for a final mile carrier label\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Landmark","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0ef1b42a-85c9-4551-aabb-c8d91f73d743","name":"Landmark","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t         \"ship_method\": \"LGINTSTDU\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Landmark/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"PDF\",\n    \"request_id\": \"1593519994190\",\n    \"tracking_codes\": [\n        \"LTNtest28282579N1\",\n        \"LTNtest28282579N2\"\n    ],\n    \"tracking_urls\": [],\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/9Q4OeMl2k4y01QhheN3u_lmk.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F11200630%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200630T133648Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=94f820604336ed034415df1a66284336aac9378644dc0b7d2ac9f143efb7bd50\",\n    \"key\": \"9Q4OeMl2k4y01QhheN3u_lmk.pdf\",\n    \"dc_request_id\": 4406\n}"}],"_postman_id":"11ca1f51-7690-4ced-8745-ace1f2fccfab"},{"name":"LowCostParcels","id":"75c5266c-eafd-4b99-9049-289584fe63c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"shipping_type\" : 900\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/LowCostParcels/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"shipping_type\" : Example: 900\n</code></pre><p>There are no optional courier settings</p>\n","urlObject":{"path":["api","couriers","v1","LowCostParcels","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"63b8350e-79b1-4ab2-b9be-a46c5f29a813","name":"LowCostParcels","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"shipping_type\" : 900\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/LowCostParcels/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"75c5266c-eafd-4b99-9049-289584fe63c6"},{"name":"MHIAnnounce","id":"b90c8397-1163-41fe-9b0c-d42c2cbef280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"cpc_code\": \"3121B55\",\r\n            \"service\": \"Tracked DDP\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"2996 Poplar Avenue\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"San Diego\",\r\n            \"county\": \"California\",\r\n            \"postcode\": \"92103\",\r\n            \"country_iso\": \"US\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/MHIAnnounce/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\" : (string) Example: \"Tracked DDP\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"temp_password\" : (string) Used for two factor authentication – not necessarily implemented between application to application.\n\"validate_only\" : (boolean) Setting to false will validate the address and save it. Setting to true will validate the addresses legitimateness and will not save. Default : false\n\"address_cleaning\" : (number) Default 0. This specifies the level of address validation that will be applied. The values can be: 0 =&gt; No address Validation is performed 1 =&gt; Basic Validation: Returns Warnings/Recommendations to changes in address but still saves address to database so the address could be incorrect 5 =&gt; Returns Warnings/Recommendations to changes in address but does not save to database. This can be used for validation purposes before label generation.\n\"import_session_id\" : (number) Recommended to create an import Shipment ID to use as a container for a batch of items announced. Default : 0\n\"content_type\" : (string) \"Printed Matter\": Matter such as books, magazines, letters – predominately made from paper. \"Non Printed Matter\": Anything else. Default : \"Non Printed Matter\"\n\"route_charge_id\" : (number) Only available for accounts that can produce final mile labels. Id of the Route Charge which will be used to calculate which service will be used for this shipment.\n\"consignment_type\" : (string) This will be used to specify which consignment type gets selected on the CN22 label for this Shipment. Examples: \"Sale of Goods\", \"Gift\", \"Sample\", \"Returned Goods\", \"Documents\", \"Other\" Default: \"Sale of Goods”\"\n\"online_selling_platform\" : (string)  Online selling platform can be the seller’s own website or a marketplace.\n\"cpc_code\" : (string) CPC code is made up of 7 characters; it shows the customs regime which goods are being entered into or removed from. Example : \"31 51 A53\". Condition: A default for this field can be set up on your client profile; however, if a value is sent on this field it will override the default. If there is no value on this field and no default available, then an error will be returned.\n\"export_license_number\" : (string) Export License number is applicable to only certain products. If it is applicable, then consignor should provide it to avoid custom delays\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","MHIAnnounce","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"362ee9dd-f218-41fd-a7ce-4ee81349ffdb","name":"MHIAnnounce","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"cpc_code\": \"3121B55\",\r\n            \"service\": \"Tracked DDP\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"2996 Poplar Avenue\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"San Diego\",\r\n            \"county\": \"California\",\r\n            \"postcode\": \"92103\",\r\n            \"country_iso\": \"US\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/api/couriers/v1/MHIAnnounce/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"PDF\",\n    \"request_id\": \"1593598242783\",\n    \"tracking_codes\": [\n        \"27875788\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.trackmail.co.uk/?Tracking=MHI-452-27875788&command=Track\"\n    ],\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/stXmQg9PKJSgYzJE9oAq_mhi.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200701%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200701T101445Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=667355c88535049ed98d0fc0366c053edb5f2cc472e16cf12c12aa5307f4f395\",\n    \"key\": \"stXmQg9PKJSgYzJE9oAq_mhi.pdf\",\n    \"dc_request_id\": 4444\n}"}],"_postman_id":"b90c8397-1163-41fe-9b0c-d42c2cbef280"},{"name":"NowFulfilment","id":"5afeb52e-e1f1-426a-9b3a-b40d6de4127b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/NowFulfilment/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"courier\" : Example: \"AmazonShipping\"\n\"service_id\" : Example: \"Fast Saturday\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"auth_company\" : please contact NowFulfilment for further questions about this field\n</code></pre>","urlObject":{"path":["api","couriers","v1","NowFulfilment","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"b61c7605-2d38-4489-af14-79d0ce7a109d","name":"NowFulfilment","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/NowFulfilment/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"tracking_urls\":[\"https://staging.transglobalexpress.co.uk/track-shipment/1Z2X12A55892119211\"],\n\t\"courier_specifics\":{\"size\":\"A4\"},\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"5afeb52e-e1f1-426a-9b3a-b40d6de4127b"},{"name":"Norsk","id":"6027fc31-9295-452b-b53b-79c1198d41df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\" : \"SDDP\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Norsk/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Example: \"SDDP\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_supplier\" : (string) defaults to empty string, \"\"\n\"service_route\" : (string) defaults to empty string, \"\"\n\"shipment_description\" : (string) defaults to \"General Goods\"\n\"non_dox\" : (boolean) defaults to true, indicates if the shipment is documents or non-documents\n\"ddp\" : (boolean) defaults to false\n\"pallet\" : (boolean) defaults to false\n\"close_time\" : (string) Time the collection location closes, defaults to \"17:00\"\n\"next_business_day\" : (boolean) Defaults to true. If true, it pushes the ReadyByDate to the next business day.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Norsk","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"adb11a18-ba1b-4555-a5de-9e8e20ca2392","name":"Norsk","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\" : \"SDDP\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Norsk/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"PDF\",\n    \"request_id\": \"1593598242783\",\n    \"tracking_codes\": [\n        \"JJD0002229394425881\"\n    ],\n    \"tracking_urls\": [\n        \"https://norsk.global/track-and-trace/\"\n    ],\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/stXmQg9PKJSgYzJE9oAq_norsk.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200701%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200701T101445Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=667355c88535049ed98d0fc0366c053edb5f2cc472e16cf12c12aa5307f4f395\",\n    \"key\": \"stXmQg9PKJSgYzJE9oAq_norsk.pdf\",\n    \"dc_request_id\": 4444\n}"}],"_postman_id":"6027fc31-9295-452b-b53b-79c1198d41df"},{"name":"OrangeDS","id":"9693c0b6-c118-4ec9-90b4-16d9ce42195b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\": \"055\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Test Name And Surname\",\r\n            \"phone\": \"013774551801\",\r\n            \"email\": \"hello@despatchcloud.com\",\r\n            \"company_name\": \"Despatch Cloud Ltd\",\r\n            \"address_1\": \"Unit 76\",\r\n            \"address_2\": \"Warfield Road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"MANDEVILLE\",\r\n            \"county\": \"LA\",\r\n            \"postcode\": \"V0J 1Z0\",\r\n            \"country_iso\": \"CA\",\r\n            \"company_id\": \"\",\r\n            \"tax_id\": \"124124124\",\r\n            \"eori_id\": \"12451254125\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Test Name And Surname\",\r\n            \"phone\": \"01377455180\",\r\n            \"email\": \"hello@despatchcloud.com\",\r\n            \"company_name\": \"Despatch Cloud Ltd\",\r\n            \"address_1\": \"Unit 76 Lorem Ipsum is saddress line 1\",\r\n            \"address_2\": \"Warfield Road is address line 2\",\r\n            \"address_3\": \"This is Address Line 3\",\r\n            \"city\": \"MANDEVILLE\",\r\n            \"county\": \"LA\",\r\n            \"postcode\": \"704716438\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/OrangeDS/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) Shipping service that will be used for the shipment. Possible values: 001, 055, 10, 101, 12, 18, 201, 301, 32, 7, 8, 9, 901, 902, 903, 904\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"confirmation\" : (string) Specifies the type of approval required for the shipment to be delivered.Possible values: Online, Delivery, Signature, Adult, Verbal\n\"non_delivery\" : (string) Option for what to do if a shipment cannot be delivered. Possible values: \"return\" or \"abandon\"\n\"saturday_delivery\" : (boolean) Indicates whether or not the package should be delivered on a Saturday.\n\"contains_alcohol\" : (boolean) Indicates whether the package contains alcohol or not.\n\"package_code\" : (string) Leave blank unless agreed with ODS\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","OrangeDS","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d1a80c76-476b-434c-9da5-80bb16ad5703","name":"OrangeDS","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\": \"055\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Test Name And Surname\",\r\n            \"phone\": \"013774551801\",\r\n            \"email\": \"hello@despatchcloud.com\",\r\n            \"company_name\": \"Despatch Cloud Ltd\",\r\n            \"address_1\": \"Unit 76\",\r\n            \"address_2\": \"Warfield Road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"MANDEVILLE\",\r\n            \"county\": \"LA\",\r\n            \"postcode\": \"V0J 1Z0\",\r\n            \"country_iso\": \"CA\",\r\n            \"company_id\": \"\",\r\n            \"tax_id\": \"124124124\",\r\n            \"eori_id\": \"12451254125\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Test Name And Surname\",\r\n            \"phone\": \"01377455180\",\r\n            \"email\": \"hello@despatchcloud.com\",\r\n            \"company_name\": \"Despatch Cloud Ltd\",\r\n            \"address_1\": \"Unit 76 Lorem Ipsum is saddress line 1\",\r\n            \"address_2\": \"Warfield Road is address line 2\",\r\n            \"address_3\": \"This is Address Line 3\",\r\n            \"city\": \"MANDEVILLE\",\r\n            \"county\": \"LA\",\r\n            \"postcode\": \"704716438\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/OrangeDS/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"PDF\",\n    \"request_id\": \"1593598242783\",\n    \"tracking_codes\": [\n        \"ODSDSC00000030074759\"\n    ],\n    \"tracking_urls\": [\n        \"https://tracking.orangedsinc.com/?id=ODSDSC00000030074759\"\n    ],\n    \"courier_specifics\": {\n        \"shipment_tracking_number\": \"ODSDSC00000030074759\",\n        \"courier_shipment_id\": 38649\n    },\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/stXmQg9PKJSgYzJE9oAq_norsk.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200701%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200701T101445Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=667355c88535049ed98d0fc0366c053edb5f2cc472e16cf12c12aa5307f4f395\",\n    \"key\": \"stXmQg9PKJSgYzJE9oAq_norsk.pdf\",\n    \"dc_request_id\": 4444\n}"}],"_postman_id":"9693c0b6-c118-4ec9-90b4-16d9ce42195b"},{"name":"P2P","id":"c501827a-91a4-4586-b6ed-24f4140e5f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service\": \"YO48\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/P2P/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\" : (string) Example: \"YO48\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"terms\" : (string) defaults to \"DDU\", other option is \"DDP\"\n\"cod_amount\" : (number) defaults to null\n\"cod_currency\" : (string) defaults to null\n\"dangerous_goods\" : (boolean) defaults to false\n\"country_of_origin\" : (string) defaults to \"GB\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","P2P","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d86ada1b-f69b-437b-9ec8-50ed491d6fa8","name":"P2P","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service\": \"YO48\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/P2P/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"c501827a-91a4-4586-b6ed-24f4140e5f34"},{"name":"Paack","id":"e4ad3716-ff47-4676-b755-88c206e9318c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_type\": \"NFA\",\r\n            \"delivery_window_in_days\": \"2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Paack/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_type\" : (string) courier service code, eg \"NFA\"\n\"delivery_window_in_days\" : (number) Example: 2 - This would mean delivery is in 2 working days after collection.\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"gdpr_consent\" : (boolean) defaults to false\n\"delivery_start_time\" : (string) defaults to \"08:00:00\"\n\"delivery_end_time\" : (string) defaults to \"20:00:00\"\n\"failover_courier\" : (string) specify this to use a different courier for unsupported regions. example: \"DPD\"\n\"failover_courier_auth_company\" : (string) to be used with the failover_courier option, based on your registered auth\n\"failover_courier_dc_service_id\" : (string) to be used with the failover_courier option, this selects the preset to use with the failover courier\n</code></pre>","urlObject":{"path":["api","couriers","v1","Paack","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c58d4e24-7760-4dc7-9a20-41417c799421","name":"Paack","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_type\": \"NFA\",\r\n            \"delivery_window_in_days\": \"2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"MN\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street STreet\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6ST\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 50,\r\n                \"dim_height\": 80,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Paack/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dhl_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dhl_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"DC12345678965-9W\"\n  ],\n  \"tracking_urls\": [\n    \"https://dashboard.paack.co/order_tracking?postal_code=W9%203RA&tracking_number=DC12345678965-9W\"\n  ],\n  \"courier_specifics\": {\n    \"barcodes\": [\n      \"DC12345678965-9W1\"\n    ],\n    \"tracking_id\": \"3948f1b145f1424b\"\n  }\n}"}],"_postman_id":"e4ad3716-ff47-4676-b755-88c206e9318c"},{"name":"Palletforce","id":"3b948a72-d7da-4ed9-9f36-fcc7d0767e1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_name\": \"B\",\r\n            \"insurance_code\": \"05\",\r\n            \"pallet_spaces\": \"1\",\r\n            \"consignment_type\": \"2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Palletforce/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_name\" : (string) Name of Service required. Options are \"A\", \"B\", \"C\" or \"D\"\n\"insurance_code\" : (string) Please contact Palletforce for further information. Max 8 character\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"surcharges\": (string) The Manifest file will contain surcharge types for consignments. Options are \"AM\", \"BI\", \"BW\", \"CD\", \"EB\", \"SA\", \"TA\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Palletforce","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d5a950bb-13b9-487b-8fff-7e92efb3c062","name":"Palletforce","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_name\": \"B\",\r\n            \"insurance_code\": \"05\",\r\n            \"pallet_spaces\": \"1\",\r\n            \"consignment_type\": \"2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Palletforce/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"1060225603773\",\n    \"1060225603773\"\n  ],\n  \"tracking_urls\": [\n    \"https://alliancev3.palletforce.net/quicktrack/index?qtpp=GUDyw2!&DestPostCode=TQ25NX&TrackingNum=1060225603773\"\n  ],\n}"}],"_postman_id":"3b948a72-d7da-4ed9-9f36-fcc7d0767e1d"},{"name":"PalletWays","id":"a053d8e1-3ba6-4926-9486-02a2e15a01a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"B\",\r\n            \"service_surcharge\": \"B\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/PalletWays/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\": (string) for example, \"B\"\n\"service_surcharge\": (string) for example, \"B\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_type\": (string) Defaults to \"delivery\", other options are \"collection\" and \"thirdparty\"\n\"collection_service_type\": (string) Defaults to \"Collection\", only if collection_service_code is specified\n\"collection_service_code\": (string) Service Code for Collection service type\n\"collection_service_surcharge\": (string) Surcharge Code for Collection service type\n\"consignment_type\": (string) Defaults to \"D\" =&gt; Delivery, other options are \"C\" =&gt; Collection and \"3\" =&gt; Third party\n\"consignment_number\": (string)\n\"pallet_type\": (string) possible values: \"LP\", \"FP\", \"HP\", \"QP\", \"MQP\" - we calculate automatically if not provided\n\"delivery_date\": (string) must be provided in DateTime format, for example \"2020-12-31T12:00:00\"\n\"pallet\": (string) A code for identifying a specific pallet, Ex: FY8491753\n\"hand_ball\": (boolean) defaults to true\n\"tail_lift\": (boolean) defaults to false\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","PalletWays","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1bdb7c7f-9e3e-4123-ab48-c02bc3e904e8","name":"PalletWays create label","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"B\",\r\n            \"service_surcharge\": \"B\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/PalletWays/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_parcelhub_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_parcelhub_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\"JD0002253903031681\"]\n}"}],"_postman_id":"a053d8e1-3ba6-4926-9486-02a2e15a01a4"},{"name":"PalletTrack","id":"33bfce54-7887-4821-96c7-976a297cb3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"item_type\": \"OVERSIZE\",\r\n            \"service\": \"ND\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Westmeath\",\r\n            \"postcode\": \"6003\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"AT\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"AT\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/PalletTrack/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\": (string) A valid service code for this customer. Example: \"ND\"\n\"item_type\": (string) Item Types: \"FULL\", \"HALF\", \"QUARTER\", \"OVERSIZE\". For multi-parcel requests, may be a comma-separated list: \"FULL,FULL,HALF\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"consignment_type\": (number) Collection: 1, Delivery: 2, Collection And Delivery: 3. Default: 2\n\"consignment_number\": (string) This is typically the reference that a customer will see on the consignments documentation such as labels and invoices.\n\"surcharges\": (string) Surcharges can either relate to an additional time constraint required when delivering the consignment or they could simply be an additional instruction or flag on the job. Examples: AM, LF\n\"customer_paperwork_required\": (boolea Delivery paperwork can be requested by customers through the customer portal, whether it\\'s physical or electronic. Depot can set it as mandatory, optional, or enforce values with warnings for user input. Default: falsen)\n\"unit_code\": (string) Must be a valid unit code for your customer. Default: \"K\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","PalletTrack","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4c247e99-4a25-4f2e-83b2-6cb806f0029c","name":"PalletTrack","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"item_type\": \"OVERSIZE\",\r\n            \"service\": \"ND\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Westmeath\",\r\n            \"postcode\": \"6003\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"AT\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"AT\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/PalletTrack/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"0015550003050\"\n    ],\n    \"tracking_urls\": [\n        \"https://track.pallet-track.com:4443/index.php?trackingcode=0015550003050\"\n    ]\n}"}],"_postman_id":"33bfce54-7887-4821-96c7-976a297cb3d3"},{"name":"Pallex","id":"585dbcd0-1fb5-4996-9740-4eabe3014647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"network\" : \"UK\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"InterContinental Miami\",\r\n            \"address_1\": \"100 Chopin Plaza\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Miami\",\r\n            \"postcode\": \"33131\",\r\n            \"county\": \"FL\",\r\n            \"country_iso\": \"US\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Pallex/create-label","description":"<p>There are no REQUIRED specifics</p>\n<p>The following settings are OPTIONAL</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"network\" : (string) Default: \"UK\", Other options are \"BE\", \"ES\", \"RO\", \"FT\"\n\"consignment_type\" : (string) Default: Delivery =&gt; \"2\", Other options are Collection =&gt; \"1\" , Both =&gt; \"3\"\n\"delivery_service\" : (string) Options are Premium Service =&gt; \"A\", Book-In Service =&gt; \"B\" Economy Service =&gt; \"B\", \"Saturday Mornings\" =&gt; \"C\" Specific Time =&gt; \"D\", Specific Time &amp; Specific Day =&gt; \"E\", Morning =&gt; \"F\", Specific Day =&gt; \"H\", Morning, Specific Day =&gt; \"L\", Before Specific Time =&gt; \"O\". Applicable for consignment type \"2\" and \"3\".\n\"collection_service\" : (string) Options are Premium Service =&gt; \"A\", Economy Service =&gt; \"B\". Applicable for consignment type \"1\" and \"3\".\n\"consignment_number\" : (string) Consignment number. Maximum length 12 characters.\n\"delivery_due_date\" : (string) If the consignment requires a delivery and the Delivery Service is \"Date Specific\" then set this date to the required delivery date.\n\"input_period\" : (string) Default Day =&gt; \"D\" other option N =&gt; \"N\"\n\"security\" : (boolean) Options true or false. Not available in UK.\n\"pallet_type\" : (string) Default \"STANDARD\" other option is \"EURO\"\n\"pallet_size_type\" : (string) Default \"Full\" other options are \"Half\", \"Quarter\"\n\"pallet_size_types\" : (string) Comma-separated string to specify different size types for multiple parcels, eg \"Half,Quarter,Half,Half,Full\". If you supply this argument, the number of sizes must match the number of submitted parcels\n\"customer_account\" : (string) Customer account code.\n\"customer_reference\" : (string) Customer reference number.\n\"tail_lift_col\" : (boolean) Tail lift for collection required: true or false. Default false.\n\"tail_lift_del\" : (boolean) Tail lift for delivery required: true or false. Default false.\n\"restricted_access_col\" : (boolean) Restricted access in collection area: true or false. Default false.\n\"restricted_access_del\" : (boolean) Restricted access in delivery area: true or false. Default false.\n\"book_in_req\" : (boolean) Required when delivery service selected \"Book-In\": true or false. Default false.\n\"own_job\" : (boolean) Set to true if a consignment is being collected and delivered by the same depot as originator (Depot’s only)\n\"col_post_area\" : (string) Post area to be used for the collection. Required in twine when a collection is requested.\n\"del_post_area\" : (string) Post area to be used for the delivery. Required in twine when a delivery is requested.\n\"hub\" : (string) Depot’s only. Trunking hub - auto assigned if blank.\n\"customer_price\" : (string) Depot’s only. To override the customer price. Please supply 0 if using a Customer login\n\"curn\" : (string) Field can be used in-addition to the Consignment No. When reading consignments via web services, this reference number can be used instead of the Pall-Ex Consignment Barcode’s or numbers.\n\"lq\" : (boolean) Options true or false. Are limited quantity goods included in this consignment?. Default false\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Pallex","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ce3d175a-fe05-4a23-8f33-889425a5103f","name":"Pallex","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"network\" : \"UK\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"InterContinental Miami\",\r\n            \"address_1\": \"100 Chopin Plaza\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Miami\",\r\n            \"postcode\": \"33131\",\r\n            \"county\": \"FL\",\r\n            \"country_iso\": \"US\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Exelot/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_ex_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_ex_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"3581700\"\n    ],\n    \"tracking_urls\": [\n        \"3581700\"\n    ],\n    \"courier_specifics\": {\n        \"consignment_id\": \"3581700\",\n        \"network\": \"3581700\"\n    },\n}"}],"_postman_id":"585dbcd0-1fb5-4996-9740-4eabe3014647"},{"name":"Panther","id":"8b6c1c3b-00b2-4611-b6c0-def0983c775e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_type\": \"2\",\r\n            \"stock_depot\": \"Swindon\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Panther/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_type\": (string) Values : \"1\" =&gt; 1 Man, \"2\" =&gt; 2 Man, \"3\" =&gt; 3 Man\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"extra_services\": (string) Using: \"A\" or \"A,T,W\" etc. Values: \"A\" =&gt; Assembly, \"T\" =&gt; Trade, \"W\" =&gt; Wet installation, \"D\" =&gt; Item disposal, \"AM\" =&gt; Delivery between 0700 - 1200 (AM), \"PM\" =&gt; Delivery between 1200 - 2000 (PM). \"B10\" =&gt; Delivery between 0700 - 1000, \"A6\" =&gt; Delivery between 1800 - 2000, \"DR\" =&gt; Remove door to fit in product, \"PP\" =&gt; Plug and play TV, \"DS\" =&gt; Swapping of appliance door, \"DV\" =&gt; Reverse orientation of applicant door, \"PR\" =&gt; Prime service, \"TL\" =&gt; Tail Lift, \"TC\" =&gt; TV Collect, \"SA\", Sofa Assembly, \"EX\" =&gt; Exchange, \"UB\" =&gt; Unbox &amp; Tidy, \"TLA\" =&gt; Trade Label, \"WD\" =&gt; Wet Dis &amp; Install, \"DA\" =&gt; Disassembly, \"CA\" =&gt; Complex Assembly, \"CDA\" =&gt; Complex Disassembly, \"BDA\" =&gt; Basic Disassembly, \"IN\" =&gt; Install, \"DC\" =&gt; Disconnect, \"FS\" =&gt; Wet Install + Disconnect + Disposal\n\"delivery_date\": (string) Delivery Date\n\"lead_time\": (number) An alternative to the delivery_date setting, will set deliverydate as this many business days after the date of request\n\"stock_depot\": (string) Used if Panther are stocking this line e.g. Panther Crick\n\"is_return\": (boolean) Set as true for return shipments.\n\"order_type\": (string) Order Type\n\"pre12\": (boolean) Set as true, for services due before 12:00\n\"inco_term\": (string) Terms/IncoTerms code\n\"shipment_mode\": (string) Shipment Mode. Defaults \"Road\"\n\"export_reason\": (string) Reason for export\n\"certifications\": (string) Certifications (e.g. SPS, fumigation, veterinary)\n\"min_book_days\": (number) If no date provided, this setting controls the first available day that auto-booking can offer e.g. today + 8 days\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Panther","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f7b2a789-18b4-4cb7-b911-450d6285b1be","name":"Panther","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_type\": \"2\",\r\n            \"stock_depot\": \"Swindon\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Panther/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"y6z1qkl\"\n    ],\n    \"tracking_urls\": [\n        \"https://pgtrack.com/y6z1qkl\"\n    ]\n}"}],"_postman_id":"8b6c1c3b-00b2-4611-b6c0-def0983c775e"},{"name":"Parcel2Go","id":"8e101055-8c6e-407b-9de3-7252f024930e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service\": \"hermes-uk-economy\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Parcel2Go/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\": (string) for example, \"B\"\n\"service_surcharge\": (string) for example, \"B\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_type\": (string) Defaults to \"delivery\", other options are \"collection\" and \"thirdparty\"\n\"collection_service_type\": (string) Defaults to \"Collection\", only if collection_service_code is specified\n\"collection_service_code\": (string) Service Code for Collection service type\n\"collection_service_surcharge\": (string) Surcharge Code for Collection service type\n\"consignment_type\": (string) Defaults to \"D\" =&gt; Delivery, other options are \"C\" =&gt; Collection and \"3\" =&gt; Third party\n\"consignment_number\": (string)\n\"pallet_type\": (string) possible values: \"LP\", \"FP\", \"HP\", \"QP\", \"MQP\" - we calculate automatically if not provided\n\"delivery_date\": (string) must be provided in DateTime format, for example \"2020-12-31T12:00:00\"\n\"pallet\": (string) A code for identifying a specific pallet, Ex: FY8491753\n\"hand_ball\": (boolean) defaults to true\n\"tail_lift\": (boolean) defaults to false\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Parcel2Go","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9078faed-20c3-402c-9f87-17aea0d3926f","name":"Parcel2Go create label","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service\": \"hermes-uk-economy\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Parcel2Go/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"PDF\",\n    \"request_id\": \"124124124\",\n    \"tracking_codes\": [\n        \"38791\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.parcel2go.com/tracking/38791\"\n    ],\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/SFaWY6ZqTWFCMJE.pdf?&X-Amz-Expires=3600&X-Amz-Signature=b8612497934c6b21bde9d582\",\n    \"key\": \"SFaWY6ZqTWFCMJE.pdf\",\n    \"dc_request_id\": 20871929,\n    \"tracking_request_id\": 20871929,\n    \"tracking_request_hash\": 2278233664,\n    \"label_size\": \"6x4\",\n    \"courier\": \"Parcel2Go\"\n}"}],"_postman_id":"8e101055-8c6e-407b-9de3-7252f024930e"},{"name":"Parcelforce","id":"34d418cd-11c3-4b3a-8767-61d10e5358c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"express9\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Parcelforce/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Examples: \"SUP\", \"express9\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"saturday_delivery_required\": (boolean) defaults to false\n\"department_id\": (string) defaults to \"1\"\n\"shipment_type\": (string) defaults to \"DELIVERY\"\n\"purpose_of_shipment\": (string) defaults to \"\"\n\"country_of_manufacture\": (string) defaults to \"GB\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Parcelforce","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"08cee63a-acae-4009-b699-5bcd3aa319d0","name":"Parcelforce","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"express9\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Parcelforce/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"34d418cd-11c3-4b3a-8767-61d10e5358c3"},{"name":"ParcelHub","id":"fba25544-3b29-44ef-88a7-68999f56033f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_provider_name\" : \"YODEL\",\r\n            \"service_name\" : \"EXPRESS 24 TR\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ParcelHub/create-label","description":"<p>You must  send <code>service_id</code> and <code>service_provider_id</code> and <code>service_customer_uid</code>, OR send <code>service_preference_list_id</code>, OR send both of <code>service_provider_name</code> and <code>service_name</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_id\": Example \"251\"\n\"service_provider_id\": Example \"10\"\n\"service_customer_uid\": Example \"5351\"\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_preference_list_id\" : Example: \"229\"\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_provider_name\" : Example: \"YODEL\",\n\"service_name\"          : Example: \"EXPRESS 24 TR\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"collection_ready_time\" : (string) defaults to \"12:00:00\"\n\"location_close_time\" : (string) defaults to \"16:00:00\"\n\"contents_description\" : (string) defaults to \"General Goods\"\n\"country_of_origin\" : (string) Defaults to \"GB\", only relevant for international order\n\"hs_tariff_number\" : (string) Defaults to \"\", only relevant for international orders\n\"terms_of_trade\" : (string) Defaults to \"DutiesAndTaxesUnpaid\", alternative is \"DutiesAndTaxesPaid\", only relevant for international orders\n\"category_of_item\" : (string) Defaults to \"General Goods\", only relevant for international orders\n</code></pre>","urlObject":{"path":["api","couriers","v1","ParcelHub","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"071f2e76-8fb9-46d3-ab2d-0b9df146e886","name":"ParcelHub create label","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_provider_name\" : \"YODEL\",\r\n            \"service_name\" : \"EXPRESS 24 TR\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ParcelHub/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_parcelhub_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_parcelhub_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\"JD0002253903031681\",\"JD0002253903031682\"],\n  \"courier_specifics\":{\"shipment_id\":\"2815849278890750\",\"info\":\"you need the shipment_id to cancel labels\"}\n}"}],"_postman_id":"fba25544-3b29-44ef-88a7-68999f56033f"},{"name":"PostNL","id":"8d44fe0b-f5e4-4840-a9ac-29de31137ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"product_code\" : \"2928\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Brigitte Nieuwkoop\",\r\n            \"phone\": \"31345616888\",\r\n            \"email\": null,\r\n            \"company_name\": null,\r\n            \"address_1\": \"Vissersdijk 76\",\r\n            \"address_2\": null,\r\n            \"address_3\": \"\",\r\n            \"city\": \"Gorinchem\",\r\n            \"county\": \"Zuid-Holland\",\r\n            \"postcode\": \"4201 ZG\",\r\n            \"country_iso\": \"NL\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Marianne Meerkerk\",\r\n            \"address_1\": \"1e Jerichostraat 62-B2\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"Rotterdam\",\r\n            \"city\": \"Rotterdam\",\r\n            \"country_iso\": \"NL\",\r\n            \"postcode\": \"3061 GW\",\r\n            \"phone\": \"0629111172\",\r\n            \"email\": \"marianne.meerkerk@gmail.com\",\r\n            \"company_name\": \"\",\r\n            \"county\": \"Assen\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_length\": 11, \"dim_width\": 10, \"dim_height\": 22.2, \"dim_unit\": \"cm\",\r\n                \"items\": [{\r\n                    \"description\": \"Default Item\",\r\n                    \"origin_country\": \"GB\",\r\n                    \"quantity\": 1,\r\n                    \"value\": \"1.00\",\r\n                    \"value_currency\": \"GBP\",\r\n                    \"weight\": \"0.250\",\r\n                    \"weight_unit\": \"kg\",\r\n                    \"sku\": \"DEFAULT0001\",\r\n                    \"hs_code\": \"3926\",\r\n                    \"location\": \"b1 warehouse 2\"\r\n                }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/PostNL/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"product_code\" : (string) defines which PostNL service to use, example \"2928\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"customer_code\" : (string) overrides the default customer_code set in the auth\n\"barcode_type\" : (string) calculates based on product_code if not supplied, possible values are 3S,LA,UE,RI,S10\n</code></pre>","urlObject":{"path":["api","couriers","v1","PostNL","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"78d6f433-4271-4784-bd03-a70831b1b561","name":"PostNL","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"product_code\" : \"2928\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Brigitte Nieuwkoop\",\r\n            \"phone\": \"31345616888\",\r\n            \"email\": null,\r\n            \"company_name\": null,\r\n            \"address_1\": \"Vissersdijk 76\",\r\n            \"address_2\": null,\r\n            \"address_3\": \"\",\r\n            \"city\": \"Gorinchem\",\r\n            \"county\": \"Zuid-Holland\",\r\n            \"postcode\": \"4201 ZG\",\r\n            \"country_iso\": \"NL\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Marianne Meerkerk\",\r\n            \"address_1\": \"1e Jerichostraat 62-B2\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"Rotterdam\",\r\n            \"city\": \"Rotterdam\",\r\n            \"country_iso\": \"NL\",\r\n            \"postcode\": \"3061 GW\",\r\n            \"phone\": \"0629111172\",\r\n            \"email\": \"marianne.meerkerk@gmail.com\",\r\n            \"company_name\": \"\",\r\n            \"county\": \"Assen\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_length\": 11, \"dim_width\": 10, \"dim_height\": 22.2, \"dim_unit\": \"cm\",\r\n                \"items\": [{\r\n                    \"description\": \"Default Item\",\r\n                    \"origin_country\": \"GB\",\r\n                    \"quantity\": 1,\r\n                    \"value\": \"1.00\",\r\n                    \"value_currency\": \"GBP\",\r\n                    \"weight\": \"0.250\",\r\n                    \"weight_unit\": \"kg\",\r\n                    \"sku\": \"DEFAULT0001\",\r\n                    \"hs_code\": \"3926\",\r\n                    \"location\": \"b1 warehouse 2\"\r\n                }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/PostNL/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"PDF\",\n    \"request_id\": \"1624604448107\",\n    \"tracking_codes\": [\n        \"RP276422167NL\"\n    ],\n    \"tracking_urls\": [\n        \"\"\n    ],\n    \"commercial_invoice\": {\n        \"url\": \"http://vault.ecloud.co.uk/courierapi/hLElayrUDu.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20210625%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210625T082411Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=c38470f1f7f6a6c7a369fff8564fb841e47087b1b15f8dd112f93de6e39fc446\",\n        \"key\": \"tUSgVeNjBVhLElayrUDu.pdf\"\n    },\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/postnl_mFWftDng0D2Xl0b.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20210625%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20210625T082411Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=ccaee7964eb866749a71f144533753222d01ec3cd0d019e73241b1396b10f250\",\n    \"key\": \"postnl_mFWftDng0D2Xl0b.pdf\",\n    \"dc_request_id\": 12269,\n    \"tracking_request_id\": 12269,\n    \"tracking_request_hash\": 2359434912,\n    \"label_size\": \"6x4\",\n    \"courier\": \"PostNL\"\n}"}],"_postman_id":"8d44fe0b-f5e4-4840-a9ac-29de31137ad9"},{"name":"PPI","id":"2f5d51be-d4bd-4ceb-a608-55da78136fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"title_text\": \"LABEL TITLE\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/PPI/create-label","description":"<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"logo_url\": (string) url to a logo image, jpg or png (default template only)\n\"title_text\": (string) text to display at the top of the label (default template only)\n\"template_id\": (string) defaults to \"default\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","PPI","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"82386b50-7e84-4629-8a70-38fc271d7034","name":"PPI","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"title_text\": \"LABEL TITLE\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/PPI/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"DC1666168351509\"\n    ]\n}"}],"_postman_id":"2f5d51be-d4bd-4ceb-a608-55da78136fee"},{"name":"Relay","id":"f47597b3-998e-4069-b906-ec5debe01016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"custom_text\": \"custom text to appear on label\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Relay/create-label","description":"<p>There are no required courier-specifics.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"custom_text\": (string) An optional, short string (255 characters maximum) supplied by the platform/shipper. This string will appear on the shipping label. Uses include identifying the shipment to the end-customer, or including a note for warehouse operations.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Relay","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4438d793-d0e0-49a6-a908-68cb37af7af4","name":"Relay","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"custom_text\": \"custom text to appear on label\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Relay/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"RSDE2030B431F3\"\n    ],\n    \"tracking_urls\": [\n    ],\n    \"courier_specifics\": {\n        \"shipment_id\": \"ship_16YysLDAO9BJBvTKfTcW1qiffzPVfzHpbV9BK6aF9AWW1TosBtQ29AM\",\n        \"info\": \"you need the shipment_id to cancel labels\"\n    },\n}"}],"_postman_id":"f47597b3-998e-4069-b906-ec5debe01016"},{"name":"RoyalMail","id":"ecf11e72-dbf3-41c8-bdfc-a5a2ff4d36a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"posting_location\" : \"9000257150\",\r\n\t        \"service_level\": \"01\",\r\n\t        \"service_format\": \"P\",\r\n\t        \"service_code\" : \"CRL2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"shipping_charge\" : 2.42,\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/RoyalMail/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"posting_location\" : (string)\n\"service_level\" : (string)\n\"service_format\" : (string)\n\"service_code\" : (string)\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"safe_place\" : (string) defaults to \"\"\n\"service_enhancement_code\" : (string) defaults to \"\", may be a single code eg \"13\" or a comma-separated list with no spaces, eg \"13,14\"\n\"shipper_dept_code\" : (string) defaults to \"\"\n\"goods_description\" : (string) defaults to \"General Goods\"\n\"terms_of_trade\" : (string) Defaults to \"DAP\". Other values: DDU, DDP, and DAT\n\"item_coo\" : (string) defaults to \"GB\"\n\"qr_code\" : (boolean) defaults to false - use if you wish to generate QR code to generate label at Royal Mail DO.\n\"quoted_landed_cost\" : (number) The total cost quoted to the end customer for delivering the shipment.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","RoyalMail","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"30025f6a-a8c9-44d6-ae8d-ec4bfdaa5bd9","name":"RoyalMail","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"posting_location\" : \"9000257150\",\r\n\t        \"service_level\": \"01\",\r\n\t        \"service_format\": \"P\",\r\n\t        \"service_code\" : \"CRL2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"shipping_charge\" : 2.42,\r\n        \r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/RoyalMail/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"ecf11e72-dbf3-41c8-bdfc-a5a2ff4d36a1"},{"name":"RoyalMailClickAndDrop","id":"8c94c1c9-88aa-42cb-998d-a8ac4d4eeb73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"TPS48\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"7000000000\",\r\n            \"email\": \"correos@correos.com\",\r\n            \"address_1\": \"Direccion del destinatario\",\r\n            \"address_2\": \"Córdoba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"county\": \"Córdoba\",\r\n            \"postcode\": \"36139\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"SC572528\",\r\n            \"tax_id\": \"xxxxxxxxxx\",\r\n            \"ioss_number\": \"\",\r\n            \"eori_id\": \"GB305795193999\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Jorge Fakumba\",\r\n            \"phone\": \"678678678\",\r\n            \"email\": \"fake@live.com\",\r\n            \"company_name\": \"Correos\",\r\n            \"address_1\": \"Agiabanco 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"ALICANTE\",\r\n            \"postcode\": \"1100\",\r\n            \"country_iso\": \"PT\",\r\n            \"county\": \"\",\r\n            \"eori_id\": \"GB305795193999\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/RoyalMailClickAndDrop/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) Example: \"CRL48\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"parcel_identifier\" : (string) Valid values are: \"undefined\", \"letter\", \"largeLetter\", \"smallParcel\", \"mediumParcel\", \"parcel\", \"documents\"\n\"email_notification\" : (boolean) Send email notifications to recipient - Default: false\n\"text_notification\" : (boolean) Send SMS notifications to recipient - Default: false\n\"saturday_delivery_guarantee\" : (boolean) Shipment guarantee of Saturday delivery - Default: false\n\"signature_required\" : (boolean) Obtain signature on delivery - Default: false\n\"is_ddp\" : (boolean) Is the shipment Delivery Duty Paid - Default: false\n\"is_local_collect\" : (boolean) Shipment is collected locally - Default: false\n\"safe_place\" : (string) Defaults to \"\"\n\"department_code\" : (string) Defaults to \"\"\n\"include_returns_label\" : (boolean) Defaults to false\n</code></pre>","urlObject":{"path":["api","couriers","v1","RoyalMailClickAndDrop","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"14db7c63-cb4f-4822-9dff-56a62cdb2748","name":"RoyalMailClickAndDrop","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"TPS48\"\r\n        },\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"7000000000\",\r\n            \"email\": \"correos@correos.com\",\r\n            \"address_1\": \"Direccion del destinatario\",\r\n            \"address_2\": \"Córdoba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"county\": \"Córdoba\",\r\n            \"postcode\": \"36139\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"SC572528\",\r\n            \"tax_id\": \"xxxxxxxxxx\",\r\n            \"ioss_number\": \"\",\r\n            \"eori_id\": \"GB305795193999\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Jorge Fakumba\",\r\n            \"phone\": \"678678678\",\r\n            \"email\": \"fake@live.com\",\r\n            \"company_name\": \"Correos\",\r\n            \"address_1\": \"Agiabanco 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"ALICANTE\",\r\n            \"postcode\": \"1100\",\r\n            \"country_iso\": \"PT\",\r\n            \"county\": \"\",\r\n            \"eori_id\": \"GB305795193999\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/RoyalMailClickAndDrop/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD169390073GB\",\n    \"JD169390074GB\"\n  ],\n  \"tracking_urls\": [\n    \"https://www.royalmail.com/track-your-item#/tracking-results/JD169390073GB\",\n    \"https://www.royalmail.com/track-your-item#/tracking-results/JD169390074GB\"\n  ],\n}"}],"_postman_id":"8c94c1c9-88aa-42cb-998d-a8ac4d4eeb73"},{"name":"RoyalMailIntersoft","id":"44ed3afb-c047-470d-a974-a6cf0fdcc83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"posting_location\" : \"9000257150\",\r\n\t        \"service_level\": \"01\",\r\n\t        \"service_format\": \"P\",\r\n\t        \"service_code\" : \"CRL2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"shipping_charge\" : 2.42,\r\n        \r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/RoyalMailIntersoft/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"posting_location\" : (string)\n\"service_level\" : (string)\n\"service_format\" : (string)\n\"service_code\" : (string)\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"safe_place\" : (string) defaults to \"\"\n\"service_enhancement_code\" : (string) defaults to \"\"\n\"shipper_dept_code\" : (string) defaults to \"\"\n\"goods_description\" : (string) defaults to \"General Goods\"\n\"item_coo\" : (string) defaults to \"GB\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","RoyalMailIntersoft","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"b1e70f96-3d5b-4534-b897-3dfd34c4714c","name":"RoyalMailIntersoft","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"posting_location\" : \"9000257150\",\r\n\t        \"service_level\": \"01\",\r\n\t        \"service_format\": \"P\",\r\n\t        \"service_code\" : \"CRL2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"shipping_charge\" : 2.42,\r\n        \r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/RoyalMailIntersoft/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"44ed3afb-c047-470d-a974-a6cf0fdcc83a"},{"name":"Samos","id":"dbe6afc4-eec1-4b3b-9645-082ddce10799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"SMAC\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Samos/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\" : (string) Options are \"BOXB\" and \"Boxberry\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"customs_duty\" : (string) defaults to \"DDU\" and other option is \"DDP\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","Samos","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f9eecf2c-93bf-4e28-b7dc-d577e5ff0b5a","name":"Samos","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"SMAC\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Samos/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_samos_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_samos_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n        \"JJD149990299999791320\"\n    ],\n    \"tracking_urls\": [\"https://www.dhl.com/global-en/home/tracking/tracking-parcel.html?submit=1&tracking-id=JJD149990299999791320\"],\n}"}],"_postman_id":"dbe6afc4-eec1-4b3b-9645-082ddce10799"},{"name":"SecuredMail","id":"974a2f83-7024-4724-850e-42aaf206cad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"insurance_value\": 50\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/SecuredMail/create-label","description":"<p>SecuredMail only supports individual shipments: the 'parcels' array must have only 1 element.</p>\n<p>There are no required settings for the \"courier\" section</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) defaults to null, passed through as CarrierServiceCode\n\"delivery_time\" : (string) eg \"Next Day Before 12\"\n\"product_description\" : (string) defaults to \"Miscellaneous Items\"\n\"ddp\" : (boolean) defaults to false. Indicates the shipper will be paying any applicable duties. Only applicable to international items. \n\"documents_only\" : (boolean) defaults to false\n\"insurance_value\" : (number) defaults to 0\n\"proof_of_delivery\" : (boolean) defaults to false\n\"saturday_delivery\" : (boolean) defaults to false\n</code></pre>","urlObject":{"path":["api","couriers","v1","SecuredMail","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7a75a23b-bb1b-49f4-9fd1-35b08dfa4575","name":"SecuredMail","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"insurance_value\": 50\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/SecuredMail/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"974a2f83-7024-4724-850e-42aaf206cad4"},{"name":"Seur","id":"b43a78b5-b323-410f-a525-1ed7e60b79f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"31\",\r\n            \"product_code\": \"2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"Av. de la Ciudad de Barcelona, 113\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"postcode\": \"28007\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"B82516600\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"Carrer K Zona Franca\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Barcelona\",\r\n            \"postcode\": \"08040\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"ES\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Seur/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) \"1\", \"3\", \"9\", \"13\", \"15\", \"17\" and \"31\" values for Domestic shipments. \"7\", \"19\" and \"77\" values for International shipments.\n\"product_code\" : (string) \"2\", \"18\", \"48\", \"86\" and \"88\" values for Domestic shipments. \"48\", \"70\", \"104\", \"108\", \"114\", \"116\", \"122\" and \"77\" values for International shipments.\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"account_number\" : (string) Account number to payer. Default Account Number is inherited from registered auth if this is not specified.\n\"charges\" : (string) Default \"P\", Shipment charges \"P\" =&gt; payed (sender pays the shipment/collection); \"D\" =&gt; due (Consignee pays the shipment/collection)\n\"security\" : (boolean) Default false. Flag that activates control book (true / false)\n\"pod\" : (string) Default \"S\". Flag that activates Proof Of Delivery (\"I\" =&gt; Inmediato / \"S\" =&gt; Seur)\n\"dconsig\" : (boolean) Default false. Flag that activates delivery order to the holder (true / false)\n\"ddid\" : (boolean) Default false. Flag that activates order to deliver to the holder requesting an id (true / false)\n\"dsat\" : (boolean) Default false. Flag that activates delivery on Saturday (true / false)\n\"change\" : (boolean) Default false. Flag that activates order to generate an additional shipment linked for return (true / false)\n\"taric\" : (string) Id code of the products that are exported or imported\n\"adu_outkey\" : (string) Default \"P\".  for customs management at origin. \"P\" =&gt; payed (sender pays the management); \"D\" =&gt; due (Consignee pays the management)\n\"adu_inkey\" : (string) Default \"P\".  for customs management at origin. \"P\" =&gt; payed (sender pays the management); \"D\" =&gt; due (Consignee pays the management)\n\"incoterms\" : (string) Default \"DDP\". \"DAP\" =&gt; (Delivered at Place) Taxes and customs expenses at destination are paid by the recipient \"DDP\" =&gt; (Delivered Duty Paid) A DDP operation establishes that the seller pays all expenses until leaving the merchandise at the agreed point in the country of destination. The buyer does not perform any process. Import customs charges are borne by the seller\n\"customs_goods_type\" : (string) Default \"C\". \"C\" =&gt; Commercial \"N\" =&gt; Non-commercial, \"D\" =&gt; Documents\n\"declared_value\" : (number) Declared value\n\"insured_value\" : (number) Insured value\n\"cod_value\" : (number) Cod value\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Seur","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4298d970-44ad-48fa-929b-18d595c7efad","name":"Seur","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"31\",\r\n            \"product_code\": \"2\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"Av. de la Ciudad de Barcelona, 113\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"postcode\": \"28007\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"B82516600\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"Carrer K Zona Franca\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Barcelona\",\r\n            \"postcode\": \"08040\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"ES\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Seur/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"28080127327567\",\n        \"28080127327574\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.seur.com/livetracking/pages/seguimiento-online.do?segOnlineIdentificador=026-d52asdf7ffg69-63d2frfd43\",\n        \"https://www.seur.com/livetracking/pages/seguimiento-online.do?segOnlineIdentificador=026-d52asdf7ffg69-63d2frfd43\"\n    ],\n    \"courier_specifics\": {\n        \"shipment_code\": \"028388001386120220617\",\n        \"shipment_reference\": \"026-d52asdf7ffg69-63d2frfd43\",\n        \"id_number\": \"B82516600\",\n        \"info\": \"you need the shipment_reference and id_number to track shipments\"\n    },\n}"}],"_postman_id":"b43a78b5-b323-410f-a525-1ed7e60b79f1"},{"name":"Shippr","id":"601f33d0-4e9e-438d-a4f9-a5f85340507e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"package_type\": \"MEDIUM\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-06-30T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n    \r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Shippr/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"package_type\" : (string) Possible values: SMALL, MEDIUM, LARGE, XL, XXL\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"has_return\" : (boolean) Defaults to false. Whether the carrier needs to go back to pickup point at the end\n\"time_window_start\" : (string) Defaults to today 9am. Start of the preferred time window for this destination\n\"time_window_end\" : (string) Defaults to today 6pm. End of the preferred time window for this destination\n\"pickup_location_comment\" : (string) Pickup location comment\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Shippr","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0c43c763-73b0-4d4f-9336-51ab6669a188","name":"Shippr","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"package_type\": \"MEDIUM\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-06-30T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n    \r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Shippr/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dx_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_dx_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"32e652d3\"\n    ],\n    \"tracking_urls\": [\n        \"https://shippr.dev/t/?q=32e652d3\"\n    ],\n    \"courier_specifics\": {\n        \"uuid\": \"e20164e1-ba07-405c-9b37-5f9eb6874047\",\n        \"info\": \"you need the uud to cancel labels\"\n    }\n}"}],"_postman_id":"601f33d0-4e9e-438d-a4f9-a5f85340507e"},{"name":"SkyNet","id":"5fbf09d8-94c7-4841-8898-1d502213af57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_type_name\": \"D3\",\r\n            \"freight_cost\": 10,\r\n            \"freight_cost_currency_code\": \"EUR\",\r\n            \"business_type\": \"B2C\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Westmeath\",\r\n            \"postcode\": \"6003\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"AT\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"AT\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/SkyNet/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_type_name\": (string) Service type code\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"third_party_token\": (string) Account Token for third party integration.\n\"ship_from_passport_number\": (string) Sender's passport number if KYC is required.\n\"ship_to_passport_number\": (string) Recipient's passport number if KYC is required.\n\"insurance_value\": (number) Insurance value.\n\"insurance_currency_code\": (string) Insurance currency in ISO 4217 3-Letter code.\n\"shipment_term\": (string) Insurance currency in ISO 4217 3-Letter code.\n\"book_pick_up\": (boolean) Book a pickup. Example: \"True\" or \"False\", Default: \"False\"\n\"cod_amount\": (number) COD value.\n\"cod_currency_code\": (string) COD currency in ISO 4217 3-Letter code.\n\"bag\": (string) Number of bag. Default: 0\n\"notes\": (string) Shipment notes.\n\"origin_loc_code\": (string) Origin location in International Air Transport Association (IATA) code.\n\"bag_number\": (string) Bag reference number in which shipment is placed.\n\"reason_export\": (string) Reason for export.\n\"dest_taxes\": (number) Destination tax value.\n\"security\": (number) Security value.\n\"surcharge\": (number) Surcharge value.\n\"incoterms\": (string) Package incoterms. Options :  \"CIF\", \"CFR\", \"FOB\"\n\"clearance_reference\": (string) Import Export Code.\n\"delivery_agent_code\": (string) Delivery Agent Code.\n\"delivery_route_code\": (string) Delivery Route Code.\n\"cpc_code\": (string) CPC Code.\n\"ate_number\": (string) ATE Number.\n\"product_url\": (string) Product URL\n\"duty_value\": (number) Duty Value\n\"duty_currency_code\": (string) Duty Currency Code\n\"total_gst_value\": (number) GST Value\n\"total_gst_currency_code\": (string) Duty Currency Code\n\"freight_cost\": (number) Freight Value\n\"freight_cost_currency_code\": (string) Freight Currency Code\n\"business_type\": (string) Business Type. Options : \"B2C\", \"B2B\", \"C2C\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","SkyNet","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c4d7bdc4-76c3-49a9-8081-2415972684d1","name":"SkyNet","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_type_name\": \"D3\",\r\n            \"freight_cost\": 10,\r\n            \"freight_cost_currency_code\": \"EUR\",\r\n            \"business_type\": \"B2C\"\r\n        },\r\n\r\n        \"collection_date\": \"2023-03-30T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Westmeath\",\r\n            \"postcode\": \"6003\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"AT\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"AT\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/SkyNet/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"006458744670\"\n    ],\n    \"tracking_urls\": [\n        \"https://tracking.frontierforce.com/tracking_search.aspx?stid=skynet&cn=006458744670\"\n    ]\n}"}],"_postman_id":"5fbf09d8-94c7-4841-8898-1d502213af57"},{"name":"SpringGlobal","id":"9e649079-1b9a-4146-9ba3-3f6d39f6c10a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\" :  \"dhl-domestic-express\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/SpringGlobal/create-label","description":"<p>There are no required settings</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\"           : (string) to make a shipment, either this or service_id are required\n\"service_id\"             : (string) to make a shipment, either this or service_code are required\n\"shop_id\"                : (string) if not provided, uses account default shop. use list_shops to get a list of account shop ids\n\"list_shops\"             : (boolean) defaults to false, if true, the response will be a list of shops. Use response to fill in shop_id optional setting\n\"list_all_services\"      : (boolean) defaults to false, if true, the response is a list of all services for this account\n\"list_shipment_services\" : (boolean) defaults to false, if true, the response is a list of valid services for the supplied shipment\n</code></pre><p>Note: <code>\"generate_packing_slip\": true</code> is not supported with this courier.</p>\n","urlObject":{"path":["api","couriers","v1","SpringGlobal","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"cfcc0882-1170-439b-975c-dfda877f43a2","name":"SpringGlobal","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\" :  \"dhl-domestic-express\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/SpringGlobal/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dx_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dx_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"195496843\"\n  ],\n  \"courier_specifics\" {\n        \"info\" : \"you will need the shipment_id to use the /track functionality\",\n        \"shipment_id\" : \"135578945156\"\n    }\n}"}],"_postman_id":"9e649079-1b9a-4146-9ba3-3f6d39f6c10a"},{"name":"SpringXBS","id":"3b000c0d-f7e2-4aea-a6bd-473eb2df926e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"TRCK\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"AMSTERDAM\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"1058 XM\",\r\n            \"country_iso\": \"NL\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/SpringXBS/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) service_code as returned from get-services. Example: \"TRCK\", \"EXPRESS\" etc.\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"display_id\" : (string) Field that can be used for an internal reference. Will also generate a 2nd barcode on the label if populated.\n\"pudo_id\" : (string) to make a shipment, either this or service_code are required\n\"customs_duty\" : (string) Defaults to \"DDU\". Possible values: \"DDU\", \"DDP\"\n\"declaration_type\" : (string) Defaults to \"SaleOfGoods\". Possible values: \"SaleOfGoods\", \"Documents\", \"Gift\", \"ReturnedGoods\" and \"CommercialSample\"\n\"shipment_description\" : (string) Description of the contents of this shipment\n\"dangerous_goods\" : (boolean) Accepted values: true, false\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","SpringXBS","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"274c9b05-4ee3-4cfa-a26a-262a58540b68","name":"SpringXBS","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\": \"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_code\": \"TRCK\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"AMSTERDAM\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"1058 XM\",\r\n            \"country_iso\": \"NL\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/SpringXBS/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dx_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dx_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"CH501418066NL\"\n  ],\n  \"tracking_urls\": [\n    \"https://jouw.postnl.nl/track-and-trace//CH501418066NL-NL-1058XM\"\n  ]\n}"}],"_postman_id":"3b000c0d-f7e2-4aea-a6bd-473eb2df926e"},{"name":"Starlinks","id":"4e6a951a-0075-4d71-b548-71ccbc5c6f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_id\": \"SLG001\",\r\n            \"incoterm\": \"DDP\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"DC\",\r\n            \"address_1\": \"Prince Faisal Bin Turki Bin Abdul Aziz Rd, Riyadh Avenue Mall, Level 1\",\r\n            \"address_2\": \"Al Murabba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Riyadh\",\r\n            \"county\": \"Riyadh\",\r\n            \"postcode\": \"08430\",\r\n            \"country_iso\": \"SA\",\r\n            \"eori_id\": \"\",\r\n            \"tax_id\": \"32197482341410\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n                        \"description\": \"Test Item Two\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 2,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0002\",\r\n                        \"hs_code\": \"602020\"\r\n                    }]\r\n\t        }\r\n\t        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Starlinks/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_id\" : (string) possible values are \"SLG001\" to \"SLG007\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"category\" : (string) Category of the package. Possible values: \"commercial_goods\", \"returned_goods\"\n\"incoterm\" : (string) Trade terms. Possible values: \"DDP\" or \"DDU\". Defaults to \"DDU\".\n\"customer_id_reference\" : (string) Customer id reference, should be unique\n\"display_id\" : (string) Used to display additional text/references on the label\n\"delivery_date\" : (string) Delivery Date.\n\"dangerous_goods\" : (boolean) Default false. Set as true if the goods are dangerous.\n\"pudo_id\" : (string) Destination based service. PUDO ID provided by our PUDO API result. Only required if delivery to a PUDO location. Note: Parcel Point Service must be selected\n\"rgr_number\" : (string) Returned goods relief number\n\"parcel_description\" : (string) Description of the parcel contents\n\"non_delivery_instruction\" : (string) None delivery instructions\n\"pod_signature_required\" : (boolean) Default false. Set as true if POD is needed.\n\"cod_amount\" : (string) Cash on delivery value, total amount to be collected on delivery, check with your account manager before using this service\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","Starlinks","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1259e4af-39a6-446c-a55b-65b2b6737816","name":"Starlinks","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service_id\": \"SLG001\",\r\n            \"incoterm\": \"DDP\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"DC\",\r\n            \"address_1\": \"Prince Faisal Bin Turki Bin Abdul Aziz Rd, Riyadh Avenue Mall, Level 1\",\r\n            \"address_2\": \"Al Murabba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Riyadh\",\r\n            \"county\": \"Riyadh\",\r\n            \"postcode\": \"08430\",\r\n            \"country_iso\": \"SA\",\r\n            \"eori_id\": \"\",\r\n            \"tax_id\": \"32197482341410\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n                        \"description\": \"Test Item Two\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 2,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0002\",\r\n                        \"hs_code\": \"602020\"\r\n                    }]\r\n\t        }\r\n\t        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Starlinks/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"S165122699153481\"\n    ],\n    \"tracking_urls\": [\n        \"https://starlinks.app/track/S165122699153481\"\n    ],\n    \"label_size\": \"A4\"\n}"}],"_postman_id":"4e6a951a-0075-4d71-b548-71ccbc5c6f29"},{"name":"Stuart","id":"02f6fa06-9b7d-456c-86af-92a8ef4237ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"package_type\": \"small\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Stuart/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"package_type\" : (string) Example: \"small\", allows multiple package types like [\"small\", \"medium\"]\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"assignment_code\"                   : (string) Accounting reference number\n\"package_description\"               : (string) Description about the package\n\"package_comment\"                   : (string) Comments about the package\n\"end_customer_time_window_start\"    : (boolean) A datetime indicating the start of the delivery window\n\"end_customer_time_window_end\"      : (boolean) A datetime indicating the end of the delivery window\n</code></pre>","urlObject":{"path":["api","couriers","v1","Stuart","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5354fa09-3f6d-42e0-a63f-30986915b106","name":"Stuart","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"package_type\": \"small\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Stuart/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_dx_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_dx_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"195496843\"\n  ]\n}"}],"_postman_id":"02f6fa06-9b7d-456c-86af-92a8ef4237ec"},{"name":"ThePalletNetwork","id":"c5d35ace-0464-4201-a937-5249c872eefb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"pallet_type\": \"HALF\",\r\n            \"collection_depot_number\": \"51\",\r\n            \"delivery_depot_number\": \"51\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ThePalletNetwork/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"pallet_type\": (string) Possible values \"QTR\", \"HALF\", \"FULL\", \"HALFOS\", \"FULLOS\", \"OOG\", \"MTB\", \"SOS\", \"OOG3\", \"OOG4\", \"OOG5\", \"OOG6\", \"OOG7\", \"OOG8\", \"OOG9\", \"OOG10\", \"EUQTR\", \"EUHALF\", \"EUFULL\", \"CARTON\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"collection_service\": (string) Collection service display name (usually \"ND\" or \"NDTL\"). Defaults \"ND\"\n\"collection_depot_number\": (string) TPN number of collection depot\n\"collection_request\": (boolean) Request depot is different to collection depot (true or false)\n\"delivery_service\": (string) Delivery service display name (e.g. ND). Defaults \"ND\"\n\"delivery_depot_number\": (string) TPN number of delivery depot\n\"depot_reference\": (string) Reference provided by depot\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","ThePalletNetwork","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4e10fcbd-450c-4169-bca2-41f34c85aae3","name":"ThePalletNetwork","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"pallet_type\": \"HALF\",\r\n            \"collection_depot_number\": \"51\",\r\n            \"delivery_depot_number\": \"51\"\r\n        },\r\n\r\n        \"collection_date\": \"2022-04-22T18:00:00\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/ThePalletNetwork/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"68660249\",\n        \"68660249\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.tpnconnect.com/Tracking/Search/68660249/YO259FQ\"\n    ],\n}"}],"_postman_id":"c5d35ace-0464-4201-a937-5249c872eefb"},{"name":"TNT","id":"77b2fafc-6f8b-450d-99ba-82cf8fe3e6ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\" : \"S\",\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TNT/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Example: \"S\"\n</code></pre><p>Note: the request will fail if the ship_to or ship_from phone numbers are less than 11 characters long</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"collection_instructions\" : (string) defaults to \"\"\n\"goods_description\" : (string) defaults to \"GOODS\"\n\"consolidate_parcels\" : (boolean) defaults to false, if true it requests multiple labels for a single consignment request\n</code></pre>","urlObject":{"path":["api","couriers","v1","TNT","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ce3f6c45-a35c-44cb-874b-60eb039b427b","name":"TNT","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\" : \"S\",\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TNT/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"77b2fafc-6f8b-450d-99ba-82cf8fe3e6ae"},{"name":"TVP","id":"3ae91fb1-9cb2-4646-b794-b5ffacab8ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TVP/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"courier\" : Example: \"AmazonShipping\"\n\"service_id\" : Example: \"Fast Saturday\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"auth_company\" : please contact TVP for further questions about this field\n</code></pre>","urlObject":{"path":["api","couriers","v1","TVP","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"b027fedc-4371-4f3b-8e4e-41316f2c47dd","name":"TVP","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"courier\": \"TransGlobal\",\r\n\t\t\t\"service_id\" : \"123\",\r\n\t\t\t\"friendly_service_name\" : \"TransGlobal test\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TVP/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"tracking_urls\":[\"https://staging.transglobalexpress.co.uk/track-shipment/1Z2X12A55892119211\"],\n\t\"courier_specifics\":{\"size\":\"A4\"},\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"3ae91fb1-9cb2-4646-b794-b5ffacab8ae9"},{"name":"TransforceBE","id":"676b36b9-c21e-4b79-9a5e-93b8099bb4d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_id\" : \"101\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Fake Guy\",\r\n            \"phone\": \"0330 053 9197\",\r\n            \"email\": \"fake@fake.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vlakbodem 3\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Dirksland\",\r\n            \"postcode\": \"3247 CP\",\r\n            \"county\": \"Zeeland\",\r\n            \"country_iso\": \"NL\",\r\n            \"company_id\": \"01611100\",\r\n            \"tax_id\": \"NL821118360B11\",\r\n            \"eori_id\": \"FRGB1208111000001\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Fake Person\",\r\n            \"phone\": \"0465626961\",\r\n            \"email\": \"fake@hotmail.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"edingseweg 245\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"geraardsbergen\",\r\n            \"county\": null,\r\n            \"postcode\": \"9500\",\r\n            \"country_iso\": \"BE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TransforceBE/create-label","description":"<p>There are no REQUIRED settings for TransforceBE.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"handle\" : (string) defaults to \"drop\", can also be \"pickup\", \"retour\" for Return labels\n\"service_time\" : (number) defaults to null\n\"delivery_window_in_days\" : (number) defaults to 1, used to calculate how long after collection the delivery will be scheduled - eg 1 means delivery 1 day after collection, 0 means same day\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","TransforceBE","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1dd61dd5-443b-4301-8f2e-3c6cbaf83cb0","name":"TransforceBE","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_id\" : \"101\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Fake Guy\",\r\n            \"phone\": \"0330 053 9197\",\r\n            \"email\": \"fake@fake.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vlakbodem 3\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Dirksland\",\r\n            \"postcode\": \"3247 CP\",\r\n            \"county\": \"Zeeland\",\r\n            \"country_iso\": \"NL\",\r\n            \"company_id\": \"01611100\",\r\n            \"tax_id\": \"NL821118360B11\",\r\n            \"eori_id\": \"FRGB1208111000001\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Fake Person\",\r\n            \"phone\": \"0465626961\",\r\n            \"email\": \"fake@hotmail.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"edingseweg 245\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"geraardsbergen\",\r\n            \"county\": null,\r\n            \"postcode\": \"9500\",\r\n            \"country_iso\": \"BE\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TransforceBE/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TF20111098\",\"TF20111098\"],\n\t\"tracking_urls\":[\"https://transforce.dropon.io/tracy/nl/TF20111098/9500\"],\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/TF20877098_ryWV0i7vSwqq49x4hCWn?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n    \"key\": \"TF20877098_ryWV0i7vSwqq49x4hCWn.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"676b36b9-c21e-4b79-9a5e-93b8099bb4d5"},{"name":"TransGlobal","id":"6a91a92c-703d-45b0-a03f-f598081d5476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_id\" : \"101\",\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TransGlobal/create-label","description":"<p>There are no REQUIRED settings for TransGlobal. However, to get a label back you must provide one of <code>service_id</code> or <code>service_name</code></p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"get_quote\" : (boolean) defaults to false, response is the service options rather than a label\n\"service_id\" : (string) use this or service_name to specify a service\n\"service_name\" : (string) use this or service_id to specify a service\n\"collection_option_id\" : (number) defaults to 1, other option is 0. set this to 0 to get a label without scheduling a collection\n</code></pre>","urlObject":{"path":["api","couriers","v1","TransGlobal","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ef10ead4-76c9-4762-a494-f739e41d662e","name":"TransGlobal","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_id\" : \"101\",\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TransGlobal/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"TP-0114791\",\"TP-0201791\"],\n\t\"tracking_urls\":[\"https://staging.transglobalexpress.co.uk/track-shipment/1Z2X12A55892119211\"],\n\t\"courier_specifics\":{\"size\":\"A4\"},\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"6a91a92c-703d-45b0-a03f-f598081d5476"},{"name":"TrunkrsNL","id":"feeaf857-9550-46ac-baaf-70f78d1fd070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service\": \"SAME_DAY\",\r\n            \"time_slot_id\": 224658\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Fake Guy\",\r\n            \"phone\": \"0330 053 9197\",\r\n            \"email\": \"fake@fake.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vlakbodem 3\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Dirksland\",\r\n            \"postcode\": \"3247 CP\",\r\n            \"county\": \"Zeeland\",\r\n            \"country_iso\": \"NL\",\r\n            \"company_id\": \"01611100\",\r\n            \"tax_id\": \"NL821118360B11\",\r\n            \"eori_id\": \"FRGB1208111000001\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Fake Person\",\r\n            \"phone\": \"0465626961\",\r\n            \"email\": \"fake@hotmail.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vendelier\",\r\n            \"address_2\": \"45 A\",\r\n            \"address_3\": \"Veenendaal\",\r\n            \"city\": \"Veenendaal\",\r\n            \"county\": null,\r\n            \"postcode\": \"3905PC\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TrunkrsNL/create-label","description":"<p>There are no REQUIRED settings for TrunkrsNL.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\" : (string) defaults to \"SAME_DAY\", other options are \"SAME_DAY_FOOD\", \"SAME_DAY_FROZEN_FOOD\"\n\"time_slot_id\" : (number) If no time slot id provided, they will find the first open time slot\n\"no_neighbour_delivery\" : (boolean) Dont deliver at neighbours (extra costs are involved).\n\"no_signature\" : (boolean) Accept unsigned delivery.\n\"deliver_in_mail_box\" : (boolean) Can be delivered to the mailbox.\n\"max_delivery_attempts\" : (number) Max number of delivery attempts (may not exceed 3). Default \"3\"\n\"max_time_outside_freezer\" : (boolean) Max cummalative time (in hours) the shipment can be outside of the freezer before it needs to be returned. Must be between 10 and 30. Default \"15\".\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","TrunkrsNL","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"964c2403-0a48-41dc-ab60-2ddcbc0d02bb","name":"TrunkrsNL","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service\": \"SAME_DAY\",\r\n            \"time_slot_id\": 224658\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Fake Guy\",\r\n            \"phone\": \"0330 053 9197\",\r\n            \"email\": \"fake@fake.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vlakbodem 3\",\r\n            \"address_2\": null,\r\n            \"address_3\": null,\r\n            \"city\": \"Dirksland\",\r\n            \"postcode\": \"3247 CP\",\r\n            \"county\": \"Zeeland\",\r\n            \"country_iso\": \"NL\",\r\n            \"company_id\": \"01611100\",\r\n            \"tax_id\": \"NL821118360B11\",\r\n            \"eori_id\": \"FRGB1208111000001\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Fake Person\",\r\n            \"phone\": \"0465626961\",\r\n            \"email\": \"fake@hotmail.com\",\r\n            \"company_name\": \"Fake Company\",\r\n            \"address_1\": \"Vendelier\",\r\n            \"address_2\": \"45 A\",\r\n            \"address_3\": \"Veenendaal\",\r\n            \"city\": \"Veenendaal\",\r\n            \"county\": null,\r\n            \"postcode\": \"3905PC\",\r\n            \"country_iso\": \"NL\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/TrunkrsNL/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"405414159\",\"405414160\"],\n\t\"tracking_urls\":[\"https://parcel.trunkrs.nl/405414159/3905PC\",\"https://parcel.trunkrs.nl/405414160/3905PC\"],\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/TF20877098_ryWV0i7vSwqq49x4hCWn?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n    \"key\": \"TF20877098_ryWV0i7vSwqq49x4hCWn.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"feeaf857-9550-46ac-baaf-70f78d1fd070"},{"name":"Tuffnells","id":"a6164781-371b-45c4-8c59-a672e347a658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_code\" : \"FEDEX_NEXT_DAY_END_OF_DAY\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Tuffnells/create-label","description":"<p>Please note this about Tuffnells: it is expected that you do a <code>create-manifest</code> request at the end of every day. If you do not manifest, Tuffnells will not receive your shipment data.</p>\n<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service\" : Example: \"P1\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"consignment_ref\" : (string) max 9 characters. if not specified, we will choose one for you\n\"surcharge\" : (string) example \"BN\"\n\"package_type\" : (string) defaults to \"CAR\", can also be ROL, DRU, PLT, DP\n\"goods_description\" : (string) defaults to \"GENERAL GOODS\"\n\"taillift_required_collection\" : (boolean) defaults to false\n\"taillift_required_delivery\" : (boolean) defaults to false\n\"leave_unattended\" : (string) defaults to null, other options are \"C/L\", \"NEI\" or \"PHO\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","Tuffnells","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"29a9d6eb-190c-45bb-aa98-160551739bfb","name":"Tuffnells","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\": {\r\n            \"service\" : \"P1\",\r\n            \"taillift_required_delivery\" : false,\r\n            \"leave_unattended\" : \"C/L\"\r\n        },\r\n\r\n        \"collection_date\": \"2020-09-14\",\r\n        \"reference\": \"tuffnells_s01\",\r\n        \"reference_2\": \"tuffnells_s01\",\r\n        \"delivery_instructions\": \"Leave on the porch\",\r\n\r\n        \"ship_from\": {\r\n            \"name\": \"JM Bichols\",\r\n            \"phone\": \"01377337164\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Yorkshire Trading\",\r\n            \"address_1\": \"unit 76\",\r\n            \"address_2\": \"warfield road\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Driffield\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n\r\n        \"ship_to\": {\r\n            \"name\": \"Mr Doctor\",\r\n            \"phone\": \"09244264344\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"Doc Martin\",\r\n            \"address_1\": \"5 Broadway\",\r\n            \"address_2\": \"Swinton\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Mexborough\",\r\n            \"county\": \"South Yorkshire\",\r\n            \"postcode\": \"S648HQ\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 10,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5.3,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Tuffnells/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"a6164781-371b-45c4-8c59-a672e347a658"},{"name":"UKMail","id":"2c257af8-0fe0-4c8d-83db-7318dbab1c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"courier_service\": \"LP16\",\r\n            \"fragile\" : false,\r\n            \"security\": false\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UKMail/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"courier_service\" : Example: \"1\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"alt_ref\" : (string) defaults to \"\"\n\"confirmation_of_delivery\": (boolean) defaults to false\n\"exchange_on_delivery\": (boolean) defaults to false\n\"extended_cover_required\": (boolean) defaults to false\n\"extended_cover\": (number) defaults to 0\n\"signature_optional\": (boolean) defaults to true\n\"cod_amount\": (number) defaults to 0\n\"book_in\": (boolean) defaults to false\n\"long_length\": (boolean) defaults to false\n\"shipment_type\": (string) defaults to \"Domestic\", possible values \"Domestic\" \"International\" \"Packet\"\n\"account\": (string) if passed in, overrides registered auth account number\n\"earliest_time\": (datetime string) defaults to TODAY at 11am\n\"latest_time\": (datetime string) defaults to TODAY at 17:30\n\"cutoff\": (string) defaults to \"17:30\", used to push shipment to next day if current time is later than cutoff\n\"closed_for_lunch\": (boolean) defaults to false\n</code></pre>","urlObject":{"path":["api","couriers","v1","UKMail","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a306bf8b-32ad-4437-8000-9e153150e46c","name":"UKMail","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"courier_service\": \"LP16\",\r\n            \"fragile\" : false,\r\n            \"security\": false\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UKMail/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"2c257af8-0fe0-4c8d-83db-7318dbab1c24"},{"name":"UPN","id":"9945a646-4f65-4b4b-a595-909ffd720d0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"main_service\": \"5\",\r\n            \"pallet_type\": \"H\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UPN/create-label","description":"<p>There are no REQUIRED settings for UPN.</p>\n<p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"main_service\" : (string) Default Standard =&gt; \"6\", other option is Priority =&gt; \"5\"\n\"premium_service\" : (string) Options are No additional service =&gt; \"0\", Before 10 =&gt; \"1\", AM Delivery =&gt; \"2\", Timed =&gt; \"7\", Saturday Timed =&gt; \"10\", Saturday Before 10 =&gt; \"11\", Saturday AM =&gt; \"12\"\n\"extra_service\" : (string) Default No extra service =&gt; \"0\", other options are Book-In =&gt; \"8\", \"Booked\" =&gt; \"9\", \"Out of Hours\" =&gt; \"13\"\n\"pallet_type\" : (string) Default Full =&gt; \"F\", other options are Euro =&gt; \"E\", \"Half\" =&gt; \"H\", Quarter =&gt; \"Q\" Micro =&gt; \"M\"\n\"pallet_size\" : (string) Default Normal =&gt; \"N\", other options are Oversize =&gt; \"O\", Out of Gauge 2 =&gt; \"2\", Out of Gauge 3 =&gt; \"3\"\n\"consignment_number\" : (string) Consignment number\n\"package_type\" : (string) examples: \"1A\", \"1B\", \"1D\" \n\"tail_lift\" : (string) Default \"0\", Enter \"1\" if tail lift is required.\n\"pwk_mode\" : (string) Default \"0\" (No customers own paperwork) other option is \"1\" (Customers own paperwork will be provided electronically)\n\"short_desc\" : (string) A short description of the goods on the pallet(s).\n\"delivery_date_time\" : (string) This is an optional field and only needs to be completed if the Booked or any of the Timed services are selected. If the Booked service is used, only the date will be used.\n\"goods_value\" : (string) The re-sale value of the goods on the consignment.\n\"mrn\" : (string) This is the Master Reference Number and is returned by HMRC once a customs declaration has been processed. This field should not be required for the majority of consignments.\n\"cmr_ref\" : (string) The CMR Reference for the consignment.\n\"vat_code\" : (string) Possible values: \"S\", \"M\", \"L\", \"Z\"\n\"inco_terms\" : (string) Possible values: \"EXW\", \"FCA\", \"CPT\", \"CIP\", \"DAT\", \"DAP\", \"DDP\", \"FAS\", \"FOB\", \"CFR\", \"CIF\", \"DAF\", \"DDU\", \"DEQ\", \"DES\", \"DUP\", \"XXX\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","UPN","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a52452ed-6c30-4422-ace0-84d0200655d8","name":"UPN","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"main_service\": \"5\",\r\n            \"pallet_type\": \"H\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n\t        \"name\": \"Recipient Name\",\r\n\t        \"phone\": \"30201231234\",\r\n\t        \"email\": \"support@buyer.com\",\r\n\t        \"company_name\": \"The Receiving Company\",\r\n\t        \"address_1\": \"77 Street Street\",\r\n\t        \"address_2\": \"\",\r\n\t        \"address_3\": \"\",\r\n\t        \"city\": \"New City\",\r\n\t        \"county\": \"\",\r\n\t        \"postcode\": \"YO25 6NN\",\r\n\t        \"country_iso\": \"GB\"\r\n\t    },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UPN/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"W211829421C\",\n        \"W211829421C\"\n    ],\n    \"tracking_urls\": [\n        \"https://members.upn.co.uk/podtracker.aspx?con=&pcode=&barcode=W211829421C&ButtonName=Search\"\n    ],\n    \"courier_specifics\": {\n        \"barcode\": \"W211829421C\",\n        \"info\": \"you need the barcode to cancel labels\"\n    },\n    \"label_size\": \"10x4\",\n}"}],"_postman_id":"9945a646-4f65-4b4b-a595-909ffd720d0f"},{"name":"UPS","id":"4a1e578b-ece8-4ceb-94af-9adc08788cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"parcel_description\": \"Test Items\",\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"11\",\r\n            \"service_description\" : \"Standard\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UPS/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Example: \"11\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_description\" : (string) Example: \"Standard\"\n\"signature_required\" : (string) 1 = Delivery Signature, 2 = Delivery Signature Adult Only - Leave blank if signature is not required (default)\n\"saturday_delivery\" : (boolean) Defaults to false\n\"alcoholic_beverages_indicator\" : (boolean) Defaults to false\n\"terms_of_shipment\" : (string) Defaults to \"DDU\", other options include \"DDP\", \"DAF\", etc.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","UPS","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"726c5fb8-7fc2-4f47-8c32-200b391f5a92","name":"UPS","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"parcel_description\": \"Test Items\",\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"11\",\r\n            \"service_description\" : \"Standard\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UPS/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"4a1e578b-ece8-4ceb-94af-9adc08788cb8"},{"name":"UPSv2","id":"aaef59ba-897c-4806-ab85-c7db4459ac7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"parcel_description\": \"Test Items\",\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"11\",\r\n            \"service_description\" : \"Standard\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UPSv2/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : Example: \"11\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_description\" : (string) Example: \"Standard\"\n\"signature_required\" : (string) 1 = Delivery Signature, 2 = Delivery Signature Adult Only - Leave blank if signature is not required (default)\n\"saturday_delivery\" : (boolean) Defaults to false\n\"alcoholic_beverages_indicator\" : (boolean) Defaults to false\n\"terms_of_shipment\" : (string) Defaults to \"DDU\", other options include \"DDP\", \"DAF\", etc.\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","UPSv2","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2aa620e5-124d-4e40-838e-79b72e9694f4","name":"UPSv2","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"parcel_description\": \"Test Items\",\r\n\r\n        \"courier\" : {\r\n            \"service_code\": \"11\",\r\n            \"service_description\" : \"Standard\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UPSv2/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"aaef59ba-897c-4806-ab85-c7db4459ac7f"},{"name":"UrbIt","id":"307b14c0-5a83-4eed-86ea-c2f5122c25e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"test test\",\r\n            \"phone\": \"7377455180\",\r\n            \"email\": \"test@test.com\",\r\n            \"company_name\": \"Urb-it\",\r\n            \"address_1\": \"66 Old Compton St\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"London\",\r\n            \"district\": \"Paris\",\r\n            \"county\": \"Paris\",\r\n            \"postcode\": \"W1D 4UH\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UrbIt/create-label","description":"<p>No REQUIRED fields</p>\n<p>No OPTIONAL fields</p>\n","urlObject":{"path":["api","couriers","v1","UrbIt","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"82b85a58-f4dd-443a-9cec-193f40d2176a","name":"UrbIt","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"test test\",\r\n            \"phone\": \"7377455180\",\r\n            \"email\": \"test@test.com\",\r\n            \"company_name\": \"Urb-it\",\r\n            \"address_1\": \"66 Old Compton St\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"London\",\r\n            \"district\": \"Paris\",\r\n            \"county\": \"Paris\",\r\n            \"postcode\": \"W1D 4UH\",\r\n            \"country_iso\": \"FR\"\r\n        },\r\n        \"parcels\": [\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        },\r\n\t        {\r\n\t            \"dim_width\": 20,\r\n\t            \"dim_height\": 40,\r\n\t            \"dim_length\": 40,\r\n\t            \"dim_unit\": \"cm\",\r\n\t\r\n\t            \"items\": [\r\n\t                {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 20,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.6,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }, {\r\n\t                    \"description\": \"Test Item One\",\r\n\t                    \"origin_country\": \"GB\",\r\n\t                    \"quantity\": 1,\r\n\t                    \"value\": 5,\r\n\t                    \"value_currency\": \"GBP\",\r\n\t                    \"weight\": 0.4,\r\n\t                    \"weight_unit\": \"kg\",\r\n\t                    \"sku\": \"TEST0001\",\r\n\t                    \"hs_code\": \"12345\"\r\n\t                }]\r\n\t        }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/UrbIt/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"type\":\"PDF\",\n\t\"request_id\":\"1589992569674\",\n\t\"tracking_codes\":[\"15500999004133\"],\n\t\"tracking_urls\":[\"https://tracking.justshoutgfs.com/ConsLink.asp?ConsNumber=15500999004133\"],\n\t\"uri\":\"http://vault.ecloud.co.uk/courierapi/transglobal_label_1519892111_SOExc.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZBR7%2F20200520%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20200520T163542Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=9f9da417f6faab541810ac592ec1be5c8ddf572e6e7fb77e0ab7c85454c3cd25\",\"key\":\"transglobal_label_1519892111_SOExc.pdf\",\n\t\"dc_request_id\":3949\n}"}],"_postman_id":"307b14c0-5a83-4eed-86ea-c2f5122c25e8"},{"name":"InternationalBridgeUSPS","id":"c5f20128-8a1b-40ad-9514-2600fbdf5c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"parcel_description\": \"Test Items\",\r\n\r\n        \"courier\": {\r\n            \"mail_class\": \"Priority\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Test Name And Surname\",\r\n            \"phone\": \"013774551801\",\r\n            \"email\": \"harry@redbrick247.com\",\r\n            \"company_name\": \"Despatch Cloud Ltd\",\r\n            \"address_1\": \"247 High St\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Palo Alto\",\r\n            \"county\": \"East Yorkshire\",\r\n            \"postcode\": \"94301\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"John Doe\",\r\n            \"phone\": \"8884445555\",\r\n            \"email\": \"testemail123@hotmail.com\",\r\n            \"company_name\": \"RedBrick247\",\r\n            \"address_1\": \"4100 Orme St\",\r\n            \"city\": \"Palo Alto\",\r\n            \"county\": \"Yorkshire\",\r\n            \"postcode\": \"94306\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_length\": 30,\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 10,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Diverter Value - Revision G1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 50,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"STEBEDSKU01\",\r\n                        \"hs_code\": \"87081010\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Diverter Value - Revision G1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 50,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"STEBEDSKU01\",\r\n                        \"hs_code\": \"87081010\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/InternationalBridgeUSPS/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"mail_class\" : Defaults to Priority. One of Priority, Express, FirstClass, ParcelSelect, ParcelSelectLightweight, LibraryMail, MediaMail, BoundPrintedMatter, FirstClassInternational, PriorityInternational, PriorityExpressInternational.\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"is_return\" : (boolean) Defaults to false. Indicates a return shipment.\n\"shape\" : (string) Defaults to Parcel. One of Parcel, Flat, FlatRateEnvelope, LegalFlatRateEnvelope, PaddedFlatRateEnvelope, SmallFlatRateBox, MediumFlatRateBox, LargeFlatRateBox, RegionalRateBoxA, RegionalRateBoxB. The following shapes are valid only for PMOD: Sack, FullTrayBox, HalfTrayBox, FlatTubBox, ExtendedManagedMail (aka EMMTray)\n\"pricing\" : (string) One of Retail, CommercialBase, CommercialPlus, Custom.\n\"services\" : (string) One of OpenAndDistribute, Fragile, Perishable, LiveAnimal, HazMat, CrematedRemains, Certified, Restricted, Adult, COD, SignatureConfirmation, Insurance, Registered, ReturnReceipt, ReturnReceiptElectronic, ReturnReceiptMerchandise, HoldForPickup.\n\"presort_level\" : (string) Presort level. Required for Library Mail, Media Mail, Parcel Select Destination Entry and Parcel Select Lightweight. One of None, 5-Digit, 3-Digit, SCF, NDC, MixedNDC, DDU, Basic.\n\"entry_facility\" : (string) Required for Parcel Select Destination Entry and Parcel Select Lightweight. One of None, DNDC, DSCF, DDU.\n\"softpack\" : (boolean) Boolean softpack indicator. Applies ONLY to Priority Mail cubic\n\"gde_origin_country_code\" : (string) example: \"GB\"\n\n</code></pre>","urlObject":{"path":["api","couriers","v1","InternationalBridgeUSPS","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3063670a-2dc1-4c2e-86ac-625d42c73964","name":"InternationalBridgeUSPS","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"parcel_description\": \"Test Items\",\r\n\r\n        \"courier\": {\r\n            \"mail_class\": \"Priority\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Test Name And Surname\",\r\n            \"phone\": \"013774551801\",\r\n            \"email\": \"harry@redbrick247.com\",\r\n            \"company_name\": \"Despatch Cloud Ltd\",\r\n            \"address_1\": \"247 High St\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Palo Alto\",\r\n            \"county\": \"East Yorkshire\",\r\n            \"postcode\": \"94301\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"John Doe\",\r\n            \"phone\": \"8884445555\",\r\n            \"email\": \"testemail123@hotmail.com\",\r\n            \"company_name\": \"RedBrick247\",\r\n            \"address_1\": \"4100 Orme St\",\r\n            \"city\": \"Palo Alto\",\r\n            \"county\": \"Yorkshire\",\r\n            \"postcode\": \"94306\",\r\n            \"country_iso\": \"US\",\r\n            \"company_id\": \"\",\r\n            \"tax_id\": \"\",\r\n            \"eori_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_length\": 30,\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 10,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Diverter Value - Revision G1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 50,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"STEBEDSKU01\",\r\n                        \"hs_code\": \"87081010\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Diverter Value - Revision G1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 50,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"STEBEDSKU01\",\r\n                        \"hs_code\": \"87081010\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/InternationalBridgeUSPS/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"9205500000000001418102\"\n    ],\n    \"tracking_urls\": [\n        \"https://tools.usps.com/go/TrackConfirmAction?qtc_tLabels1=9205500000000001418102\"\n    ],\n}"}],"_postman_id":"c5f20128-8a1b-40ad-9514-2600fbdf5c5c"},{"name":"Whistl","id":"0a9cf260-2113-44ae-a262-f6c733c4a134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_preference_list_id\": \"229\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Whistl/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_preference_list_id\" : Example: \"229\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"collection_ready_time\" : (string) defaults to \"12:00:00\"\n\"location_close_time\" : (string) defaults to \"16:00:00\"\n\"contents_description\" : (string) defaults to \"General Goods\"\n\"country_of_origin\" : (string) Defaults to \"GB\", only relevant for international order\n\"hs_tariff_number\" : (string) Defaults to \"\", only relevant for international orders\n\"terms_of_trade\" : (string) Defaults to \"DutiesAndTaxesUnpaid\", alternative is \"DutiesAndTaxesPaid\", only relevant for international orders\n\"category_of_item\" : (string) Defaults to \"General Goods\", only relevant for international orders\n\"collection_address_type\" : (string) Defaults to \"Business\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","Whistl","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"091390a9-cc20-48b3-9be4-e054eb6a16fb","name":"Whistl","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n            \"service_preference_list_id\": \"229\"\r\n        },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Whistl/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_lowcost_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\"\n  ]\n}"}],"_postman_id":"0a9cf260-2113-44ae-a262-f6c733c4a134"},{"name":"WLogistics","id":"e0caa3ec-28ec-4c2c-ab28-7207515e4f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"courier\": {\r\n            \"service_code\": \"PNP_NDS1\",\r\n            \"carrier_code\": \"PNP\",\r\n            \"act_number\": \"21232123\"\r\n        },\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"7000000000\",\r\n            \"email\": \"correos@correos.com\",\r\n            \"address_1\": \"Direccion del destinatario\",\r\n            \"address_2\": \"Córdoba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"county\": \"Córdoba\",\r\n            \"postcode\": \"36139\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"SC572528\",\r\n            \"tax_id\": \"xxxxxxxxxx\",\r\n            \"ioss_number\": \"\",\r\n            \"eori_id\": \"GB305795193999\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Jorge Fakumba\",\r\n            \"phone\": \"678678678\",\r\n            \"email\": \"fake@live.com\",\r\n            \"company_name\": \"Correos\",\r\n            \"address_1\": \"Agiabanco 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"ALICANTE\",\r\n            \"postcode\": \"1100\",\r\n            \"country_iso\": \"PT\",\r\n            \"county\": \"\",\r\n            \"eori_id\": \"GB305795193999\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/WLogistics/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : \"ST\": standard for the product / at home, \"LS\": in a selected branch, \"OR\": in the reference branch of the addressee, \"CP\": CityPaq\n\"product_code\" : Shipping product code. Example: \"S0132\"\n\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"payment_status\" : (string) \"FP\": Postage paid, \"FM\": Machine franking, \"ES\": Cash, \"ON\": Online payment. Defaults to \"FP\"\n\"shipment_type\" : (boolean) Mandatory for international shipments. Type of shipment:- \"1\": Documents, - \"2\": Goods (default), - \"3\": Gifts, - \"4\": Commercial Samples, - \"5\": Returned Goods, - \"6\": Other, - \"7\": Dangerous goods\n</code></pre>","urlObject":{"path":["api","couriers","v1","WLogistics","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d998fe1c-d109-4bb8-9806-9befefdfe41a","name":"WLogistics","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"courier\": {\r\n            \"service_code\": \"PNP_NDS1\",\r\n            \"carrier_code\": \"PNP\",\r\n            \"act_number\": \"21232123\"\r\n        },\r\n        \"ship_from\": {\r\n            \"company_name\": \"Fake Company Ltd\",\r\n            \"name\": \"Pablo Fakobar\",\r\n            \"phone\": \"7000000000\",\r\n            \"email\": \"correos@correos.com\",\r\n            \"address_1\": \"Direccion del destinatario\",\r\n            \"address_2\": \"Córdoba\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Madrid\",\r\n            \"county\": \"Córdoba\",\r\n            \"postcode\": \"36139\",\r\n            \"country_iso\": \"ES\",\r\n            \"company_id\": \"SC572528\",\r\n            \"tax_id\": \"xxxxxxxxxx\",\r\n            \"ioss_number\": \"\",\r\n            \"eori_id\": \"GB305795193999\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Jorge Fakumba\",\r\n            \"phone\": \"678678678\",\r\n            \"email\": \"fake@live.com\",\r\n            \"company_name\": \"Correos\",\r\n            \"address_1\": \"Agiabanco 1\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"ALICANTE\",\r\n            \"postcode\": \"1100\",\r\n            \"country_iso\": \"PT\",\r\n            \"county\": \"\",\r\n            \"eori_id\": \"GB305795193999\",\r\n            \"tax_id\": \"\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 10,\r\n                \"dim_height\": 10,\r\n                \"dim_length\": 15,\r\n                \"dim_unit\": \"cm\",\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Esto es Observaciones 1\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.1,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    },\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 5,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"123456\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/WLogistics/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n    \"key\": \"1571116369_bhrtt.pdf\",\n    \"type\": \"PDF\",\n    \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"ICARGOS29013872\"\n    ],\n    \"tracking_urls\": [\n        \"ICARGOS29013872\"\n    ],\n    \"courier_specifics\": {\n        \"identity\": \"ICARGOS29013872\",\n        \"service_code\": \"PNP_NDS1\",\n        \"act_number\": \"21232123\",\n        \"carrier_code\": \"PNP\"\n    },\n}"}],"_postman_id":"e0caa3ec-28ec-4c2c-ab28-7207515e4f4b"},{"name":"Yodel","id":"4ce22c08-da9a-4db9-8d6d-4024d2df7873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"tariff_code\": \"HDN\",\r\n\t        \"collection_time\": \"17:30:00\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Yodel/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"tariff_code\" : Example: \"HDN\", this is specific to your account\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"contents_description\" : (string) defaults to \"GENERAL GOODS\"\n\"best_service\" : (string) defaults to \"0\"\n\"collection_time\" : (string) defaults to \"16:00:00\"\n</code></pre>","urlObject":{"path":["api","couriers","v1","Yodel","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5e74f5f1-839f-48fa-bb32-068aeee5d031","name":"Yodel","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"tariff_code\": \"HDN\",\r\n\t        \"collection_time\": \"17:30:00\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/Yodel/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_lowcost_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\",\n    \"JD0002249184030000\"\n  ],\n  \"tracking_urls\": [\n\t\"https://www.yodel.co.uk/track?parcel_id=JD0002249184029999\",\n\t\"https://www.yodel.co.uk/track?parcel_id=JD0002249184030000\"\n  ],\n  \"courier_specifics\": {\n\t\"unique_ref\" : \"15984531\",\n\t\"info\" : \"you need the unique_ref to cancel labels\"\n  }\n}"}],"_postman_id":"4ce22c08-da9a-4db9-8d6d-4024d2df7873"},{"name":"YodelLink","id":"08a509d5-bcf3-4e10-a15a-c85fc78c22ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\" : \"1VSP\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/YodelLink/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) Example: \"2VN\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"export_reason\" : (string) defaults to \"Sales\", alternatives are \"Gift\", \"Sample\", \"Personal\"\n\"leave_safe\" : (string) \"Front Porch\",\"Back Porch\",\"Shed\",\"Garage\",\"Greenhouse\",\"Outbuilding\",\"Conservatory\",\"Neighbour\"\n</code></pre><p>In addition, with YodelLink you have the capacity to specify a <code>return_address</code> - you may do this either in the courier section of the json, or as a sibling in the json to the ship_from and ship_to addresses, in the same format.</p>\n","urlObject":{"path":["api","couriers","v1","YodelLink","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5864d6dd-b4b8-4e73-b2be-d55b3ddb669f","name":"YodelLink","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\" : \"1VSP\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/YodelLink/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/1571116369_yodellink_bhrtt.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"1571116369_yodellink_bhrtt.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n  \"tracking_codes\": [\n    \"JD0002249184029999\",\n    \"JD0002249184030000\"\n  ],\n  \"tracking_urls\": [\n\t\"https://www.yodel.co.uk/track?parcel_id=JD0002249184029999\",\n\t\"https://www.yodel.co.uk/track?parcel_id=JD0002249184030000\"\n  ],\n  \"courier_specifics\": {\n        \"shipment_id\": 335,\n        \"notes\": \"you will need the shipment_id to cancel\"\n  }\n}"}],"_postman_id":"08a509d5-bcf3-4e10-a15a-c85fc78c22ca"},{"name":"YunExpress","id":"7f7bca32-c709-4ff6-9665-2e026cea8878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>get from {{api_url}}/controlpanel/apiusers , in the list of users, the <code>name</code> field goes here</p>\n","key":"api-user","type":"text","value":"{{api-user}}"},{"description":"<p>get from {{api_url}}/controlpanel/apiusers , click on <code>view tokens</code> and create a token. The token <code>name</code> is not used</p>\n","key":"api-token","type":"text","value":"{{api-token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\": \"EUWTR\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/YunExpress/create-label","description":"<p>The following settings are REQUIRED to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"service_code\" : (string) Shipping Method Code, example: \"EUWTR\"\n</code></pre><p>The following settings are OPTIONAL to pass through in the \"courier\" section of the json:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"order_number\" : (string) Customer order number\n\"application_type\" : (number) Declaration type, used to print CN22, 1: Gift, 2: Sample, 3: Documents, 4: Others\n\"return_option\" : (number) Whether to return, whether the package is returned when no one signs, 1: return, 0: not returned\n\"tariff_prepay\" : (number)  Tariff prepaid service fee, 1: participation in tariff prepayment, 0: no participation in tariff prepayment, default 0\n\"insurance_option\" : (number) Parcel type of insurance, 0: non-insurance, 1: piece, 2: proportion, default 0\n\"coverage\" : (number) The maximum amount of insurance, with RMB as the unit\n\"sensitive_type_id\" : (number) The type of special goods in the package - inquire with the courier for details\n</code></pre>","urlObject":{"path":["api","couriers","v1","YunExpress","create-label"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a8740d66-6fd0-48fa-b557-4ef84f7cab46","name":"YunExpress","originalRequest":{"method":"POST","header":[{"key":"api-user","value":"{{api-user}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"api-token","value":"{{api-token}}","description":"get from {{api_url}}/controlpanel/apiusers","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"auth_company\":\t\"company\",\r\n    \"request_id\": \"piocm5241li2dfj\",\r\n    \"format_address_default\" : true,\r\n    \"shipment\" : {\r\n        \"label_size\": \"6x4\",\r\n        \"label_format\": \"pdf\",\r\n        \"generate_invoice\": false,\r\n        \"generate_packing_slip\": false,\r\n\r\n        \"courier\" : {\r\n\t        \"service_code\": \"EUWTR\"\r\n\t    },\r\n\r\n        \"collection_date\": \"2019-11-19T09:28:04.760Z\",\r\n        \"reference\": \"my custom reference\",\r\n        \"delivery_instructions\":  \"Leave on the porch\",\r\n        \"ship_from\": {\r\n            \"name\": \"Sir Foo\",\r\n            \"phone\": \"2125551234\",\r\n            \"email\": \"foo@foo.com\",\r\n            \"company_name\": \"Foo Store\",\r\n            \"address_1\": \"255 New town\",\r\n            \"address_2\": \"Wow Avenue\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"Belleville\",\r\n            \"postcode\": \"YO25 9DJ\",\r\n            \"county\": \"\",\r\n            \"country_iso\": \"GB\",\r\n            \"company_id\": \"911-70-1234\",\r\n            \"tax_id\": \"911-70-1234\"\r\n        },\r\n        \"ship_to\": {\r\n            \"name\": \"Recipient Name\",\r\n            \"phone\": \"30201231234\",\r\n            \"email\": \"support@buyer.com\",\r\n            \"company_name\": \"The Receiving Company\",\r\n            \"address_1\": \"77 Street Street\",\r\n            \"address_2\": \"\",\r\n            \"address_3\": \"\",\r\n            \"city\": \"New City\",\r\n            \"county\": \"\",\r\n            \"postcode\": \"YO25 6MM\",\r\n            \"country_iso\": \"GB\"\r\n        },\r\n        \"parcels\": [\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            },\r\n            {\r\n                \"dim_width\": 20,\r\n                \"dim_height\": 40,\r\n                \"dim_length\": 40,\r\n                \"dim_unit\": \"cm\",\r\n\r\n                \"items\": [\r\n                    {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 20,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.6,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }, {\r\n                        \"description\": \"Test Item One\",\r\n                        \"origin_country\": \"GB\",\r\n                        \"quantity\": 1,\r\n                        \"value\": 5,\r\n                        \"value_currency\": \"GBP\",\r\n                        \"weight\": 0.4,\r\n                        \"weight_unit\": \"kg\",\r\n                        \"sku\": \"TEST0001\",\r\n                        \"hs_code\": \"12345\"\r\n                    }]\r\n            }]\r\n    }\r\n}"},"url":"{{api_url}}/api/couriers/v1/YunExpress/create-label"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"uri\": \"http://vault.ecloud.co.uk/courierapi/jptbhJcrz5HnXJHz1WrF.pdf?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=HSEOVCX3IWRFNRTAZQT6%2F20191885%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20191119T093984Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=4626b1ffc529e9a8471229860fc6f72c184d0c8d81c179c60e59cf0ecd44fea8\",\n  \"key\": \"jptbhJcrz5HnXJHz1WrF.pdf\",\n  \"type\": \"PDF\",\n  \"request_id\": \"1574156346168\",\n    \"tracking_codes\": [\n        \"YT2126521418000002\"\n    ],\n    \"tracking_urls\": [\n        \"https://www.yuntrack.com/track/detail?id=YT2126521418000002\"\n    ]\n}"}],"_postman_id":"7f7bca32-c709-4ff6-9665-2e026cea8878"}],"event":[{"listen":"prerequest","script":{"id":"21cc5b5b-dcc1-462d-ba2b-57b8d0d43b5c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad075cd0-ae5a-49f9-8dcc-7db69df7ecab","type":"text/javascript","exec":[""]}}]}