{"info":{"_postman_id":"8434367f-f5c7-4214-93ce-57b9879ea72d","name":"ShipEngine API","description":"ShipEngine's easy-to-use REST API lets you manage all of your shipping needs without worrying about the complexities of different carrier APIs and protocols. We handle all the heavy lifting so you can focus on providing a first-class shipping experience for your customers at the best possible prices.\n\nEach of ShipEngine's features can be used by itself or in conjunction with each other to build powerful shipping functionality into your application or service.\n\n## Getting Started\nIf you're new to REST APIs then be sure to read our [introduction to REST](https://www.shipengine.com/docs/rest/) to understand the basics.  Learn how to [authenticate yourself to ShipEngine](https://www.shipengine.com/docs/auth/), and then use our [sandbox environment](https://www.shipengine.com/docs/sandbox/) to kick the tires and get familiar with our API. If you run into any problems, then be sure to check the [error handling guide](https://www.shipengine.com/docs/errors/) for tips.\n\nHere are some step-by-step **tutorials** to get you started:\n\n  - [Learn how to create your first shipping label](https://www.shipengine.com/docs/labels/create-a-label/)\n  - [Calculate shipping costs and compare rates across carriers](https://www.shipengine.com/docs/rates/)\n  - [Track packages on-demand or in real time](https://www.shipengine.com/docs/tracking/)\n  - [Validate mailing addresses anywhere on Earth](https://www.shipengine.com/docs/addresses/validation/)\n\n\n## Shipping Labels for Every Major Carrier\nShipEngine makes it easy to [create shipping labels for any carrier](https://www.shipengine.com/docs/labels/create-a-label/) and [download them](https://www.shipengine.com/docs/labels/downloading/) in a [variety of file formats](https://www.shipengine.com/docs/labels/formats/). You can even customize labels with your own [messages](https://www.shipengine.com/docs/labels/messages/) and [images](https://www.shipengine.com/docs/labels/branding/).\n\n\n## Real-Time Package Tracking\nWith ShipEngine you can [get the current status of a package](https://www.shipengine.com/docs/tracking/) or [subscribe to real-time tracking updates](https://www.shipengine.com/docs/tracking/webhooks/) via webhooks. You can also create [custimized tracking pages](https://www.shipengine.com/docs/tracking/branded-tracking-page/) with your own branding so your customers will always know where their package is.\n\n\n## Compare Shipping Costs Across Carriers\nMake sure you ship as cost-effectively as possible by [comparing rates across carriers](https://www.shipengine.com/docs/rates/get-shipment-rates/) using the ShipEngine Rates API. Or if you don't know the full shipment details yet, then you can [get rate estimates](https://www.shipengine.com/docs/rates/estimate/) with limited address info.\n\n\n## Worldwide Address Validation\nShipEngine supports [address validation](https://www.shipengine.com/docs/addresses/validation/) for virtually [every country on Earth](https://www.shipengine.com/docs/addresses/validation/countries/), including the United States, Canada, Great Britain, Australia, Germany, France, Norway, Spain, Sweden, Israel, Italy, and over 160 others.\n\n\nContact Support:\n Name: ShipEngine Sales & Support\n Email: sales@shipengine.com","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"v1","item":[{"name":"addresses","item":[{"name":"Parse an address","id":"b1d6f0f6-997e-4bef-8c6e-f0eaafdce07a","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Margie McMiller at 3800 North Lamar suite 200 in austin, tx.  The zip code there is 78652.\"\n}"},"url":"{{baseUrl}}/v1/addresses/recognize","description":"The address-recognition API makes it easy for you to extract address data from unstructured text, including the recipient name, line 1, line 2, city, postal code, and more.\n\nData often enters your system as unstructured text (for example: emails, SMS messages, support tickets, or other documents). ShipEngine's address-recognition API helps you extract meaningful, structured data from this unstructured text. The parsed address data is returned in the same structure that's used for other ShipEngine APIs, such as address validation, rate quotes, and shipping labels.\n\n> **Note:** Address recognition is currently supported for the United States, Canada, Australia, New Zealand, the United Kingdom, and Ireland.\n"},"response":[{"id":"5d2ee28c-b197-4bac-9ade-dc126d89119f","name":"Returns the parsed address, as well as a confidence score and a list of all the entities that were recognized in the text.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Margie McMiller at 3800 North Lamar suite 200 in austin, tx.  The zip code there is 78652.\"\n}"},"url":"{{baseUrl}}/v1/addresses/recognize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"score\": 0.9122137426845613,\n \"address\": {\n  \"name\": \"Margie McMiller\",\n  \"address_line1\": \"3800 North Lamar\",\n  \"address_line2\": \"Suite 200\",\n  \"city_locality\": \"Austin\",\n  \"state_province\": \"TX\",\n  \"postal_code\": 78652,\n  \"address_residential_indicator\": \"unknown\"\n },\n \"entities\": [\n  {\n   \"type\": \"person\",\n   \"score\": 0.9519646137063122,\n   \"text\": \"Margie McMiller\",\n   \"start_index\": 0,\n   \"end_index\": 14,\n   \"result\": {\n    \"value\": \"Margie McMiller\"\n   }\n  },\n  {\n   \"type\": \"address_line\",\n   \"score\": 0.9805313966503588,\n   \"text\": \"3800 North Lamar\",\n   \"start_index\": 19,\n   \"end_index\": 34,\n   \"result\": {\n    \"line\": 1,\n    \"value\": \"3800 North Lamar\"\n   }\n  },\n  {\n   \"type\": \"number\",\n   \"score\": 0.9805313966503588,\n   \"text\": 3800,\n   \"start_index\": 19,\n   \"end_index\": 22,\n   \"result\": {\n    \"type\": \"cardinal\",\n    \"value\": 3800\n   }\n  },\n  {\n   \"type\": \"address_line\",\n   \"score\": 1,\n   \"text\": \"suite 200\",\n   \"start_index\": 36,\n   \"end_index\": 44,\n   \"result\": {\n    \"line\": 2,\n    \"value\": \"Suite 200\"\n   }\n  },\n  {\n   \"type\": \"number\",\n   \"score\": 0.9805313966503588,\n   \"text\": 200,\n   \"start_index\": 42,\n   \"end_index\": 44,\n   \"result\": {\n    \"type\": \"cardinal\",\n    \"value\": 200\n   }\n  },\n  {\n   \"type\": \"city_locality\",\n   \"score\": 0.9805313966503588,\n   \"text\": \"austin\",\n   \"start_index\": 49,\n   \"end_index\": 54,\n   \"result\": {\n    \"value\": \"Austin\"\n   }\n  },\n  {\n   \"type\": \"state_province\",\n   \"score\": 0.6082904353940255,\n   \"text\": \"tx\",\n   \"start_index\": 57,\n   \"end_index\": 58,\n   \"result\": {\n    \"name\": \"Texas\",\n    \"value\": \"TX\"\n   }\n  },\n  {\n   \"type\": \"postal_code\",\n   \"score\": 0.9519646137063122,\n   \"text\": 78652,\n   \"start_index\": 84,\n   \"end_index\": 88,\n   \"result\": {\n    \"value\": 78652\n   }\n  }\n ]\n}"},{"id":"9c193a34-a649-4db9-8136-13d5f4c003c2","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Margie McMiller at 3800 North Lamar suite 200 in austin, tx.  The zip code there is 78652.\"\n}"},"url":"{{baseUrl}}/v1/addresses/recognize"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"51847c2d-85cb-4a1c-8c1f-9108506ac381","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Margie McMiller at 3800 North Lamar suite 200 in austin, tx.  The zip code there is 78652.\"\n}"},"url":"{{baseUrl}}/v1/addresses/recognize"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b1d6f0f6-997e-4bef-8c6e-f0eaafdce07a"},{"name":"Validate An Address","id":"3e4495d5-a80c-46e0-9298-e2e9b12d6f11","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Mickey and Minnie Mouse\",\n        \"phone\": \"714-781-4565\",\n        \"company_name\": \"The Walt Disney Company\",\n        \"address_line1\": \"500 South Buena Vista Street\",\n        \"city_locality\": \"Burbank\",\n        \"state_province\": \"CA\",\n        \"postal_code\": 91521,\n        \"country_code\": \"US\"\n    }\n]"},"url":"{{baseUrl}}/v1/addresses/validate","description":"Address validation ensures accurate addresses and can lead to reduced shipping costs by preventing address correction surcharges.\nShipEngine cross references multiple databases to validate addresses and identify potential deliverability issues.\n"},"response":[{"id":"095f2a7e-a536-4819-a76b-f0ee54f92777","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Mickey and Minnie Mouse\",\n        \"phone\": \"714-781-4565\",\n        \"company_name\": \"The Walt Disney Company\",\n        \"address_line1\": \"500 South Buena Vista Street\",\n        \"city_locality\": \"Burbank\",\n        \"state_province\": \"CA\",\n        \"postal_code\": 91521,\n        \"country_code\": \"US\"\n    }\n]"},"url":"{{baseUrl}}/v1/addresses/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"status\": \"verified\",\n  \"original_address\": {\n   \"name\": \"Mickey and Minnie Mouse\",\n   \"phone\": \"714-781-4565\",\n   \"company_name\": \"The Walt Disney Company\",\n   \"address_line1\": \"500 South Buena Vista Street\",\n   \"address_line2\": null,\n   \"address_line3\": null,\n   \"city_locality\": \"Burbank\",\n   \"state_province\": \"CA\",\n   \"postal_code\": 91521,\n   \"country_code\": \"US\",\n   \"address_residential_indicator\": \"unknown\"\n  },\n  \"matched_address\": {\n   \"name\": \"MICKEY AND MINNIE MOUSE\",\n   \"phone\": \"714-781-4565\",\n   \"company_name\": \"THE WALT DISNEY COMPANY\",\n   \"address_line1\": \"500 S BUENA VISTA ST\",\n   \"address_line2\": null,\n   \"address_line3\": null,\n   \"city_locality\": \"BURBANK\",\n   \"state_province\": \"CA\",\n   \"postal_code\": \"91521-0007\",\n   \"country_code\": \"US\",\n   \"address_residential_indicator\": \"no\"\n  },\n  \"messages\": []\n }\n]"},{"id":"dd60b5ff-b050-4892-ba67-46469ffc3b7d","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Mickey and Minnie Mouse\",\n        \"phone\": \"714-781-4565\",\n        \"company_name\": \"The Walt Disney Company\",\n        \"address_line1\": \"500 South Buena Vista Street\",\n        \"city_locality\": \"Burbank\",\n        \"state_province\": \"CA\",\n        \"postal_code\": 91521,\n        \"country_code\": \"US\"\n    }\n]"},"url":"{{baseUrl}}/v1/addresses/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b43fd16a-ed1f-4efe-9ca2-a4fbfd1ebf59","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Mickey and Minnie Mouse\",\n        \"phone\": \"714-781-4565\",\n        \"company_name\": \"The Walt Disney Company\",\n        \"address_line1\": \"500 South Buena Vista Street\",\n        \"city_locality\": \"Burbank\",\n        \"state_province\": \"CA\",\n        \"postal_code\": 91521,\n        \"country_code\": \"US\"\n    }\n]"},"url":"{{baseUrl}}/v1/addresses/validate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3e4495d5-a80c-46e0-9298-e2e9b12d6f11"}],"id":"0cdb725c-77e9-4f49-a972-5773305ef978","_postman_id":"0cdb725c-77e9-4f49-a972-5773305ef978"},{"name":"batches","item":[{"name":"{batch id}","item":[{"name":"Delete Batch By Id","id":"6419c1ce-a294-4d8b-84e9-1aed09acef96","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/batches/:batch_id","host":["{{baseUrl}}"],"path":["v1","batches",":batch_id"],"variable":[{"id":"2c727119-ee37-4f2e-890a-5e1825f9f1fb","key":"batch_id","value":"","description":"Batch ID"}]},"description":"Delete Batch By Id"},"response":[{"id":"2156bce8-1325-4813-85d9-0f237a769a89","name":"The request was successful.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b87305bd-9e50-4b03-b6a6-dc12c0a7975b","name":"The request contained errors.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ba26316c-5748-4738-8ef7-f557454a7418","name":"The specified resource does not exist.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"41b36ad3-ba7e-4e2a-8cd4-d7dc2b4ae9d1","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"6419c1ce-a294-4d8b-84e9-1aed09acef96"},{"name":"Get Batch By ID","id":"a35393f8-1b43-4048-809f-35f8eeb9eea5","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/batches/:batch_id","host":["{{baseUrl}}"],"path":["v1","batches",":batch_id"],"variable":[{"id":"58b04596-b272-42f5-88f8-edafb5e2cf1e","key":"batch_id","value":"","description":"Batch ID"}]},"description":"Get Batch By ID"},"response":[{"id":"ecced1cc-b002-42d9-8ac5-4e890b4969d3","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"2009d7e0-c92f-426c-8acb-364271d72abb","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f4cc355b-f9ab-4f51-a6e7-f85e66f34166","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"44509a72-80b9-471e-8d72-867c337c00a7","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a35393f8-1b43-4048-809f-35f8eeb9eea5"},{"name":"Update Batch By Id","id":"4e4737d4-a5dd-4243-8729-e23ed683f923","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/batches/:batch_id","host":["{{baseUrl}}"],"path":["v1","batches",":batch_id"],"variable":[{"id":"0ac3ce80-4dfe-46c0-96e5-fb5bc054a246","key":"batch_id","value":"","description":"Batch ID"}]},"description":"Update Batch By Id"},"response":[{"id":"66551c54-d53a-4cde-9b1d-0f5156d0a9f3","name":"The request was successful.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"43a3e7be-eaff-4378-929b-a59c5bf5948e","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b391319c-d379-4af0-9e7c-c73e36e6ca61","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"72ca45e3-1133-498d-a68d-4f10a74578ab","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4e4737d4-a5dd-4243-8729-e23ed683f923"},{"name":"Add to a Batch","id":"6a2f56b1-8af9-4cdd-beb4-baa8253ee95c","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/batches/:batch_id/add","host":["{{baseUrl}}"],"path":["v1","batches",":batch_id","add"],"variable":[{"id":"f9f0047b-5b1e-45b7-9ec0-686f768940cc","key":"batch_id","value":"","description":"Batch ID"}]},"description":"Add a Shipment or Rate to a Batch"},"response":[{"id":"b50706fb-984d-4635-b2fb-619ad6f99c86","name":"The request was successful.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//add"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"da146ec2-6ec6-4521-b615-4e4fcdf68d89","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"05e157e8-f1c7-4625-9a25-f5f52c999c89","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//add"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a29cec12-1c29-4b00-8088-e502d701a168","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//add"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"6a2f56b1-8af9-4cdd-beb4-baa8253ee95c"},{"name":"Get Batch Errors","id":"84eb17f9-c2d5-4e80-85eb-471e2f712f6b","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/batches/:batch_id/errors?page=&pagesize=","host":["{{baseUrl}}"],"path":["v1","batches",":batch_id","errors"],"query":[{"description":"Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.\n","key":"page","value":""},{"key":"pagesize","value":""}],"variable":[{"id":"914323f1-66ba-4e4d-bdc0-fb79b8a46568","key":"batch_id","value":"","description":"Batch ID"}]},"description":"Error handling in batches are handled differently than in a single synchronous request.\nYou must retrieve the status of your batch by [getting a batch](https://www.shipengine.com/docs/reference/get-batch-by-id/) and getting an overview of the statuses or you can list errors directly here below to get detailed information about the errors.\n"},"response":[{"id":"a2b48abb-5717-4b06-bbc6-586d9fe84ebc","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/batches//errors?page=&pagesize=","host":["{{baseUrl}}"],"path":["v1","batches","","errors"],"query":[{"key":"page","value":""},{"key":"pagesize","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0eb367c1-b24a-4db2-86af-95e385fc34d3","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/batches//errors?page=&pagesize=","host":["{{baseUrl}}"],"path":["v1","batches","","errors"],"query":[{"key":"page","value":""},{"key":"pagesize","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"2152bb99-9d5d-4c11-9081-b9d3274bd971","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/batches//errors?page=&pagesize=","host":["{{baseUrl}}"],"path":["v1","batches","","errors"],"query":[{"key":"page","value":""},{"key":"pagesize","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"091f57b0-7f19-43a4-a646-147496b4d124","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/batches//errors?page=&pagesize=","host":["{{baseUrl}}"],"path":["v1","batches","","errors"],"query":[{"key":"page","value":""},{"key":"pagesize","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"84eb17f9-c2d5-4e80-85eb-471e2f712f6b"},{"name":"Process Batch ID Labels","id":"e1905cb7-cac3-4e77-a2e7-36b43e10b4fe","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/batches/:batch_id/process/labels","host":["{{baseUrl}}"],"path":["v1","batches",":batch_id","process","labels"],"variable":[{"id":"8a0c835b-9bc9-4f29-9e7f-8bde55de12cc","key":"batch_id","value":"","description":"Batch ID"}]},"description":"Process Batch ID Labels"},"response":[{"id":"d898215b-157c-4de8-bf50-5a3adbd5e32a","name":"The request was successful.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//process/labels"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"171a9e5d-b41c-446b-af3a-087fb5c229d1","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//process/labels"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4d4757a8-6adb-49d8-b64f-7a58184261cb","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//process/labels"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"52a7ce8b-bc71-4e65-8bbd-f20e7bb94069","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//process/labels"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e1905cb7-cac3-4e77-a2e7-36b43e10b4fe"},{"name":"Remove From Batch","id":"1a479549-2fc0-41ee-9c69-f19c01f317b0","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/batches/:batch_id/remove","host":["{{baseUrl}}"],"path":["v1","batches",":batch_id","remove"],"variable":[{"id":"47648f00-e3ee-4d56-84a7-a700afcac2b0","key":"batch_id","value":"","description":"Batch ID"}]},"description":"Remove a shipment or rate from a batch"},"response":[{"id":"0969f1fb-928a-4614-8aee-acd59b6abc19","name":"The request was successful.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//remove"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"103091d3-1aae-4345-b923-f2cb80a3f002","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//remove"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"28d7b245-fb57-4d69-a821-c94e22c0e4e3","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//remove"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7a765cea-cab8-4c4c-a1fe-1e25e4edfc14","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches//remove"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1a479549-2fc0-41ee-9c69-f19c01f317b0"}],"id":"2f5fc5f3-73f8-4f43-b4d5-8099cf421c17","_postman_id":"2f5fc5f3-73f8-4f43-b4d5-8099cf421c17"},{"name":"List Batches","id":"2ce72538-8098-4bad-bc2c-72b0ea80312d","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/batches?status=&page=&page_size=&sort_dir=&batch_number=&sort_by=","host":["{{baseUrl}}"],"path":["v1","batches"],"query":[{"key":"status","value":""},{"description":"Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.\n","key":"page","value":""},{"description":"The number of results to return per response.","key":"page_size","value":""},{"description":"Controls the sort order of the query.","key":"sort_dir","value":""},{"description":"Batch Number","key":"batch_number","value":""},{"key":"sort_by","value":""}]},"description":"List Batches associated with your Shipengine account"},"response":[{"id":"e8a19f30-12fa-4f43-82b8-aebf84c05808","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/batches?status=&page=&page_size=&sort_dir=&batch_number=&sort_by=","host":["{{baseUrl}}"],"path":["v1","batches"],"query":[{"key":"status","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sort_dir","value":""},{"key":"batch_number","value":""},{"key":"sort_by","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"03a07d11-2112-44e6-a990-4b67e20d6261","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/batches?status=&page=&page_size=&sort_dir=&batch_number=&sort_by=","host":["{{baseUrl}}"],"path":["v1","batches"],"query":[{"key":"status","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sort_dir","value":""},{"key":"batch_number","value":""},{"key":"sort_by","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5747848b-68b0-4638-9ed8-7e4a70769872","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/batches?status=&page=&page_size=&sort_dir=&batch_number=&sort_by=","host":["{{baseUrl}}"],"path":["v1","batches"],"query":[{"key":"status","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sort_dir","value":""},{"key":"batch_number","value":""},{"key":"sort_by","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2ce72538-8098-4bad-bc2c-72b0ea80312d"},{"name":"Create A Batch","id":"d8417e69-4bcb-41a7-9ce7-9a1037002477","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches","description":"Create a Batch"},"response":[{"id":"8939c9ea-e5dc-438b-bb2c-fbb447d649c9","name":"The requested object creation was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"69271c85-c9d7-45a2-b260-9d1212286003","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"da35d76c-09ad-4dab-aef1-2961143c4259","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/batches"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d8417e69-4bcb-41a7-9ce7-9a1037002477"},{"name":"Get Batch By External ID","id":"dee8b338-9cc3-4b7d-9121-de5aa0091458","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/batches/external_batch_id/:external_batch_id","host":["{{baseUrl}}"],"path":["v1","batches","external_batch_id",":external_batch_id"],"variable":[{"id":"3ea4475b-e756-44f8-be71-2b233d00a558","key":"external_batch_id","value":""}]},"description":"Get Batch By External ID"},"response":[{"id":"fdbf1b0b-07f0-4ed9-a313-db1c55a2dc6a","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/external_batch_id/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"96eb5c40-a2df-4506-a0b0-a66d9b7018d3","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/external_batch_id/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"97c243b6-1e99-4d9f-89f2-b47b6fa966c1","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/external_batch_id/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6d535af5-096f-428c-8d3b-1cc7268978ce","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/batches/external_batch_id/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"dee8b338-9cc3-4b7d-9121-de5aa0091458"}],"id":"ca54ea73-f737-4f71-99da-382a4b790a37","_postman_id":"ca54ea73-f737-4f71-99da-382a4b790a37"},{"name":"carriers","item":[{"name":"{carrier id}","item":[{"name":"Get Carrier By ID","id":"e7a0ea5c-e013-4f11-abb3-76afc17e2c28","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/carriers/:carrier_id","host":["{{baseUrl}}"],"path":["v1","carriers",":carrier_id"],"variable":[{"id":"bbad97a1-2fea-44a1-b5bf-1a7009dcefbd","key":"carrier_id","value":"","description":"Carrier ID"}]},"description":"Retrive carrier info by ID"},"response":[{"id":"40f299e2-90a2-4a41-9f07-19d3017091c9","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0f52bec7-e641-4b9d-9a73-7b7f02af2208","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"abd9913f-25db-4026-a366-ce8b3e209dab","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"9869cbb5-6648-45f3-ad04-4540b043d8de","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e7a0ea5c-e013-4f11-abb3-76afc17e2c28"},{"name":"Add Funds To Carrier","id":"905a91c4-d1c0-4e7f-9b48-1342f6fe0795","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/carriers/:carrier_id/add_funds","host":["{{baseUrl}}"],"path":["v1","carriers",":carrier_id","add_funds"],"variable":[{"id":"0acc757b-26b8-487c-8e93-9b988062f858","key":"carrier_id","value":"","description":"Carrier ID"}]},"description":"Add Funds To A Carrier"},"response":[{"id":"f08e72fd-dc56-4224-8d71-fdbdaab95e0e","name":"The request was a success.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/carriers//add_funds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7092dc8c-992b-4784-9a07-f0586068a54c","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/carriers//add_funds"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"fff88f5b-2ab4-438c-9bce-1fac00cb7f1a","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/carriers//add_funds"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"66ffbce6-7ba4-4de4-b416-7a34b6856278","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/carriers//add_funds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"905a91c4-d1c0-4e7f-9b48-1342f6fe0795"},{"name":"Get Carrier Options","id":"ed6a7f95-8cef-458f-9fe5-0f0a104e0bae","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/carriers/:carrier_id/options","host":["{{baseUrl}}"],"path":["v1","carriers",":carrier_id","options"],"variable":[{"id":"ecb5cb72-09ff-4efa-9b4f-9066bcfbcb0e","key":"carrier_id","value":"","description":"Carrier ID"}]},"description":"Get a list of the options available for the carrier"},"response":[{"id":"97edf1d0-4a15-4311-bde1-8331436bdd6a","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"93585acf-4de1-48ab-b30f-234e3025dac2","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//options"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"987bcc16-15e9-420b-937d-fc20b187310e","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//options"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"efeb518b-c14b-4080-b271-5d25e76eb2aa","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//options"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ed6a7f95-8cef-458f-9fe5-0f0a104e0bae"},{"name":"List Carrier Package Types","id":"103082fc-b343-4d1a-b1fc-1df2f2c59fb1","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/carriers/:carrier_id/packages","host":["{{baseUrl}}"],"path":["v1","carriers",":carrier_id","packages"],"variable":[{"id":"20e527fd-3ab9-40c9-a7a4-7ccee32ce760","key":"carrier_id","value":"","description":"Carrier ID"}]},"description":"List the package types associated with the carrier"},"response":[{"id":"de108f77-1020-420b-b104-0616f965d3b3","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8068c79a-500d-4a9e-b10e-3f32ef27da7c","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//packages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"564ab0fd-1778-4703-b734-2ccca68dc1fc","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//packages"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"19e29d93-e92f-474c-8577-3c9b41a47d7f","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//packages"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"103082fc-b343-4d1a-b1fc-1df2f2c59fb1"},{"name":"List Carrier Services","id":"037ac635-5c18-44fb-8e73-42e2c38a273b","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/carriers/:carrier_id/services","host":["{{baseUrl}}"],"path":["v1","carriers",":carrier_id","services"],"variable":[{"id":"e4d01416-3ee4-4a23-b056-2771ef2b2e8c","key":"carrier_id","value":"","description":"Carrier ID"}]},"description":"List the services associated with the carrier ID"},"response":[{"id":"ab86d79f-a32f-4c23-82b2-bde1947e0e6f","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"2e5c942e-beae-4787-a327-cf577151425a","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//services"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"902c69d0-7d8d-48e9-ae23-d9cef34d5525","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//services"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5df2818c-76f9-4c12-a911-9984ef590ed3","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers//services"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"037ac635-5c18-44fb-8e73-42e2c38a273b"}],"id":"1c8662c3-d6db-4b6e-b62f-aac7b58db227","_postman_id":"1c8662c3-d6db-4b6e-b62f-aac7b58db227"},{"name":"List Carriers","id":"7fe2f82e-ae0b-49ef-b3bf-76f57d5c76e7","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":"{{baseUrl}}/v1/carriers","description":"List all carriers that have been added to this account"},"response":[{"id":"96471e49-118c-4113-9821-37c913aefb28","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"d6669048-deed-42a5-ba16-bf50ca9c7324","name":"The request was a partial success. It contains results, as well as errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers"},"status":"Multi-Status (WebDAV) (RFC 4918)","code":207,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6ed28995-66a3-4345-9957-1d08a0a8fdc6","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a527f293-cda9-4bcb-bbe8-1f288d1cb91c","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1ddd765b-8112-4690-9233-8966e303514d","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/carriers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7fe2f82e-ae0b-49ef-b3bf-76f57d5c76e7"}],"id":"5c856a0c-799c-423b-b9ba-4ce24b18b69a","_postman_id":"5c856a0c-799c-423b-b9ba-4ce24b18b69a"},{"name":"connections","item":[{"name":"carriers/{carrier name}","item":[{"name":"{carrier id}","item":[{"name":"settings","item":[{"name":"Get carrier settings","id":"9031b574-7375-46c3-863a-0756191d9c9b","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/connections/carriers/:carrier_name/:carrier_id/settings","host":["{{baseUrl}}"],"path":["v1","connections","carriers",":carrier_name",":carrier_id","settings"],"variable":[{"id":"112315ec-4616-4f0a-b2fe-3dbc6c1eecef","key":"carrier_name","value":"","description":"The carrier name, such as `stamps_com`, `ups`, `fedex`, or `dhl_express`."},{"id":"fa77f7bd-ca88-4590-a35e-645849486c03","key":"carrier_id","value":"","description":"Carrier ID"}]},"description":"Get carrier settings"},"response":[{"id":"f72560ab-b062-46c6-b63c-f6cc9737abda","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/carriers///settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3f2a3c33-6427-49bc-b313-3888eec2f87c","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/carriers///settings"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"713689a8-1384-4567-88a4-cea22be66712","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/carriers///settings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9031b574-7375-46c3-863a-0756191d9c9b"},{"name":"Update carrier settings","id":"d4c71b5b-296b-4cc6-ac38-c70bf15603c5","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/connections/carriers/:carrier_name/:carrier_id/settings","host":["{{baseUrl}}"],"path":["v1","connections","carriers",":carrier_name",":carrier_id","settings"],"variable":[{"id":"b5ffafd0-caba-4230-bf07-9531e68db072","key":"carrier_name","value":"","description":"The carrier name, such as `stamps_com`, `ups`, `fedex`, or `dhl_express`."},{"id":"1fc80098-b3a9-41ee-ac08-91e196bcf44b","key":"carrier_id","value":"","description":"Carrier ID"}]},"description":"Update carrier settings"},"response":[{"id":"dbd77233-f518-4d08-8b78-8f191200e386","name":"The request was successful.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/carriers///settings"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6bdf05bd-3bd3-4c6c-87a3-a9b6373238c8","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/carriers///settings"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"89e2e8be-2e61-4f0b-8218-d3e53297ee2a","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/carriers///settings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d4c71b5b-296b-4cc6-ac38-c70bf15603c5"}],"id":"d681d1d0-6c2c-452d-887a-29f0b41b91b7","_postman_id":"d681d1d0-6c2c-452d-887a-29f0b41b91b7"},{"name":"Disconnect a carrier","id":"780f80bc-4950-4ef8-bb38-6db63d497d09","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/connections/carriers/:carrier_name/:carrier_id","host":["{{baseUrl}}"],"path":["v1","connections","carriers",":carrier_name",":carrier_id"],"variable":[{"id":"841a8010-8866-4ab8-8ce3-8f43f26427cb","key":"carrier_name","value":"","description":"The carrier name, such as `stamps_com`, `ups`, `fedex`, or `dhl_express`."},{"id":"e3d703c8-0717-455d-9ca9-9f35ff5b3b3e","key":"carrier_id","value":"","description":"Carrier ID"}]},"description":"Disconnect a carrier"},"response":[{"id":"91904399-0c68-4634-87d7-de80fad9562d","name":"The request was successful.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/carriers//"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"df6edc1a-2bce-4fc6-b436-3890f513a042","name":"The specified resource does not exist.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/carriers//"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b37cdc4f-974b-4d4a-9409-577b136a894e","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/carriers//"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"780f80bc-4950-4ef8-bb38-6db63d497d09"}],"id":"297316f2-a9a9-4093-9a1f-7d474970cf92","_postman_id":"297316f2-a9a9-4093-9a1f-7d474970cf92"},{"name":"Connect a carrier account","id":"b45c4770-2522-4538-aab0-4173d506f10f","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/connections/carriers/:carrier_name","host":["{{baseUrl}}"],"path":["v1","connections","carriers",":carrier_name"],"variable":[{"id":"740c32bb-6f98-4fb7-a8ec-8f5ac78dceaf","key":"carrier_name","value":"","description":"The carrier name, such as `stamps_com`, `ups`, `fedex`, or `dhl_express`."}]},"description":"Connect a carrier account"},"response":[{"id":"08e4e59d-629b-4b5b-93a1-9c8bdefb44da","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/carriers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8ab986ad-524b-4748-982e-2da26f08806c","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/carriers/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"eb248090-7455-4baa-87d3-45d7a10ef22a","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/carriers/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ed345009-3155-48aa-9b4e-9917e22ed035","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/carriers/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b45c4770-2522-4538-aab0-4173d506f10f"}],"id":"a1cc5390-cbed-4550-b0cf-ae5104182a40","_postman_id":"a1cc5390-cbed-4550-b0cf-ae5104182a40"},{"name":"insurance/shipsurance","item":[{"name":"Disconnect a Shipsurance Account","id":"15b31faf-0422-45f1-b43b-c94240d542dc","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":"{{baseUrl}}/v1/connections/insurance/shipsurance","description":"Disconnect a Shipsurance Account"},"response":[{"id":"d17b68e7-7d84-4fea-95db-5fd36ed78c93","name":"The request was a success","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/insurance/shipsurance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"26ad3675-0270-4a10-b1b2-25ad34d7dfe3","name":"The request contained errors.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/insurance/shipsurance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"2a5d6fd4-2b9d-48a4-9186-6c4f839f27f9","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/connections/insurance/shipsurance"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"15b31faf-0422-45f1-b43b-c94240d542dc"},{"name":"Connect a Shipsurance Account","id":"246f004e-4b92-4d28-947a-83a666960e1b","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/insurance/shipsurance","description":"Connect a Shipsurance Account"},"response":[{"id":"628ef451-8849-42da-9f5d-7e794d08e809","name":"The request was a success","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/insurance/shipsurance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f276b8bd-da8f-44ef-9f20-d1ead88bece7","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/insurance/shipsurance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0982b664-6d19-4d2e-b713-a4e32d58189f","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/connections/insurance/shipsurance"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"246f004e-4b92-4d28-947a-83a666960e1b"}],"id":"698edc78-d2b4-4592-a7fe-910d9fffff83","_postman_id":"698edc78-d2b4-4592-a7fe-910d9fffff83"}],"id":"056dd93c-ce6d-4971-a68f-68199b2fd3d7","_postman_id":"056dd93c-ce6d-4971-a68f-68199b2fd3d7"},{"name":"environment/webhooks","item":[{"name":"{webhook id}","item":[{"name":"Get Webhook By ID","id":"52f6a5ee-4566-413d-9f28-6ea980d27c2a","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/environment/webhooks/:webhook_id","host":["{{baseUrl}}"],"path":["v1","environment","webhooks",":webhook_id"],"variable":[{"id":"367bc77a-530a-4c7a-8810-6a717cab4477","key":"webhook_id","value":"","description":"Webhook ID"}]},"description":"Retrieve individual webhook by an ID"},"response":[{"id":"fd0a6e01-e1f1-40f3-a443-225f753fddac","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7c0c370f-6270-4633-abf1-0ce757628d98","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1978ace3-9103-463e-b1e8-30eabe583f06","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"45350c49-1231-48f3-8f32-f806ab837696","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"52f6a5ee-4566-413d-9f28-6ea980d27c2a"},{"name":"Update a Webhook","id":"3052b8bb-fa93-44ee-9eb7-5ccd5361302f","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/environment/webhooks/:webhook_id","host":["{{baseUrl}}"],"path":["v1","environment","webhooks",":webhook_id"],"variable":[{"id":"ae750c5a-ac01-4b10-996c-e2e466c07d80","key":"webhook_id","value":"","description":"Webhook ID"}]},"description":"Update the webhook url property"},"response":[{"id":"b76a5434-aa1f-41d5-a9f9-0d6e1d1b6b33","name":"The request was successful.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"12a152ed-6f8b-4824-bcbf-07c42dc67601","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b7a084e0-07a0-48a6-baa4-099d7a7ec68d","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"cff4eb4f-2660-4488-86e5-19f031ea1cfe","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3052b8bb-fa93-44ee-9eb7-5ccd5361302f"},{"name":"Delete Webhook By ID","id":"855466a9-fae2-4c08-90eb-2563a32ddfb7","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/environment/webhooks/:webhook_id","host":["{{baseUrl}}"],"path":["v1","environment","webhooks",":webhook_id"],"variable":[{"id":"b37a7439-d381-4dca-a987-73c27899c6b4","key":"webhook_id","value":"","description":"Webhook ID"}]},"description":"Delete a webhook"},"response":[{"id":"745f222b-d7c9-4767-9cd8-f6f86c6a1a11","name":"The request was successful.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"06f3d76d-a4cd-400e-9fc8-a1e8c97ea6ff","name":"The request contained errors.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1974919b-081a-457c-83a0-83320635e23b","name":"The specified resource does not exist.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"aa9cdac4-542b-4ab8-831d-18fc7dcff71c","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"855466a9-fae2-4c08-90eb-2563a32ddfb7"}],"id":"4515d0d1-fd0c-4d22-b8f1-e0afffee1404","_postman_id":"4515d0d1-fd0c-4d22-b8f1-e0afffee1404"},{"name":"List Webhooks","id":"ea9a4d9b-963a-4631-8942-432ae956f0ac","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":"{{baseUrl}}/v1/environment/webhooks","description":"List all webhooks currently enabled for the account."},"response":[{"id":"9b04358d-3993-46fa-9a2d-b24fdb14188a","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"62b98bba-0783-4c54-b97b-b6bf5e82f3b9","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8711c454-f1b0-4031-8700-0feb89b90ed8","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/environment/webhooks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ea9a4d9b-963a-4631-8942-432ae956f0ac"},{"name":"Create a Webhook","id":"0f234db3-f8f0-4242-ac07-edad9edd065b","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks","description":"Create a webook for specific events in the environment."},"response":[{"id":"40393c81-a131-4364-9c21-cd81ec57529e","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a99aa366-a733-42d6-8d82-65d1a3d609a7","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5219c1b7-c330-45f5-aa26-dfe2522dfa50","name":"The request conflicts with an existing resource.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b62de40d-c974-4abb-9793-cbe355c7a54b","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/environment/webhooks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0f234db3-f8f0-4242-ac07-edad9edd065b"}],"id":"85fa009a-d42d-492f-a144-b75850c8d852","_postman_id":"85fa009a-d42d-492f-a144-b75850c8d852"},{"name":"insurance/shipsurance","item":[{"name":"Add Funds To Insurance","id":"53e51066-85ed-47f2-9937-7a435c26f49e","request":{"auth":{"type":"noauth"},"method":"PATCH","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/insurance/shipsurance/add_funds","description":"You may need to auto fund your account from time to time. For example, if you don't normally ship items over $100,\nand may want to add funds to insurance rather than keeping the account funded.\n"},"response":[{"id":"ccc8dec9-bd7f-4ca1-acf8-e6a377dfce0f","name":"The request was a success.","originalRequest":{"method":"PATCH","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/insurance/shipsurance/add_funds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3ac74695-05e9-428e-a565-df3919dcd9ad","name":"The request contained errors.","originalRequest":{"method":"PATCH","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/insurance/shipsurance/add_funds"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"84f739a6-d4fe-4d2c-b4bd-95f0761f4251","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PATCH","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/insurance/shipsurance/add_funds"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"53e51066-85ed-47f2-9937-7a435c26f49e"},{"name":"Get Insurance Funds Balance","id":"da0cfefe-cea0-4324-81ed-693e8ae0bd89","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":"{{baseUrl}}/v1/insurance/shipsurance/balance","description":"Retrieve the balance of your Shipsurance account."},"response":[{"id":"66ace81f-1153-44ec-bf3d-1a0e9351f4bf","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/insurance/shipsurance/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3111640b-301a-4e99-a0da-39eb7ce9de23","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/insurance/shipsurance/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e4e4a9f7-1bfc-461d-b05e-63921b7037f6","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/insurance/shipsurance/balance"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"da0cfefe-cea0-4324-81ed-693e8ae0bd89"}],"id":"19c9a20e-95c4-4a90-859f-686571335944","_postman_id":"19c9a20e-95c4-4a90-859f-686571335944"},{"name":"labels","item":[{"name":"{label id}","item":[{"name":"Get Label By ID","id":"34ade09d-037f-4b01-a979-ac44b5e8e90c","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/labels/:label_id?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels",":label_id"],"query":[{"key":"label_download_type","value":""}],"variable":[{"id":"0c2247e9-8406-414d-bf91-5ff48909c3f4","key":"label_id","value":"","description":"Label ID"}]},"description":"Retrieve information for individual labels."},"response":[{"id":"2b164e86-b3d2-4fb7-b601-a9e43bbbfeef","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels/?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels",""],"query":[{"key":"label_download_type","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e3bce471-22f7-401e-a40b-5b2b7d3ecb08","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels/?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels",""],"query":[{"key":"label_download_type","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e634efb6-84bf-43f2-ac34-d411e5697c19","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels/?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels",""],"query":[{"key":"label_download_type","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4af0dcc5-f9ee-41ea-9d9e-1b55b48d90c8","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels/?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels",""],"query":[{"key":"label_download_type","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"34ade09d-037f-4b01-a979-ac44b5e8e90c"},{"name":"Create a return label","id":"9177efbb-47df-418d-97fa-6cad975bab6c","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/labels/:label_id/return","host":["{{baseUrl}}"],"path":["v1","labels",":label_id","return"],"variable":[{"id":"264d840e-1727-4444-92e7-7f4697db2ecb","key":"label_id","value":"","description":"Label ID"}]},"description":"Create a return label"},"response":[{"id":"f5f347aa-61d7-4f5e-85d0-a71a8941f6dc","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels//return"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ebedf10a-a9c1-42e1-af9b-64836a438378","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels//return"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3944b5af-2f7b-44db-a46f-befbccbc7eb0","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels//return"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4d587f6e-262e-47c2-931b-8fd452f48b92","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels//return"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9177efbb-47df-418d-97fa-6cad975bab6c"},{"name":"Get Label Tracking Information","id":"3e23b62f-daa0-4e5f-93aa-1eb5ed1c7e10","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/labels/:label_id/track","host":["{{baseUrl}}"],"path":["v1","labels",":label_id","track"],"variable":[{"id":"4a980ed6-2bd7-4c45-8c5a-767d9ef15e83","key":"label_id","value":"","description":"Label ID"}]},"description":"Retrieve the label's tracking information"},"response":[{"id":"c999f4bb-aa8d-4f44-bb03-aafcd27f46c6","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/labels//track"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"34e9f3a9-7dc1-48de-ac52-d7d807a71934","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/labels//track"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ac66fe6e-bb16-4acc-93d7-97f15bf836c4","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/labels//track"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"eb75d118-6021-484c-8763-8c439aa88f0e","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/labels//track"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3e23b62f-daa0-4e5f-93aa-1eb5ed1c7e10"},{"name":"Void a Label By ID","id":"785eaaab-b94c-43d1-a59d-4f0815b503ea","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/labels/:label_id/void","host":["{{baseUrl}}"],"path":["v1","labels",":label_id","void"],"variable":[{"id":"6b1df4eb-57f8-4e0a-a2fa-e47b257829ae","key":"label_id","value":"","description":"Label ID"}]},"description":"Void a label by ID to get a refund."},"response":[{"id":"59bdbff1-2b7c-4c86-ba03-4b71fe1fcd9e","name":"The request was a success.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/labels//void"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f7b7db0b-c401-418d-9ee4-e78f2043c61c","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/labels//void"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"96b7ce1c-3fe4-4c03-9c73-8ef24dba378c","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/labels//void"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b04d0c0c-78c9-4eb9-b55f-c3e9e933b77a","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/labels//void"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"785eaaab-b94c-43d1-a59d-4f0815b503ea"}],"id":"bb3efe89-8241-4017-a7ac-2774ce1f3527","_postman_id":"bb3efe89-8241-4017-a7ac-2774ce1f3527"},{"name":"List labels","id":"8d5bf509-800b-48c0-ab51-8936a0b6871f","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/labels?label_status=&service_code=&carrier_id=&tracking_number=&batch_id=&rate_id=&shipment_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","labels"],"query":[{"description":"Only return labels that are currently in the specified status","key":"label_status","value":""},{"description":"Only return labels for a specific [carrier service](https://www.shipengine.com/docs/shipping/use-a-carrier-service/)","key":"service_code","value":""},{"description":"Only return labels for a specific [carrier account](https://www.shipengine.com/docs/carriers/setup/)","key":"carrier_id","value":""},{"description":"Only return labels with a specific tracking number","key":"tracking_number","value":""},{"description":"Only return labels that were created in a specific [batch](https://www.shipengine.com/docs/labels/bulk/)","key":"batch_id","value":""},{"description":"Rate ID","key":"rate_id","value":""},{"description":"Shipment ID","key":"shipment_id","value":""},{"description":"Only return labels that originate from a specific [warehouse](https://www.shipengine.com/docs/shipping/ship-from-a-warehouse/)","key":"warehouse_id","value":""},{"description":"Only return labels that were created on or after a specific date/time","key":"created_at_start","value":""},{"description":"Only return labels that were created on or before a specific date/time","key":"created_at_end","value":""},{"description":"Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.\n","key":"page","value":""},{"description":"The number of results to return per response.","key":"page_size","value":""},{"description":"Controls the sort order of the query.","key":"sort_dir","value":""},{"description":"Controls which field the query is sorted by.","key":"sort_by","value":""}]},"description":"This endpoint returns a list of labels that you've [created](https://www.shipengine.com/docs/labels/create-a-label/). You can optionally filter the results as well as control their sort order and the number of results returned at a time.\n\nBy default, all labels are returned, 25 at a time, starting with the most recently created ones.  You can combine multiple filter options to narrow-down the results.  For example, if you only want to get your UPS labels for your east coast warehouse you could query by both `warehouse_id` and `carrier_id`\n"},"response":[{"id":"41337862-1e5b-48b4-a146-3c9b121367c8","name":"The response includes a `labels` array containing a page of results (as determined by the `page_size` query parameter).  It also includes other useful information, such as the total number of labels that match the query criteria, the number of pages of re","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels?label_status=&service_code=&carrier_id=&tracking_number=&batch_id=&rate_id=&shipment_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","labels"],"query":[{"key":"label_status","value":""},{"key":"service_code","value":""},{"key":"carrier_id","value":""},{"key":"tracking_number","value":""},{"key":"batch_id","value":""},{"key":"rate_id","value":""},{"key":"shipment_id","value":""},{"key":"warehouse_id","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sort_dir","value":""},{"key":"sort_by","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a7cc98ed-af80-4b27-a4c0-3eae1ebe1d94","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels?label_status=&service_code=&carrier_id=&tracking_number=&batch_id=&rate_id=&shipment_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","labels"],"query":[{"key":"label_status","value":""},{"key":"service_code","value":""},{"key":"carrier_id","value":""},{"key":"tracking_number","value":""},{"key":"batch_id","value":""},{"key":"rate_id","value":""},{"key":"shipment_id","value":""},{"key":"warehouse_id","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sort_dir","value":""},{"key":"sort_by","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"fa659152-dc13-4656-bb2e-6c533e72e7a6","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels?label_status=&service_code=&carrier_id=&tracking_number=&batch_id=&rate_id=&shipment_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","labels"],"query":[{"key":"label_status","value":""},{"key":"service_code","value":""},{"key":"carrier_id","value":""},{"key":"tracking_number","value":""},{"key":"batch_id","value":""},{"key":"rate_id","value":""},{"key":"shipment_id","value":""},{"key":"warehouse_id","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sort_dir","value":""},{"key":"sort_by","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8d5bf509-800b-48c0-ab51-8936a0b6871f"},{"name":"Purchase Label","id":"c013dea9-0356-4e54-b0d1-f78abb29f293","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels","description":"Purchase and print a label for shipment"},"response":[{"id":"3361c6de-3162-45de-94a4-9cd8d03632f9","name":"The requested object creation was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3bd54862-749f-4646-bf8a-9fac4a999b49","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"178fdeb2-689d-4fba-8ba2-1a830d707811","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ed180086-b788-47a4-9ba7-f8fb011b581b","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c013dea9-0356-4e54-b0d1-f78abb29f293"},{"name":"Get Label By External Shipment ID","id":"10c30432-88d5-40fe-9399-d36cc5df6cb7","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/labels/external_shipment_id/:external_shipment_id?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels","external_shipment_id",":external_shipment_id"],"query":[{"key":"label_download_type","value":""}],"variable":[{"id":"a0b25530-83da-430f-9e8a-56bfbcda028d","key":"external_shipment_id","value":""}]},"description":"Find a label by using the external shipment id that was used during label creation\n"},"response":[{"id":"36d87695-661c-4994-9e4c-fe8f6e28b52f","name":"The requested object creation was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels/external_shipment_id/?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels","external_shipment_id",""],"query":[{"key":"label_download_type","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3f0a3d2b-6454-4135-9c57-be39a10bde2e","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels/external_shipment_id/?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels","external_shipment_id",""],"query":[{"key":"label_download_type","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c6dfb627-defe-4466-9172-77e986f473dd","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels/external_shipment_id/?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels","external_shipment_id",""],"query":[{"key":"label_download_type","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1788f649-e5f9-44a0-a5b9-45aae8cd5fa5","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/labels/external_shipment_id/?label_download_type=","host":["{{baseUrl}}"],"path":["v1","labels","external_shipment_id",""],"query":[{"key":"label_download_type","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"10c30432-88d5-40fe-9399-d36cc5df6cb7"},{"name":"Purchase Label with Rate ID","id":"28d7d92c-88a9-4863-b023-2dea573fa880","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/labels/rates/:rate_id","host":["{{baseUrl}}"],"path":["v1","labels","rates",":rate_id"],"variable":[{"id":"f180f6b6-3fd9-4e45-8514-fd0cd09c2add","key":"rate_id","value":"","description":"Rate ID"}]},"description":"When retrieving rates for shipments using the `/rates` endpoint, the returned information contains a `rate_id` property that can be used\nto generate a label without having to refill in the shipment information repeatedly.\n"},"response":[{"id":"c04ccfa2-00a5-4620-882c-c1ec0cda62bc","name":"The requested object creation was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels/rates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"603d9ffd-e316-4fcd-9a82-40ccf633c902","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels/rates/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c47da28e-f7b4-4431-9d16-ece825461bfb","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels/rates/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"dd5a3115-a071-4d26-a93d-1e73d5bd99da","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels/rates/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"28d7d92c-88a9-4863-b023-2dea573fa880"},{"name":"Purchase Label with Shipment ID","id":"887a224a-2cf0-4f80-91dd-8740a62c09a9","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/labels/shipment/:shipment_id","host":["{{baseUrl}}"],"path":["v1","labels","shipment",":shipment_id"],"variable":[{"id":"1990fa10-c1fb-4f89-a58f-947f796be243","key":"shipment_id","value":"","description":"Shipment ID"}]},"description":"Purchase a label using a shipment ID that has already been created with the desired address and\npackage info.\n"},"response":[{"id":"0456e9f1-9a56-482f-a668-0d412af25469","name":"The requested object creation was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels/shipment/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"13e3b349-c287-4f72-a079-25dad3d13e25","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels/shipment/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"79c386e9-1aeb-4690-8bbc-68e9e8ad1df4","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels/shipment/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a126160f-9a1e-4aae-87d9-39c401960ba1","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/labels/shipment/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"887a224a-2cf0-4f80-91dd-8740a62c09a9"}],"id":"2950113b-a41d-4747-b59a-0b1a56e57d43","_postman_id":"2950113b-a41d-4747-b59a-0b1a56e57d43"},{"name":"manifests","item":[{"name":"List Manifests","id":"0b806768-1420-4c96-8e60-e0329fddab73","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/manifests?warehouse_id=&ship_date_start=&ship_date_end=&created_at_start=&created_at_end=&carrier_id=&page=&page_size=&label_ids=","host":["{{baseUrl}}"],"path":["v1","manifests"],"query":[{"description":"Warehouse ID","key":"warehouse_id","value":""},{"description":"ship date start range","key":"ship_date_start","value":""},{"description":"ship date end range","key":"ship_date_end","value":""},{"description":"Used to create a filter for when a resource was created (ex. A shipment that was created after a certain time)","key":"created_at_start","value":""},{"description":"Used to create a filter for when a resource was created, (ex. A shipment that was created before a certain time)","key":"created_at_end","value":""},{"description":"Carrier ID","key":"carrier_id","value":""},{"description":"Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.\n","key":"page","value":""},{"description":"The number of results to return per response.","key":"page_size","value":""},{"key":"label_ids","value":""}]},"description":"Similar to querying shipments, we allow you to query manifests since there will likely be a large number over a long period of time."},"response":[{"id":"01f2f1ce-adca-4b41-9f2e-7333a4b164da","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/manifests?warehouse_id=&ship_date_start=&ship_date_end=&created_at_start=&created_at_end=&carrier_id=&page=&page_size=&label_ids=","host":["{{baseUrl}}"],"path":["v1","manifests"],"query":[{"key":"warehouse_id","value":""},{"key":"ship_date_start","value":""},{"key":"ship_date_end","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"carrier_id","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"label_ids","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"dc2e2bb1-d76d-422b-b349-27e8c5042fa5","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/manifests?warehouse_id=&ship_date_start=&ship_date_end=&created_at_start=&created_at_end=&carrier_id=&page=&page_size=&label_ids=","host":["{{baseUrl}}"],"path":["v1","manifests"],"query":[{"key":"warehouse_id","value":""},{"key":"ship_date_start","value":""},{"key":"ship_date_end","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"carrier_id","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"label_ids","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f14ca0a3-f526-4475-b191-3134d3992642","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/manifests?warehouse_id=&ship_date_start=&ship_date_end=&created_at_start=&created_at_end=&carrier_id=&page=&page_size=&label_ids=","host":["{{baseUrl}}"],"path":["v1","manifests"],"query":[{"key":"warehouse_id","value":""},{"key":"ship_date_start","value":""},{"key":"ship_date_end","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"carrier_id","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"label_ids","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3beba258-4bd3-4f2b-83be-0adffcd4f6e2","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/manifests?warehouse_id=&ship_date_start=&ship_date_end=&created_at_start=&created_at_end=&carrier_id=&page=&page_size=&label_ids=","host":["{{baseUrl}}"],"path":["v1","manifests"],"query":[{"key":"warehouse_id","value":""},{"key":"ship_date_start","value":""},{"key":"ship_date_end","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"carrier_id","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"label_ids","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0b806768-1420-4c96-8e60-e0329fddab73"},{"name":"Create Manifest","id":"81d36673-8d89-44ad-9319-8d54249e3ebe","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/manifests","description":"Each ShipEngine manifest is created for a specific warehouse, so you'll need to provide the warehouse_id\nrather than the ship_from address. You can create a warehouse for each location that you want to create manifests for.\n"},"response":[{"id":"fef78ee5-2a8b-4db7-9fbc-bdc2986ccb5b","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/manifests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ae3baf44-9b41-4103-8818-5f719958b432","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/manifests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"d689662d-c63e-4068-931b-7ab4fb35fcae","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/manifests"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"81d36673-8d89-44ad-9319-8d54249e3ebe"},{"name":"Get Manifest By Id","id":"abd3c3d2-fed5-45d2-8a4d-cbbfc9a3b15f","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/manifests/:manifest_id","host":["{{baseUrl}}"],"path":["v1","manifests",":manifest_id"],"variable":[{"id":"d0d6478c-227f-4533-a8ca-49d9eae73faa","key":"manifest_id","value":"","description":"The Manifest Id"}]},"description":"Get Manifest By Id"},"response":[{"id":"cfcb7804-d006-4318-a1ba-ba96b752f5e7","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/manifests/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"62edbe64-b1df-40eb-a0c3-da9286a200ff","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/manifests/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6f8c7f22-d74a-451d-b164-a992949ecbc9","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/manifests/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8e078451-7a2e-489a-ac94-3b0ce063406e","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/manifests/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"abd3c3d2-fed5-45d2-8a4d-cbbfc9a3b15f"},{"name":"Get Manifest Request By Id","id":"b09a7b9f-39fe-4173-8c0c-95adb7e4282c","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/manifests/requests/:manifest_request_id","host":["{{baseUrl}}"],"path":["v1","manifests","requests",":manifest_request_id"],"variable":[{"id":"1241bd76-defd-49bb-92ab-0fea4e16e911","key":"manifest_request_id","value":"","description":"The Manifest Request Id"}]},"description":"Get Manifest Request By Id"},"response":[{"id":"8e1de518-db64-49a3-a6b6-7240a52b74e7","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/manifests/requests/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bf9de242-3938-41a4-a96e-d8a32e453165","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/manifests/requests/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f49a8779-d755-412c-827b-b9abf982f4f1","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/manifests/requests/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1933210e-7eb6-47c4-b664-0ccf9232fc1a","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/manifests/requests/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b09a7b9f-39fe-4173-8c0c-95adb7e4282c"}],"id":"2d15899f-6759-4204-b045-4fddd3b0c6b2","_postman_id":"2d15899f-6759-4204-b045-4fddd3b0c6b2"},{"name":"packages","item":[{"name":"{package id}","item":[{"name":"Get Custom Package Type By ID","id":"ed6ac65a-eb73-4039-993e-f36057354ad6","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/packages/:package_id","host":["{{baseUrl}}"],"path":["v1","packages",":package_id"],"variable":[{"id":"a0ec868e-2ad5-41e1-992c-3b0f89f3c303","key":"package_id","value":"","description":"Package ID"}]},"description":"Get Custom Package Type by ID"},"response":[{"id":"c1141c84-0c2a-464e-ab83-6fcf704dd984","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"9aa29c1f-7d7f-46fa-a718-22ab10f2f82b","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"dbec947e-7ce9-4c56-8842-86fe714f4a7b","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"28cc3a2c-b7e0-481b-adb9-39442e4e00ab","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ed6ac65a-eb73-4039-993e-f36057354ad6"},{"name":"Update Custom Package Type By ID","id":"fd90229e-fc37-404e-8402-af7bd3e8239a","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/packages/:package_id","host":["{{baseUrl}}"],"path":["v1","packages",":package_id"],"variable":[{"id":"783a975f-b1d5-49a8-ae04-0abca565061d","key":"package_id","value":"","description":"Package ID"}]},"description":"Update the custom package type object by ID"},"response":[{"id":"d7b056c3-ebf0-4563-84ae-b2607128d0fc","name":"The request was successful.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/packages/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b48f9506-dd40-47c2-8f59-0205eeea52bf","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/packages/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"541d2a8c-1d37-420d-99f6-2a3fc8596818","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/packages/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"61cf381b-37c4-40bb-a3d9-dcfe617b655d","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/packages/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fd90229e-fc37-404e-8402-af7bd3e8239a"},{"name":"Delete A Custom Package By ID","id":"16aecf7f-15d1-4670-8ab8-11ce77a326ae","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/packages/:package_id","host":["{{baseUrl}}"],"path":["v1","packages",":package_id"],"variable":[{"id":"4fc66d35-8a22-4491-911d-9c802ab0de44","key":"package_id","value":"","description":"Package ID"}]},"description":"Delete a custom package using the ID"},"response":[{"id":"044451a5-78db-4b24-aaa9-37b9d58fa10f","name":"The request was successful.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"11604ed6-9297-422c-a0d1-534b155932a9","name":"The request contained errors.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a1ca9775-da91-4139-9c69-899c26afcc0d","name":"The specified resource does not exist.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"884b6640-9401-4c88-8091-fc45dadc8502","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"16aecf7f-15d1-4670-8ab8-11ce77a326ae"}],"id":"ef3626bd-b27d-4986-8826-a46378183799","_postman_id":"ef3626bd-b27d-4986-8826-a46378183799"},{"name":"List Custom Package Types","id":"bf667d71-33f2-468b-9273-3e7e153d6136","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":"{{baseUrl}}/v1/packages","description":"List the custom package types associated with the account"},"response":[{"id":"2257ff1f-ab8a-48a1-9cb1-6ac68931d25b","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"03dc0760-3021-4372-ab18-3e33580564ac","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"16b2a227-c76a-4420-b7d6-f8674362f7a2","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7e3f59cc-d180-4106-baf5-b861d74ebc63","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/packages"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"bf667d71-33f2-468b-9273-3e7e153d6136"},{"name":"Create Custom Package Type","id":"5e95b2cb-d38e-4e28-b37b-aa52ea92dbcc","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/packages","description":"Create a custom package type to better assist in getting accurate rate estimates"},"response":[{"id":"24fef927-b522-4f7a-995e-be92e2e51a5a","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5a7d6160-49b5-4c67-8308-8b49212a511b","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/packages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6b089871-ff7c-4e40-8595-11f4739178b7","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/packages"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5e95b2cb-d38e-4e28-b37b-aa52ea92dbcc"}],"id":"4e301ee8-7014-4364-8a95-b419f425f35d","_postman_id":"4e301ee8-7014-4364-8a95-b419f425f35d"},{"name":"pickups","item":[{"name":"{pickup id}","item":[{"name":"Get Pickup By ID","id":"0932cf14-b1ee-4db4-9408-e0c71b3a4071","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/pickups/:pickup_id","host":["{{baseUrl}}"],"path":["v1","pickups",":pickup_id"],"variable":[{"id":"3c81f577-f11a-4c6b-ad0b-480bcaea5aaa","key":"pickup_id","value":""}]},"description":"Get Pickup By ID"},"response":[{"id":"93fb0c90-2de6-4eb9-97c2-a4d45916d900","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/pickups/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6b083c05-b99c-436f-8705-b5b24d4744b9","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/pickups/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c9f27f5b-66b2-4b1f-80bc-b55e97f8e427","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/pickups/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b85e9509-f2a5-4d66-8a6b-dbdb5767696c","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/pickups/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0932cf14-b1ee-4db4-9408-e0c71b3a4071"},{"name":"Delete a Scheduled Pickup","id":"ac1b2daf-c7e6-44b0-96b7-9fe62eec67d3","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/pickups/:pickup_id","host":["{{baseUrl}}"],"path":["v1","pickups",":pickup_id"],"variable":[{"id":"004b7a48-8836-4122-a92c-0a17b5fb9fbb","key":"pickup_id","value":""}]},"description":"Delete a previously-scheduled pickup by ID"},"response":[{"id":"f6c6612a-a174-4fd3-8fc3-2cfc226f73b3","name":"Return the `pickup_id` of the scheduled pickup that was successfully deleted\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/pickups/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"72597582-864f-4010-901b-50627df18e12","name":"The request contained errors.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/pickups/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"fd702d84-01be-4bac-b7e7-e42ec86a72c3","name":"The specified resource does not exist.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/pickups/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ef9c9ff2-67c6-4349-8bf1-2b74a2213442","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/pickups/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ac1b2daf-c7e6-44b0-96b7-9fe62eec67d3"}],"id":"7a30b5d2-6cd1-44c9-a695-8abd4dae6754","_postman_id":"7a30b5d2-6cd1-44c9-a695-8abd4dae6754"},{"name":"List Scheduled Pickups","id":"d89a292b-d0fe-45a5-b5e4-258b5f55add3","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/pickups?carrier_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=","host":["{{baseUrl}}"],"path":["v1","pickups"],"query":[{"description":"Carrier ID","key":"carrier_id","value":""},{"description":"Warehouse ID","key":"warehouse_id","value":""},{"description":"Only return scheduled pickups that were created on or after a specific date/time","key":"created_at_start","value":""},{"description":"Only return scheduled pickups that were created on or before a specific date/time","key":"created_at_end","value":""},{"description":"Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.\n","key":"page","value":""},{"description":"The number of results to return per response.","key":"page_size","value":""}]},"description":"List all pickups that have been scheduled for this carrier"},"response":[{"id":"3d01186a-135d-4a4e-bda5-26952a2db083","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/pickups?carrier_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=","host":["{{baseUrl}}"],"path":["v1","pickups"],"query":[{"key":"carrier_id","value":""},{"key":"warehouse_id","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b92ab81c-89f0-436b-9953-a104a724ebce","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/pickups?carrier_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=","host":["{{baseUrl}}"],"path":["v1","pickups"],"query":[{"key":"carrier_id","value":""},{"key":"warehouse_id","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bd5dd061-7ebb-4ef2-bce5-12fbeb6fa5c6","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/pickups?carrier_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=","host":["{{baseUrl}}"],"path":["v1","pickups"],"query":[{"key":"carrier_id","value":""},{"key":"warehouse_id","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"07260542-93be-4904-a26b-e9f23720e802","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/pickups?carrier_id=&warehouse_id=&created_at_start=&created_at_end=&page=&page_size=","host":["{{baseUrl}}"],"path":["v1","pickups"],"query":[{"key":"carrier_id","value":""},{"key":"warehouse_id","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d89a292b-d0fe-45a5-b5e4-258b5f55add3"},{"name":"Schedule a Pickup","id":"620a94b5-7e97-4736-9bb8-0b1867d72960","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/pickups","description":"Schedule a package pickup with a carrier"},"response":[{"id":"ce00084a-3bd9-45ad-a355-c437d5f22743","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/pickups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e530c844-5040-4ee3-939f-33eaf99d528f","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/pickups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c77f5b29-d028-429a-8db6-f222f1444873","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/pickups"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"92f3e95e-73ed-439d-a209-6e1b75a61aea","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/pickups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"620a94b5-7e97-4736-9bb8-0b1867d72960"}],"id":"53546a00-401e-4248-92ae-bc38b639d3ed","_postman_id":"53546a00-401e-4248-92ae-bc38b639d3ed"},{"name":"rates","item":[{"name":"Get Shipping Rates","id":"d576a35d-2c81-4561-937b-a606a6867650","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates","description":"It's not uncommon that you want to give your customer the choice between whether they want to ship the fastest, cheapest, or the most trusted route. Most companies don't solely ship things using a single shipping option;\nso we provide functionality to show you all your options!\n"},"response":[{"id":"22bd7f36-9238-40b3-80d5-b62d09e91b77","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f63a9a6c-4fbc-4565-9695-784c64db715d","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6053442d-8d5b-4128-9137-90c0f16a91c9","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d576a35d-2c81-4561-937b-a606a6867650"},{"name":"Get Bulk Rates","id":"e3d5e7f3-ed33-4564-af67-9b15f4cc9e0a","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates/bulk","description":"Get Bulk Shipment Rates"},"response":[{"id":"d9f6fe5b-10ca-47e9-8363-e828e9c22bc5","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"73e1d787-24b6-4c06-85da-6581554c47cf","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates/bulk"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"347e020b-6653-46f1-9134-d771a4698f3f","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates/bulk"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e3d5e7f3-ed33-4564-af67-9b15f4cc9e0a"},{"name":"Estimate Rates","id":"15c98490-2ee9-480e-850b-a8cb016d80bc","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates/estimate","description":"Get Rate Estimates"},"response":[{"id":"689d9b32-bb51-4a61-bd54-62bcb3e2ee8e","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates/estimate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"222a729f-a657-46d3-992b-4f6e41d79db3","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates/estimate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c7b8021a-ebc0-4be6-942d-867df5f8ce4b","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/rates/estimate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"15c98490-2ee9-480e-850b-a8cb016d80bc"},{"name":"Get Rate By ID","id":"ad83a63d-6840-42d1-8b8c-4fed64c466c2","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/rates/:rate_id","host":["{{baseUrl}}"],"path":["v1","rates",":rate_id"],"variable":[{"id":"2648cecf-75b4-4110-a4ac-1351b0714e2b","key":"rate_id","value":"","description":"Rate ID"}]},"description":"Retrieve a previously queried rate by its ID"},"response":[{"id":"065005b9-a753-4d0e-9b27-2d0ec1b18f49","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/rates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"88de9aed-9c87-403e-a4e2-4659f09c506f","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/rates/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"084a3821-fa1b-404b-9004-6cbb1a288960","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/rates/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0ad53bff-17ff-40ff-9237-9601e1d87b55","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/rates/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ad83a63d-6840-42d1-8b8c-4fed64c466c2"}],"id":"ec7f6415-fe13-4b8d-bfee-aa7e50754105","_postman_id":"ec7f6415-fe13-4b8d-bfee-aa7e50754105"},{"name":"service points","item":[{"name":"List Service Points","id":"cddfec13-be0d-427f-955b-52e24351122a","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/service_points/list","description":"List carrier service points by location"},"response":[{"id":"b2b3e399-c828-4a40-9e13-1eac18215f4b","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/service_points/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"cead61cf-5da1-4eb2-86e7-f9f02de389af","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/service_points/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"77a5231d-e710-4ea5-84b2-35eb9f6a2b3f","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/service_points/list"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c0362dbe-1b84-45c2-a559-6dfb676b6b67","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/service_points/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"cddfec13-be0d-427f-955b-52e24351122a"},{"name":"Get Service Point By ID","id":"f37660d7-64f6-480c-8a54-acb105cc7899","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/service_points/:carrier_code/:country_code/:service_point_id","host":["{{baseUrl}}"],"path":["v1","service_points",":carrier_code",":country_code",":service_point_id"],"variable":[{"id":"0ad8816e-1344-4284-b191-18be1d380f36","key":"carrier_code","value":"","description":"Carrier code"},{"id":"5a29aee7-d008-4109-b9a2-d0063dca104b","key":"country_code","value":"","description":"A two-letter [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1)\n"},{"id":"65022ddd-f983-4890-bfaa-18527cb90af7","key":"service_point_id","value":""}]},"description":"Returns a carrier service point by using the service_point_id"},"response":[{"id":"1cd835a5-c2b8-4223-9ce7-f588f3de6580","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/service_points///"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a6501ae4-24a0-4146-b3de-4f4e519b01e7","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/service_points///"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e683ba31-7d61-40a3-869e-0bbac846b132","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/service_points///"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"d1916ec7-a980-409a-bdf2-571487f86293","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/service_points///"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f37660d7-64f6-480c-8a54-acb105cc7899"}],"id":"d909df99-619f-49a3-91a3-77de386fd5d3","_postman_id":"d909df99-619f-49a3-91a3-77de386fd5d3"},{"name":"shipments","item":[{"name":"{shipment id}","item":[{"name":"tags/{tag name}","item":[{"name":"Add Tag to Shipment","id":"4f56240d-f48e-4fed-9da2-67601ae015ec","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/shipments/:shipment_id/tags/:tag_name","host":["{{baseUrl}}"],"path":["v1","shipments",":shipment_id","tags",":tag_name"],"variable":[{"id":"abbe9162-19e4-43b5-9eab-11d30d12c63f","key":"shipment_id","value":"","description":"Shipment ID"},{"id":"3340fd8e-e9b6-49c6-9fd1-4e98f124bd9c","key":"tag_name","value":""}]},"description":"Add a tag to the shipment object"},"response":[{"id":"65a8f045-e568-4b24-8cd7-790ca58cb6c9","name":"The requested object creation was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//tags/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4af934f5-3a89-46a5-823b-87b6a5f14588","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//tags/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c44ff001-f9a1-4250-aa53-6f0b7618ff05","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//tags/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e8c998ea-649b-4c03-ae5e-8bf94aa59e84","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//tags/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4f56240d-f48e-4fed-9da2-67601ae015ec"},{"name":"Remove Tag from Shipment","id":"3cc88f92-4914-4de5-9a1c-175d688be744","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/shipments/:shipment_id/tags/:tag_name","host":["{{baseUrl}}"],"path":["v1","shipments",":shipment_id","tags",":tag_name"],"variable":[{"id":"64333bfd-871a-465e-a017-e1558c389e75","key":"shipment_id","value":"","description":"Shipment ID"},{"id":"d6fe7d1b-81f4-41f2-b308-792459e4ad49","key":"tag_name","value":""}]},"description":"Remove an existing tag from the Shipment object"},"response":[{"id":"f63497d9-a2a0-4c7c-b0e8-cab6689817ca","name":"The request was successful.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//tags/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0b3d52be-a719-4c6d-b0ac-d87714e7ea24","name":"The request contained errors.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//tags/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1814255f-017c-45b6-9c08-a0290bfd35b1","name":"The specified resource does not exist.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//tags/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7dc66084-755f-4e4b-aff7-e55354dea4b2","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//tags/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3cc88f92-4914-4de5-9a1c-175d688be744"}],"id":"a97d29f7-b1ab-4408-8666-8456b8519fcf","_postman_id":"a97d29f7-b1ab-4408-8666-8456b8519fcf"},{"name":"Get Shipment By ID","id":"018e9ebd-6055-4bb4-a676-c4e0d3d0b52e","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/shipments/:shipment_id","host":["{{baseUrl}}"],"path":["v1","shipments",":shipment_id"],"variable":[{"id":"4fc65bb2-2e6f-47ec-be4b-fcecd4d50855","key":"shipment_id","value":"","description":"Shipment ID"}]},"description":"Get an individual shipment based on its ID"},"response":[{"id":"3843555e-f5d8-4c53-8c36-7d71f22d3a2c","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"295ccea2-b993-4fc3-bd6c-932f5febedaf","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6033b014-cd57-4e8b-a3a5-40bf9c9f887e","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4b89ae8b-e205-4b5d-9d41-22b4a03999f9","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"018e9ebd-6055-4bb4-a676-c4e0d3d0b52e"},{"name":"Update Shipment By ID","id":"d3069587-b4e5-431b-975e-4ac927553e26","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/shipments/:shipment_id","host":["{{baseUrl}}"],"path":["v1","shipments",":shipment_id"],"variable":[{"id":"65facd0b-0905-4859-af4b-7725800bec2e","key":"shipment_id","value":"","description":"Shipment ID"}]},"description":"Update a shipment object based on its ID"},"response":[{"id":"45583a82-8cde-4133-afa3-4933d8ca49f9","name":"The request was a success.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/shipments/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8c148ec0-6faa-4d8b-85da-6887b17c8774","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/shipments/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8b05400d-fb0a-49fc-aa30-29a8f37ceea6","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/shipments/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"caecaf79-6e1d-4b99-a2a6-e1a2f41c184a","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/shipments/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d3069587-b4e5-431b-975e-4ac927553e26"},{"name":"Cancel a Shipment","id":"5e02c53c-74cc-4dd8-aa95-0c858a74c2d4","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/shipments/:shipment_id/cancel","host":["{{baseUrl}}"],"path":["v1","shipments",":shipment_id","cancel"],"variable":[{"id":"b9ce80c7-a475-49a9-8331-4c9c7c13f479","key":"shipment_id","value":"","description":"Shipment ID"}]},"description":"Mark a shipment cancelled, if it is no longer needed or being used by your organized. Any label associated with the shipment needs to be voided first\nAn example use case would be if a batch label creation job is going to run at a set time and only queries `pending` shipments. Marking a shipment as cancelled\nwould remove it from this process\n"},"response":[{"id":"cd4287c6-e065-4d74-877a-ca628520fdc0","name":"The request was successful.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//cancel"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f022e6f1-d425-4832-9bcd-e445ebc0421e","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3922b9d5-0399-4eac-a1e4-f2998f508424","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//cancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"edd6b5ab-cc5a-42e8-89b6-427d9c2c58e6","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments//cancel"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5e02c53c-74cc-4dd8-aa95-0c858a74c2d4"},{"name":"Get Shipment Rates","id":"c58ce5a9-21c7-4aa5-95e5-f99361a716dc","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/shipments/:shipment_id/rates?created_at_start=","host":["{{baseUrl}}"],"path":["v1","shipments",":shipment_id","rates"],"query":[{"description":"Used to create a filter for when a resource was created (ex. A shipment that was created after a certain time)","key":"created_at_start","value":""}],"variable":[{"id":"1ba5be26-d6e0-4378-a329-96d7ca26a800","key":"shipment_id","value":"","description":"Shipment ID"}]},"description":"Get Rates for the shipment information associated with the shipment ID"},"response":[{"id":"428d2549-9eab-424b-9420-cd488f0dfe7e","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/shipments//rates?created_at_start=","host":["{{baseUrl}}"],"path":["v1","shipments","","rates"],"query":[{"key":"created_at_start","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4e4052ea-b996-4812-ac6c-7be91cd4a000","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/shipments//rates?created_at_start=","host":["{{baseUrl}}"],"path":["v1","shipments","","rates"],"query":[{"key":"created_at_start","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"565c3824-4dd8-458b-a4a5-509fc4a32e97","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/shipments//rates?created_at_start=","host":["{{baseUrl}}"],"path":["v1","shipments","","rates"],"query":[{"key":"created_at_start","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e9461086-115b-4123-92df-7aadb9716dcc","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/shipments//rates?created_at_start=","host":["{{baseUrl}}"],"path":["v1","shipments","","rates"],"query":[{"key":"created_at_start","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c58ce5a9-21c7-4aa5-95e5-f99361a716dc"}],"id":"19f890df-6b7f-4f95-9775-0cf5a32599f5","_postman_id":"19f890df-6b7f-4f95-9775-0cf5a32599f5"},{"name":"List Shipments","id":"beb4cb74-abf7-4cc4-9537-b895118889fd","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/shipments?shipment_status=&batch_id=&tag=&created_at_start=&created_at_end=&modified_at_start=&modified_at_end=&page=&page_size=&sales_order_id=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","shipments"],"query":[{"key":"shipment_status","value":""},{"description":"Batch ID","key":"batch_id","value":""},{"description":"Search for shipments based on the custom tag added to the shipment object","key":"tag","value":""},{"description":"Used to create a filter for when a resource was created (ex. A shipment that was created after a certain time)","key":"created_at_start","value":""},{"description":"Used to create a filter for when a resource was created, (ex. A shipment that was created before a certain time)","key":"created_at_end","value":""},{"description":"Used to create a filter for when a resource was modified (ex. A shipment that was modified after a certain time)","key":"modified_at_start","value":""},{"description":"Used to create a filter for when a resource was modified (ex. A shipment that was modified before a certain time)","key":"modified_at_end","value":""},{"description":"Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.\n","key":"page","value":""},{"description":"The number of results to return per response.","key":"page_size","value":""},{"description":"Sales Order ID","key":"sales_order_id","value":""},{"description":"Controls the sort order of the query.","key":"sort_dir","value":""},{"key":"sort_by","value":""}]},"description":"Get list of Shipments"},"response":[{"id":"81e5255a-9e33-41c1-b9b7-354994f28f1e","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/shipments?shipment_status=&batch_id=&tag=&created_at_start=&created_at_end=&modified_at_start=&modified_at_end=&page=&page_size=&sales_order_id=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","shipments"],"query":[{"key":"shipment_status","value":""},{"key":"batch_id","value":""},{"key":"tag","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"modified_at_start","value":""},{"key":"modified_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sales_order_id","value":""},{"key":"sort_dir","value":""},{"key":"sort_by","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"9867c1e7-a167-4c9b-bd57-c9df97fa0af5","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/shipments?shipment_status=&batch_id=&tag=&created_at_start=&created_at_end=&modified_at_start=&modified_at_end=&page=&page_size=&sales_order_id=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","shipments"],"query":[{"key":"shipment_status","value":""},{"key":"batch_id","value":""},{"key":"tag","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"modified_at_start","value":""},{"key":"modified_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sales_order_id","value":""},{"key":"sort_dir","value":""},{"key":"sort_by","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f89bf48a-856f-4ccb-94b7-63bb05597858","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/shipments?shipment_status=&batch_id=&tag=&created_at_start=&created_at_end=&modified_at_start=&modified_at_end=&page=&page_size=&sales_order_id=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","shipments"],"query":[{"key":"shipment_status","value":""},{"key":"batch_id","value":""},{"key":"tag","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"modified_at_start","value":""},{"key":"modified_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sales_order_id","value":""},{"key":"sort_dir","value":""},{"key":"sort_by","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"fd648c7d-84a0-492a-a83c-b71b1d71ceca","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/shipments?shipment_status=&batch_id=&tag=&created_at_start=&created_at_end=&modified_at_start=&modified_at_end=&page=&page_size=&sales_order_id=&sort_dir=&sort_by=","host":["{{baseUrl}}"],"path":["v1","shipments"],"query":[{"key":"shipment_status","value":""},{"key":"batch_id","value":""},{"key":"tag","value":""},{"key":"created_at_start","value":""},{"key":"created_at_end","value":""},{"key":"modified_at_start","value":""},{"key":"modified_at_end","value":""},{"key":"page","value":""},{"key":"page_size","value":""},{"key":"sales_order_id","value":""},{"key":"sort_dir","value":""},{"key":"sort_by","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"beb4cb74-abf7-4cc4-9537-b895118889fd"},{"name":"Create Shipments","id":"dce0ee36-ad1e-432c-8194-23c94293e78f","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/shipments","description":"Create one or multiple shipments."},"response":[{"id":"69eb3ceb-11e2-4e05-8063-90176a1f56bd","name":"The requested object creation was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/shipments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"24183c5b-a9a8-4522-a04a-c0e49f925071","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6630b642-36e6-4e15-ac9b-9f688a2f7243","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/shipments"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"dce0ee36-ad1e-432c-8194-23c94293e78f"},{"name":"Get Shipment By External ID","id":"c32cd14d-015a-4531-b9a3-aed50002412a","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/shipments/external_shipment_id/:external_shipment_id","host":["{{baseUrl}}"],"path":["v1","shipments","external_shipment_id",":external_shipment_id"],"variable":[{"id":"a953e9db-8b69-446a-92e4-15997c1db6a3","key":"external_shipment_id","value":""}]},"description":"Query Shipments created using your own custom ID convention using this endpint"},"response":[{"id":"d0587480-f2fb-45b9-8105-e6a87e8ef3a7","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments/external_shipment_id/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0c4508fa-686a-4d09-9e32-a75958a420c4","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments/external_shipment_id/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ce645c7d-e17a-4deb-a3e4-a2217dcc7e30","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments/external_shipment_id/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bb3e6405-7afa-4576-9a42-a84cd2a1c79d","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/shipments/external_shipment_id/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c32cd14d-015a-4531-b9a3-aed50002412a"},{"name":"Parse shipping info","id":"4ef0398d-ed2d-48e7-a548-57f04a91568e","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"I have a 4oz package that's 5x10x14in, and I need to ship it to Margie McMiller at 3800 North Lamar suite 200 in austin, tx 78652. Please send it via USPS first class and require an adult signature. It also needs to be insured for $400.\\n\"\n}"},"url":"{{baseUrl}}/v1/shipments/recognize","description":"The shipment-recognition API makes it easy for you to extract shipping data from unstructured text, including people's names, addresses, package weights and dimensions, insurance and delivery requirements, and more.\n\nData often enters your system as unstructured text (for example: emails, SMS messages, support tickets, or other documents). ShipEngine's shipment-recognition API helps you extract meaningful, structured data from this unstructured text. The parsed shipment data is returned in the same structure that's used for other ShipEngine APIs, so you can easily use the parsed data to create a shipping label.\n\n> **Note:** Shipment recognition is currently supported for the United States, Canada, Australia, New Zealand, the United Kingdom, and Ireland.\n"},"response":[{"id":"8085e187-f2a2-4ce0-9320-8b3f310c60dc","name":"Returns the parsed shipment, as well as a confidence score and a list of all the shipping entities that were recognized in the text.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"I have a 4oz package that's 5x10x14in, and I need to ship it to Margie McMiller at 3800 North Lamar suite 200 in austin, tx 78652. Please send it via USPS first class and require an adult signature. It also needs to be insured for $400.\\n\"\n}"},"url":"{{baseUrl}}/v1/shipments/recognize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"score\": 0.9031369611169101,\n \"shipment\": {\n  \"carrier_id\": \"se-118608\",\n  \"service_code\": \"usps_first_class_mail\",\n  \"confirmation\": \"adult_signature\",\n  \"ship_to\": {\n   \"name\": \"Margie McMiller\",\n   \"company_name\": \"Adult Signature\",\n   \"address_line1\": \"3800 North Lamar\",\n   \"address_line2\": \"Suite 200\",\n   \"city_locality\": \"Austin\",\n   \"state_province\": \"TX\",\n   \"postal_code\": 78652,\n   \"address_residential_indicator\": \"unknown\"\n  },\n  \"packages\": [\n   {\n    \"weight\": {\n     \"value\": 4,\n     \"unit\": \"ounce\"\n    },\n    \"dimensions\": {\n     \"length\": 5,\n     \"width\": 10,\n     \"height\": 14,\n     \"unit\": \"inch\"\n    },\n    \"insured_value\": {\n     \"amount\": 400,\n     \"currency\": \"USD\"\n    }\n   }\n  ]\n },\n \"entities\": [\n  {\n   \"type\": \"weight\",\n   \"score\": 0.9805313966503588,\n   \"text\": \"4oz\",\n   \"start_index\": 9,\n   \"end_index\": 11,\n   \"result\": {\n    \"value\": 4,\n    \"unit\": \"ounce\"\n   }\n  },\n  {\n   \"type\": \"dimensions\",\n   \"score\": 1,\n   \"text\": \"5x10x14in\",\n   \"start_index\": 28,\n   \"end_index\": 36,\n   \"result\": {\n    \"length\": 5,\n    \"width\": 10,\n    \"height\": 14,\n    \"unit\": \"inch\"\n   }\n  },\n  {\n   \"type\": \"dimension\",\n   \"score\": 0.9805313966503588,\n   \"text\": \"14in\",\n   \"start_index\": 33,\n   \"end_index\": 36,\n   \"result\": {\n    \"unit\": \"inch\",\n    \"value\": 14\n   }\n  },\n  {\n   \"type\": \"address\",\n   \"score\": 0.9281558837267101,\n   \"text\": \"to Margie McMiller at 3800 North Lamar suite 200 in austin, tx 78652. Please send it via USPS first class and require an adult signature\",\n   \"start_index\": 61,\n   \"end_index\": 196,\n   \"result\": {\n    \"direction\": \"to\",\n    \"name\": \"Margie McMiller\",\n    \"company_name\": \"Adult Signature\",\n    \"address_line1\": \"3800 North Lamar\",\n    \"address_line2\": \"Suite 200\",\n    \"city_locality\": \"Austin\",\n    \"state_province\": \"TX\",\n    \"postal_code\": 78652\n   }\n  },\n  {\n   \"type\": \"person\",\n   \"score\": 0.9519646137063122,\n   \"text\": \"Margie McMiller\",\n   \"start_index\": 64,\n   \"end_index\": 78,\n   \"result\": {\n    \"value\": \"Margie McMiller\"\n   }\n  },\n  {\n   \"type\": \"address_line\",\n   \"score\": 0.9805313966503588,\n   \"text\": \"3800 North Lamar\",\n   \"start_index\": 83,\n   \"end_index\": 98,\n   \"result\": {\n    \"line\": 1,\n    \"value\": \"3800 North Lamar\"\n   }\n  },\n  {\n   \"type\": \"number\",\n   \"score\": 0.9805313966503588,\n   \"text\": 3800,\n   \"start_index\": 83,\n   \"end_index\": 86,\n   \"result\": {\n    \"type\": \"cardinal\",\n    \"value\": 3800\n   }\n  },\n  {\n   \"type\": \"address_line\",\n   \"score\": 1,\n   \"text\": \"suite 200\",\n   \"start_index\": 100,\n   \"end_index\": 108,\n   \"result\": {\n    \"line\": 2,\n    \"value\": \"Suite 200\"\n   }\n  },\n  {\n   \"type\": \"dimension\",\n   \"score\": 0.4792571878834418,\n   \"text\": \"200 in\",\n   \"start_index\": 106,\n   \"end_index\": 111,\n   \"result\": {\n    \"unit\": \"inch\",\n    \"value\": 200\n   }\n  },\n  {\n   \"type\": \"city_locality\",\n   \"score\": 0.9805313966503588,\n   \"text\": \"austin\",\n   \"start_index\": 113,\n   \"end_index\": 118,\n   \"result\": {\n    \"value\": \"Austin\"\n   }\n  },\n  {\n   \"type\": \"state_province\",\n   \"score\": 0.6082904353940255,\n   \"text\": \"tx\",\n   \"start_index\": 121,\n   \"end_index\": 122,\n   \"result\": {\n    \"name\": \"Texas\",\n    \"value\": \"TX\"\n   }\n  },\n  {\n   \"type\": \"postal_code\",\n   \"score\": 0.9519646137063122,\n   \"text\": 78652,\n   \"start_index\": 124,\n   \"end_index\": 128,\n   \"result\": {\n    \"value\": 78652\n   }\n  },\n  {\n   \"type\": \"carrier\",\n   \"score\": 0.9519646137063122,\n   \"text\": \"USPS\",\n   \"start_index\": 150,\n   \"end_index\": 153,\n   \"result\": {\n    \"name\": \"Stamps.com\",\n    \"value\": \"se-118608\"\n   }\n  },\n  {\n   \"type\": \"service\",\n   \"score\": 0.6082904353940255,\n   \"text\": \"first class\",\n   \"start_index\": 155,\n   \"end_index\": 165,\n   \"result\": {\n    \"name\": \"USPS First Class Mail\",\n    \"value\": \"usps_first_class_mail\"\n   }\n  },\n  {\n   \"type\": \"number\",\n   \"score\": 0.9805313966503588,\n   \"text\": \"first\",\n   \"start_index\": 155,\n   \"end_index\": 159,\n   \"result\": {\n    \"type\": \"ordinal\",\n    \"value\": 1\n   }\n  },\n  {\n   \"type\": \"company\",\n   \"score\": 0.9519646137063122,\n   \"text\": \"adult signature\",\n   \"start_index\": 182,\n   \"end_index\": 196,\n   \"result\": {\n    \"value\": \"Adult Signature\"\n   }\n  },\n  {\n   \"type\": \"delivery_confirmation\",\n   \"score\": 0.8530163983409642,\n   \"text\": \"adult signature\",\n   \"start_index\": 182,\n   \"end_index\": 196,\n   \"result\": {\n    \"name\": \"Adult Signature\",\n    \"value\": \"adult_signature\"\n   }\n  },\n  {\n   \"type\": \"insurance\",\n   \"score\": 0.8530163983409642,\n   \"text\": \"insured for $400\",\n   \"start_index\": 219,\n   \"end_index\": 234,\n   \"result\": {\n    \"value\": 400,\n    \"unit\": \"USD\"\n   }\n  },\n  {\n   \"type\": \"insured_value\",\n   \"score\": 1,\n   \"text\": \"$400\",\n   \"start_index\": 231,\n   \"end_index\": 234,\n   \"result\": {\n    \"unit\": \"USD\",\n    \"value\": 400\n   }\n  }\n ]\n}"},{"id":"1d20d8bf-55cb-44fc-9c3f-dcb7eb6fea3d","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"I have a 4oz package that's 5x10x14in, and I need to ship it to Margie McMiller at 3800 North Lamar suite 200 in austin, tx 78652. Please send it via USPS first class and require an adult signature. It also needs to be insured for $400.\\n\"\n}"},"url":"{{baseUrl}}/v1/shipments/recognize"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8416df5d-25b9-4aa3-95ec-f71a91fcd69e","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"I have a 4oz package that's 5x10x14in, and I need to ship it to Margie McMiller at 3800 North Lamar suite 200 in austin, tx 78652. Please send it via USPS first class and require an adult signature. It also needs to be insured for $400.\\n\"\n}"},"url":"{{baseUrl}}/v1/shipments/recognize"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4ef0398d-ed2d-48e7-a548-57f04a91568e"}],"id":"d9555058-3c74-405f-813d-9a7653316bef","_postman_id":"d9555058-3c74-405f-813d-9a7653316bef"},{"name":"tags","item":[{"name":"{tag name}","item":[{"name":"Create a New Tag","id":"fec7d195-6650-4ffb-a55a-3cc219d1137b","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/tags/:tag_name","host":["{{baseUrl}}"],"path":["v1","tags",":tag_name"],"variable":[{"id":"d02baedd-d862-4474-a2f5-cda129b68824","key":"tag_name","value":""}]},"description":"Create a new Tag for customizing how you track your shipments"},"response":[{"id":"a1a43da1-c238-432e-8a65-17e6d901ef75","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8f23f8af-72ef-4917-aedf-970ca45dd065","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a32cabee-e15c-45bd-b795-fe0ca8851c0e","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b85b30be-9706-4ffd-9aa9-0be6a9686153","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fec7d195-6650-4ffb-a55a-3cc219d1137b"},{"name":"Delete Tag","id":"420181d5-d84f-4c3b-954d-d4ac5538c6a1","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/tags/:tag_name","host":["{{baseUrl}}"],"path":["v1","tags",":tag_name"],"variable":[{"id":"9cbf9401-59e8-4cc7-b18d-2fe0fe67b253","key":"tag_name","value":""}]},"description":"Delete a tag that is no longer needed"},"response":[{"id":"67f79bea-115d-43fd-84c8-5ab2f1c8b90a","name":"The request was successful.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"27473f2a-eb12-4500-890e-aac4e2bb2ef7","name":"The request contained errors.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f616610e-dda4-4235-b7b0-162e7b092828","name":"The specified resource does not exist.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bb26ab8a-d876-4949-8132-138d125fee1e","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"420181d5-d84f-4c3b-954d-d4ac5538c6a1"},{"name":"Update Tag Name","id":"bd0a7341-f009-4c19-b422-41d911ddd71b","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/tags/:tag_name/:new_tag_name","host":["{{baseUrl}}"],"path":["v1","tags",":tag_name",":new_tag_name"],"variable":[{"id":"b9f38efe-1976-40dc-8280-dc86f24dfbe8","key":"tag_name","value":""},{"id":"39fec9af-6aa7-4225-9547-712e69888122","key":"new_tag_name","value":""}]},"description":"Change a tag name while still keeping the relevant shipments attached to it"},"response":[{"id":"df141d73-9e39-4973-afa8-e5ac63c3bbe7","name":"The request was successful.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags//"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"53d023ea-3d9e-4622-a915-43b7cbd4bc2b","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags//"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1c50d1d4-6e37-4466-8e40-5d03ed78f428","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags//"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a1a818d4-6bc6-4d24-a575-c2cd66334f03","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags//"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"bd0a7341-f009-4c19-b422-41d911ddd71b"}],"id":"c6890c1e-75ea-437e-85a2-e5b97e012c65","_postman_id":"c6890c1e-75ea-437e-85a2-e5b97e012c65"},{"name":"Get Tags","id":"4d141654-a066-47e7-ad12-9e5cbfe92bb9","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":"{{baseUrl}}/v1/tags","description":"Get a list of all tags associated with an account."},"response":[{"id":"a236bf09-63fe-4933-9e08-32246585154c","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ba9f6f4d-30f9-4018-83a2-8847ea66a907","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"9470b392-4abf-419e-ba2b-6314381e4b3b","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"acf82294-7381-4fdb-a453-4f77a8bf37d6","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/tags"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4d141654-a066-47e7-ad12-9e5cbfe92bb9"}],"id":"0a72f6ad-43a1-448f-8ec8-a5db8cb0d13b","_postman_id":"0a72f6ad-43a1-448f-8ec8-a5db8cb0d13b"},{"name":"tracking","item":[{"name":"Get Tracking Information","id":"53c0856d-1133-4056-b05c-40536ce1ed9c","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/tracking?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking"],"query":[{"description":"Carrier code used to retrieve tracking information","key":"carrier_code","value":""},{"description":"The tracking number associated with a shipment","key":"tracking_number","value":""}]},"description":"Retrieve package tracking information"},"response":[{"id":"33689a0c-7965-4d62-90c2-b47c0151bbaf","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"38270de1-19eb-4930-afdf-071dc3908a6e","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"23f32709-4748-4284-9306-2dc4576de8c1","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b3cb00be-e325-4d5b-99d8-0425a009f128","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"53c0856d-1133-4056-b05c-40536ce1ed9c"},{"name":"Start Tracking a Package","id":"56aace6e-d675-4f2e-ab61-05ec37b6daae","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/tracking/start?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","start"],"query":[{"description":"Carrier code used to retrieve tracking information","key":"carrier_code","value":""},{"description":"The tracking number associated with a shipment","key":"tracking_number","value":""}]},"description":"Allows you to subscribe to tracking updates for a package. You specify the carrier_code and tracking_number of the package,\nand receive notifications via webhooks whenever the shipping status changes.\n"},"response":[{"id":"d2621e2e-4f0d-490c-99f8-8048d0e98e45","name":"The request was successful.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking/start?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","start"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0550328c-f8a3-448e-94f4-7351b464f9d8","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking/start?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","start"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bb5921da-b023-44f3-9425-9a9964e58b60","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking/start?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","start"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ee17e645-a61b-4855-8f76-a67a18321804","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking/start?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","start"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"56aace6e-d675-4f2e-ab61-05ec37b6daae"},{"name":"Stop Tracking a Package","id":"7aead84a-a58d-41cb-924e-eae2a98f6009","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/tracking/stop?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","stop"],"query":[{"description":"Carrier code used to retrieve tracking information","key":"carrier_code","value":""},{"description":"The tracking number associated with a shipment","key":"tracking_number","value":""}]},"description":"Unsubscribe from tracking updates for a package."},"response":[{"id":"893433d8-3577-4130-96f7-510973c605c5","name":"The request was successful.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking/stop?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","stop"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ae699829-b449-4c48-92a7-23d4be53867a","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking/stop?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","stop"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"017a6347-b0ac-41fb-81ee-ae4da8e67cdf","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking/stop?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","stop"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5698a3cb-ae7b-4922-8eef-d09642d328a2","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tracking/stop?carrier_code=&tracking_number=","host":["{{baseUrl}}"],"path":["v1","tracking","stop"],"query":[{"key":"carrier_code","value":""},{"key":"tracking_number","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7aead84a-a58d-41cb-924e-eae2a98f6009"}],"id":"f8f5adaa-f0d2-475e-9ea8-abfdaea1bba7","_postman_id":"f8f5adaa-f0d2-475e-9ea8-abfdaea1bba7"},{"name":"warehouses","item":[{"name":"{warehouse id}","item":[{"name":"Get Warehouse By Id","id":"8927c8db-5a8c-49f1-910e-d99bc20f5b5d","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/warehouses/:warehouse_id","host":["{{baseUrl}}"],"path":["v1","warehouses",":warehouse_id"],"variable":[{"id":"f47602d8-e015-467c-ac29-e3e15d950b3f","key":"warehouse_id","value":"","description":"Warehouse ID"}]},"description":"Retrieve warehouse data based on the warehouse ID"},"response":[{"id":"653ec8bb-d219-4c80-9de1-7fff32f3181c","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8c0a2f9d-2cd5-4bcc-8735-027a9eda7862","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3ee4f22b-edfa-41dc-95a4-da0e29dcc745","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"617f652f-b4a3-4f1f-8bed-f9b0dde9110c","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8927c8db-5a8c-49f1-910e-d99bc20f5b5d"},{"name":"Update WareHouse By Id","id":"40354068-c6ca-4f7b-9ae6-c4887c8d08e4","request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/v1/warehouses/:warehouse_id","host":["{{baseUrl}}"],"path":["v1","warehouses",":warehouse_id"],"variable":[{"id":"3304c2d5-2a24-4a97-bcd2-d7ab855a48dc","key":"warehouse_id","value":"","description":"Warehouse ID"}]},"description":"Update Warehouse object information"},"response":[{"id":"3e94ce39-d343-4ce5-bb2b-0187d59d5f05","name":"The request was successful.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5161da7b-bafc-4c38-a3dc-bfff35fec9b9","name":"The request contained errors.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"3ae187c7-2485-4ec4-b737-3d1bfa89197f","name":"The specified resource does not exist.","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"cab2b1d4-e535-48fd-b6d2-c09ea6089e95","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"PUT","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"40354068-c6ca-4f7b-9ae6-c4887c8d08e4"},{"name":"Delete Warehouse By ID","id":"b579eea1-a1b5-4154-8afd-d924c976de00","request":{"auth":{"type":"noauth"},"method":"DELETE","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/warehouses/:warehouse_id","host":["{{baseUrl}}"],"path":["v1","warehouses",":warehouse_id"],"variable":[{"id":"a122c8b3-c139-4853-9fdd-ed7193ca62a3","key":"warehouse_id","value":"","description":"Warehouse ID"}]},"description":"Delete a warehouse by ID"},"response":[{"id":"f75dbed8-57f8-40c5-b0a3-24b35f048692","name":"The request was successful.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6271306e-333c-4ede-ac2e-5eefe12aa08a","name":"The request contained errors.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a0a32417-6457-4237-ada4-95a574bc459b","name":"The specified resource does not exist.","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ab71f663-0a81-48d3-854c-1bd6ccdfeec2","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"DELETE","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b579eea1-a1b5-4154-8afd-d924c976de00"}],"id":"125e03c1-becd-4979-85ac-6b8e42693dc4","_postman_id":"125e03c1-becd-4979-85ac-6b8e42693dc4"},{"name":"List Warehouses","id":"873561ac-2b68-4454-bdbe-fd0a5f5d4239","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":"{{baseUrl}}/v1/warehouses","description":"Retrieve a list of warehouses associated with this account."},"response":[{"id":"c1bb2b48-9549-4089-b82b-bfef9d80b58b","name":"The request was a success.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"60c8b3a7-fc17-4952-b139-ecedf8898b5f","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4e0930c0-842a-4b76-967e-5e501232cd3e","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"dedbc4e3-6b8e-4acc-a229-07f12e72fbf0","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":"{{baseUrl}}/v1/warehouses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"873561ac-2b68-4454-bdbe-fd0a5f5d4239"},{"name":"Create Warehouse","id":"3b7d1981-640d-4492-8b09-1549d649ff98","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses","description":"Create a warehouse location that you can use to create shipping items by simply passing in the generated warehouse id.\nIf the return address is not supplied in the request body then it is assumed that the origin address is the return address as well\n"},"response":[{"id":"a0564d75-aa7b-43f1-a437-d3e373aff9ee","name":"The request was a success.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7943e14b-2985-47c0-8c58-04e14ff1a814","name":"The request contained errors.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"2d989116-256e-4675-8ce7-20526b4edd83","name":"The specified resource does not exist.","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8e746660-08ff-4ac0-bb6b-35f54901780f","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":"{{baseUrl}}/v1/warehouses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3b7d1981-640d-4492-8b09-1549d649ff98"}],"id":"bf4eada6-14ac-40fc-8af7-a68a4b29421e","_postman_id":"bf4eada6-14ac-40fc-8af7-a68a4b29421e"},{"name":"Download File","id":"22134050-850e-416e-8850-2d1e38368428","request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/downloads/:dir/:subdir/:filename?download=&rotation=","host":["{{baseUrl}}"],"path":["v1","downloads",":dir",":subdir",":filename"],"query":[{"key":"download","value":""},{"key":"rotation","value":""}],"variable":[{"id":"bb187a53-80aa-4a6e-99f6-4eefe5c4c792","key":"subdir","value":""},{"id":"47f9a40c-b6e8-451f-8a27-e0c52a05c7cb","key":"filename","value":""},{"id":"e9acc3f9-e767-4ae9-b763-4d8786fbec95","key":"dir","value":""}]},"description":"Get File"},"response":[{"id":"ac0a3052-7394-454e-9439-a6c29f69a457","name":"The request was a success","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/downloads///?download=&rotation=","host":["{{baseUrl}}"],"path":["v1","downloads","","",""],"query":[{"key":"download","value":""},{"key":"rotation","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/pdf"}],"cookie":[],"responseTime":null,"body":""},{"id":"8dbcb3ef-347a-4739-a1f2-646c9e4e6f86","name":"The request contained errors.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/downloads///?download=&rotation=","host":["{{baseUrl}}"],"path":["v1","downloads","","",""],"query":[{"key":"download","value":""},{"key":"rotation","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0561f785-a08f-446b-b7d5-19c0c8db2e79","name":"The specified resource does not exist.","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/downloads///?download=&rotation=","host":["{{baseUrl}}"],"path":["v1","downloads","","",""],"query":[{"key":"download","value":""},{"key":"rotation","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"771fe479-bddf-4480-a6a3-eeb74228b1de","name":"An error occurred on ShipEngine's side.\n\n> This error will automatically be reported to our engineers.\n","originalRequest":{"method":"GET","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/downloads///?download=&rotation=","host":["{{baseUrl}}"],"path":["v1","downloads","","",""],"query":[{"key":"download","value":""},{"key":"rotation","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"22134050-850e-416e-8850-2d1e38368428"},{"name":"Get Ephemeral Token","id":"d6b76225-5982-4134-8921-5bb3071c848a","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"API-Key","value":"{{API_KEY}}","description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n"}],"url":{"raw":"{{baseUrl}}/v1/tokens/ephemeral?redirect=","host":["{{baseUrl}}"],"path":["v1","tokens","ephemeral"],"query":[{"description":"Include a redirect url to the application formatted with the ephemeral token.","key":"redirect","value":""}]},"description":"This endpoint returns a token that can be passed to an application for authorized access.  The lifetime of this token is 10 seconds."},"response":[{"id":"bfb92517-52e8-4ece-943a-c1763e1b9960","name":"OK","originalRequest":{"method":"POST","header":[{"description":"To authenticate yourself to ShipEngine, you need to include an `API-Key` header in each API call. If you don't include a key when making an API request, or if you use an incorrect or expired key, then ShipEngine will respond with a `401 Unauthorized` error.\n\nLearn more about API keys in our [authentication guide](https://www.shipengine.com/docs/auth/).\n","key":"API-Key","value":""}],"url":{"raw":"{{baseUrl}}/v1/tokens/ephemeral?redirect=","host":["{{baseUrl}}"],"path":["v1","tokens","ephemeral"],"query":[{"key":"redirect","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d6b76225-5982-4134-8921-5bb3071c848a"}],"id":"2b537877-b1f3-474c-9d8d-2e8732113258","_postman_id":"2b537877-b1f3-474c-9d8d-2e8732113258"}],"auth":{"type":"apikey","apikey":{"value":"__YOUR_API_KEY_HERE__","key":"API-Key"}},"variable":[{"key":"baseUrl","value":"https://api.shipengine.com"},{"key":"API_KEY","value":"__YOUR_API_KEY_HERE__"}]}