{"info":{"_postman_id":"0bbcc8a7-241c-2d43-f65b-e85518918e01","name":"shipcloud.io","description":"<html><head></head><body><p>API for creating shipping labels via one of the major carriers on the German / European market</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3967924","collectionId":"0bbcc8a7-241c-2d43-f65b-e85518918e01","publishedId":"RW1Yq1sr","public":true,"customColor":null,"publishDate":"2018-05-09T09:11:34.000Z"},"item":[{"name":"addresses","item":[{"name":"Get addresses","id":"cf167693-1a46-e499-cc14-fb6ef8a28bfd","request":{"method":"GET","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/addresses","description":"<p>Get a list of addresses</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#getting-a-list-of-addresses\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","addresses"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf167693-1a46-e499-cc14-fb6ef8a28bfd"},{"name":"Add an address","id":"7f63146a-00fc-2cc8-97e7-0e3a599ccec0","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Maxi\",\n  \"last_name\": \"Mustermann\",\n  \"street\": \"Mittelweg\",\n  \"street_no\": \"158a\",\n  \"zip_code\": \"20148\",\n  \"city\": \"Hamburg\",\n  \"country\": \"DE\"\n}"},"url":"https://api.shipcloud.io/v1/addresses","description":"<p>Add an address to be used in a shipments to or from address</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#creating-an-address\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","addresses"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f63146a-00fc-2cc8-97e7-0e3a599ccec0"},{"name":"Get info about a single address","id":"43b3e9f9-8784-a57a-3049-622114a568fe","request":{"method":"GET","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/addresses/{{id}}","description":"<p>returns details of an address</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#show-an-address\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","addresses","{{id}}"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"43b3e9f9-8784-a57a-3049-622114a568fe"}],"id":"7e637a79-c9f6-56e6-12a8-de702647de8e","description":"<p>Folder for addresses</p>\n","_postman_id":"7e637a79-c9f6-56e6-12a8-de702647de8e"},{"name":"carriers","item":[{"name":"Get list of carriers","id":"9683f1b2-60d3-f818-1707-e9b23dc046b0","request":{"method":"GET","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/carriers","description":"<p>Get all carriers available for your account</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#carriers\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","carriers"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9683f1b2-60d3-f818-1707-e9b23dc046b0"}],"id":"446320c8-c995-fa51-babc-7729b9d87af9","description":"<p>Folder for carriers</p>\n","_postman_id":"446320c8-c995-fa51-babc-7729b9d87af9"},{"name":"pickup_requests","item":[{"name":"Pickup request for all shipments","id":"9f8ab66e-2791-1eb9-eed3-fa8f422c11ff","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"carrier\": \"dpd\",\n  \"pickup_time\": {\n    \"earliest\": \"2015-09-15T09:00:00+02:00\",\n    \"latest\": \"2015-09-15T18:00:00+02:00\"\n  }\n}"},"url":"https://api.shipcloud.io/v1/pickup_requests","description":"<p>Creates a pickup request for all shipments from a single carrier.</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#pickup-requests\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","pickup_requests"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f8ab66e-2791-1eb9-eed3-fa8f422c11ff"},{"name":"Pickup request for specific shipments","id":"4614f68d-040e-1075-94d5-45364ee8188a","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"carrier\": \"dpd\",\n  \"pickup_time\": {\n    \"earliest\": \"2015-09-15T09:00:00+02:00\",\n    \"latest\": \"2015-09-15T18:00:00+02:00\"\n  },\n  \"shipments\": [\n    {\n      \"id\": \"3a186c51d4281acbecf5ed38805b1db92a9d668b\"\n    }\n  ]\n}"},"url":"https://api.shipcloud.io/v1/pickup_requests","description":"<p>Tell the carrier to pick up a specific number of shipments</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#pickup-requests\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","pickup_requests"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4614f68d-040e-1075-94d5-45364ee8188a"}],"id":"fabdc4de-42e1-dddc-61dd-84562e30b600","description":"<p>Folder for pickup_requests</p>\n","_postman_id":"fabdc4de-42e1-dddc-61dd-84562e30b600"},{"name":"shipment_quotes","item":[{"name":"Get a shipment quote","id":"d6cb90c9-3f36-ba0f-317a-3c7735966f3e","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":"package dimensions"},"url":"https://api.shipcloud.io/v1/shipment_quotes","description":"<p>Creating a shipment quote</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#shipment-quotes\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","shipment_quotes"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6cb90c9-3f36-ba0f-317a-3c7735966f3e"}],"id":"ca4c4e1c-07a1-ae78-9984-7c8457c21043","description":"<p>Folder for shipment_quotes</p>\n","_postman_id":"ca4c4e1c-07a1-ae78-9984-7c8457c21043"},{"name":"shipments","item":[{"name":"Index of shipments","id":"c13cf317-9843-45df-cc88-e340b53bdc90","request":{"method":"GET","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Getting a list of shipments</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#getting-a-list-of-shipments\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c13cf317-9843-45df-cc88-e340b53bdc90"},{"name":"Create a shipment","id":"d2336c82-7a9e-1d6c-7636-8d3864872ba3","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"service\": \"standard\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new <strong>standard</strong> shipment</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#creating-a-shipment\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2336c82-7a9e-1d6c-7636-8d3864872ba3"},{"name":"Query a shipment","id":"6730a38d-6385-8dff-04ae-751006883c77","request":{"method":"GET","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/shipments/{{id}}","description":"<p>Returns information about a single shipment</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#getting-information-about-a-shipment\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","shipments","{{id}}"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6730a38d-6385-8dff-04ae-751006883c77"},{"name":"Update a shipment","id":"70609f7e-691e-5a95-54c2-c48d415bd84b","request":{"method":"PUT","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":"determines if a shipping label should be created at the carrier (**this means you will be charged**)"},"url":"https://api.shipcloud.io/v1/shipments/{{id}}","description":"<p>Update a existing shipment with new data </p>\n<p><strong>Notice:</strong> Only shipments where <em>\"create_shipping_label\"</em> is false can be updated, because no transaction with a carrier has been done until this point.</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#updating-a-shipment\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","shipments","{{id}}"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"70609f7e-691e-5a95-54c2-c48d415bd84b"},{"name":"Delete a shipment","id":"fbe78b18-d025-fb90-53ea-c90565cacbd3","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/shipments/{{id}}","description":"<p>Prepared shipments (where <strong>create_shipping_label</strong> is false) can be deleted at any time, because no transaction with the carrier has happened until this point and no actual shipping label has been created. In case you've created a shipping label you can delete it before the cutoff time of the carrier. Cutoff times differ from carrier to carrier and are some time between 5pm and 8pm.</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#deleting-a-shipment\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","shipments","{{id}}"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbe78b18-d025-fb90-53ea-c90565cacbd3"},{"name":"DHL Packstation","id":"b5882427-27ef-c6c0-c774-60b6328a83d8","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"care_of\": \"12345678\",\n    \"street\": \"PACKSTATION\",\n    \"street_no\": \"109\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new shipment for a DHL Packstation</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[{"id":"c4df8b26-a699-168f-df97-5cca82bc3d31","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic MWMxODZhMWQxNTg0MGExNDk2ZWQ5ODViOTdmZTM4MGM6"},{"key":"Content-Type","name":"Content-Type","value":"application/json"},{"key":"Cache-Control","name":"Cache-Control","value":"no-cache"},{"key":"Postman-Token","name":"Postman-Token","value":"cb4cc154-13eb-0c93-42e4-751b14442451"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"care_of\": \"12345678\",\n    \"street\": \"PACKSTATION\",\n    \"street_no\": \"109\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n  \"weight\": 1.5,\n  \"length\": 10,\n  \"width\": 6,\n  \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Cache-Control","key":"Cache-Control","value":"max-age=0, private, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"name":"Connection","key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"name":"Content-Length","key":"Content-Length","value":"275","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Thu, 17 Mar 2016 10:10:45 GMT","description":"The date and time that the message was sent"},{"name":"ETag","key":"ETag","value":"W/\"fa4f6ea47f2cef271c0ec80da2ee6ff5\"","description":"An identifier for a specific version of a resource, often a message digest"},{"name":"Server","key":"Server","value":"nginx/1.8.1","description":"A name for the server"},{"name":"Status","key":"Status","value":"200 OK","description":"Custom header"},{"name":"Strict-Transport-Security","key":"Strict-Transport-Security","value":"max-age=31536000, max-age=63072000; includeSubdomains; preload","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"name":"X-Content-Type-Options","key":"X-Content-Type-Options","value":"nosniff, nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"name":"X-Frame-Options","key":"X-Frame-Options","value":"SAMEORIGIN, DENY","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"name":"X-Request-Id","key":"X-Request-Id","value":"49320735-c211-42d7-834b-a68b0b8c12c6","description":"Custom header"},{"name":"X-Runtime","key":"X-Runtime","value":"2.078880","description":"Custom header"},{"name":"X-XSS-Protection","key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"2338","body":"{\"id\":\"db3bc2af94a311af06d010d8e9ed8a3e60b34478\",\"carrier_tracking_no\":\"TEST412762103314\",\"tracking_url\":\"https://track.shipcloud.io/de/db3bc2af94\",\"label_url\":\"https://sc-labels.s3.amazonaws.com/shipments/e12ca1e9/db3bc2af94/label/shipping_label_db3bc2af94.pdf\",\"price\":3.9}"}],"_postman_id":"b5882427-27ef-c6c0-c774-60b6328a83d8"},{"name":"DHL Postfiliale","id":"4439039b-d92d-c30e-90f7-7c32d023636e","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"care_of\": \"1234567\",\n    \"street\": \"POSTFILIALE\",\n    \"street_no\": \"515\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new shipment that will be delivered to a DHL store</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[{"id":"1ec0a07c-4612-de3b-a49c-22b9f1573c1d","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic MWMxODZhMWQxNTg0MGExNDk2ZWQ5ODViOTdmZTM4MGM6"},{"key":"Content-Type","name":"Content-Type","value":"application/json"},{"key":"Cache-Control","name":"Cache-Control","value":"no-cache"},{"key":"Postman-Token","name":"Postman-Token","value":"cb4cc154-13eb-0c93-42e4-751b14442451"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"care_of\": \"12345678\",\n    \"street\": \"PACKSTATION\",\n    \"street_no\": \"109\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n  \"weight\": 1.5,\n  \"length\": 10,\n  \"width\": 6,\n  \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Cache-Control","key":"Cache-Control","value":"max-age=0, private, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"name":"Connection","key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"name":"Content-Length","key":"Content-Length","value":"275","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Thu, 17 Mar 2016 10:10:45 GMT","description":"The date and time that the message was sent"},{"name":"ETag","key":"ETag","value":"W/\"fa4f6ea47f2cef271c0ec80da2ee6ff5\"","description":"An identifier for a specific version of a resource, often a message digest"},{"name":"Server","key":"Server","value":"nginx/1.8.1","description":"A name for the server"},{"name":"Status","key":"Status","value":"200 OK","description":"Custom header"},{"name":"Strict-Transport-Security","key":"Strict-Transport-Security","value":"max-age=31536000, max-age=63072000; includeSubdomains; preload","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"name":"X-Content-Type-Options","key":"X-Content-Type-Options","value":"nosniff, nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"name":"X-Frame-Options","key":"X-Frame-Options","value":"SAMEORIGIN, DENY","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"name":"X-Request-Id","key":"X-Request-Id","value":"49320735-c211-42d7-834b-a68b0b8c12c6","description":"Custom header"},{"name":"X-Runtime","key":"X-Runtime","value":"2.078880","description":"Custom header"},{"name":"X-XSS-Protection","key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"2338","body":"{\"id\":\"db3bc2af94a311af06d010d8e9ed8a3e60b34478\",\"carrier_tracking_no\":\"TEST412762103314\",\"tracking_url\":\"https://track.shipcloud.io/de/db3bc2af94\",\"label_url\":\"https://sc-labels.s3.amazonaws.com/shipments/e12ca1e9/db3bc2af94/label/shipping_label_db3bc2af94.pdf\",\"price\":3.9}"}],"_postman_id":"4439039b-d92d-c30e-90f7-7c32d023636e"},{"name":"DHL higher insurance","id":"1adb407a-371c-b76d-117d-ea1e430b00ff","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8,\n    \"declared_value\": {\n      \"amount\": 123.45,\n      \"currency\": \"EUR\"\n    }\n  },\n  \"carrier\": \"dhl\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new DHL shipment that will have a higher insurance value (see <a href=\"https://developers.shipcloud.io/recipes/#dhl-higher-insurance\">https://developers.shipcloud.io/recipes/#dhl-higher-insurance</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[{"id":"92a0bac9-8e7e-49fc-99be-a71da1c0e44d","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic MWMxODZhMWQxNTg0MGExNDk2ZWQ5ODViOTdmZTM4MGM6"},{"key":"Content-Type","name":"Content-Type","value":"application/json"},{"key":"Cache-Control","name":"Cache-Control","value":"no-cache"},{"key":"Postman-Token","name":"Postman-Token","value":"cb4cc154-13eb-0c93-42e4-751b14442451"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"care_of\": \"12345678\",\n    \"street\": \"PACKSTATION\",\n    \"street_no\": \"109\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n  \"weight\": 1.5,\n  \"length\": 10,\n  \"width\": 6,\n  \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Cache-Control","key":"Cache-Control","value":"max-age=0, private, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"name":"Connection","key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"name":"Content-Length","key":"Content-Length","value":"275","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Thu, 17 Mar 2016 10:10:45 GMT","description":"The date and time that the message was sent"},{"name":"ETag","key":"ETag","value":"W/\"fa4f6ea47f2cef271c0ec80da2ee6ff5\"","description":"An identifier for a specific version of a resource, often a message digest"},{"name":"Server","key":"Server","value":"nginx/1.8.1","description":"A name for the server"},{"name":"Status","key":"Status","value":"200 OK","description":"Custom header"},{"name":"Strict-Transport-Security","key":"Strict-Transport-Security","value":"max-age=31536000, max-age=63072000; includeSubdomains; preload","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"name":"X-Content-Type-Options","key":"X-Content-Type-Options","value":"nosniff, nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"name":"X-Frame-Options","key":"X-Frame-Options","value":"SAMEORIGIN, DENY","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"name":"X-Request-Id","key":"X-Request-Id","value":"49320735-c211-42d7-834b-a68b0b8c12c6","description":"Custom header"},{"name":"X-Runtime","key":"X-Runtime","value":"2.078880","description":"Custom header"},{"name":"X-XSS-Protection","key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"2338","body":"{\"id\":\"db3bc2af94a311af06d010d8e9ed8a3e60b34478\",\"carrier_tracking_no\":\"TEST412762103314\",\"tracking_url\":\"https://track.shipcloud.io/de/db3bc2af94\",\"label_url\":\"https://sc-labels.s3.amazonaws.com/shipments/e12ca1e9/db3bc2af94/label/shipping_label_db3bc2af94.pdf\",\"price\":3.9}"}],"_postman_id":"1adb407a-371c-b76d-117d-ea1e430b00ff"},{"name":"DHL bulk shipments","id":"8c53a40a-17af-b427-edbb-b8d7a05d6905","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 5.5,\n    \"type\": \"bulk\"\n  },\n  \"carrier\": \"dpd\",\n  \"service\": \"standard\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new DHL shipment of type bulk (see <a href=\"https://developers.shipcloud.io/recipes/#dhl-bulk-shipments\">https://developers.shipcloud.io/recipes/#dhl-bulk-shipments</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[{"id":"9f2f6ed1-dba9-bf77-aed4-94ccdd768511","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic MWMxODZhMWQxNTg0MGExNDk2ZWQ5ODViOTdmZTM4MGM6"},{"key":"Content-Type","name":"Content-Type","value":"application/json"},{"key":"Cache-Control","name":"Cache-Control","value":"no-cache"},{"key":"Postman-Token","name":"Postman-Token","value":"cb4cc154-13eb-0c93-42e4-751b14442451"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"care_of\": \"12345678\",\n    \"street\": \"PACKSTATION\",\n    \"street_no\": \"109\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n  \"weight\": 1.5,\n  \"length\": 10,\n  \"width\": 6,\n  \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Cache-Control","key":"Cache-Control","value":"max-age=0, private, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"name":"Connection","key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"name":"Content-Length","key":"Content-Length","value":"275","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Thu, 17 Mar 2016 10:10:45 GMT","description":"The date and time that the message was sent"},{"name":"ETag","key":"ETag","value":"W/\"fa4f6ea47f2cef271c0ec80da2ee6ff5\"","description":"An identifier for a specific version of a resource, often a message digest"},{"name":"Server","key":"Server","value":"nginx/1.8.1","description":"A name for the server"},{"name":"Status","key":"Status","value":"200 OK","description":"Custom header"},{"name":"Strict-Transport-Security","key":"Strict-Transport-Security","value":"max-age=31536000, max-age=63072000; includeSubdomains; preload","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"name":"X-Content-Type-Options","key":"X-Content-Type-Options","value":"nosniff, nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"name":"X-Frame-Options","key":"X-Frame-Options","value":"SAMEORIGIN, DENY","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"name":"X-Request-Id","key":"X-Request-Id","value":"49320735-c211-42d7-834b-a68b0b8c12c6","description":"Custom header"},{"name":"X-Runtime","key":"X-Runtime","value":"2.078880","description":"Custom header"},{"name":"X-XSS-Protection","key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"2338","body":"{\"id\":\"db3bc2af94a311af06d010d8e9ed8a3e60b34478\",\"carrier_tracking_no\":\"TEST412762103314\",\"tracking_url\":\"https://track.shipcloud.io/de/db3bc2af94\",\"label_url\":\"https://sc-labels.s3.amazonaws.com/shipments/e12ca1e9/db3bc2af94/label/shipping_label_db3bc2af94.pdf\",\"price\":3.9}"}],"_postman_id":"8c53a40a-17af-b427-edbb-b8d7a05d6905"},{"name":"DPD parcel letter","id":"c092c3cb-3e80-d6ce-9146-2c62435fc791","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8,\n    \"type\": \"parcel_letter\"\n  },\n  \"carrier\": \"dpd\",\n  \"service\": \"standard\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new DPD parcel letter shipment (see <a href=\"https://developers.shipcloud.io/recipes/#dpd-parcel-letter\">https://developers.shipcloud.io/recipes/#dpd-parcel-letter</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[{"id":"c28b4cb1-6f67-a936-361a-b77b2596e8cf","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic MWMxODZhMWQxNTg0MGExNDk2ZWQ5ODViOTdmZTM4MGM6"},{"key":"Content-Type","name":"Content-Type","value":"application/json"},{"key":"Cache-Control","name":"Cache-Control","value":"no-cache"},{"key":"Postman-Token","name":"Postman-Token","value":"cb4cc154-13eb-0c93-42e4-751b14442451"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"care_of\": \"12345678\",\n    \"street\": \"PACKSTATION\",\n    \"street_no\": \"109\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n  \"weight\": 1.5,\n  \"length\": 10,\n  \"width\": 6,\n  \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"name":"Cache-Control","key":"Cache-Control","value":"max-age=0, private, must-revalidate","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"name":"Connection","key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"name":"Content-Length","key":"Content-Length","value":"275","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Thu, 17 Mar 2016 10:10:45 GMT","description":"The date and time that the message was sent"},{"name":"ETag","key":"ETag","value":"W/\"fa4f6ea47f2cef271c0ec80da2ee6ff5\"","description":"An identifier for a specific version of a resource, often a message digest"},{"name":"Server","key":"Server","value":"nginx/1.8.1","description":"A name for the server"},{"name":"Status","key":"Status","value":"200 OK","description":"Custom header"},{"name":"Strict-Transport-Security","key":"Strict-Transport-Security","value":"max-age=31536000, max-age=63072000; includeSubdomains; preload","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"name":"X-Content-Type-Options","key":"X-Content-Type-Options","value":"nosniff, nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"name":"X-Frame-Options","key":"X-Frame-Options","value":"SAMEORIGIN, DENY","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"name":"X-Request-Id","key":"X-Request-Id","value":"49320735-c211-42d7-834b-a68b0b8c12c6","description":"Custom header"},{"name":"X-Runtime","key":"X-Runtime","value":"2.078880","description":"Custom header"},{"name":"X-XSS-Protection","key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":"2338","body":"{\"id\":\"db3bc2af94a311af06d010d8e9ed8a3e60b34478\",\"carrier_tracking_no\":\"TEST412762103314\",\"tracking_url\":\"https://track.shipcloud.io/de/db3bc2af94\",\"label_url\":\"https://sc-labels.s3.amazonaws.com/shipments/e12ca1e9/db3bc2af94/label/shipping_label_db3bc2af94.pdf\",\"price\":3.9}"}],"_postman_id":"c092c3cb-3e80-d6ce-9146-2c62435fc791"},{"name":"Create a returns shipment","id":"5792ece7-acec-7ee1-6f24-b722371ea86b","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"service\": \"standard\",\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a shipment to return goods to the sender/seller (see <a href=\"https://developers.shipcloud.io/recipes/#returns\">https://developers.shipcloud.io/recipes/#returns</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5792ece7-acec-7ee1-6f24-b722371ea86b"},{"name":"pakadoo shipment (via care_of)","id":"75ac8ffb-572b-3337-7a21-c4c57515292e","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"care_of\": \"PAK 5KQTPH5\",\n    \"company\": \"LGI GmbH\",\n    \"street\": \"Hewlett-Packard-Str.\",\n    \"street_no\": \"1/1\",\n    \"zip_code\": \"71083\",\n    \"city\": \"Herrenberg\",\n    \"country\": \"DE\",\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8,\n  },\n  \"carrier\": \"dhl\",\n  \"service\": \"standard\",\n  \"create_shipping_label\": true,\n  \"metadata\": {\n    \"pakadoo\": {\n      \"shop_name\": \"The shopname\",\n      \"order_number\": \"123456\",\n      \"order_date\": \"2015-06-01\",\n      \"e_mail_shop\": \"user@example.com\",\n      \"order_total\": {\n        \"amount\": 42.12,\n        \"currency\": \"EUR\"\n      }\n    }\n  }\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a shipment that will be delivered to a pakadoo point (see <a href=\"https://developers.shipcloud.io/recipes/#create-a-shipment-using-the-pakadoo-id-in-the-careof-attribute\">https://developers.shipcloud.io/recipes/#create-a-shipment-using-the-pakadoo-id-in-the-careof-attribute</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"75ac8ffb-572b-3337-7a21-c4c57515292e"},{"name":"Advance notice","id":"d189e4b6-81d6-e917-3b3c-f05a1fb8e2fc","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"service\": \"standard\",\n  \"additional_services\": [\n    {\n      \"name\": \"advance_notice\",\n      \"properties\": {\n        \"email\": \"test@example.com\",\n        \"language\": \"de\"\n      }\n    }\n  ],\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new DHL shipment using the additional service <strong>advance_notice</strong> (see <a href=\"https://developers.shipcloud.io/recipes/#advance-notice\">https://developers.shipcloud.io/recipes/#advance-notice</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d189e4b6-81d6-e917-3b3c-f05a1fb8e2fc"},{"name":"DHL cash on delivery","id":"7147a9b3-3048-07c0-f73c-357b373780bf","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8\n  },\n  \"carrier\": \"dhl\",\n  \"service\": \"standard\",\n  \"additional_services\": [\n    {\n      \"name\": \"cash_on_delivery\",\n      \"properties\": {\n        \"amount\": 123.45,\n        \"currency\": \"EUR\",\n        \"bank_account_holder\": \"Max Mustermann\",\n        \"bank_name\": \"Musterbank\",\n        \"bank_account_number\": \"DE12500105170648489890\",\n        \"bank_code\": \"BENEDEPPYYY\"\n      }\n    }\n  ],\n  \"create_shipping_label\": true\n}\n"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new DHL shipment using the additional service <strong>cash_on_delivery</strong> (see <a href=\"https://developers.shipcloud.io/recipes/#dhl---cash-on-delivery\">https://developers.shipcloud.io/recipes/#dhl---cash-on-delivery</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"7147a9b3-3048-07c0-f73c-357b373780bf"},{"name":"DPD drop authorization","id":"724609f4-5cf1-c9a7-f771-4684ee91fed6","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8\n  },\n  \"carrier\": \"dpd\",\n  \"service\": \"standard\",\n  \"additional_services\": [\n    {\n      \"name\": \"drop_authorization\",\n      \"properties\": {\n        \"message\": \"Description about where the package should be left\"\n      }\n    }\n  ],\n  \"create_shipping_label\": true\n}"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new DPD shipment using the additional service <strong>drop_authorization</strong> (see <a href=\"https://developers.shipcloud.io/recipes/#dpd---drop-authorization\">https://developers.shipcloud.io/recipes/#dpd---drop-authorization</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"724609f4-5cf1-c9a7-f771-4684ee91fed6"},{"name":"DPD saturday delivery","id":"85a72989-bd80-fee1-2dcc-ef6d96d8ebfb","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"company\": \"Gewuerze Paderborn\",\n    \"first_name\": \"Karl\",\n    \"last_name\": \"Müller\",\n    \"street\": \"Musterstraße\",\n    \"street_no\": \"14a\",\n    \"city\": \"Paderborn\",\n    \"zip_code\": \"33089\",\n    \"country\": \"DE\"\n  },\n  \"to\": {\n    \"company\": \"shipcloud GmbH\",\n    \"first_name\": \"Hans\",\n    \"last_name\": \"Meier\",\n    \"street\": \"Mittelweg\",\n    \"street_no\": \"158a\",\n    \"city\": \"Hamburg\",\n    \"zip_code\": \"20148\",\n    \"country\": \"DE\"\n  },\n  \"package\": {\n    \"weight\": 1.5,\n    \"length\": 10,\n    \"width\": 6,\n    \"height\": 8\n  },\n  \"carrier\": \"dpd\",\n  \"service\": \"standard\",\n  \"additional_services\": [\n    {\n      \"name\": \"saturday_delivery\"\n    }\n  ],\n  \"create_shipping_label\": true\n}\n"},"url":"https://api.shipcloud.io/v1/shipments","description":"<p>Creates a new DPD shipment using the additional service <strong>saturday_delivery</strong> (see <a href=\"https://developers.shipcloud.io/recipes/#dpd---saturday-delivery\">https://developers.shipcloud.io/recipes/#dpd---saturday-delivery</a> for more info)</p>\n","urlObject":{"protocol":"https","path":["v1","shipments"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"85a72989-bd80-fee1-2dcc-ef6d96d8ebfb"}],"id":"9e90a2d8-4d79-be67-cccb-bef58cf863a1","description":"<p>Folder for shipments</p>\n","_postman_id":"9e90a2d8-4d79-be67-cccb-bef58cf863a1"},{"name":"webhooks","item":[{"name":"Get webhooks","id":"9c0cafb0-cb7f-8dc9-ce02-b9e641c15de9","request":{"method":"GET","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/webhooks","description":"<p>Get a list of defined webhooks</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#getting-a-list-of-webhooks\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","webhooks"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c0cafb0-cb7f-8dc9-ce02-b9e641c15de9"},{"name":"Add a webhook","id":"544f0f6d-2de6-cf17-6310-04525df42049","request":{"method":"POST","header":[{"key":"Authorization","value":"{{basic_auth}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/webhook\",\n  \"event_types\": [\"shipment.tracking.delayed\", \"shipment.tracking.delivered\"]\n}"},"url":"https://api.shipcloud.io/v1/webhooks","description":"<p>Creating a webhook</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#creating-a-webhook\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","webhooks"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"544f0f6d-2de6-cf17-6310-04525df42049"},{"name":"Get a single webhooks info","id":"bd1dce57-8ed8-6aa4-6ea2-7c23f6fc7338","request":{"method":"GET","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/webhooks/{{id}}","description":"<p>returns information about a webhook</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#show-a-webhook\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","webhooks","{{id}}"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd1dce57-8ed8-6aa4-6ea2-7c23f6fc7338"},{"name":"Delete a webhook","id":"98260217-384d-28b1-dfb5-70a50f0a7e13","request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{basic_auth}}"}],"body":{"mode":"raw","raw":""},"url":"https://api.shipcloud.io/v1/webhooks/{{id}}","description":"<p>Deletes a single webhook</p>\n<p><a href=\"https://developers.shipcloud.io/reference/#deleting-a-webhook\">Full documentation</a></p>\n","urlObject":{"protocol":"https","path":["v1","webhooks","{{id}}"],"host":["api","shipcloud","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"98260217-384d-28b1-dfb5-70a50f0a7e13"}],"id":"4f4d628b-2f41-08ee-fc3e-44c7840e7364","description":"<p>Folder for webhooks</p>\n","_postman_id":"4f4d628b-2f41-08ee-fc3e-44c7840e7364"}]}