{"info":{"_postman_id":"ac40fece-48a8-4fb7-b0a0-649ec70aa709","name":"Starshipit API","description":"<html><head></head><body><p>Looking to build an integration? Our API allows you to incorporate the intelligence of Starshipit into your platform with minimal integration effort. Built by developers for developers.</p>\n<p>Starshipit provides a simple, but powerful shipping API for you to easily create orders, generate labels, display rates, manage orders and more.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>Here’s a quick rundown of what you need to know about working with the Starshipit API.</p>\n<h2 id=\"what-do-i-need-to-start\">What do I need to start?</h2>\n<ol>\n<li>Starshipit account, Starshipit API key and Subscription Key</li>\n<li>At least one enabled courier in your Starshipit account</li>\n</ol>\n<p><strong>Starshipit account:</strong> You’ll need to sign up for a Starshipit account to get an API key. You’ll also need to enable at least one courier to be able to use the rates at checkout request.</p>\n<p><strong>Starshipit API key:</strong> To make requests to the API, an authentication token is required. To view your API key log in to your Starshipit account, then go to Settings &gt; API. You can generate a new token here. This is the StarShipIT-Api-Key.</p>\n<p><strong>Subscription key:</strong> To make requests to the API, a subscription key is required. To generate your subscription key log in to your Starshipit account, then go to Settings &gt; API. You can generate a new subscription key here. This is the Ocp-Apim-Subscription-Key.</p>\n<h1 id=\"api-rate-limits\">API Rate Limits</h1>\n<p>Our Developer subscription allows you to make two requests per second.</p>\n<p>Our Production subscription allows you to make twenty requests per second. This subscription requires approval.</p>\n<p>If you exceed these rates, you'll receive a ‘429 Too Many Requests’ error.</p>\n<h1 id=\"use-cases\">Use Cases</h1>\n<h4 id=\"shipping-using-starshipit-api-with-the-starshipit-interface\">Shipping using Starshipit API with the Starshipit interface:</h4>\n<img src=\"https://content.pstmn.io/3c2983f3-331c-4235-ba86-8a4be494242e/QVBJIHdpdGggdGhlIFN0YXJzaGlwaXQgaW50ZXJmYWNlIDEgKDEpLnBuZw==\">\n\n<ol>\n<li>Push orders into Starshipit via <a href=\"#abcadf5c-9793-47b3-a2cb-d650c666d84d\">Create Order API (a)</a> from your eCommerce, inventory, warehouse management or other platform.</li>\n<li>Staff log in to Starshipit and fulfil orders from the Starshipit interface.</li>\n<li>Staff manifest orders using the Starshipit interface.</li>\n<li>(Optional) Using Starshipit <a href=\"#1400272c-4c43-4740-9190-17684beee0fc\">Webhooks (b)</a> retrieve your tracking numbers from Starshipit.</li>\n</ol>\n<h4 id=\"shipping-using-starshipit-api-with-a-third-party-or-no-interface\">Shipping using Starshipit API with a third-party or no interface</h4>\n<img src=\"https://content.pstmn.io/856039ed-8ad8-4f47-b590-1a310a094ad2/QVBJIHdpdGggYSB0aGlyZC1wYXJ0eSBXTVMgSW50ZXJmYWNlIDEucG5n\">\n\n<ol>\n<li>Push orders into Starshipit via <a href=\"#abcadf5c-9793-47b3-a2cb-d650c666d84d\">Create Order API (a)</a> from your eCommerce, inventory, warehouse management or other platform.</li>\n<li>Trigger label generation via the <a href=\"#b6bc3576-a43f-4992-86d8-8fdf57f872f6\">Create Label Print API (b)</a>. This will return the label file(s), and the tracking numbers associated with the shipment. Customer can update their orders/shipments in their platform with tracking.</li>\n<li>Manifest shipments via the Starshipit <a href=\"#4774c2b5-22a9-41ba-848c-fc0b872b1a39\">Manifest Orders API (c)</a>.</li>\n</ol>\n<p><strong>Example of a 3PL using a WMS without its own eCommerce platform integrations</strong></p>\n<ol>\n<li>Orders are imported into Starshipit using one of our pre-built integrations.</li>\n<li>WMS imports order details from Starshipit via our <a href=\"#0aef707f-e2f5-493a-a382-8235c00c9c18\">Get Order API (a)</a>.</li>\n<li>Users pick order and make any necessary changes in their WMS (e.g. change weight).</li>\n<li>The order is edited in Starshipit via our <a href=\"#fffefde7-2198-4e38-ae33-283792fd8321\">Update Order API (b)</a>.</li>\n<li>From the WMS the user can print a courier label by using the <a href=\"#b6bc3576-a43f-4992-86d8-8fdf57f872f6\">Create Label API (c)</a> call which will return a label.</li>\n<li>Manifest Shipments via the Starshipit <a href=\"#4774c2b5-22a9-41ba-848c-fc0b872b1a39\">Manifest Orders API (d)</a>.</li>\n<li>Tracking info can then be retrieved from Starshipit using the <a href=\"#a655a3b4-ea39-42c4-acb4-d868ad40dc47\">Tracking Details API (e)</a> call.</li>\n</ol>\n<h1 id=\"best-practices\">Best Practices</h1>\n<h2 id=\"batch-requests-where-possible\">Batch requests where possible</h2>\n<p>To optimize the performance and efficiency of API interactions, batch your requests whenever possible. For example, instead of sending individual requests for each order, use the <code>Update Orders</code> or <code>Create Orders</code> endpoints to update or create multiple orders in a single request.</p>\n<h1 id=\"filters\">Filters</h1>\n<p>Some requests allow you to filter the orders returned.</p>\n<p>This parameter is specified in the following format:</p>\n<p>[FILTER_COLUMN]:::[VALUE]</p>\n<p>Multiple filters can be specified, please seperate these by comma ','. For example, a legal filter can look like:</p>\n<p>Order:::12345,State:::NSW</p>\n<p>Source:::Shopify</p>\n<p>Some filters can be pre-fixed with '!' to return orders that do not meet the condition. For example, !Country:::Australia will return all orders not from Australia.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>FILTER_COLUMN</th>\n<th>Description</th>\n<th>Type / format</th>\n<th>Example Filter Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Order</td>\n<td>Filter for a specific order number</td>\n<td>String</td>\n<td>Order:::1419</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Filter for a specific 'To Name'</td>\n<td>String</td>\n<td>Name:::John Smith</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Filter for valid addresses</td>\n<td>'valid'</td>\n<td>Address:::valid</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>Filter for shipped_date, if order_status is shipped.</td>\n<td>[OPERATOR][DATE_STRING]  <br>  <br>Allowed OPERATORs:  <br>&gt;=  <br>&gt;  <br>&lt;=  <br>&lt;  <br>  <br>DATE_STRING format:  <br>dd MMM yyyy  <br>MMM yyyy  <br>  <br>If the OPERATOR is not specified, the date is exactly matched.</td>\n<td>Date:::&gt;=MAY 2024  <br>  <br>Date:::19 MAY 2024  <br>  <br>Date:::&lt;=5 JUN 2023</td>\n</tr>\n<tr>\n<td>Source</td>\n<td>Filter for integration source. Integrations are specified by ID, account specific integration ID or by name, and multiple can be specified by seperating by semi-colon ';'.</td>\n<td>String or Int</td>\n<td>Source:::25  <br>Source:::25;26  <br>Source:::123456  <br>Source:::Shopify</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Filter orders by state. If you wish to filter by multiple states, you must specify the State filter for each.</td>\n<td>String</td>\n<td>Source:::NSW  <br>  <br>Source:::NSW,Source:::VIC</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>Filter orders by country. If you wish to filter by multiple countries, you must specify the Country filter for each.</td>\n<td>String</td>\n<td>Country:::Australia  <br>Country:::Australia,Country:::New Zealand</td>\n</tr>\n<tr>\n<td>Carrier</td>\n<td>Filter orders by carrier. If you wish to filter by multiple carriers, you must specify the Carrier filter for each.</td>\n<td>String</td>\n<td>Carrier:::StarTrack</td>\n</tr>\n<tr>\n<td>Service</td>\n<td>Filter orders by carrier service / product. If you wish to filter by multiple services, you must specify the Service filter for each.</td>\n<td>String</td>\n<td>Service:::EXP</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Filter orders by Order Status. If you wish to filter by multiple Order Statuses, you must specify the Status filter for each.</td>\n<td>String [Delivered, In Transit]</td>\n<td>Status:::Delivered</td>\n</tr>\n<tr>\n<td>SKU</td>\n<td>Filter orders by SKU. If you wish to filter by multiple SKUs, you must specify the SKU filter for each.</td>\n<td>String</td>\n<td>SKU:::ABC123</td>\n</tr>\n<tr>\n<td>SingleSKU</td>\n<td>Filter orders by SKU, where orders only contain a single SKU. If using this filter, only orders with single SKUs that match the filter will be returned.  <br>If you wish to filter by multiple single SKUs, you must specify the Single SKU filter for each.</td>\n<td>String</td>\n<td>SingleSKU:::ABC123</td>\n</tr>\n<tr>\n<td>Writeback</td>\n<td>FIlter orders by Writeback status.</td>\n<td>String</td>\n<td>Writeback:::Up to date</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td>Filter orders by weight</td>\n<td>[OPERATOR][INTEGER]  <br>  <br>Allowed OPERATORs:  <br>&gt;=  <br>&gt;  <br>&lt;=  <br>&lt;  <br>  <br>If no OPERATOR is specified, the weight is exactly matched.</td>\n<td>Weight:::&gt;=5  <br>  <br>Weight:::5</td>\n</tr>\n<tr>\n<td>ShippingMethod</td>\n<td>Filter orders by Shipping Method. If you wish to filter by multiple Shipping Methods, you must specify the Shipping Method filter for each.</td>\n<td>String</td>\n<td>ShippingMethod:::AusPost Express Intl</td>\n</tr>\n<tr>\n<td>ShippingDescription</td>\n<td>Filter orders by Shipping Description. If you wish to filter by multiple Shipping Descriptions, you must specify the Shipping Description filter for each.</td>\n<td>String</td>\n<td>ShippingDescription:::Express</td>\n</tr>\n<tr>\n<td>Tag</td>\n<td>Filter orders by Tag. If you wish to filter by multiple Tags, you must specify the Tag filter for each.</td>\n<td>String</td>\n<td>Tag:::Urgent</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"API Rate Limits","slug":"api-rate-limits"},{"content":"Use Cases","slug":"use-cases"},{"content":"Best Practices","slug":"best-practices"},{"content":"Filters","slug":"filters"}],"owner":"7606649","collectionId":"ac40fece-48a8-4fb7-b0a0-649ec70aa709","publishedId":"TVRg69NS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"007BFF"},"publishDate":"2022-07-19T03:55:41.000Z"},"item":[{"name":"Orders","item":[{"name":"List Orders (Unshipped)","id":"6dd10a47-8403-4c7e-9b3f-32bf9986d8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/orders/unshipped","description":"<p>Get a list of all unshipped orders (default: orders updated in the last 24 hours)</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th><strong>Example Value</strong></th>\n<th><strong>Accepted values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>since_order_date (optional)</td>\n<td>Show orders created after date in UTC (date-time in RFC3339 format)</td>\n<td>2024-05-27T06:00:00.000Z</td>\n<td></td>\n</tr>\n<tr>\n<td>since_last_updated (optional)</td>\n<td>Show orders recently updated after date in UTC (date-time in RFC3339 format)</td>\n<td>2024-05-27T06:00:00.000Z</td>\n<td></td>\n</tr>\n<tr>\n<td>ids_only (optional)</td>\n<td>Show all unshipped order_ids</td>\n<td>false</td>\n<td>true</td>\n</tr>\n<tr>\n<td>limit (optional)</td>\n<td>Amount of results (default: 50) (maximum: 250)</td>\n<td>50</td>\n<td>1, 2, 3, ..., 250</td>\n</tr>\n<tr>\n<td>page (optional)</td>\n<td>Page to show (default: 1)</td>\n<td>1</td>\n<td>1, 2, 3, ...</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"list-orders-unshipped-response\">List Orders (Unshipped) Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>list of orders</td>\n<td>List of unshipped orders details (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>order_ids</td>\n<td>list of order_ids</td>\n<td>List of unshipped order_ids (only present if <code>ids_only</code> is set to <code>true</code>)</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>integer</td>\n<td>Total number of pages available</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model) </a> (only present if the request resulted in an error)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","unshipped"],"host":["api","starshipit","com"],"query":[{"disabled":true,"description":{"content":"<p>(optional) Show orders created after date in UTC (date-time in RFC3339 format)</p>\n","type":"text/plain"},"key":"since_order_date","value":"2026-04-21T07:57:31.374Z"},{"disabled":true,"description":{"content":"<p>(optional) Show orders recently updated after date in UTC (date-time in RFC3339 format)</p>\n","type":"text/plain"},"key":"since_last_updated","value":"2026-04-21T07:57:31.375Z"},{"disabled":true,"description":{"content":"<p>(optional) Show all unshipped order_ids only</p>\n","type":"text/plain"},"key":"ids_only","value":"false"},{"disabled":true,"description":{"content":"<p>(optional) Amount of results (default: 50) (maximum: 250)</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"disabled":true,"description":{"content":"<p>(optional) Page to show (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"59fa2f3d-6901-42f6-a4cc-c82be6da5fdb","name":"List Orders (Unshipped)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"url":{"raw":"https://api.starshipit.com/api/orders/unshipped","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","unshipped"],"query":[{"key":"since_order_date","value":"2026-04-21T07:57:31.375Z","description":"(optional) Show orders created after date in UTC (date-time in RFC3339 format)","disabled":true},{"key":"since_last_updated","value":"2026-04-21T07:57:31.375Z","description":"(optional) Show orders recently updated after date in UTC (date-time in RFC3339 format)","disabled":true},{"key":"ids_only","value":"false","description":"(optional) Show all unshipped order_ids only","type":"text","disabled":true},{"key":"limit","value":"50","description":"(optional) Amount of results (default: 50) (maximum: 250)","disabled":true},{"key":"page","value":"1","description":"(optional) Page to show (default: 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"13846"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 03 Jul 2024 03:40:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"order_id\": 440482182,\n            \"order_date\": \"2024-06-16T23:41:13\",\n            \"order_number\": \"#1148-1\",\n            \"reference\": \"#1148\",\n            \"carrier\": \"DHL\",\n            \"carrier_name\": \"DHL Express\",\n            \"carrier_service_code\": \"WPX\",\n            \"signature_required\": false,\n            \"dangerous_goods\": false,\n            \"currency\": \"NZD\",\n            \"sender_details\": {\n                \"name\": \"Frank's Flowers\",\n                \"email\": \"frank@flowers.com\",\n                \"phone\": \"0215671234\",\n                \"building\": \"Building A\",\n                \"company\": \"Frank's Flowers\",\n                \"street\": \"10 Rose Street\",\n                \"suburb\": \"redfern\",\n                \"city\": \"redfern\",\n                \"state\": \"NSW\",\n                \"post_code\": \"2016\",\n                \"country\": \"Australia\",\n                \"tax_numbers\": []\n            },\n            \"destination\": {\n                \"name\": \"John Smith\",\n                \"email\": \"john@smith.com\",\n                \"phone\": \"0225671289\",\n                \"building\": \"1A\",\n                \"company\": \"John Smith Tools\",\n                \"street\": \"10 Federal Street\",\n                \"city\": \"Auckland\",\n                \"state\": \"Auckland\",\n                \"post_code\": \"1010\",\n                \"country\": \"New Zealand\",\n                \"delivery_instructions\": \"\",\n                \"tax_numbers\": []\n            },\n            \"items\": [\n                {\n                    \"item_id\": 1286216642,\n                    \"description\": \"Rose\",\n                    \"sku\": \"\",\n                    \"country_of_origin\": \"AU\",\n                    \"quantity\": 1,\n                    \"quantity_to_ship\": 1,\n                    \"weight\": 0.88,\n                    \"height\": 0,\n                    \"width\": 0,\n                    \"length\": 0,\n                    \"value\": 0,\n                    \"stock_on_hand\": 0\n                }\n            ],\n            \"packages\": [\n                {\n                    \"package_id\": 553567691,\n                    \"weight\": 1,\n                    \"height\": 0.1,\n                    \"width\": 0.1,\n                    \"length\": 0.1,\n                    \"packaging_type\": \"\"\n                }\n            ],\n            \"metadatas\": [\n                {\n                    \"metafield_key\": \"ADDRESSVALIDATED\",\n                    \"value\": \"True\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"SOURCE\",\n                    \"value\": \"Shopify\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"DTP\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"INSURANCE\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"INSURANCEVALUE\",\n                    \"value\": \"0.00\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"GREENSERVICE\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"ADULT_SIGNATURE\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"ATL\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"BATTERY\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"SATURDAY\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"CUSTOMSINCOTERM\",\n                    \"value\": \"Not Set\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"CUSTOMSEXPORTREASON\",\n                    \"value\": \"Not Set\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"CUSTOMSDUTYACCOUNTNUMBER\",\n                    \"value\": \"\",\n                    \"required\": false\n                }\n            ],\n            \"declared_value\": 0,\n            \"archived\": false,\n            \"manifest_number\": 0,\n            \"address_validation\": \"NotChecked\",\n            \"create_return\": false,\n            \"dtp\": false,\n            \"add_insurance\": false,\n            \"insurance_value\": 0,\n            \"plt\": false,\n            \"type\": \"Outgoing\",\n            \"platform\": \"Manual\",\n            \"status\": \"Unshipped\"\n        }\n    ],\n    \"total_pages\": 1,\n    \"success\": true\n}"},{"id":"0b10bfc0-033b-4089-b7ff-dc24c9d7ddb8","name":"ids_only","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/unshipped?ids_only=true","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","unshipped"],"query":[{"key":"since_order_date","value":"2026-04-21T07:57:31.375Z","description":"(optional) Show orders created after date in UTC (date-time in RFC3339 format)","disabled":true},{"key":"since_last_updated","value":"2026-04-21T07:57:31.375Z","description":"(optional) Show orders recently updated after date in UTC (date-time in RFC3339 format)","disabled":true},{"key":"ids_only","value":"true","description":"(optional) Show all unshipped order_ids only"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1488"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 27 May 2024 06:40:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"order_ids\": [\n        400000000,\n        400000001,\n        400000002\n    ],\n    \"total_pages\": 1,\n    \"success\": true\n}"},{"id":"48bb1ddb-daea-47f6-b125-569c937ccb3f","name":"Unauthenticated","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/unshipped","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","unshipped"],"query":[{"key":"since_order_date","value":"2026-04-21T07:57:31.375Z","description":"(optional) Show orders created after date in UTC (date-time in RFC3339 format)","disabled":true},{"key":"since_last_updated","value":"2026-04-21T07:57:31.375Z","description":"(optional) Show orders recently updated after date in UTC (date-time in RFC3339 format)","disabled":true},{"key":"ids_only","value":"false","description":"(optional) Show all unshipped order_ids only","type":"text","disabled":true},{"key":"limit","value":"50","description":"(optional) Amount of results (default: 50) (maximum: 250)","type":"text","disabled":true},{"key":"page","value":"1","description":"(optional) Page to show (default: 1)","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"45"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 27 May 2024 07:00:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 403,\n    \"message\": \"Forbidden\"\n}"}],"_postman_id":"6dd10a47-8403-4c7e-9b3f-32bf9986d8f3"},{"name":"List Orders (Printed or Unmanifested)","id":"bc249299-e979-4003-becc-27ba61dcf214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"url":"https://api.starshipit.com/api/orders/shipments?status=recently_printed","description":"<p>Get recently printed or unmanifested orders</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th><strong>Example Value</strong></th>\n<th><strong>Accepted Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>since_created_date (optional)</td>\n<td>Show shipments created after date in UTC (date-time in RFC3339 format)</td>\n<td>2024-05-27T06:00:00.000Z</td>\n<td></td>\n</tr>\n<tr>\n<td>status</td>\n<td>The status of the shipments to return</td>\n<td>recently_printed</td>\n<td>recently_printed, unmanifested</td>\n</tr>\n<tr>\n<td>limit (optional)</td>\n<td>Amount of results (default: 50) (maximum: 250)</td>\n<td>50</td>\n<td>1, 2, 3, ..., 250</td>\n</tr>\n<tr>\n<td>page (optional)</td>\n<td>Page to show (default: 1)</td>\n<td>1</td>\n<td>1, 2, 3, ...</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"list-orders-printed-or-unmanifested-response\">List Orders (Printed or Unmanifested) Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>list of orders</td>\n<td>List of orders (<a href=\"#shipments-order-model\">Shipments Order Model</a>)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Shipment status: recently_printed or unmanifested</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>integer</td>\n<td>Total number of pages available</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","shipments"],"host":["api","starshipit","com"],"query":[{"disabled":true,"description":{"content":"<p>Show shipments created after date in UTC (date-time in RFC3339 format)</p>\n","type":"text/plain"},"key":"since_created_date","value":"2026-04-21T07:57:31.375Z"},{"description":{"content":"<p>The status of the shipments to return</p>\n","type":"text/plain"},"key":"status","value":"recently_printed"},{"disabled":true,"description":{"content":"<p>Amount of results (default: 50) (maximum: 250)</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"disabled":true,"description":{"content":"<p>Page to show (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"ba0356ef-59ff-4508-a0d6-a7b2bc7eeb35","name":"List Orders (Printed)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"url":{"raw":"https://api.starshipit.com/api/orders/shipments?since_created_date=2020-11-03&status=recently_printed","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","shipments"],"query":[{"key":"since_created_date","value":"2020-11-03"},{"key":"status","value":"recently_printed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\":\"recently_printed\",\r\n    \"orders\": [\r\n      {\r\n        \"order_id\": 1020304051,\r\n        \"order_number\": \"10001\",\r\n        \"date\": \"2020-11-03T08:10:11.4460327Z\",\r\n        \"name\": \"John Smith\",\r\n        \"carrier_name\": \"Australia Post\",\r\n        \"carrier_service_code\": \"7B05\",\r\n        \"tracking_numbers\": [\r\n          \"QQQ001156301000960302\"\r\n        ],\r\n        \"country\": \"Australia\"\r\n      }\r\n    ],\r\n    \"total_pages\": 1,\r\n    \"success\": true \r\n}"}],"_postman_id":"bc249299-e979-4003-becc-27ba61dcf214"},{"name":"List Orders (Shipped)","id":"abbdf631-21c8-472b-b2e7-b1b68b01f6d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/orders/shipped","description":"<p>Get a list of all shipped orders (default: orders updated in the last 24 hours)</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>since_last_updated (optional)</td>\n<td>string</td>\n<td>Show orders recently updated after date in UTC (date-time in RFC3339 format)</td>\n</tr>\n<tr>\n<td>ids_only (optional)</td>\n<td>boolean</td>\n<td>Show all unshipped order_ids</td>\n</tr>\n<tr>\n<td>limit (optional)</td>\n<td>integer</td>\n<td>Amount of results (default: 50) (maximum: 250)</td>\n</tr>\n<tr>\n<td>page (optional)</td>\n<td>integer</td>\n<td>Page to show (default: 1)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"list-orders-shipped-response\">List Orders (Shipped) Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#full-order-model\">orders</a></td>\n<td>object list</td>\n<td>List of shipped orders details (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>order_ids</td>\n<td>integer list</td>\n<td>List of shipped order_id</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>integer</td>\n<td>Total number of pages available</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","shipped"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"dea8a761-0c1b-49dd-bd46-68e6f4f7a4c9","name":"List Orders (Shipped) ","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key which provides access to this API. Found in your Profile","type":"text"}],"url":{"raw":"https://api.starshipit.com/api/orders/shipped?since_last_updated=2020-10-12T07:20:50.52Z&ids_only=false&limit=50&page=1","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","shipped"],"query":[{"key":"since_last_updated","value":"2020-10-12T07:20:50.52Z","description":"(optional) Show orders recently updated after date in UTC"},{"key":"ids_only","value":"false","description":"(optional) Show all shipped order_ids"},{"key":"limit","value":"50","description":"(optional) Amount of results (default: 50) (maximum: 250)"},{"key":"page","value":"1","description":"(optional) Page to show (default: 1)"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"orders\": [\n    {\n      \"order_id\": 1020304051,\n      \"order_date\": \"2020-04-27T22:46:59.0593498Z\",\n      \"shipped_date\": \"2020-04-29T22:46:59.0593498Z\",\n      \"order_number\": \"10001\",\n      \"reference\": \"Online Order\",\n      \"integration_source_name\": \"API\",\n      \"name\": \"John Smith\",\n      \"state\": \"NSW\",\n      \"country\": \"Australia\",\n      \"carrier\": \"AusPost\",\n      \"carrier_name\": \"Australia Post\",\n      \"carrier_service_code\": \"7B05\",\n      \"carrier_service_name\": \"Express Post\",\n      \"shipment_type\": \"O\",\n      \"tracking_number\": \"QQQ001156301000960302\",\n      \"tracking_short_status\": \"In Transit\",\n      \"tracking_full_status\": \"In Transit\",\n      \"manifest_number\": 5358,\n      \"manifest_sent\": true,\n      \"writeback_status\": \"Up to date\",\n      \"writeback_details\": \"Success\"\n    }\n  ],\n  \"total_pages\": 1,\n  \"success\": true\n}"}],"_postman_id":"abbdf631-21c8-472b-b2e7-b1b68b01f6d0"},{"name":"List Orders (Delivered)","id":"57dda852-bab7-4c19-aefa-de756be7b46e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/orders/delivered?order_ref=12345","description":"<p>Get a list of all delivered orders with a given order reference</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_ref</td>\n<td>The order reference to filter delivered orders by</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"list-orders-delivered-response\">List Orders (Delivered) Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>object list</td>\n<td>List of shipped orders details (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","delivered"],"host":["api","starshipit","com"],"query":[{"key":"order_ref","value":"12345"}],"variable":[]}},"response":[{"id":"71a4d804-f9b0-4276-bc3f-9356fe737ba6","name":"List Orders (Delivered)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/delivered?order_ref=12345","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","delivered"],"query":[{"key":"order_ref","value":"12345"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1258"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 28 May 2024 00:15:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"order_id\": 400000001,\n            \"order_date\": \"2022-02-22T23:57:51.3774738\",\n            \"order_number\": \"5370\",\n            \"reference\": \"12345\",\n            \"carrier\": \"AusPost\",\n            \"carrier_name\": \"Australia Post\",\n            \"carrier_service_code\": \"7B05\",\n            \"signature_required\": false,\n            \"dangerous_goods\": false,\n            \"currency\": \"NZD\",\n            \"sender_details\": {\n                \"name\": \"Sender Name\",\n                \"email\": \"sender.email@starshipit.com\",\n                \"phone\": \"0201234567\",\n                \"company\": \"Starshipit\",\n                \"street\": \"10 George Street\",\n                \"suburb\": \"City Centre\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"post_code\": \"1234\",\n                \"country\": \"Australia\",\n                \"tax_numbers\": []\n            },\n            \"destination\": {\n                \"name\": \"John Smith\",\n                \"email\": \"john.smith@example.com\",\n                \"phone\": \"\",\n                \"building\": \"\",\n                \"company\": \"\",\n                \"street\": \"10 George St\",\n                \"suburb\": \"Redfern\",\n                \"city\": \"\",\n                \"state\": \"NSW\",\n                \"post_code\": \"2016\",\n                \"country\": \"AUSTRALIA\",\n                \"delivery_instructions\": \"\",\n                \"tax_numbers\": []\n            },\n            \"packages\": [\n                {\n                    \"package_id\": 200000001,\n                    \"name\": \"Test Package\",\n                    \"weight\": 6,\n                    \"height\": 0.01,\n                    \"width\": 0.05,\n                    \"length\": 0.1,\n                    \"packaging_type\": \"Carton\",\n                    \"carrier_service_code\": \"7B05\",\n                    \"carrier_service_name\": \"PARCEL POST + SIGNATURE\",\n                    \"tracking_number\": \"2XD890127901000935103\",\n                    \"tracking_url\": \"https://auspost.com.au/mypost/track/details/2XD890127901000935103\",\n                    \"delivery_status\": \"Printed\",\n                    \"shipment_type\": \"Outgoing\",\n                    \"label_created_date\": \"2022-02-23T00:00:43.8986313\",\n                    \"barcode\": \"0199312650999998912XD890127901000935103\"\n                }\n            ],\n            \"metadatas\": [\n                {\n                    \"metafield_key\": \"ADDRESSVALIDATED\",\n                    \"value\": \"True\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"SOURCE\",\n                    \"value\": \"Manual\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"ATL\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"SAFEDROP\",\n                    \"value\": \"True\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"CREATERETURN\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"INSURANCE\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"INSURANCEVALUE\",\n                    \"value\": \"0.00\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"DANGEROUSGOODS\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"EXPORTTYPE\",\n                    \"value\": \"Sale of Goods\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"COMMERCIALVALUE\",\n                    \"value\": \"False\",\n                    \"required\": false\n                },\n                {\n                    \"metafield_key\": \"EXPORTNUMBER\",\n                    \"value\": \"\",\n                    \"required\": false\n                }\n            ],\n            \"declared_value\": 0,\n            \"archived\": false,\n            \"manifest_number\": 12345678,\n            \"writeback_status\": \"Not required\",\n            \"writeback_details\": \"Not Required\",\n            \"address_validation\": \"Valid\",\n            \"create_return\": false,\n            \"dtp\": false,\n            \"export_type\": \"Sale of Goods\",\n            \"add_insurance\": false,\n            \"insurance_value\": 0,\n            \"plt\": false,\n            \"type\": \"Outgoing\",\n            \"platform\": \"Manual\",\n            \"status\": \"Delivered6\",\n            \"manifested\": true,\n            \"has_commercial_invoice\": false,\n            \"is_fully_packed\": false\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"57dda852-bab7-4c19-aefa-de756be7b46e"},{"name":"List Orders Summary","id":"c1e28347-54b6-4224-bca7-449469790840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/orders/summary?order_status=shipped","description":"<p>Get a summary of orders by status</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th><strong>Example Value</strong></th>\n<th><strong>Accepted values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_status</td>\n<td>order status to show order summary of</td>\n<td>shipped</td>\n<td>new, shipped, printed, archived</td>\n</tr>\n<tr>\n<td>page</td>\n<td>page number</td>\n<td>1</td>\n<td>1, 2, 3, ...</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>number of results to return (default: 500, maximum: 500)</td>\n<td>500</td>\n<td>1, 2, 3, ..., 500</td>\n</tr>\n<tr>\n<td>filter</td>\n<td>See the <a href=\"#filters\">Filters</a> section on how to use this.</td>\n<td>Order:::1419  <br />  <br />Order:1419,Country:::Australia</td>\n<td></td>\n</tr>\n<tr>\n<td>sort</td>\n<td>Order field to sort by.</td>\n<td>Order</td>\n<td>Address, Carrier, Name, Country, Date (order_date), Items, Manifest (manifest_number), Order (order_number), Product, Quantity, ShippedDate, ShippingDescription, ShippingMethod, SKU, StockOnHand, Platform, State, Status (order status), Weight, Writeback (writeback_status)</td>\n</tr>\n<tr>\n<td>sort_direction</td>\n<td>Sort Direction</td>\n<td>Ascending</td>\n<td>Ascending, Descending</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"order-summary-response\">Order Summary Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>list of orders</td>\n<td>List of orders</td>\n</tr>\n<tr>\n<td>order_counts</td>\n<td>object</td>\n<td>stats on orders</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model) </a> (only present if the request resulted in an error)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","summary"],"host":["api","starshipit","com"],"query":[{"description":{"content":"<p>order status to show order summary of.</p>\n","type":"text/plain"},"key":"order_status","value":"shipped"},{"disabled":true,"description":{"content":"<p>Order field to sort by.</p>\n","type":"text/plain"},"key":"sort","value":""},{"disabled":true,"description":{"content":"<p>sort direction.</p>\n","type":"text/plain"},"key":"sort_direction","value":""},{"disabled":true,"description":{"content":"<p>Filter the orders returned in the order summary by various filters.  </p>\n<p>This parameter is specified in the following format:  </p>\n<p>Multiple filters can be specified, please seperate these by comma ','.  </p>\n<p>See the Filters section below for accepted filter values.</p>\n","type":"text/plain"},"key":"filter","value":""},{"disabled":true,"description":{"content":"<p>page number.</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>number of results to return (default: 500, maximum: 500)</p>\n","type":"text/plain"},"key":"page_size","value":""}],"variable":[]}},"response":[{"id":"d4cbe4dc-debc-4675-bdba-fbbe9b9c2cab","name":"List Orders Summary","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/summary?order_status=shipped","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","summary"],"query":[{"key":"order_status","value":"shipped"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"5308"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 28 May 2024 01:08:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"order_id\": 400000001,\n            \"order_number\": \"1419\",\n            \"contact_name\": \"Test test\",\n            \"country\": \"Australia\",\n            \"state\": \"NSW\",\n            \"order_type\": \"Outgoing\",\n            \"platform\": \"WooCommerce\",\n            \"integration_id\": 25,\n            \"order_status\": 10,\n            \"carrier\": \"MyPostBusiness\",\n            \"product\": \"B20\",\n            \"weight\": 0,\n            \"weight_unit\": \"kg\",\n            \"valid_address\": true,\n            \"quantity\": \"\",\n            \"skus\": \"\",\n            \"items\": \"\",\n            \"soh\": \"\",\n            \"manifest_number\": 2630833,\n            \"manifest_sent\": true,\n            \"writeback_status\": \"Up to date\",\n            \"order_date\": \"2024-04-14T23:44:45\",\n            \"shipped_date\": \"2024-04-18T04:43:49.9777195\"\n        }\n    ],\n    \"order_counts\": {\n        \"unprinted_count\": 248,\n        \"printed_count\": 62,\n        \"shipped_count\": 68,\n        \"archived_count\": 956,\n        \"archived_unshipped_count\": 0,\n        \"archived_shipped_count\": 956,\n        \"unprinted_invalidaddress_count\": 14,\n        \"return_count\": 17\n    },\n    \"success\": true\n}"},{"id":"ec30aee4-97a6-4fae-bafd-3c40cb3b1f39","name":"Complex filtering example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/summary?order_status=shipped&filter=order:::%231129,Platform:::Shopify,State:::NSW,Status:::Delivered,Address:::valid,Date:::>=APR 2024","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","summary"],"query":[{"key":"order_status","value":"shipped","description":"order status to show order summary of."},{"key":"sort","value":"","description":"Order field to sort by.","disabled":true},{"key":"sort_direction","value":"","description":"sort direction.","disabled":true},{"key":"filter","value":"order:::#1129,Platform:::Shopify,State:::NSW,Status:::Delivered,Address:::valid,Date:::>=APR 2024","description":"Filter the orders returned in the order summary by various filters.  \n  \nThis parameter is specified in the following format:  \n  \n[FILTER_COLUMN]:::[VALUE]  \n  \nMultiple filters can be specified, please seperate these by comma ','.  \n  \nSee the Filters section below for accepted filter values.","type":"text"},{"key":"page","value":"","description":"page number.","type":"text","disabled":true},{"key":"page_size","value":"","description":"number of results to return (default: 500, maximum: 500)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"559"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 28 May 2024 06:15:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"order_id\": 424687615,\n            \"order_number\": \"#1129\",\n            \"contact_name\": \"test test\",\n            \"country\": \"Australia\",\n            \"state\": \"NSW\",\n            \"order_type\": \"Outgoing\",\n            \"platform\": \"Shopify\",\n            \"integration_id\": 557383,\n            \"order_status\": \"Delivered\",\n            \"carrier\": \"PlainLabel\",\n            \"product\": \"Plain Label\",\n            \"weight\": 0,\n            \"weight_unit\": \"kg\",\n            \"valid_address\": true,\n            \"quantity\": \"\",\n            \"skus\": \"\",\n            \"items\": \"\",\n            \"soh\": \"\",\n            \"manifest_number\": 0,\n            \"manifest_sent\": true,\n            \"writeback_status\": \"Up to date\",\n            \"tracking_status\": \"Delivered\",\n            \"order_date\": \"2024-04-23T22:45:48\",\n            \"shipped_date\": \"2024-04-29T02:04:16.5098323\"\n        }\n    ],\n    \"order_counts\": {\n        \"unprinted_count\": 248,\n        \"printed_count\": 62,\n        \"shipped_count\": 68,\n        \"archived_count\": 956,\n        \"archived_unshipped_count\": 0,\n        \"archived_shipped_count\": 956,\n        \"unprinted_invalidaddress_count\": 14,\n        \"return_count\": 17\n    },\n    \"success\": true\n}"}],"_postman_id":"c1e28347-54b6-4224-bca7-449469790840"},{"name":"Search Orders","id":"7615c4c5-893b-4085-aa67-5d1d34297654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/orders/search?phrase=John Smith","description":"<p>Search printed order by order number, tracking number or name of the order</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th><strong>Example Value</strong></th>\n<th><strong>Accepted Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>phrase (optional)</td>\n<td>In conjunction with the 'fields' parameter, this is the search phrase to search for.</td>\n<td>John Smith</td>\n<td></td>\n</tr>\n<tr>\n<td>limit (optional)</td>\n<td>Amount of results (default: 50) (maximum: 250)</td>\n<td>50</td>\n<td>1, 2, 3, ..., 250</td>\n</tr>\n<tr>\n<td>page (optional)</td>\n<td>Page to show (default: 1)</td>\n<td>1</td>\n<td>1, 2, 3, ...</td>\n</tr>\n<tr>\n<td>status (optional)</td>\n<td>Returns a list of orders based on the order status (default: All)</td>\n<td>All</td>\n<td>All, Unshipped, Shipped</td>\n</tr>\n<tr>\n<td>fields (optional)</td>\n<td>In. conjunction with the phrase parameter, which field to search. If \"All\", it will search 'order number', 'tracking number', 'theirRef' and 'name'</td>\n<td>All</td>\n<td>All, Order_Number, TheirRef</td>\n</tr>\n<tr>\n<td>include_child_accounts</td>\n<td>If set to true, orders from child accounts will be returned (default: false)</td>\n<td>true</td>\n<td>true, false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"search-orders-response\">Search Orders Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>object list</td>\n<td>List of order assignments (<a href=\"#search-order-model\">Search Order Model</a>)</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>integer</td>\n<td>Total number of pages available</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","search"],"host":["api","starshipit","com"],"query":[{"disabled":true,"description":{"content":"<p>Amount of results (default: 50) (maximum: 250)</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Page to show (default: 1)</p>\n","type":"text/plain"},"key":"page","value":""},{"disabled":true,"description":{"content":"<p>Returns a list of orders based on the order status (default: All)</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>In. conjunction with the phrase parameter, which field to search. If \"All\", it will search 'order number', 'tracking number', 'theirRef' and 'name'</p>\n","type":"text/plain"},"key":"fields","value":""},{"disabled":true,"description":{"content":"<p>If set to true, orders from child accounts will be returned (default: false)</p>\n","type":"text/plain"},"key":"include_child_accounts","value":null},{"key":"phrase","value":"John Smith"}],"variable":[]}},"response":[{"id":"271cacf4-65f7-440e-969f-3ed343b7f59b","name":"Search Orders by order number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/search?phrase=12345&limit=10&page=1","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","search"],"query":[{"key":"phrase","value":"12345"},{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_id\": 10001,\r\n      \"order_date\": \"2020-04-29T22:46:59.6374472Z\",\r\n      \"order_number\": \"12345\",\r\n      \"name\": \"John Smith\",\r\n      \"carrier_name\": \"Australia Post\",\r\n      \"tracking_number\": \"A123456\",\r\n      \"country\": \"Australia\"\r\n    }\r\n  ],\r\n  \"total_pages\": 1,\r\n  \"success\": true\r\n}"},{"id":"931513cc-1b29-4c77-984b-b7d0e454f34d","name":"Search Orders by tracking number","originalRequest":{"method":"GET","header":[{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.starshipit.com/api/orders/search?phrase=A123456&limit=10&page=1","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","search"],"query":[{"key":"phrase","value":"A123456"},{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_id\": 10001,\r\n      \"order_date\": \"2020-04-29T22:46:59.6374472Z\",\r\n      \"order_number\": \"12345\",\r\n      \"name\": \"John Smith\",\r\n      \"carrier_name\": \"Australia Post\",\r\n      \"tracking_number\": \"A123456\",\r\n      \"country\": \"Australia\"\r\n    }\r\n  ],\r\n  \"total_pages\": 1,\r\n  \"success\": true\r\n}"},{"id":"ced75ae5-4725-40e2-ae1f-95a9e80784c0","name":"Search Orders by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/search?phrase=John Smith&limit=10&page=1","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","search"],"query":[{"key":"phrase","value":"John Smith"},{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_id\": 10001,\r\n      \"order_date\": \"2020-04-29T22:46:59.6374472Z\",\r\n      \"order_number\": \"12345\",\r\n      \"name\": \"John Smith\",\r\n      \"carrier_name\": \"Australia Post\",\r\n      \"tracking_number\": \"QQQ001156301000960302\",\r\n      \"country\": \"Australia\"\r\n    }\r\n  ],\r\n  \"total_pages\": 1,\r\n  \"success\": true\r\n}"},{"id":"e103be65-582c-4c96-b760-6a56a260fc77","name":"Search Orders by order id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key which provides access to this API. Found in your Profile.","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/search?phrase=161690700&limit=10&page=1","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","search"],"query":[{"key":"phrase","value":"161690700"},{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_id\": 10001,\r\n      \"order_date\": \"2020-04-29T22:46:59.6374472Z\",\r\n      \"order_number\": \"12345\",\r\n      \"name\": \"John Smith\",\r\n      \"carrier_name\": \"Australia Post\",\r\n      \"tracking_number\": \"A123456\",\r\n      \"country\": \"Australia\"\r\n    }\r\n  ],\r\n  \"total_pages\": 1,\r\n  \"success\": true\r\n}"}],"_postman_id":"7615c4c5-893b-4085-aa67-5d1d34297654"},{"name":"Get Order(s)","id":"0aef707f-e2f5-493a-a382-8235c00c9c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n"}],"url":"https://api.starshipit.com/api/orders","description":"<p>Get order details by either order_id or order_number. If neither order_id or order_number is provided, this endpoint can be used to return multiple orders that match the criteria.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n<th><strong>Example Value</strong></th>\n<th>Accepted Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id (optional)</td>\n<td>The unique numeric identifier for the order</td>\n<td>12345</td>\n<td>Any integer</td>\n</tr>\n<tr>\n<td>order_number (optional)</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n<td>#1234</td>\n<td>Any</td>\n</tr>\n<tr>\n<td>status (optional)</td>\n<td>The order status to filter orders for (default: unshipped)</td>\n<td>Unshipped</td>\n<td>Unshipped, Shipped, Printed</td>\n</tr>\n<tr>\n<td>filter (optional)</td>\n<td>See the <a href=\"#filters\">Filters</a> section on how to use this.</td>\n<td>Order:::#1234</td>\n<td></td>\n</tr>\n<tr>\n<td>include (optional)</td>\n<td>Allows additional objects and values to be included in the response. To specify multiple inclusions, just use multiple Include parameters.</td>\n<td>Account_Summary</td>\n<td>Account_Summary, Shipment_Attributes, Sender_Details, Destination, Items, Packages, Metadatas, Events, Shipping_Price</td>\n</tr>\n<tr>\n<td>sort_column (optional)</td>\n<td>Order field to sort the orders returned by</td>\n<td>Address</td>\n<td>Address, Carrier, Name, Country, Date (order_date), Items, Manifest (manifest_number), Order (order_number), Product, Quantity, ShippedDate, ShippingDescription, ShippingMethod, SKU, StockOnHand, Platform, State, Status (order status), Weight, Writeback (writeback_status)</td>\n</tr>\n<tr>\n<td>sort_direction (optional)</td>\n<td>Direction of the sort applied with sort_column. (Default: Descending)</td>\n<td>Ascending</td>\n<td>Ascending, Descending</td>\n</tr>\n<tr>\n<td>page_number (optional)</td>\n<td>Page number to return (default: 1)</td>\n<td>1</td>\n<td>Any integer</td>\n</tr>\n<tr>\n<td>page_size (optional)</td>\n<td>Number of results to return (default: 500, maximum: 500)</td>\n<td>10</td>\n<td>1, 2, 3, ... 500</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-order-response\">Get Order Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object list</td>\n<td>List of order details (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders"],"host":["api","starshipit","com"],"query":[{"disabled":true,"description":{"content":"<p>The unique numeric identifier for the order</p>\n","type":"text/plain"},"key":"order_id","value":""},{"disabled":true,"description":{"content":"<p>The identifier of the order pulled from source e-Commerce platform</p>\n","type":"text/plain"},"key":"order_number","value":""},{"disabled":true,"key":"status","value":"Shipped"},{"disabled":true,"key":"filter","value":null},{"disabled":true,"key":"include","value":""},{"disabled":true,"description":{"content":"<p>Order field to sort by.</p>\n","type":"text/plain"},"key":"sort_column","value":null},{"disabled":true,"key":"sort_direction","value":""},{"disabled":true,"key":"page_number","value":null}],"variable":[]}},"response":[{"id":"d9f76f51-5275-41ac-a143-4e0830c89ab8","name":"Get Order by order id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders?order_id=1020304051","protocol":"https","host":["api","starshipit","com"],"path":["api","orders"],"query":[{"key":"order_id","value":"1020304051","description":"The unique numeric identifier for the order"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"order\":{\r\n      \"order_id\":1020304051,\r\n      \"order_date\":\"2020-04-29T22:46:59.7155669Z\",\r\n      \"order_number\":\"10001\",\r\n      \"reference\":\"Online Order\",\r\n      \"carrier\":\"AusPost\",\r\n      \"carrier_name\":\"Australia Post\",\r\n      \"carrier_service_code\":\"7B05\",\r\n      \"shipping_method\":\"Express Shipping\",\r\n      \"signature_required\":false,\r\n      \"dangerous_goods\":false,\r\n      \"destination\":{\r\n         \"name\":\"John Smith\",\r\n         \"phone\":\"0290988227\",\r\n         \"street\":\"20 George Street\",\r\n         \"suburb\":\"Sydney\",\r\n         \"state\":\"NSW\",\r\n         \"post_code\":\"2000\",\r\n         \"country\":\"Australia\",\r\n         \"delivery_instructions\":\"Leave at door\"\r\n      },\r\n      \"items\":[\r\n         {\r\n            \"item_id\":1065580746,\r\n            \"description\":\"Mobile Phone\",\r\n            \"sku\":\"MOBILE\",\r\n            \"quantity\":1,\r\n            \"quantity_to_ship\":0,\r\n            \"weight\":0.65,\r\n            \"value\":125\r\n         },\r\n         {\r\n            \"item_id\":1065580747,\r\n            \"description\":\"Mobile Case (Black)\",\r\n            \"sku\":\"MOBILE-CASE-BLK\",\r\n            \"quantity\":1,\r\n            \"quantity_to_ship\":0,\r\n            \"weight\":0.05,\r\n            \"value\":20\r\n         }\r\n      ],\r\n      \"packages\":[\r\n         {\r\n            \"package_id\":1035548017,\r\n            \"weight\":0.7,\r\n            \"height\":0.04,\r\n            \"width\":0.08,\r\n            \"length\":0.12\r\n         }\r\n      ],\r\n      \"declared_value\":0\r\n   },\r\n   \"success\":true\r\n}"},{"id":"def81ba9-9841-4fc4-8dd5-a705e6e24b70","name":"Get Order by order number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders?order_number=10001","protocol":"https","host":["api","starshipit","com"],"path":["api","orders"],"query":[{"key":"order_number","value":"10001","description":"(optional) The identifier of the order pulled from source e-Commerce platform"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"order\":{\r\n      \"order_id\":1020304051,\r\n      \"order_date\":\"2020-04-29T22:46:59.7155669Z\",\r\n      \"order_number\":\"10001\",\r\n      \"reference\":\"Online Order\",\r\n      \"carrier\":\"AusPost\",\r\n      \"carrier_name\":\"Australia Post\",\r\n      \"carrier_service_code\":\"7B05\",\r\n      \"shipping_method\":\"Express Shipping\",\r\n      \"signature_required\":false,\r\n      \"dangerous_goods\":false,\r\n      \"destination\":{\r\n         \"name\":\"John Smith\",\r\n         \"phone\":\"0290988227\",\r\n         \"street\":\"20 George Street\",\r\n         \"suburb\":\"Sydney\",\r\n         \"state\":\"NSW\",\r\n         \"post_code\":\"2000\",\r\n         \"country\":\"Australia\",\r\n         \"delivery_instructions\":\"Leave at door\"\r\n      },\r\n      \"items\":[\r\n         {\r\n            \"item_id\":1065580746,\r\n            \"description\":\"Mobile Phone\",\r\n            \"sku\":\"MOBILE\",\r\n            \"quantity\":1,\r\n            \"quantity_to_ship\":0,\r\n            \"weight\":0.65,\r\n            \"value\":125\r\n         },\r\n         {\r\n            \"item_id\":1065580747,\r\n            \"description\":\"Mobile Case (Black)\",\r\n            \"sku\":\"MOBILE-CASE-BLK\",\r\n            \"quantity\":1,\r\n            \"quantity_to_ship\":0,\r\n            \"weight\":0.05,\r\n            \"value\":20\r\n         }\r\n      ],\r\n      \"packages\":[\r\n         {\r\n            \"package_id\":1035548017,\r\n            \"weight\":0.7,\r\n            \"height\":0.04,\r\n            \"width\":0.08,\r\n            \"length\":0.12\r\n         }\r\n      ],\r\n      \"declared_value\":0\r\n   },\r\n   \"success\":true\r\n}"},{"id":"14dfbb2d-a252-4700-b7f5-dbe2969f447b","name":"Get Printed Orders w/ Shipping Price","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key"}],"url":{"raw":"https://api.starshipit.com/api/orders?status=Printed&include=Shipping_Price&include=Shipment_Attributes","protocol":"https","host":["api","starshipit","com"],"path":["api","orders"],"query":[{"key":"order_id","value":"","description":"The unique numeric identifier for the order","type":"text","disabled":true},{"key":"order_number","value":"","description":"The identifier of the order pulled from source e-Commerce platform","type":"text","disabled":true},{"key":"status","value":"Printed"},{"key":"filter","value":"","type":"text","disabled":true},{"key":"include","value":"Shipping_Price"},{"key":"sort_column","value":"","description":"Order field to sort by.","type":"text","disabled":true},{"key":"sort_direction","value":"","type":"text","disabled":true},{"key":"page_number","value":"","type":"text","disabled":true},{"key":"include","value":"Shipment_Attributes"},{"key":"include","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"3390"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 17 Jul 2025 20:49:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"page_number\": 1,\n    \"page_size\": 50,\n    \"total_pages\": 1,\n    \"total_records\": 1,\n    \"data\": {\n        \"orders\": [\n            {\n                \"order_id\": 123456789,\n                \"platform\": \"TestOrders\",\n                \"integration_id\": 1,\n                \"order_status\": \"Printed\",\n                \"order_number\": \"1\",\n                \"reference\": \"\",\n                \"order_date\": \"2025-07-08T23:29:42.3545569\",\n                \"printed_date\": \"2025-07-09T02:48:27.732779\",\n                \"shipped_date\": \"2025-07-09T02:48:27.732779\",\n                \"contact_name\": \"John Smith\",\n                \"company_name\": \"John Smith Ltd\",\n                \"state\": \"WA\",\n                \"country\": \"Australia\",\n                \"shipping_method\": \"Standard\",\n                \"shipping_description\": \"Standard\",\n                \"shipment_type\": \"Outgoing\",\n                \"carrier_id\": 10,\n                \"carrier_name\": \"Australia Post\",\n                \"carrier_service_code\": \"7H05\",\n                \"carrier_service_name\": \"METRO CUBING\",\n                \"tracking_numbers\": [\n                    \"2XD000000001000000000\"\n                ],\n                \"tracking_urls\": [\n                    \"https://auspost.com.au/mypost/track/details/2XD000000001000000000\"\n                ],\n                \"tracking_full_status\": \"\",\n                \"manifest_number\": 0,\n                \"manifest_sent\": false,\n                \"writeback_status\": \"Not required\",\n                \"writeback_details\": \"Not Required\",\n                \"signature_required\": false,\n                \"dangerous_goods\": false,\n                \"export_type\": \"\",\n                \"plt\": false,\n                \"create_return\": false,\n                \"currency\": \"NZD\",\n                \"declared_value\": 51,\n                \"dtp\": false,\n                \"add_insurance\": false,\n                \"insurance_value\": 0,\n                \"price_breakdown\": {\n                    \"Calculated Price ex GST\": \"$26.41\",\n                    \"Calculated GST\": \"$2.64\",\n                    \"Calculated Price\": \"$29.05\",\n                    \"Predicted Delivery Dates \": \"2-3 days\"\n                },\n                \"total_shipping_price\": 29.05,\n                \"shipping_freight_value\": 2.45,\n                \"custom_margin_value\": 0,\n                \"total_items\": 4,\n                \"total_items_to_ship\": 0,\n                \"total_shipped_items\": 0,\n                \"total_qty_items\": 0,\n                \"total_packages\": 0,\n                \"weight\": \"0\",\n                \"weight_unit\": \"kg\",\n                \"address_validation\": \"Valid\",\n                \"archived\": false,\n                \"tags\": [\n                    \"PICKED\",\n                    \"PACKED\"\n                ]\n            }\n        ]\n    },\n    \"succeeded\": true\n}"}],"_postman_id":"0aef707f-e2f5-493a-a382-8235c00c9c18"},{"name":"Create Order","id":"abcadf5c-9793-47b3-a2cb-d650c666d84d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"order\": {\r\n    \"order_date\": \"\",\r\n    \"order_number\": \"1776758251\",\r\n    \"reference\": \"Online Order\",\r\n    \"carrier\": \"AusPost\",\r\n    \"carrier_name\": \"Australia Post\",\r\n    \"shipping_method\": \"Return Express Shipping\",\r\n    \"signature_required\": false,\r\n    \"return_order\": false,\r\n    \"destination\": {\r\n      \"name\": \"Johnny Smith\",\r\n      \"phone\": \"0290988227\",\r\n      \"street\": \"20 George Street\",\r\n      \"suburb\": \"Sydney\",\r\n      \"state\": \"NSW\",\r\n      \"post_code\": \"2000\",\r\n      \"country\": \"Australia\",\r\n      \"delivery_instructions\": \"Leave at door\"\r\n    },\r\n    \"items\": [\r\n      {\r\n        \"item_id\": 1065580746,\r\n        \"description\": \"Mobile Phone\",\r\n        \"sku\": \"MOBILE\",\r\n        \"quantity\": 1,\r\n        \"quantity_to_ship\": 0,\r\n        \"weight\": 0.65,\r\n        \"value\": 125\r\n      },\r\n      {\r\n        \"item_id\": 1065580747,\r\n        \"description\": \"Mobile Case (Black)\",\r\n        \"sku\": \"MOBILE-CASE-BLK\",\r\n        \"quantity\": 1,\r\n        \"quantity_to_ship\": 0,\r\n        \"weight\": 0.05,\r\n        \"value\": 20\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders","description":"<p>Create a new unshipped order</p>\n<h2 id=\"create-order-request\">Create Order Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>The order details object (<a href=\"#create-order-model\">Create Order Model</a>)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"create-order-response\">Create Order Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td>object</td>\n<td>Created orders details (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"1584a8eb-135f-446a-b477-9fd45c9ef22a","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"order_date\": \"2020-04-29T22:47:00.0593501Z\",\r\n        \"order_number\": \"10001\",\r\n        \"reference\": \"Online Order\",\r\n        \"shipping_method\": \"Express Shipping\",\r\n        \"signature_required\": false,\r\n        \"destination\": {\r\n            \"name\": \"John Smith\",\r\n            \"phone\": \"0290988227\",\r\n            \"street\": \"20 George Street\",\r\n            \"suburb\": \"Sydney\",\r\n            \"state\": \"NSW\",\r\n            \"post_code\": \"2000\",\r\n            \"country\": \"Australia\",\r\n            \"delivery_instructions\": \"Leave at door\"\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"description\": \"Mobile Phone\",\r\n                \"sku\": \"MOBILE\",\r\n                \"quantity\": 1,\r\n                \"weight\": 0.65,\r\n                \"value\": 125\r\n            },\r\n            {\r\n                \"description\": \"Mobile Case (Black)\",\r\n                \"sku\": \"MOBILE-CASE-BLK\",\r\n                \"quantity\": 1,\r\n                \"weight\": 0.05,\r\n                \"value\": 20\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"order\": {\r\n    \"order_id\": 1020304051,\r\n    \"order_date\": \"2020-04-29T22:47:00.0593501Z\",\r\n    \"order_number\": \"10001\",\r\n    \"reference\": \"Online Order\",\r\n    \"carrier\": \"AusPost\",\r\n    \"carrier_name\": \"Australia Post\",\r\n    \"carrier_service_code\": \"7B05\",\r\n    \"shipping_method\": \"Express Shipping\",\r\n    \"signature_required\": false,\r\n    \"dangerous_goods\": false,\r\n    \"destination\": {\r\n      \"name\": \"John Smith\",\r\n      \"phone\": \"0290988227\",\r\n      \"street\": \"20 George Street\",\r\n      \"suburb\": \"Sydney\",\r\n      \"state\": \"NSW\",\r\n      \"post_code\": \"2000\",\r\n      \"country\": \"Australia\",\r\n      \"delivery_instructions\": \"Leave at door\"\r\n    },\r\n    \"items\": [\r\n      {\r\n        \"item_id\": 1065580746,\r\n        \"description\": \"Mobile Phone\",\r\n        \"sku\": \"MOBILE\",\r\n        \"quantity\": 1,\r\n        \"quantity_to_ship\": 0,\r\n        \"weight\": 0.65,\r\n        \"value\": 125\r\n      },\r\n      {\r\n        \"item_id\": 1065580747,\r\n        \"description\": \"Mobile Case (Black)\",\r\n        \"sku\": \"MOBILE-CASE-BLK\",\r\n        \"quantity\": 1,\r\n        \"quantity_to_ship\": 0,\r\n        \"weight\": 0.05,\r\n        \"value\": 20\r\n      }\r\n    ],\r\n    \"packages\": [\r\n      {\r\n        \"package_id\": 1035548017,\r\n        \"weight\": 0.7,\r\n        \"height\": 0.04,\r\n        \"width\": 0.08,\r\n        \"length\": 0.12\r\n      }\r\n    ],\r\n    \"declared_value\": 0\r\n  },\r\n  \"success\": true\r\n}"},{"id":"4045ee90-a80a-4ebe-9828-bbe10b483a02","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"order\": {\r\n    \"order_date\": \"\",\r\n    \"order_number\": \"1000100004\",\r\n    \"reference\": \"Online Order\",\r\n    \"carrier\": \"AusPost\",\r\n    \"carrier_name\": \"Australia Post\",\r\n    \"shipping_method\": \"Return Express Shipping\",\r\n    \"signature_required\": false,\r\n    \"return_order\": true,\r\n    \"destination\": {\r\n      \"name\": \"Johnny Smith\",\r\n      \"phone\": \"0290988227\",\r\n      \"street\": \"20 George Street\",\r\n      \"suburb\": \"Sydney\",\r\n      \"state\": \"NSW\",\r\n      \"post_code\": \"2000\",\r\n      \"country\": \"Australia\",\r\n      \"delivery_instructions\": \"Leave at door\"\r\n    },\r\n    \"items\": [\r\n      {\r\n        \"item_id\": 1065580746,\r\n        \"description\": \"Mobile Phone\",\r\n        \"sku\": \"MOBILE\",\r\n        \"quantity\": 1,\r\n        \"quantity_to_ship\": 0,\r\n        \"weight\": 0.65,\r\n        \"value\": 125\r\n      },\r\n      {\r\n        \"item_id\": 1065580747,\r\n        \"description\": \"Mobile Case (Black)\",\r\n        \"sku\": \"MOBILE-CASE-BLK\",\r\n        \"quantity\": 1,\r\n        \"quantity_to_ship\": 0,\r\n        \"weight\": 0.05,\r\n        \"value\": 20\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"abcadf5c-9793-47b3-a2cb-d650c666d84d"},{"name":"Create Orders","id":"b90251d2-1d1c-47b1-ac07-eeeb21cade7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_date\": \"2020-04-29T22:47:00.699943Z\",\r\n      \"order_number\": \"10001\",\r\n      \"reference\": \"Online Order\",\r\n      \"shipping_method\": \"Express Shipping\",\r\n      \"signature_required\": false,\r\n      \"destination\": {\r\n        \"name\": \"Johnny Smith\",\r\n        \"phone\": \"0290988227\",\r\n        \"street\": \"20 George Street\",\r\n        \"suburb\": \"Sydney\",\r\n        \"state\": \"NSW\",\r\n        \"post_code\": \"2000\",\r\n        \"country\": \"Australia\",\r\n        \"delivery_instructions\": \"Leave at door\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"description\": \"Mobile Phone\",\r\n          \"sku\": \"MOBILE\",\r\n          \"quantity\": 1,\r\n          \"weight\": 0.65,\r\n          \"value\": 125\r\n        },\r\n        {\r\n          \"description\": \"Mobile Case (Black)\",\r\n          \"sku\": \"MOBILE-CASE-BLK\",\r\n          \"quantity\": 1,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ]\r\n    },\r\n    {\r\n      \"order_date\": \"2020-04-29T22:47:00.699943Z\",\r\n      \"order_number\": \"10002\",\r\n      \"reference\": \"Online Order\",\r\n      \"shipping_method\": \"International Shipping\",\r\n      \"signature_required\": true,\r\n      \"destination\": {\r\n        \"name\": \"Robert Johnson\",\r\n        \"phone\": \"099734100\",\r\n        \"street\": \"10 Federal Street\",\r\n        \"suburb\": \"Auckland Central\",\r\n        \"city\": \"Auckland\",\r\n        \"state\": \"Auckland\",\r\n        \"post_code\": \"1010\",\r\n        \"country\": \"New Zealand\",\r\n        \"delivery_instructions\": \"See the receptionist\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"description\": \"Mobile Case (Blue)\",\r\n          \"sku\": \"MOBILE-CASE-BLU\",\r\n          \"quantity\": 5,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/import","description":"<p>Create new unshipped orders (Maximum orders per API request: 50)</p>\n<h2 id=\"create-orders-request\">Create Orders Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#create-order---order-model\">orders</a></td>\n<td>object list</td>\n<td>List of orders details (<a href=\"#create-order---order-model\">Create Order Model</a>)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"create-orders-response\">Create Orders Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#full-order-model\">orders</a></td>\n<td>object list</td>\n<td>List of created orders details (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","import"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"9cb7fcc0-ffec-4d91-b01f-23f3748a490d","name":"Create Orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_date\": \"2020-04-29T22:47:00.699943Z\",\r\n      \"order_number\": \"10001\",\r\n      \"reference\": \"Online Order\",\r\n      \"shipping_method\": \"Express Shipping\",\r\n      \"signature_required\": false,\r\n      \"destination\": {\r\n        \"name\": \"John Smith\",\r\n        \"phone\": \"0290988227\",\r\n        \"street\": \"20 George Street\",\r\n        \"suburb\": \"Sydney\",\r\n        \"state\": \"NSW\",\r\n        \"post_code\": \"2000\",\r\n        \"country\": \"Australia\",\r\n        \"delivery_instructions\": \"Leave at door\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"description\": \"Mobile Phone\",\r\n          \"sku\": \"MOBILE\",\r\n          \"quantity\": 1,\r\n          \"weight\": 0.65,\r\n          \"value\": 125\r\n        },\r\n        {\r\n          \"description\": \"Mobile Case (Black)\",\r\n          \"sku\": \"MOBILE-CASE-BLK\",\r\n          \"quantity\": 1,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ]\r\n    },\r\n    {\r\n      \"order_date\": \"2020-04-29T22:47:00.699943Z\",\r\n      \"order_number\": \"10002\",\r\n      \"reference\": \"Online Order\",\r\n      \"shipping_method\": \"International Shipping\",\r\n      \"signature_required\": true,\r\n      \"destination\": {\r\n        \"name\": \"Robert Johnson\",\r\n        \"phone\": \"099734100\",\r\n        \"street\": \"10 Federal Street\",\r\n        \"suburb\": \"Auckland Central\",\r\n        \"city\": \"Auckland\",\r\n        \"state\": \"Auckland\",\r\n        \"post_code\": \"1010\",\r\n        \"country\": \"New Zealand\",\r\n        \"delivery_instructions\": \"See the receptionist\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"description\": \"Mobile Case (Blue)\",\r\n          \"sku\": \"MOBILE-CASE-BLU\",\r\n          \"quantity\": 5,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/import"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_id\": 1020304051,\r\n      \"order_date\": \"2020-04-29T22:47:00.699943Z\",\r\n      \"order_number\": \"10001\",\r\n      \"reference\": \"Online Order\",\r\n      \"carrier\": \"AusPost\",\r\n      \"carrier_name\": \"Australia Post\",\r\n      \"carrier_service_code\": \"7B05\",\r\n      \"shipping_method\": \"Express Shipping\",\r\n      \"signature_required\": false,\r\n      \"dangerous_goods\": false,\r\n      \"destination\": {\r\n        \"name\": \"John Smith\",\r\n        \"phone\": \"0290988227\",\r\n        \"street\": \"20 George Street\",\r\n        \"suburb\": \"Sydney\",\r\n        \"state\": \"NSW\",\r\n        \"post_code\": \"2000\",\r\n        \"country\": \"Australia\",\r\n        \"delivery_instructions\": \"Leave at door\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"item_id\": 1065580746,\r\n          \"description\": \"Mobile Phone\",\r\n          \"sku\": \"MOBILE\",\r\n          \"quantity\": 1,\r\n          \"quantity_to_ship\": 0,\r\n          \"weight\": 0.65,\r\n          \"value\": 125\r\n        },\r\n        {\r\n          \"item_id\": 1065580747,\r\n          \"description\": \"Mobile Case (Black)\",\r\n          \"sku\": \"MOBILE-CASE-BLK\",\r\n          \"quantity\": 1,\r\n          \"quantity_to_ship\": 0,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ],\r\n      \"packages\": [\r\n        {\r\n          \"package_id\": 1035548017,\r\n          \"weight\": 0.7,\r\n          \"height\": 0.04,\r\n          \"width\": 0.08,\r\n          \"length\": 0.12\r\n        }\r\n      ],\r\n      \"declared_value\": 0\r\n    },\r\n    {\r\n      \"order_id\": 1020304052,\r\n      \"order_date\": \"2020-04-29T22:47:00.699943Z\",\r\n      \"order_number\": \"10002\",\r\n      \"reference\": \"Online Order\",\r\n      \"carrier\": \"AusPost\",\r\n      \"carrier_name\": \"Australia Post\",\r\n      \"carrier_service_code\": \"ECM8\",\r\n      \"shipping_method\": \"International Shipping\",\r\n      \"signature_required\": true,\r\n      \"dangerous_goods\": false,\r\n      \"destination\": {\r\n        \"name\": \"Robert Johnson\",\r\n        \"phone\": \"099734100\",\r\n        \"street\": \"10 Federal Street\",\r\n        \"suburb\": \"Auckland Central\",\r\n        \"city\": \"Auckland\",\r\n        \"state\": \"Auckland\",\r\n        \"post_code\": \"1010\",\r\n        \"country\": \"New Zealand\",\r\n        \"delivery_instructions\": \"See the receptionist\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"item_id\": 1065580748,\r\n          \"description\": \"Mobile Case (Blue)\",\r\n          \"sku\": \"MOBILE-CASE-BLU\",\r\n          \"quantity\": 5,\r\n          \"quantity_to_ship\": 0,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ],\r\n      \"packages\": [\r\n        {\r\n          \"package_id\": 1035548018,\r\n          \"weight\": 0.25,\r\n          \"height\": 0.04,\r\n          \"width\": 0.2,\r\n          \"length\": 0.15\r\n        }\r\n      ],\r\n      \"declared_value\": 0\r\n    }\r\n  ],\r\n  \"success\": true\r\n}"}],"_postman_id":"b90251d2-1d1c-47b1-ac07-eeeb21cade7b"},{"name":"Update Order","id":"fffefde7-2198-4e38-ae33-283792fd8321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"e835776181554b67bfa26730a016b992","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"cb16ce77b085435f837f0e6f354eedd9","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"order\": {\r\n    \"order_id\": 488123472,\r\n    \"order_date\": \"\",\r\n    \"order_number\": \"1731273098\",\r\n    \"reference\": \"Online Order\",\r\n    \"carrier\": \"AusPost\",\r\n    \"carrier_service_code\": \"7B05\",\r\n    \"shipping_method\": \"Express Shipping\",\r\n    \"signature_required\": false,\r\n    \"destination\": {\r\n      \"name\": \"John Smith\",\r\n      \"phone\": \"0290988227\",\r\n      \"street\": \"20 George Street\",\r\n      \"suburb\": \"Sydney\",\r\n      \"state\": \"NSW\",\r\n      \"post_code\": \"2000\",\r\n      \"country\": \"Australia\",\r\n      \"delivery_instructions\": \"Leave at door\"\r\n    },\r\n    \"items\": [\r\n      {\r\n        \"item_id\": 1065580746,\r\n        \"description\": \"Mobile Phone\",\r\n        \"sku\": \"MOBILE\",\r\n        \"quantity\": 1,\r\n        \"weight\": 0.65,\r\n        \"value\": 125\r\n      },\r\n      {\r\n        \"item_id\": 1065580747,\r\n        \"description\": \"Mobile Case (Black)\",\r\n        \"sku\": \"MOBILE-CASE-BLK\",\r\n        \"quantity\": 1,\r\n        \"weight\": 0.05,\r\n        \"value\": 20\r\n      }\r\n    ],\r\n    \"packages\": [\r\n      {\r\n        \"weight\": 0.7,\r\n        \"height\": 0.04,\r\n        \"width\": 0.08,\r\n        \"length\": 0.12\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders","description":"<p>You can use the Update Order API to update order information. Different fields are available depending on the state of the order (i.e. once you have generated a label there is limited ability to modify the shipment details as they must be retained).</p>\n<p>For new/unshipped orders you can update all non read-only fields in the model:\n<a href=\"#update-order---order-model\">Update Order Model</a></p>\n<p>For printed &amp; shipped orders you can update:</p>\n<ul>\n<li>Status (you can not update back to unshipped once printed)</li>\n</ul>\n<h2 id=\"update-order-request\">Update Order Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#update-order---order-model\">order</a></td>\n<td>object</td>\n<td>The order details object (<a href=\"#update-order---order-model\">Update Order Model</a>)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"update-order-response\">Update Order Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#full-order-model\">order</a></td>\n<td>object</td>\n<td>Updated orders details (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"b3510c5e-c6d5-49f7-b1b2-7253fc166448","name":"Update Order","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"order\": {\r\n        \"order_id\": 1020304051,\r\n        \"order_date\": \"2020-11-03T01:39:02.0690092Z\",\r\n        \"order_number\": \"10001\",\r\n        \"reference\": \"Online Order\",\r\n        \"carrier\": \"AusPost\",\r\n        \"carrier_service_code\": \"7B05\",\r\n        \"shipping_method\": \"Express Shipping\",\r\n        \"signature_required\": false,\r\n        \"destination\": {\r\n            \"name\": \"John Smith\",\r\n            \"phone\": \"0290988227\",\r\n            \"street\": \"20 George Street\",\r\n            \"suburb\": \"Sydney\",\r\n            \"state\": \"NSW\",\r\n            \"post_code\": \"2000\",\r\n            \"country\": \"Australia\",\r\n            \"delivery_instructions\": \"Leave at door\"\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"item_id\": 1065580746,\r\n                \"description\": \"Mobile Phone\",\r\n                \"sku\": \"MOBILE\",\r\n                \"quantity\": 1,\r\n                \"weight\": 0.65,\r\n                \"value\": 125,\r\n                \"color\": \"Pink\",\r\n                \"size\": \"XL\",\r\n                \"tariff_code\": \"123456\",\r\n                \"country_of_origin\": \"New Zealand\",\r\n                \"quantity_to_ship\": 1,\r\n                \"barcode\": \"12345111111\",\r\n                \"stock_on_hand\": 0\r\n            },\r\n            {\r\n                \"item_id\": 1065580747,\r\n                \"description\": \"Mobile Case (Black)\",\r\n                \"sku\": \"MOBILE-CASE-BLK\",\r\n                \"quantity\": 1,\r\n                \"weight\": 0.05,\r\n                \"value\": 20\r\n            }\r\n        ],\r\n        \"packages\": [\r\n            {\r\n                \"package_id\": 1035548017,\r\n                \"weight\": 0.7,\r\n                \"height\": 0.04,\r\n                \"width\": 0.08,\r\n                \"length\": 0.12\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"order\": {\r\n    \"order_id\": 1020304051,\r\n    \"order_date\": \"2020-11-03T01:39:02.0690092Z\",\r\n    \"order_number\": \"10001\",\r\n    \"reference\": \"Online Order\",\r\n    \"carrier\": \"AusPost\",\r\n    \"carrier_name\": \"Australia Post\",\r\n    \"carrier_service_code\": \"7B05\",\r\n    \"shipping_method\": \"Express Shipping\",\r\n    \"signature_required\": false,\r\n    \"dangerous_goods\": false,\r\n    \"destination\": {\r\n      \"name\": \"John Smith\",\r\n      \"phone\": \"0290988227\",\r\n      \"street\": \"20 George Street\",\r\n      \"suburb\": \"Sydney\",\r\n      \"state\": \"NSW\",\r\n      \"post_code\": \"2000\",\r\n      \"country\": \"Australia\",\r\n      \"delivery_instructions\": \"Leave at door\"\r\n    },\r\n    \"items\": [\r\n      {\r\n        \"item_id\": 1065580746,\r\n        \"description\": \"Mobile Phone\",\r\n        \"sku\": \"MOBILE\",\r\n        \"quantity\": 1,\r\n        \"quantity_to_ship\": 0,\r\n        \"weight\": 0.65,\r\n        \"value\": 125\r\n      },\r\n      {\r\n        \"item_id\": 1065580747,\r\n        \"description\": \"Mobile Case (Black)\",\r\n        \"sku\": \"MOBILE-CASE-BLK\",\r\n        \"quantity\": 1,\r\n        \"quantity_to_ship\": 0,\r\n        \"weight\": 0.05,\r\n        \"value\": 20\r\n      }\r\n    ],\r\n    \"packages\": [\r\n      {\r\n        \"package_id\": 1035548017,\r\n        \"weight\": 0.7,\r\n        \"height\": 0.04,\r\n        \"width\": 0.08,\r\n        \"length\": 0.1\r\n      }\r\n    ],\r\n    \"declared_value\": 0,\r\n    \"archived\": false,\r\n    \"manifest_number\": 0,\r\n    \"address_validation\": \"NotChecked\",\r\n    \"create_return\": false,\r\n    \"dtp\": false,\r\n    \"add_insurance\": false,\r\n    \"insurance_value\": 0,\r\n    \"plt\": false,\r\n    \"type\": \"Outgoing\",\r\n    \"platform\": \"MoneyWorks\",\r\n    \"status\": \"Unshipped\"\r\n  },\r\n  \"success\": true\r\n}"}],"_postman_id":"fffefde7-2198-4e38-ae33-283792fd8321"},{"name":"Update Orders","id":"d3b7fa54-1fb9-46c9-9c3b-7fde0df4134e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"order\": {\r\n      \"order_id\": 1020304051,\r\n      \"order_date\": \"2020-11-03T01:39:03.0533776Z\",\r\n      \"order_number\": \"10001\",\r\n      \"reference\": \"Online Order\",\r\n      \"carrier\": \"AusPost\",\r\n      \"carrier_service_code\": \"7B05\",\r\n      \"shipping_method\": \"Express Shipping\",\r\n      \"signature_required\": false,\r\n      \"destination\": {\r\n        \"name\": \"John Smith\",\r\n        \"phone\": \"0290988227\",\r\n        \"street\": \"20 George Street\",\r\n        \"suburb\": \"Sydney\",\r\n        \"state\": \"NSW\",\r\n        \"post_code\": \"2000\",\r\n        \"country\": \"Australia\",\r\n        \"delivery_instructions\": \"Leave at door\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"item_id\": 1065580746,\r\n          \"description\": \"Mobile Phone\",\r\n          \"sku\": \"MOBILE\",\r\n          \"quantity\": 1,\r\n          \"weight\": 0.65,\r\n          \"value\": 125\r\n        },\r\n        {\r\n          \"item_id\": 1065580747,\r\n          \"description\": \"Mobile Case (Black)\",\r\n          \"sku\": \"MOBILE-CASE-BLK\",\r\n          \"quantity\": 1,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ],\r\n      \"packages\": [\r\n        {\r\n          \"package_id\": 1035548017,\r\n          \"weight\": 0.7,\r\n          \"height\": 0.04,\r\n          \"width\": 0.08,\r\n          \"length\": 0.12\r\n        }\r\n      ]\r\n    }\r\n  }\r\n]"},"url":"https://api.starshipit.com/api/orders/update","description":"<p>You can use the Update Orders API to update order information. Different fields are available depending on the state of the order (i.e. once you have generated a label there is limited ability to modify the shipment details as they must be retained).</p>\n<p>For new/unshipped orders you can update all non read-only fields in the model:\n<a href=\"#update-order---order-model\">Update Order Model</a></p>\n<p>For printed &amp; shipped orders you can update:</p>\n<ul>\n<li>Status (you cannot update back to new/unshipped once printed)</li>\n</ul>\n<h2 id=\"update-orders-request\">Update Orders Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#update-order---order-model\">orders</a></td>\n<td>object list</td>\n<td>List of orders details (<a href=\"#update-order---order-model\">Update Order Model</a>)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"update-orders-response\">Update Orders Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#full-order-model\">orders</a></td>\n<td>object list</td>\n<td>List of updated orders details (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","update"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"683e4f5a-a4d3-49f2-8536-44a400fd71d1","name":"Update Orders","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"order\": {\r\n      \"order_id\": 1020304051,\r\n      \"order_date\": \"2020-11-03T01:39:03.0533776Z\",\r\n      \"order_number\": \"10001\",\r\n      \"reference\": \"Online Order\",\r\n      \"carrier\": \"AusPost\",\r\n      \"carrier_service_code\": \"7B05\",\r\n      \"shipping_method\": \"Express Shipping\",\r\n      \"signature_required\": false,\r\n      \"destination\": {\r\n        \"name\": \"John Smith\",\r\n        \"phone\": \"0290988227\",\r\n        \"street\": \"20 George Street\",\r\n        \"suburb\": \"Sydney\",\r\n        \"state\": \"NSW\",\r\n        \"post_code\": \"2000\",\r\n        \"country\": \"Australia\",\r\n        \"delivery_instructions\": \"Leave at door\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"item_id\": 1065580746,\r\n          \"description\": \"Mobile Phone\",\r\n          \"sku\": \"MOBILE\",\r\n          \"quantity\": 1,\r\n          \"weight\": 0.65,\r\n          \"value\": 125\r\n        },\r\n        {\r\n          \"item_id\": 1065580747,\r\n          \"description\": \"Mobile Case (Black)\",\r\n          \"sku\": \"MOBILE-CASE-BLK\",\r\n          \"quantity\": 1,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ],\r\n      \"packages\": [\r\n        {\r\n          \"package_id\": 1035548017,\r\n          \"weight\": 0.7,\r\n          \"height\": 0.04,\r\n          \"width\": 0.08,\r\n          \"length\": 0.12\r\n        }\r\n      ]\r\n    }\r\n  }\r\n]"},"url":"https://api.starshipit.com/api/orders/update"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"order\": {\r\n      \"order_id\": 1020304051,\r\n      \"order_date\": \"2020-11-03T01:39:03.0690271Z\",\r\n      \"order_number\": \"10001\",\r\n      \"reference\": \"Online Order\",\r\n      \"carrier\": \"AusPost\",\r\n      \"carrier_name\": \"Australia Post\",\r\n      \"carrier_service_code\": \"7B05\",\r\n      \"shipping_method\": \"Express Shipping\",\r\n      \"signature_required\": false,\r\n      \"dangerous_goods\": false,\r\n      \"destination\": {\r\n        \"name\": \"John Smith\",\r\n        \"phone\": \"0290988227\",\r\n        \"street\": \"20 George Street\",\r\n        \"suburb\": \"Sydney\",\r\n        \"state\": \"NSW\",\r\n        \"post_code\": \"2000\",\r\n        \"country\": \"Australia\",\r\n        \"delivery_instructions\": \"Leave at door\"\r\n      },\r\n      \"items\": [\r\n        {\r\n          \"item_id\": 1065580746,\r\n          \"description\": \"Mobile Phone\",\r\n          \"sku\": \"MOBILE\",\r\n          \"quantity\": 1,\r\n          \"quantity_to_ship\": 0,\r\n          \"weight\": 0.65,\r\n          \"value\": 125\r\n        },\r\n        {\r\n          \"item_id\": 1065580747,\r\n          \"description\": \"Mobile Case (Black)\",\r\n          \"sku\": \"MOBILE-CASE-BLK\",\r\n          \"quantity\": 1,\r\n          \"quantity_to_ship\": 0,\r\n          \"weight\": 0.05,\r\n          \"value\": 20\r\n        }\r\n      ],\r\n      \"packages\": [\r\n        {\r\n          \"package_id\": 1035548017,\r\n          \"weight\": 0.7,\r\n          \"height\": 0.04,\r\n          \"width\": 0.08,\r\n          \"length\": 0.1\r\n        }\r\n      ],\r\n      \"declared_value\": 0,\r\n      \"archived\": false,\r\n      \"manifest_number\": 0,\r\n      \"address_validation\": \"NotChecked\",\r\n      \"create_return\": false,\r\n      \"dtp\": false,\r\n      \"add_insurance\": false,\r\n      \"insurance_value\": 0,\r\n      \"plt\": false,\r\n      \"type\": \"Outgoing\",\r\n      \"platform\": \"MoneyWorks\",\r\n      \"status\": \"Unshipped\"\r\n    },\r\n    \"success\": true\r\n  }\r\n]"}],"_postman_id":"d3b7fa54-1fb9-46c9-9c3b-7fde0df4134e"},{"name":"Batch Update Orders","id":"8cb8c76d-16e0-4465-b07c-8355d5c012af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"order_ids\": [\r\n        128306022\r\n    ],\r\n    \"product_code\": \"7B05\",\r\n    \"carrier_id\": \"10\"    \r\n}"},"url":"https://api.starshipit.com/api/orders/batchupdate","description":"<p>You can use the batch update order api to update the carrier information on a list of unshipped orders. \nYou can update:</p>\n<ul>\n<li>Product Code</li>\n<li>Carrier Id</li>\n</ul>\n<h2 id=\"batch-update-orders-request\">Batch Update Orders Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_ids</td>\n<td>integer list</td>\n<td>List of order_id to be updated</td>\n</tr>\n<tr>\n<td>product_code</td>\n<td>string</td>\n<td>Carrier service code for delivery</td>\n</tr>\n<tr>\n<td>carrier_id</td>\n<td>string</td>\n<td>The id of the carrier that is used in the order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"batch-update-orders-response\">Batch Update Orders Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","batchupdate"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"d48908e1-9c3d-4964-b545-97dc9d69120c","name":"Batch Update Orders","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"order_ids\": [\r\n        128306022\r\n    ],\r\n    \"product_code\": \"7B05\",\r\n    \"carrier_id\": \"10\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/batchupdate"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"8cb8c76d-16e0-4465-b07c-8355d5c012af"},{"name":"Delete Order","id":"c96bed4f-3a89-4e97-abaa-b1775cc7c5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/orders/delete","description":"<p>Delete an unshipped order</p>\n<h2 id=\"delete-order-request\">Delete Order Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delete-order-response\">Delete Order Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","delete"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"861452b7-7648-4890-9a94-1d53306286c0","name":"Delete Order","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/delete?order_id=121330827","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","delete"],"query":[{"key":"order_id","value":"121330827"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true\r\n}"}],"_postman_id":"c96bed4f-3a89-4e97-abaa-b1775cc7c5a7"},{"name":"Archive Order","id":"011a5cbf-56e3-4e89-b572-18e165e1a861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/orders/archive","description":"<p>Archive a printed/shipped order</p>\n<h2 id=\"archive-order-request\">Archive Order Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"archive-order-response\">Archive Order Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","archive"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"f24bb362-e721-4ee1-9579-182908fb9845","name":"Archive Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key which provides access to this API. Found in your Profile.","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/archive?order_id=121330827","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","archive"],"query":[{"key":"order_id","value":"121330827"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true\r\n}"}],"_postman_id":"011a5cbf-56e3-4e89-b572-18e165e1a861"},{"name":"Restore Order","id":"7894393b-a88e-41b3-af36-88a257d50c67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","type":"text","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n"},{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n"}],"url":"https://api.starshipit.com/api/orders/restore","description":"<p>Restore an archived order</p>\n<h2 id=\"restore-order-request\">Restore Order Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"restore-order-response\">Restore Order Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","restore"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"aab94a7e-e57b-4159-bc06-e049668df140","name":"Restore Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","type":"text","value":"","description":"Api key in your Starshipit account under Settings > API > API Key"},{"key":"Ocp-Apim-Subscription-Key","type":"text","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key"}],"url":{"raw":"https://api.starshipit.com/api/orders/restore?order_id=121330827","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","restore"],"query":[{"key":"order_id","value":"121330827","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"success\": true\n}"}],"_postman_id":"7894393b-a88e-41b3-af36-88a257d50c67"},{"name":"Merge Orders","id":"589357dc-f95d-4ac6-a54f-0ddb7d84b1fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"parent_order_id\": 121330827,\r\n  \"child_order_ids\": [\r\n    121330828\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/merge","description":"<p>Merger multiple unshipped orders to an unshipped orders</p>\n<h2 id=\"merge-orders-request\">Merge Orders Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>parent_order_id</td>\n<td>integer</td>\n<td>The order_id of the unshipped order for the child orders to merge under</td>\n</tr>\n<tr>\n<td>child_order_ids</td>\n<td>integer list</td>\n<td>List of order_id to merge into the parent unshipped order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"merge-orders-response\">Merge Orders Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","merge"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"d33eab71-4634-47d3-92d0-4131ca64d1ae","name":"Merge Orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"parent_order_id\": 121330827,\r\n  \"child_order_ids\": [\r\n    121330828\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/merge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true\r\n}"}],"_postman_id":"589357dc-f95d-4ac6-a54f-0ddb7d84b1fc"},{"name":"Get Suggested Merges","id":"27f95247-808e-45da-b058-2f80cb7713bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/orders/mergeable","description":"<p>Get a list of unshipped orders where there are multiple orders going to the same person at the same address.</p>\n<h2 id=\"mergeable-orders-type\">Mergeable Orders Type</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>primary_order_id</td>\n<td>number</td>\n<td>The Starshipit order_id of the potential 'master' order</td>\n</tr>\n<tr>\n<td>orders</td>\n<td>object list</td>\n<td>A list of all mergable orders, including the 'master' order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"merge-orders-request\">Merge Orders Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>(default: 50, min: 1, max: 250)</td>\n</tr>\n<tr>\n<td>page</td>\n<td>number</td>\n<td>default: 1</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"merge-orders-response\">Merge Orders Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n<tr>\n<td>orders</td>\n<td>object list</td>\n<td>List of mergeable orders type</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","mergeable"],"host":["api","starshipit","com"],"query":[{"disabled":true,"description":{"content":"<p>(default: 50, min: 1, max: 250)</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"disabled":true,"description":{"content":"<p>default: 1</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"7fede2ed-8e0e-4486-9ed3-6aee02981f8e","name":"Get Suggested Merges","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/orders/mergeable?limit=50&page=1","protocol":"https","host":["api","starshipit","com"],"path":["api","orders","mergeable"],"query":[{"key":"limit","value":"50","description":"(default: 50, min: 1, max: 250)"},{"key":"page","value":"1","description":"default: 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"6247"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 03 Jul 2024 02:31:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": [\n        {\n            \"primary_order_id\": 440931582,\n            \"orders\": [\n                {\n                    \"order_id\": 440931582,\n                    \"order_number\": \"858\",\n                    \"order_date\": \"2024-07-01T05:10:34.4730965\",\n                    \"street\": \"3623 Altona 11\",\n                    \"suburb\": \"\",\n                    \"city\": \"Saint Thomas\",\n                    \"postcode\": \"00802\",\n                    \"state\": \"\",\n                    \"country\": \"Virgin Islands, U.S.\",\n                    \"contact\": \"Test Virgin Islands, U.S.\"\n                },\n                {\n                    \"order_id\": 440932662,\n                    \"order_number\": \"859\",\n                    \"order_date\": \"2024-07-01T05:12:34.4730965\",\n                    \"street\": \"3623 Altona 11\",\n                    \"suburb\": \"\",\n                    \"city\": \"Saint Thomas\",\n                    \"postcode\": \"00802\",\n                    \"state\": \"\",\n                    \"country\": \"Virgin Islands, U.S.\",\n                    \"contact\": \"Test Virgin Islands, U.S.\"\n                }\n            ]\n        }\n    ],\n    \"total\": 1,\n    \"total_pages\": 1,\n    \"success\": true\n}"}],"_postman_id":"27f95247-808e-45da-b058-2f80cb7713bb"},{"name":"Assign Orders","id":"2c72d243-06bb-4e98-8489-2608e47ea6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_id\": 121330827,\r\n      \"current_api_key\": \"CURRENT_API_KEY\",\r\n      \"new_api_key\": \"NEW_API_KEY\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/assign","description":"<p>Assign unshipped orders by order_id or order_number from one account to another</p>\n<h2 id=\"assign-orders-request\">Assign Orders Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#assign-orders---order-model\">orders</a></td>\n<td>object list</td>\n<td>List of order assignments (<a href=\"#assign-orders---order-model\">Assign Order Model</a>)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"assign-orders---order-model\">Assign Orders - Order Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n<tr>\n<td>current_api_key</td>\n<td>string</td>\n<td>The api key of the account that the order currently resides in</td>\n</tr>\n<tr>\n<td>new_api_key</td>\n<td>string</td>\n<td>The api key of the account that you wish to assign the order to</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"assign-orders-response\">Assign Orders Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","assign"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"22860fcf-69ff-417b-ba6c-83d4731cd9ef","name":"Assign Orders by order_number","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_number\": 1150,\r\n      \"current_api_key\": \"CURRENT_API_KEY\",\r\n      \"new_api_key\": \"NEW_API_KEY\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/assign"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true\r\n}"},{"id":"a800cac8-bc2c-4421-97a7-4c63e83add58","name":"Assign Orders by order_id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orders\": [\r\n    {\r\n      \"order_id\": 121330827,\r\n      \"current_api_key\": \"CURRENT_API_KEY\",\r\n      \"new_api_key\": \"NEW_API_KEY\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/assign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true\r\n}"}],"_postman_id":"2c72d243-06bb-4e98-8489-2608e47ea6e2"}],"id":"de93b3ac-1887-4522-aae4-b62ea84b3072","description":"<h1 id=\"full-order-model\"><a href=\"#full-order-model\">Full Order Model</a></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>datetime</td>\n<td>The date when the order was created in UTC</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>string</td>\n<td>Customer's reference</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>The carrier that will be used when creating shipment</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>string</td>\n<td>Name of the carrier used for shipment delivery</td>\n</tr>\n<tr>\n<td>carrier_service_code</td>\n<td>string</td>\n<td>Carrier service code for delivery</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>string</td>\n<td>Delivery method name</td>\n</tr>\n<tr>\n<td>shipping_description</td>\n<td>string</td>\n<td>Delivery method description</td>\n</tr>\n<tr>\n<td>signature_required</td>\n<td>boolean</td>\n<td>Determine whether signature is needed on delivery</td>\n</tr>\n<tr>\n<td>dangerous_goods</td>\n<td>boolean</td>\n<td>Determine whether shipment contains dangerous goods</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency code for the order value (e.g. AUD)</td>\n</tr>\n<tr>\n<td><a href=\"#sender-details-model\">sender_details</a></td>\n<td>object</td>\n<td>Sender address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#destination-details-model\">destination</a></td>\n<td>object</td>\n<td>Shipping address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#full-item-model\">items</a></td>\n<td>object list</td>\n<td>Item list containing the order item details</td>\n</tr>\n<tr>\n<td><a href=\"#full-package-model\">packages</a></td>\n<td>object list</td>\n<td>Package list containing the parcel details</td>\n</tr>\n<tr>\n<td><a href=\"#meta-data-model\">metadatas</a></td>\n<td>object list</td>\n<td>Additional meta data for the order</td>\n</tr>\n<tr>\n<td><a href=\"#event-model\">events</a></td>\n<td>object list</td>\n<td>Historical events associated with this order</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>double</td>\n<td>Declared value of an international order</td>\n</tr>\n<tr>\n<td>archived</td>\n<td>boolean</td>\n<td>Determine whether a shipment is archived</td>\n</tr>\n<tr>\n<td>manifest_number</td>\n<td>integer</td>\n<td>Carrier manifest identifier</td>\n</tr>\n<tr>\n<td>address_validation</td>\n<td>string</td>\n<td>Determine whether an address is validated for a shipment. NotChecked, Valid or Invalid</td>\n</tr>\n<tr>\n<td>child_consignment_ids</td>\n<td>string</td>\n<td>Displays child consignment ids if the shipment has been merged</td>\n</tr>\n<tr>\n<td>create_return</td>\n<td>boolean</td>\n<td>Determine whether a return label was generated when outgoing label was generated</td>\n</tr>\n<tr>\n<td>dtp</td>\n<td>boolean</td>\n<td>Determine whether duty and tax has been paid for a shipment</td>\n</tr>\n<tr>\n<td>export_type</td>\n<td>string</td>\n<td>Export type of a shipment</td>\n</tr>\n<tr>\n<td>add_insurance</td>\n<td>boolean</td>\n<td>Determine whether shipment has insurance</td>\n</tr>\n<tr>\n<td>insurance_value</td>\n<td>double</td>\n<td>Shipment insurance value</td>\n</tr>\n<tr>\n<td>plt</td>\n<td>boolean</td>\n<td>Determine whether shipment is paperless trade</td>\n</tr>\n<tr>\n<td>type</td>\n<td>enum</td>\n<td>Type of shipment. Outgoing, Return or Transfer</td>\n</tr>\n<tr>\n<td>platform</td>\n<td>string</td>\n<td>The order platform</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The order status. Unshipped, Saved, Printed or Delivered)</td>\n</tr>\n<tr>\n<td>manifested</td>\n<td>boolean</td>\n<td>Detemine whether shipment is manifested</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"shipments-order-model\"><a href=\"#shipments-order-model\">Shipments Order Model</a></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n<tr>\n<td>date</td>\n<td>string</td>\n<td>The date and time when the order was printed in UTC (date-time in RFC3339 format)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Contact name of the receiver</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>string</td>\n<td>The carrier that used in the order</td>\n</tr>\n<tr>\n<td>carrier_service_code</td>\n<td>string</td>\n<td>Carrier service code for delivery</td>\n</tr>\n<tr>\n<td>tracking_numbers</td>\n<td>string list</td>\n<td>Carrier tracking numbers</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>The country name of delivery address</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"search-order-model\"><a href=\"#search-order-model\">Search Order Model</a></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>string</td>\n<td>The date when the order was created in UTC (date-time in RFC3339 format)</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Contact name of the receiver</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>string</td>\n<td>The carrier that used in the order</td>\n</tr>\n<tr>\n<td>tracking_number</td>\n<td>string</td>\n<td>Carrier tracking number</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>The country name of delivery address</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"create-order-model\"><a href=\"#create-order-model\">Create Order Model</a></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_date (optional)</td>\n<td>datetime</td>\n<td>The date when the order was created in UTC</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform (max length: 50)</td>\n</tr>\n<tr>\n<td>reference (optional)</td>\n<td>string</td>\n<td>Customer's reference (max length: 50)</td>\n</tr>\n<tr>\n<td>shipping_method (optional)</td>\n<td>string</td>\n<td>Delivery method name (max length: 100)</td>\n</tr>\n<tr>\n<td>shipping_description (optional)</td>\n<td>string</td>\n<td>Delivery method description (max length: 100)</td>\n</tr>\n<tr>\n<td>signature_required (optional)</td>\n<td>boolean</td>\n<td>Determine whether signature is needed on delivery  <br />(default: false)</td>\n</tr>\n<tr>\n<td>return_order (optional)</td>\n<td>boolean</td>\n<td>If true, only the return label will be generated</td>\n</tr>\n<tr>\n<td>currency (optional)</td>\n<td>string</td>\n<td>Currency code for the order value (max length: 3) e.g. AUD</td>\n</tr>\n<tr>\n<td><a href=\"#sender-details-model\">sender_details</a> (optional)</td>\n<td>object</td>\n<td>Sender address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#destination-details-model\">destination</a></td>\n<td>object</td>\n<td>Shipping address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#create-order---item-model\">items</a> (optional)</td>\n<td>list</td>\n<td>Item list containing the order item details</td>\n</tr>\n<tr>\n<td><a href=\"#create-order---package-model\">packages</a> (optional)</td>\n<td>list</td>\n<td>Package list containing the parcel details</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"update-order---order-model\"><a href=\"#update-order---order-model\">Update Order - Order Model</a></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id (read-only)</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>datetime</td>\n<td>The date when the order was created in UTC</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform (max length: 50)</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>string</td>\n<td>Customer's reference (max length: 50)</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td><a href=\"#carrier-enums\">Carrier Enum</a></td>\n<td>The carrier that will be used when creating shipment. Use the enum listed in the linked model.</td>\n</tr>\n<tr>\n<td>carrier_service_code</td>\n<td>string</td>\n<td>Carrier service code for delivery</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>string</td>\n<td>Delivery method name (max length: 100)</td>\n</tr>\n<tr>\n<td>shipping_description</td>\n<td>string</td>\n<td>Delivery method description (max length: 100)</td>\n</tr>\n<tr>\n<td>signature_required</td>\n<td>boolean</td>\n<td>Determine whether signature is needed on delivery</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency code for the order value (max length: 3) e.g. AUD</td>\n</tr>\n<tr>\n<td><a href=\"#sender-details-model\">sender_details</a></td>\n<td>object</td>\n<td>Sender address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#destination-details-model\">destination</a></td>\n<td>object</td>\n<td>Shipping address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#update-order---item-model\">items</a></td>\n<td>list</td>\n<td>Item list containing the order item details</td>\n</tr>\n<tr>\n<td><a href=\"#update-order---package-model\">packages</a></td>\n<td>list</td>\n<td>Package list containing the parcel details</td>\n</tr>\n<tr>\n<td><a href=\"#meta-data-model\">metadatas</a></td>\n<td>list</td>\n<td>Additional meta data for the order</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The order status</td>\n</tr>\n<tr>\n<td>is_manifested</td>\n<td>boolean</td>\n<td>Determine if the order is manifested</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"de93b3ac-1887-4522-aae4-b62ea84b3072"},{"name":"Shipments","item":[{"name":"Print Label","id":"b6bc3576-a43f-4992-86d8-8fdf57f872f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n"}],"body":{"mode":"raw","raw":"{\r\n  \"order_id\": 430614764,\r\n  \"carrier\": \"DHL\",\r\n  \"carrier_service_code\": \"DOM\",\r\n  \"packages\": [\r\n    {\r\n      \"weight\": 0.7,\r\n      \"height\": 0.04,\r\n      \"width\": 0.08,\r\n      \"length\": 0.1\r\n    }\r\n  ],\r\n  \"reprint\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/shipment","description":"<p>Print a shipping label for a given order. The <code>labels</code> field returned in the response is a base64 encoded string that you can simply use to decode and save the output as a PDF file.</p>\n<h2 id=\"print-label-request\">Print Label Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id (optional)</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_number (optional)</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>The carrier that will be used when creating shipment</td>\n</tr>\n<tr>\n<td>carrier_service_code</td>\n<td>string</td>\n<td>Carrier service code for delivery</td>\n</tr>\n<tr>\n<td><a href=\"#print-label---package-model\">packages</a></td>\n<td>object list</td>\n<td>Package list containing the parcel details <a href=\"#print-label---package-model\">(Package Model)</a></td>\n</tr>\n<tr>\n<td>reprint</td>\n<td>boolean</td>\n<td>Returns labels previously generated for the printed order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"print-label---package-model\">Print Label - Package Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>weight (optional)</td>\n<td>double</td>\n<td>Physical weight of the parcel in kilograms (kg)</td>\n</tr>\n<tr>\n<td>height (optional)</td>\n<td>decimal</td>\n<td>Height of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>width (optional)</td>\n<td>decimal</td>\n<td>Width of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>length (optional)</td>\n<td>decimal</td>\n<td>Length of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>packaging_type</td>\n<td>string</td>\n<td>Example valid values: Carton, Box, Envelope, Item, Jiffy, Pallet, Satchel, Skid or Bag.</td>\n</tr>\n<tr>\n<td>tracking_number</td>\n<td>string</td>\n<td>Carrier tracking number</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"print-label-response\">Print Label Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>string</td>\n<td>Name of the carrier used for shipment delivery</td>\n</tr>\n<tr>\n<td>tracking_numbers</td>\n<td>string list</td>\n<td>List of tracking numbers</td>\n</tr>\n<tr>\n<td>labels</td>\n<td>string list</td>\n<td>List of base64 string which can be converted to PDF files for printing</td>\n</tr>\n<tr>\n<td>label_types</td>\n<td>string list</td>\n<td>List of label type codes which will match the label in order</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","shipment"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"1793bfcf-6136-43c3-a28e-7717a12e2e02","name":"Print Label","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"order_id\": 121330827,\r\n  \"carrier\": \"CourierPost\",\r\n  \"carrier_service_code\": \"CPOLE\",\r\n  \"packages\": [\r\n    {\r\n      \"weight\": 0.7,\r\n      \"height\": 0.04,\r\n      \"width\": 0.08,\r\n      \"length\": 0.1\r\n    }\r\n  ],\r\n  \"reprint\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/shipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"application/json\": {\r\n    \"order_id\": 121330827,\r\n    \"order_number\": \"10001\",\r\n    \"carrier_name\": \"CourierPost\",\r\n    \"tracking_numbers\": [\r\n      \"QQQ001156301000960302\"\r\n    ],\r\n    \"labels\": [\r\n      \"JVBERi0xLjQKJeLjz9M .......... lwZS9JbWFnZS9Xa\"\r\n    ],\r\n    \"label_types\": [\r\n      \"CourierPost\"\r\n    ],\r\n    \"success\": true\r\n  }\r\n}"}],"_postman_id":"b6bc3576-a43f-4992-86d8-8fdf57f872f6"},{"name":"Print Labels","id":"21741468-85a4-4dbb-b11c-1fe582fd54ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"order_ids\": [\r\n    1020304051,\r\n    1020324318,\r\n    1020356475,\r\n    1020363915,\r\n    1020365786\r\n  ],\r\n  \"reprint\": false\r\n}"},"url":"https://api.starshipit.com/api/orders/shipments","description":"<p>Print shipping labels for given orders. The <code>labels</code> field returned in the response is a base64 encoded string that you can simply use to decode and save the output as a PDF file.</p>\n<h2 id=\"print-labels-request\">Print Labels Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_ids</td>\n<td>integer list</td>\n<td>List of unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>reprint</td>\n<td>boolean</td>\n<td>Returns labels previously generated for the printed order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"print-labels-response\">Print Labels Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#print-labels---label-model\">labels</a></td>\n<td>object list</td>\n<td>List of label files printed <a href=\"#print-labels---label-model\">(Label Model)</a></td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"print-labels---label-model\">Print Labels - Label Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label_type</td>\n<td>string</td>\n<td>Type of label name</td>\n</tr>\n<tr>\n<td>label_base64_string</td>\n<td>string</td>\n<td>base64 string which can be converted to PDF files for printing</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","shipments"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"e6ff4185-cd1e-419b-a1fc-0037fa569932","name":"Print Labels","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"order_ids\": [\r\n    1020304051,\r\n    1020324318,\r\n    1020356475,\r\n    1020363915,\r\n    1020365786\r\n  ],\r\n  \"reprint\": false\r\n}"},"url":"https://api.starshipit.com/api/orders/shipments"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"labels\": [\r\n    {\r\n      \"label_type\": \"AusPost\",\r\n      \"label_base64_string\": \"JVBERi0xLjQKJeLjz9M .......... lwZS9JbWFnZS9Xa\"\r\n    }\r\n  ],\r\n  \"success\": true\r\n}"}],"_postman_id":"21741468-85a4-4dbb-b11c-1fe582fd54ce"},{"name":"Print Packing Slips","id":"7855410a-b944-4888-a5bc-1054ca505d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"order_ids\": [\r\n    1020304051,\r\n    1020324318,\r\n    1020356475,\r\n    1020363915,\r\n    1020365786\r\n  ]\r\n}"},"url":"https://api.starshipit.com/api/orders/packingslips","description":"<p>Create packing slips for single or multiple orders, or create packing summary to easily identity the quantities of each SKU to pick for all orders.</p>\n<h2 id=\"print-packing-slips-request\">Print Packing Slips Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_ids</td>\n<td>integer list</td>\n<td>List of order_ids to print packing slips for</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>boolean (nullable)</td>\n<td>Set to true to generate packing summary</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"print-packing-slips-response\">Print Packing Slips Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label_type</td>\n<td>string</td>\n<td>Type of label name</td>\n</tr>\n<tr>\n<td>pdf</td>\n<td>string</td>\n<td>base64 string which can be converted to a PDF file for printing</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","packingslips"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"403c48dd-789d-411d-8bb5-16d27b1f4b6a","name":"Print Packing Slips","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"order_ids\": [\r\n    1020304051,\r\n    1020324318,\r\n    1020356475,\r\n    1020363915,\r\n    1020365786\r\n  ]\r\n}"},"url":"https://api.starshipit.com/api/orders/packingslips"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"label_type\": \"PackingSlip\",\r\n    \"pdf\": \"JVBERi0xLjQKJeLjz9M .......... lwZS9JbWFnZS9Xa\",\r\n    \"success\": true\r\n}"}],"_postman_id":"7855410a-b944-4888-a5bc-1054ca505d43"},{"name":"Manifest Orders","id":"4774c2b5-22a9-41ba-848c-fc0b872b1a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"order_ids\": [\r\n    121330827\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/manifest","description":"<p>Finalise and manifest your printed orders. Manifesting will send the order details to your courier service for billing.</p>\n<h2 id=\"manifest-orders-request\">Manifest Orders Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_ids</td>\n<td>integer list</td>\n<td>List of printed order_ids to manifest</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"manifest-orders-response\">Manifest Orders Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label_type</td>\n<td>string</td>\n<td>Type of label name</td>\n</tr>\n<tr>\n<td>pdf</td>\n<td>string</td>\n<td>Base64 string which can be converted to the PDF files for printing</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","manifest"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"99311711-6ef6-4be8-83ca-e06722030f1d","name":"Manifest Orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"order_ids\": [\r\n    121330827\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"label_type\": \"ManifestReport\",\r\n  \"pdf\": \"JVBERi0xLjQKJeLjz9M .......... lwZS9JbWFnZS9Xa\",\r\n  \"success\": true\r\n}\r\n\r\n"}],"_postman_id":"4774c2b5-22a9-41ba-848c-fc0b872b1a39"},{"name":"Clone Shipment","id":"83579b84-5333-4693-93d3-85d6b52f8e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"order_id\": 128327582,\r\n  \"to_return_shipment\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/shipment/clone","description":"<p>Clone a printed or shipped order</p>\n<h2 id=\"clone-shipment-request\">Clone Shipment Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The shipped or printed order_id to clone</td>\n</tr>\n<tr>\n<td>to_return_shipment (optional)</td>\n<td>boolean</td>\n<td>Determines whether the clone for a return order</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"clone-shipment-response\">Clone Shipment Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#full-order-model\">order</a></td>\n<td>object</td>\n<td>The details of the cloned order (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","shipment","clone"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"d289bfb9-b9d4-4e51-8c02-31461d37743e","name":"Clone Shipment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"order_id\": 128427912,\r\n  \"to_return_shipment\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/shipment/clone"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"order_id\": 128429053,\n        \"order_date\": \"2020-11-09T21:19:53.1975911\",\n        \"order_number\": \"1604956792\",\n        \"reference\": \"Online Order\",\n        \"carrier\": \"DHL\",\n        \"carrier_name\": \"DHL Express\",\n        \"carrier_service_code\": \"WPX\",\n        \"shipping_method\": \"Express Shipping\",\n        \"signature_required\": true,\n        \"dangerous_goods\": false,\n        \"currency\": \"NZD\",\n        \"sender_details\": {\n            \"name\": \"Aluth\",\n            \"email\": \"chinthaka.samarasinghe@starshipit.com\",\n            \"phone\": \"023343433\",\n            \"building\": \"Federal Building\",\n            \"company\": \"Startshipit\",\n            \"street\": \"23 Batman St\",\n            \"suburb\": \"West Melbourne\",\n            \"city\": \"Melbourne\",\n            \"state\": \"VIC\",\n            \"post_code\": \"3003\",\n            \"country\": \"Australia\"\n        },\n        \"destination\": {\n            \"name\": \"Sue Collier\",\n            \"email\": \"Evangeline14@yahoo.com\",\n            \"phone\": \"0290988227\",\n            \"building\": \"HBO Building\",\n            \"company\": \"Wolff - Wintheiser\",\n            \"street\": \"45 Remuera Road\",\n            \"suburb\": \"Remuera\",\n            \"city\": \"Auckland\",\n            \"state\": \"\",\n            \"post_code\": \"1050\",\n            \"country\": \"New Zealand\",\n            \"delivery_instructions\": \"\"\n        },\n        \"items\": [\n            {\n                \"item_id\": 626375861,\n                \"description\": \"Mobile Phone\",\n                \"sku\": \"MOBILE\",\n                \"country_of_origin\": \"New Zealand\",\n                \"quantity\": 1,\n                \"quantity_to_ship\": 1,\n                \"weight\": 0.65,\n                \"value\": 125.0\n            },\n            {\n                \"item_id\": 626375862,\n                \"description\": \"Mobile Case (Black)\",\n                \"sku\": \"MOBILE-CASE-BLK\",\n                \"country_of_origin\": \"New Zealand\",\n                \"quantity\": 1,\n                \"quantity_to_ship\": 1,\n                \"weight\": 0.05,\n                \"value\": 20.0\n            }\n        ],\n        \"packages\": [\n            {\n                \"package_id\": 145721064,\n                \"name\": \"Package\",\n                \"weight\": 0.7,\n                \"height\": 0.04,\n                \"width\": 0.08,\n                \"length\": 0.10,\n                \"packaging_type\": \"\",\n                \"carrier_service_code\": \"WPX\",\n                \"tracking_number\": \"\",\n                \"tracking_url\": \"http://www.dhl.com/cgi-bin/tracking.pl?AWB=\",\n                \"delivery_status\": \"\",\n                \"shipment_type\": \"Outgoing\",\n                \"contents\": \"Shirt Blue L\"\n            },\n            {\n                \"package_id\": 145721065,\n                \"name\": \"Package\",\n                \"weight\": 0.7,\n                \"height\": 0.04,\n                \"width\": 0.08,\n                \"length\": 0.10,\n                \"packaging_type\": \"\",\n                \"carrier_service_code\": \"WPX\",\n                \"tracking_number\": \"\",\n                \"tracking_url\": \"http://www.dhl.com/cgi-bin/tracking.pl?AWB=\",\n                \"delivery_status\": \"\",\n                \"shipment_type\": \"Return\",\n                \"contents\": \"Shirt Blue L\"\n            }\n        ],\n        \"metadatas\": [\n            {\n                \"metafield_key\": \"ADDRESSVALIDATED\",\n                \"value\": \"True\"\n            },\n            {\n                \"metafield_key\": \"SOURCE\",\n                \"value\": \"API\"\n            },\n            {\n                \"metafield_key\": \"DTP\",\n                \"value\": \"False\"\n            },\n            {\n                \"metafield_key\": \"INSURANCE\",\n                \"value\": \"False\"\n            },\n            {\n                \"metafield_key\": \"INSURANCEVALUE\",\n                \"value\": \"0.00\"\n            },\n            {\n                \"metafield_key\": \"SIGNATURE\",\n                \"value\": \"True\"\n            },\n            {\n                \"metafield_key\": \"ATL\",\n                \"value\": \"False\"\n            },\n            {\n                \"metafield_key\": \"BATTERY\",\n                \"value\": \"False\"\n            },\n            {\n                \"metafield_key\": \"SATURDAY\",\n                \"value\": \"False\"\n            }\n        ],\n        \"events\": [\n            {\n                \"time\": \"2020-11-09T21:23:09.8847616\",\n                \"category\": \"General\",\n                \"method\": \"Order saved.\",\n                \"description\": \"Modified\"\n            },\n            {\n                \"time\": \"2020-11-09T21:23:09.9472611\",\n                \"category\": \"General\",\n                \"method\": \"Add Shipment\",\n                \"description\": \"This is a clone of the order 128427912.\"\n            }\n        ],\n        \"declared_value\": 145.00,\n        \"archived\": false,\n        \"manifest_number\": 0,\n        \"address_validation\": \"Valid\",\n        \"create_return\": true,\n        \"dtp\": false,\n        \"export_type\": \"\",\n        \"add_insurance\": false,\n        \"insurance_value\": 0.00,\n        \"plt\": false,\n        \"type\": \"Outgoing\",\n        \"platform\": \"API\",\n        \"status\": \"Saved\",\n        \"manifested\": false\n    },\n    \"success\": true\n}"}],"_postman_id":"83579b84-5333-4693-93d3-85d6b52f8e5b"},{"name":"Replace Shipment","id":"3645a29f-5b34-4763-af4d-94fb6c34e649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"order_id\": 128433983\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/shipment/replace","description":"<p>Redo a printed or shipped order</p>\n<h2 id=\"replace-shipment-request\">Replace Shipment Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The shipped or printed order id to redo</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"replace-shipment-response\">Replace Shipment Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#full-order-model\">order</a></td>\n<td>object</td>\n<td>The details of the replaced order (<a href=\"#full-order-model\">Full Order Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","orders","shipment","replace"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"13e0f305-6635-4b24-ab57-763bfcbc9cfe","name":"Replace Shipment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key which provides access to this API. Found in your Profile.","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"order_id\": 128433983\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/shipment/replace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"order\": {\r\n        \"order_id\": 128434172,\r\n        \"order_date\": \"2020-11-09T21:41:25.5840613\",\r\n        \"order_number\": \"1604958085\",\r\n        \"reference\": \"Online Order\",\r\n        \"carrier\": \"DHL\",\r\n        \"carrier_name\": \"DHL Express\",\r\n        \"carrier_service_code\": \"WPX\",\r\n        \"shipping_method\": \"Express Shipping\",\r\n        \"signature_required\": true,\r\n        \"dangerous_goods\": false,\r\n        \"currency\": \"NZD\",\r\n        \"sender_details\": {\r\n            \"name\": \"Aluth\",\r\n            \"email\": \"chinthaka.samarasinghe@starshipit.com\",\r\n            \"phone\": \"023343433\",\r\n            \"building\": \"Federal Building\",\r\n            \"company\": \"Startshipit\",\r\n            \"street\": \"23 Batman St\",\r\n            \"suburb\": \"West Melbourne\",\r\n            \"city\": \"Melbourne\",\r\n            \"state\": \"VIC\",\r\n            \"post_code\": \"3003\",\r\n            \"country\": \"Australia\"\r\n        },\r\n        \"destination\": {\r\n            \"name\": \"Felicia Beatty\",\r\n            \"email\": \"Amiya_Mertz63@hotmail.com\",\r\n            \"phone\": \"0290988227\",\r\n            \"building\": \"HBO Building\",\r\n            \"company\": \"Stiedemann and Sons\",\r\n            \"street\": \"45 Remuera Road\",\r\n            \"suburb\": \"Remuera\",\r\n            \"city\": \"Auckland\",\r\n            \"state\": \"\",\r\n            \"post_code\": \"1050\",\r\n            \"country\": \"New Zealand\",\r\n            \"delivery_instructions\": \"\"\r\n        },\r\n        \"items\": [\r\n            {\r\n                \"item_id\": 626385770,\r\n                \"description\": \"Mobile Phone\",\r\n                \"sku\": \"MOBILE\",\r\n                \"country_of_origin\": \"New Zealand\",\r\n                \"quantity\": 1,\r\n                \"quantity_to_ship\": 1,\r\n                \"weight\": 0.65,\r\n                \"value\": 125.0\r\n            },\r\n            {\r\n                \"item_id\": 626385771,\r\n                \"description\": \"Mobile Case (Black)\",\r\n                \"sku\": \"MOBILE-CASE-BLK\",\r\n                \"country_of_origin\": \"New Zealand\",\r\n                \"quantity\": 1,\r\n                \"quantity_to_ship\": 1,\r\n                \"weight\": 0.05,\r\n                \"value\": 20.0\r\n            }\r\n        ],\r\n        \"packages\": [\r\n            {\r\n                \"package_id\": 145727005,\r\n                \"name\": \"Package\",\r\n                \"weight\": 0.7,\r\n                \"height\": 0.04,\r\n                \"width\": 0.08,\r\n                \"length\": 0.10,\r\n                \"packaging_type\": \"\",\r\n                \"carrier_service_code\": \"WPX\",\r\n                \"tracking_number\": \"\",\r\n                \"tracking_url\": \"http://www.dhl.com/cgi-bin/tracking.pl?AWB=\",\r\n                \"delivery_status\": \"\",\r\n                \"shipment_type\": \"Outgoing\",\r\n                \"contents\": \"Shirt Blue L\"\r\n            },\r\n            {\r\n                \"package_id\": 145727006,\r\n                \"name\": \"Package\",\r\n                \"weight\": 0.7,\r\n                \"height\": 0.04,\r\n                \"width\": 0.08,\r\n                \"length\": 0.10,\r\n                \"packaging_type\": \"\",\r\n                \"carrier_service_code\": \"WPX\",\r\n                \"tracking_number\": \"\",\r\n                \"tracking_url\": \"http://www.dhl.com/cgi-bin/tracking.pl?AWB=\",\r\n                \"delivery_status\": \"\",\r\n                \"shipment_type\": \"Return\",\r\n                \"contents\": \"Shirt Blue L\"\r\n            }\r\n        ],\r\n        \"metadatas\": [\r\n            {\r\n                \"metafield_key\": \"ADDRESSVALIDATED\",\r\n                \"value\": \"True\"\r\n            },\r\n            {\r\n                \"metafield_key\": \"SOURCE\",\r\n                \"value\": \"API\"\r\n            },\r\n            {\r\n                \"metafield_key\": \"DTP\",\r\n                \"value\": \"False\"\r\n            },\r\n            {\r\n                \"metafield_key\": \"INSURANCE\",\r\n                \"value\": \"False\"\r\n            },\r\n            {\r\n                \"metafield_key\": \"INSURANCEVALUE\",\r\n                \"value\": \"0.00\"\r\n            },\r\n            {\r\n                \"metafield_key\": \"SIGNATURE\",\r\n                \"value\": \"True\"\r\n            },\r\n            {\r\n                \"metafield_key\": \"ATL\",\r\n                \"value\": \"False\"\r\n            },\r\n            {\r\n                \"metafield_key\": \"BATTERY\",\r\n                \"value\": \"False\"\r\n            },\r\n            {\r\n                \"metafield_key\": \"SATURDAY\",\r\n                \"value\": \"False\"\r\n            }\r\n        ],\r\n        \"events\": [\r\n            {\r\n                \"time\": \"2020-11-09T21:42:36.4850816\",\r\n                \"category\": \"General\",\r\n                \"method\": \"Order saved.\",\r\n                \"description\": \"Modified\"\r\n            },\r\n            {\r\n                \"time\": \"2020-11-09T21:42:36.5007076\",\r\n                \"category\": \"General\",\r\n                \"method\": \"Redo Shipment\",\r\n                \"description\": \"This order has been created from 128433983 which is now archived.\"\r\n            }\r\n        ],\r\n        \"declared_value\": 145.00,\r\n        \"archived\": false,\r\n        \"manifest_number\": 0,\r\n        \"address_validation\": \"Valid\",\r\n        \"create_return\": true,\r\n        \"dtp\": false,\r\n        \"export_type\": \"\",\r\n        \"add_insurance\": false,\r\n        \"insurance_value\": 0.00,\r\n        \"plt\": false,\r\n        \"type\": \"Outgoing\",\r\n        \"platform\": \"API\",\r\n        \"status\": \"Saved\",\r\n        \"manifested\": false\r\n    },\r\n    \"success\": true\r\n}"}],"_postman_id":"3645a29f-5b34-4763-af4d-94fb6c34e649"}],"id":"cf76ed82-407b-4e91-b960-55e0ec03f82e","_postman_id":"cf76ed82-407b-4e91-b960-55e0ec03f82e","description":""},{"name":"Tracking","item":[{"name":"Tracking","id":"a655a3b4-ea39-42c4-acb4-d868ad40dc47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/track","description":"<p>Get tracking details using a tracking number</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tracking_number (optional)</td>\n<td>string</td>\n<td>Tracking number used in the shipment</td>\n</tr>\n<tr>\n<td>order_number (optional)</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"tracking-response\">Tracking Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>results</td>\n<td>object list</td>\n<td>List of tracking details of the shipped orders Tracking Details Model below.</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>object list</td>\n<td>List of detailed errors</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"tracking---tracking-details-model\">Tracking - Tracking Details Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n<tr>\n<td>order_status</td>\n<td>string</td>\n<td>The status of the order (e.g. Unshipped, Awaiting Dispatch, Dispatched and Delivered)</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>string</td>\n<td>Name of the carrier used for shipment delivery</td>\n</tr>\n<tr>\n<td>carrier_service</td>\n<td>string</td>\n<td>Carrier product service used for shipment delivery</td>\n</tr>\n<tr>\n<td>tracking_number</td>\n<td>string</td>\n<td>Carrier tracking number</td>\n</tr>\n<tr>\n<td>tracking_url</td>\n<td>string</td>\n<td>Carrier tracking URL</td>\n</tr>\n<tr>\n<td>shipment_date</td>\n<td>string</td>\n<td>The date when shipment was picked up</td>\n</tr>\n<tr>\n<td>tracking_status</td>\n<td>string</td>\n<td>Last tracking status from the carrier</td>\n</tr>\n<tr>\n<td>last_updated_date</td>\n<td>string</td>\n<td>Last tracking updated date from the carrier</td>\n</tr>\n<tr>\n<td>tracking_events</td>\n<td>string</td>\n<td>List of detailed tracking event from the carrier Tracking Event Model</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"tracking---tracking-events-model\">Tracking - Tracking Events Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>event_datetime</td>\n<td>date-time</td>\n<td>Date and time of the carrier scan or event</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of the event</td>\n</tr>\n<tr>\n<td>details</td>\n<td>string</td>\n<td>Description of the event</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","track"],"host":["api","starshipit","com"],"query":[{"disabled":true,"key":"order_number","value":""},{"disabled":true,"key":"tracking_number","value":null}],"variable":[]}},"response":[{"id":"a7d41a72-964b-4935-8d2e-03bba8d23e82","name":"Tracking by tracking number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/track?tracking_number=2XD198209601000935102","protocol":"https","host":["api","starshipit","com"],"path":["api","track"],"query":[{"key":"tracking_number","value":"2XD198209601000935102"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"449"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 10 Jun 2024 01:49:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": {\n        \"order_number\": \"C12346\",\n        \"order_status\": \"In transit\",\n        \"carrier_name\": \"Australia Post\",\n        \"carrier_service\": \"7B05\",\n        \"tracking_number\": \"2XD198209601000935102\",\n        \"tracking_url\": \"https://auspost.com.au/mypost/track/details/2XD198209601000935102\",\n        \"shipment_date\": \"2024-04-17T12:52:05.4168979\",\n        \"tracking_status\": \"Printed\",\n        \"last_updated_date\": \"2024-04-17T13:20:18\",\n        \"tracking_events\": [\n            {\n                \"event_datetime\": \"2024-04-17T12:50:07\",\n                \"status\": \"Printed\",\n                \"details\": \"Shipping information received by Australia Post\"\n            },\n            {\n                \"event_datetime\": \"2024-04-17T13:20:18\",\n                \"status\": \"Printed\",\n                \"details\": \"Shipping information approved by Australia Post\"\n            }\n        ]\n    },\n    \"success\": true\n}"},{"id":"6f805aaf-97a4-40cd-9c37-1c3a2556cc80","name":"Tracking by order number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":{"raw":"https://api.starshipit.com/api/track?order_number=C12346","protocol":"https","host":["api","starshipit","com"],"path":["api","track"],"query":[{"key":"order_number","value":"C12346"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"449"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 10 Jun 2024 01:51:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": {\n        \"order_number\": \"C12346\",\n        \"order_status\": \"In transit\",\n        \"carrier_name\": \"Australia Post\",\n        \"carrier_service\": \"7B05\",\n        \"tracking_number\": \"2XD198209601000935102\",\n        \"tracking_url\": \"https://auspost.com.au/mypost/track/details/2XD198209601000935102\",\n        \"shipment_date\": \"2024-04-17T12:52:05.4168979\",\n        \"tracking_status\": \"Printed\",\n        \"last_updated_date\": \"2024-04-17T13:20:18\",\n        \"tracking_events\": [\n            {\n                \"event_datetime\": \"2024-04-17T12:50:07\",\n                \"status\": \"Printed\",\n                \"details\": \"Shipping information received by Australia Post\"\n            },\n            {\n                \"event_datetime\": \"2024-04-17T13:20:18\",\n                \"status\": \"Printed\",\n                \"details\": \"Shipping information approved by Australia Post\"\n            }\n        ]\n    },\n    \"success\": true\n}"}],"_postman_id":"a655a3b4-ea39-42c4-acb4-d868ad40dc47"},{"name":"Webhooks","id":"1400272c-4c43-4740-9190-17684beee0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"order_number\": \"5567476\",\r\n    \"carrier_name\": \"Australia Post\",\r\n    \"carrier_service\": \"7B05\",\r\n    \"shipment_date\": \"2018-08-09T02:55:37.1446912Z\",\r\n    \"tracking_number\": \"QQQ001737901000931501\",\r\n    \"tracking_status\": \"Dispatched\",\r\n    \"last_updated_date\": \"2018-08-09T02:56:07.3453198Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.your-store.com/callback/","description":"<h2 id=\"what-is-a-webhook\">What is a webhook?</h2>\n<p>Webhooks (callbacks) are event driven executions of code to send data from one application to another. For example, a webhook is a push notification from an email server sent to your phone.</p>\n<h2 id=\"how-it-works\">How it works</h2>\n<p>Starshipit can send webhook requests when we receive tracking updates from your couriers for your orders. You can specify a notification endpoint URL were Starshipit will send these requests.</p>\n<p>Use the notification endpoint URL to receive our webhook data and trigger a certain event in your own application. For example, send an order update email to your customer or update the order status in your database when ‘OutForDelivery’ tracking status is received.</p>\n<p>The notification endpoint URL needs to be built to accept the POST request that returns HTTP 200 OK response and the URL can be set in Settings &gt; Customer Notifications.</p>\n<h2 id=\"webhook-json-data-definitions\">Webhook JSON data definitions</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source eCommerce platform.</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>string</td>\n<td>Name of the courier used for shipment delivery.</td>\n</tr>\n<tr>\n<td>carrier_service</td>\n<td>string</td>\n<td>Courier product service used for shipment delivery.</td>\n</tr>\n<tr>\n<td>shipment_date</td>\n<td>datetime</td>\n<td>The date when the label was generated for the shipment.</td>\n</tr>\n<tr>\n<td>tracking_number</td>\n<td>string</td>\n<td>Courier tracking number.</td>\n</tr>\n<tr>\n<td>tracking_status</td>\n<td>string</td>\n<td>Last tracking status from the courier.</td>\n</tr>\n<tr>\n<td>last_updated_date</td>\n<td>datetime</td>\n<td>Last tracking updated date from the courier.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"tracking-statuses\">Tracking Statuses</h2>\n<ul>\n<li>Printed</li>\n<li>Dispatched</li>\n<li>InTransit</li>\n<li>OutForDelivery</li>\n<li>Delivered</li>\n<li>PickupInStore</li>\n<li>AttemptedDelivery</li>\n<li>Exception</li>\n<li>AwaitingCollection</li>\n<li>Cancelled</li>\n</ul>\n","urlObject":{"protocol":"https","path":["callback",""],"host":["www","your-store","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1400272c-4c43-4740-9190-17684beee0fc"}],"id":"05a846b9-0128-4dd3-80e4-e6008aef9b94","_postman_id":"05a846b9-0128-4dd3-80e4-e6008aef9b94","description":""},{"name":"Tracking Only Orders","item":[{"name":"Create Tracking Only Order","id":"a54f16e9-bf62-4041-b66e-4c4dd3da3250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orders\":[\r\n        {\r\n            \"name\": \"John Smith\",\r\n            \"carrier\": \"AusPost\",\r\n            \"tracking_number\": \"XYZ-92312-VSDV-24814\"\r\n        },\r\n        {\r\n            \"name\": \"Jane Smith\",\r\n            \"carrier\": \"AusPost\",\r\n            \"tracking_number\": \"NCA-21938-KASL-12314\"\r\n        },\r\n        {\r\n            \"order_number\": \"ORD10002\",\r\n            \"carrier\": \"AusPost\",\r\n            \"tracking_number\": \"MOX-53215-AJVV-12395\"\r\n        },\r\n        {\r\n            \"carrier\": \"AusPost\",\r\n            \"tracking_number\": \"BZH-12841-ASGB-12451\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/shipped","description":"<p>This POST request is used to create tracking only orders. It expects a payload containing an array of orders with their respective details such as name, order number, carrier, and tracking number.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in raw format and contain a JSON object with an array of orders. Each order should have the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name (optional)</td>\n<td>String</td>\n<td>The name of the customer</td>\n</tr>\n<tr>\n<td>order_number (optional)</td>\n<td>String</td>\n<td>Reference number for the order</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>enum CarrierName</td>\n<td>The enum of the carrier this order was shipped with</td>\n</tr>\n<tr>\n<td>tracking_number</td>\n<td>string</td>\n<td>The tracking number for the shipment</td>\n</tr>\n<tr>\n<td>country (optional)</td>\n<td>string</td>\n<td>The country name. If provided, will be used for calculating machine learning ETD</td>\n</tr>\n<tr>\n<td>postcode (optional)</td>\n<td>string</td>\n<td>The destination postcode. If provided, will be used for calculating machine learning ETD</td>\n</tr>\n<tr>\n<td>carrier_service_code (optional)</td>\n<td>string</td>\n<td>If passed through, this will be used for calculating Machine Learning ETDs</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>Upon successful processing of the request, the API responds with a JSON object containing all orders that were created with their order numbers and their corresponding tracking numbers as values. Additionally, the response includes a <code>success</code> boolean indicating the status of the request.Example</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"orders\": {\n        \"398667087\": \"XYZ-92312-VSDV-24814\",\n        \"398667099\": \"NCA-21938-KASL-12314\",\n        \"398667108\": \"MOX-53215-AJVV-12395\",\n        \"398667112\": \"BZH-12841-ASGB-12451\"\n    },\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","orders","shipped"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"cdfcf620-48a7-4bc5-a62b-37580d2772b0","name":"Create Tracking Only Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orders\":[\r\n        {\r\n            \"name\": \"John Smith\",\r\n            \"order_number\": \"ORD10001\",\r\n            \"carrier\": \"AusPost\",\r\n            \"tracking_number\": \"XYZ-92312-VSDV-24814\"\r\n        },\r\n        {\r\n            \"name\": \"Jane Smith\",\r\n            \"carrier\": \"AusPost\",\r\n            \"tracking_number\": \"NCA-21938-KASL-12314\"\r\n        },\r\n        {\r\n            \"order_number\": \"ORD10002\",\r\n            \"carrier\": \"AusPost\",\r\n            \"tracking_number\": \"MOX-53215-AJVV-12395\"\r\n        },\r\n        {\r\n            \"carrier\": \"AusPost\",\r\n            \"tracking_number\": \"BZH-12841-ASGB-12451\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/orders/shipped"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orders\": {\n        \"398667087\": \"XYZ-92312-VSDV-24814\",\n        \"398667099\": \"NCA-21938-KASL-12314\",\n        \"398667108\": \"MOX-53215-AJVV-12395\",\n        \"398667112\": \"BZH-12841-ASGB-12451\"\n    },\n    \"success\": true\n}"}],"_postman_id":"a54f16e9-bf62-4041-b66e-4c4dd3da3250"}],"id":"3fc817dc-b0e9-488a-afd3-30110a3e8a2b","description":"<p>Tracking Only orders provides a seamless solution for adding orders made outside of Starshipit into its tracking system. This integration is perfect for businesses seeking a centralized tracking hub for all orders, whether created in Starshipit or elsewhere. It provides consistent tracking updates regardless of where the label was created.</p>\n<img src=\"https://content.pstmn.io/1766fc9d-497d-40c5-beed-cd9b91c35cb9/bWVybWFpZC1kaWFncmFtLTIwMjQtMDEtMjUtMTUxNTQ3LnBuZw==\" />","_postman_id":"3fc817dc-b0e9-488a-afd3-30110a3e8a2b"},{"name":"Rates","item":[{"name":"Get Rates","id":"03ce0c71-af60-4e3a-a967-451515dea9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"sender\": {\r\n    \"street\": \"184 Exhibition Street\",\r\n    \"suburb\": \"Melbourne\",\r\n    \"city\": \"Melbourne\",\r\n    \"state\": \"VIC\",\r\n    \"post_code\": \"3000\",\r\n    \"country_code\": \"AU\"\r\n  },\r\n  \"destination\": {\r\n    \"street\": \"20 Liverpool Street\",\r\n    \"suburb\": \"Paddington\",\r\n    \"city\": \"Sydney\",\r\n    \"state\": \"NSW\",\r\n    \"post_code\": \"2021\",\r\n    \"country_code\": \"AU\"\r\n  },\r\n  \"packages\": [\r\n    {\r\n      \"weight\": 0.1\r\n    }\r\n  ]\r\n}"},"url":"https://api.starshipit.com/api/rates","description":"<p>Get a quote for a shipment</p>\n<h2 id=\"get-rates-request\">Get Rates Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#rate-sender-address-model\">sender</a></td>\n<td>object (nullable)</td>\n<td>Sender address details <a href=\"#rate-sender-address-model\">(Rate Sender Address Model)</a> Pickup Address details from the Settings are used if this parameter is not included in the request.</td>\n</tr>\n<tr>\n<td><a href=\"#rate-destination-address-model\">destination</a></td>\n<td>object</td>\n<td>Shipping address details <a href=\"#rate-destination-address-model\">(Rate Destination Address Model)</a></td>\n</tr>\n<tr>\n<td><a href=\"#rate-package-model\">packages</a></td>\n<td>object list</td>\n<td>A list of packages with weight and dimensions <a href=\"#rate-package-model\">(Rate Package Model)</a></td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency code for the order value (max length: 3) e.g. AUD</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-rates-response\">Get Rates Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#rate-model\">rates</a></td>\n<td>object list</td>\n<td>A list of available shipping rates <a href=\"#rate-model\">(Rate Model)</a></td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"rate-sender-address-model\">Rate Sender Address Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street number and name of the sender address</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Suburb of the sender address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City of the sender address</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State, regional, provincial or county name of the sender address</td>\n</tr>\n<tr>\n<td>post_code</td>\n<td>string</td>\n<td>Postal or zip code of the sender address</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>The country code of the sender address</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"rate-destination-address-model\">Rate Destination Address Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street number and name of the delivery address</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Suburb of the delivery address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City of the delivery address</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State, regional, provincial or county name of the delivery address</td>\n</tr>\n<tr>\n<td>post_code</td>\n<td>string</td>\n<td>Postal or zip code of the delivery address</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>The country code of the delivery address</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"rate-package-model\">Rate Package Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>weight</td>\n<td>double</td>\n<td>Physical weight of the parcel in kilograms (kg)</td>\n</tr>\n<tr>\n<td>height</td>\n<td>double (nullable)</td>\n<td>Height of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>width</td>\n<td>double (nullable)</td>\n<td>Width of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>length</td>\n<td>double (nullable)</td>\n<td>Length of the parcel in meters (m)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"rate-model\">Rate Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>service_name</td>\n<td>string</td>\n<td>Description of the carrier service</td>\n</tr>\n<tr>\n<td>service_code</td>\n<td>string</td>\n<td>Carrier service/product code</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>number</td>\n<td>Price of service</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","rates"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"6aa6fbc9-db03-4ec7-97d7-9718331f6a76","name":"Get Rates with sender address specified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"Subscription key in your Starshipit account under Settings > API > Subscription key","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n  \"sender\": {\r\n    \"street\": \"1 King St\",\r\n    \"suburb\": \"Melbourne\",\r\n    \"city\": \"Melbourne\",\r\n    \"state\": \"VIC\",\r\n    \"post_code\": \"3000\",\r\n    \"country_code\": \"AU\"\r\n  },\r\n  \"destination\": {\r\n    \"street\": \"20 George Street\",\r\n    \"suburb\": \"Sydney\",\r\n    \"city\": \"Sydney\",\r\n    \"state\": \"NSW\",\r\n    \"post_code\": \"2000\",\r\n    \"country_code\": \"AU\"\r\n  },\r\n  \"packages\": [\r\n    {\r\n      \"weight\": 0.5\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/rates"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"rates\": [\r\n    {\r\n      \"service_name\": \"PARCEL POST + SIGNATURE\",\r\n      \"service_code\": \"7B05\",\r\n      \"total_price\": 12.05\r\n    },\r\n    {\r\n      \"service_name\": \"EXPRESS POST + SIGNATURE\",\r\n      \"service_code\": \"7B05\",\r\n      \"total_price\": 14.65\r\n    }\r\n  ],\r\n  \"success\": true\r\n}"},{"id":"734dab70-a6f6-4e67-99d6-1c6e3ec308c7","name":"Get Rates with default sender address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"destination\": {\r\n    \"street\": \"20 George Street\",\r\n    \"suburb\": \"Sydney\",\r\n    \"city\": \"Sydney\",\r\n    \"state\": \"NSW\",\r\n    \"post_code\": \"2000\",\r\n    \"country_code\": \"AU\"\r\n  },\r\n  \"packages\": [\r\n    {\r\n      \"weight\": 0.5\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"rates\": [\r\n    {\r\n      \"service_name\": \"PARCEL POST + SIGNATURE\",\r\n      \"service_code\": \"7B05\",\r\n      \"total_price\": 10.15\r\n    },\r\n    {\r\n      \"service_name\": \"EXPRESS POST + SIGNATURE\",\r\n      \"service_code\": \"7B05\",\r\n      \"total_price\": 12.85\r\n    }\r\n  ],\r\n  \"success\": true\r\n}"}],"_postman_id":"03ce0c71-af60-4e3a-a967-451515dea9f6"},{"name":"Get Rates (Deprecated)","id":"573ed421-4375-461a-9cd0-1cdfe4e84e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"url":"https://api.starshipit.com/api/rates","description":"<p>Get a quote for a shipment</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street number and name of the delivery address</td>\n</tr>\n<tr>\n<td>post_code</td>\n<td>string</td>\n<td>Postal or zip code of the delivery address</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>The country code of the delivery address</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>number</td>\n<td>Format - double. Total weight of the order</td>\n</tr>\n<tr>\n<td>suburb (optional)</td>\n<td>string</td>\n<td>Suburb of the delivery address</td>\n</tr>\n<tr>\n<td>city (optional)</td>\n<td>string</td>\n<td>City of the delivery address</td>\n</tr>\n<tr>\n<td>state (optional)</td>\n<td>string</td>\n<td>State, regional, provincial or county name of the delivery address</td>\n</tr>\n<tr>\n<td>height (optional)</td>\n<td>number</td>\n<td>Format - double. Height of the package in metres</td>\n</tr>\n<tr>\n<td>width (optional)</td>\n<td>number</td>\n<td>Format - double. Width of the package in metres</td>\n</tr>\n<tr>\n<td>length (optional)</td>\n<td>number</td>\n<td>Format - double. Length of the package in metres</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-rates-response\">Get Rates Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#rate-model\">rates</a></td>\n<td>object list</td>\n<td>A list of available shipping rates <a href=\"#rate-model\">(Rate Model)</a></td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","rates"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"1169d3b1-2e67-4948-978c-cd2f8a3cbd74","name":"Get Rates","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"Api key in your Starshipit account under Settings > API > API Key","key":"StarShipIT-Api-Key","type":"text","value":""},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"url":{"raw":"https://api.starshipit.com/api/rates?street=2 George St&suburb=Parramatta&city=&post_code=2150&country_code=AU&weight=2.0&height&width&length","protocol":"https","host":["api","starshipit","com"],"path":["api","rates"],"query":[{"key":"street","value":"2 George St"},{"key":"suburb","value":"Parramatta"},{"key":"city","value":""},{"key":"post_code","value":"2150"},{"key":"country_code","value":"AU"},{"key":"weight","value":"2.0"},{"key":"height","value":null},{"key":"width","value":null},{"key":"length","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"rates\": [\r\n    {\r\n      \"service_name\": \"PARCEL POST + SIGNATURE\",\r\n      \"service_code\": \"7B05\",\r\n      \"total_price\": 10.15\r\n    },\r\n    {\r\n      \"service_name\": \"EXPRESS POST + SIGNATURE\",\r\n      \"service_code\": \"7B05\",\r\n      \"total_price\": 12.85\r\n    }\r\n  ],\r\n  \"success\": true\r\n}"}],"_postman_id":"573ed421-4375-461a-9cd0-1cdfe4e84e02"},{"name":"Delivery Services","event":[{"listen":"test","script":{"id":"1fa728ef-f786-4385-8743-0c2528d7d9c7","exec":[""],"type":"text/javascript"}}],"id":"11419b42-fcda-4cf6-b5e4-d572ba69147f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","key":"StarShipIT-Api-Key","type":"text","value":""},{"description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","key":"Ocp-Apim-Subscription-Key","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": 100000,\r\n    \"refresh_rate\": true,\r\n    \"sender\": {\r\n        \"street\": \"10 Geonic Street\",\r\n        \"suburb\": \"Woodridge\",\r\n        \"city\": \"\",\r\n        \"state\": \"QLD\",\r\n        \"post_code\": \"4114\",\r\n        \"country_code\": \"AU\"\r\n    },\r\n    \"destination\": {\r\n        \"street\": \"10 Geoffrey Place\",\r\n        \"suburb\": \"Mangere East\",\r\n        \"city\": \"Auckland\",\r\n        \"state\": \"\",\r\n        \"post_code\": \"2024\",\r\n        \"country_code\": \"NZ\"\r\n    },\r\n    \"packages\": [\r\n        {\r\n            \"weight\": 1.0,\r\n            \"height\": 0.1,\r\n            \"width\": 0.1,\r\n            \"length\": 0.1,\r\n            \"package_name\": \"Package\"\r\n        }\r\n    ],\r\n    \"declared_value\": 20.00,\r\n    \"return_order\": false,\r\n    \"include_pricing\": true,\r\n    \"signature_required\": null,\r\n    \"authority_to_leave\": false,\r\n    \"dangerous_goods\": false,\r\n    \"insurance_value\": 0.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/deliveryservices","description":"<p>Get a list of available carrier delivery services</p>\n<h2 id=\"delivery-services-request\">Delivery Services Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id (optional)</td>\n<td>int</td>\n<td>Refresh the rate for a specified order ID</td>\n</tr>\n<tr>\n<td>refresh_rate (optional)</td>\n<td>boolean</td>\n<td>Trigger the rate to be refreshed</td>\n</tr>\n<tr>\n<td><a href=\"#delivery-services---sender-model\">sender</a> (optional)</td>\n<td>Sender Object</td>\n<td>The Sender address that should be used for the rate request</td>\n</tr>\n<tr>\n<td><a href=\"#delivery-services---destination-model\">destination</a> (optional)</td>\n<td>Destination Object</td>\n<td>The destination address that should be used for the request</td>\n</tr>\n<tr>\n<td><a href=\"#delivery-services---packages-model\">packages</a></td>\n<td>Packages Object Array</td>\n<td>Packages of the order (<a href=\"#delivery-services---packages-model\">Delivery Services - Package Model</a>)</td>\n</tr>\n<tr>\n<td>declared_value (optional)</td>\n<td>Float</td>\n<td>The value of the shipment</td>\n</tr>\n<tr>\n<td>include_pricing</td>\n<td>boolean</td>\n<td>Whether to return pricing in the response. Defaults to false.</td>\n</tr>\n<tr>\n<td>return_order</td>\n<td>boolean</td>\n<td>Whether the shipment is a return order. Defaults to false</td>\n</tr>\n<tr>\n<td>signature_required</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>authority_to_leave</td>\n<td>boolean</td>\n<td></td>\n</tr>\n<tr>\n<td>dangerous_goods</td>\n<td>boolean</td>\n<td>Whether the shipment contains dangerous goods</td>\n</tr>\n<tr>\n<td>insurance_value</td>\n<td>float</td>\n<td>The amount of insurance included on the shipment</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delivery-services---sender-model\">Delivery Services - Sender Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street number and name of the sender address</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Suburb of the sender address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City of the sender address</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State of the sender address</td>\n</tr>\n<tr>\n<td>post_code</td>\n<td>string</td>\n<td>Postal or zip code of the sender address</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>The country code of the sender address</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delivery-services---destination-model\">Delivery Services - Destination Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street number and name of the delivery address</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Suburb of the delivery address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City of the delivery address</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State of the delivery address</td>\n</tr>\n<tr>\n<td>post_code</td>\n<td>string</td>\n<td>Postal or zip code of the delivery address</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>string</td>\n<td>The country code of the delivery address</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delivery-services---packages-model\">Delivery Services - Packages Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>weight</td>\n<td>double</td>\n<td>Physical weight of the parcel in kilograms (kg)</td>\n</tr>\n<tr>\n<td>height</td>\n<td>double</td>\n<td>Height of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>width</td>\n<td>double</td>\n<td>Width of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>length</td>\n<td>double</td>\n<td>Length of the parcel in meters (m)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delivery-services-response\">Delivery Services Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#delivery-services---service-model\">services</a></td>\n<td>object list</td>\n<td>A list of available delivery services (<a href=\"#delivery-services---service-model\">Delivery Services - Service Model</a>)</td>\n</tr>\n<tr>\n<td><a href=\"#delivery-services---service-model\">default_service</a></td>\n<td>object</td>\n<td>The name of the default service, if available, as configured by the user (<a href=\"#delivery-services---service-model\">Delivery Services - Service Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delivery-services---service-model\">Delivery Services - Service Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>The carrier code</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>string</td>\n<td>The carrier name</td>\n</tr>\n<tr>\n<td>service_name</td>\n<td>string</td>\n<td>Description of the carrier service</td>\n</tr>\n<tr>\n<td>service_code</td>\n<td>string</td>\n<td>Carrier service/product code</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>double</td>\n<td>Price of service</td>\n</tr>\n<tr>\n<td><a href=\"#delivery-services---meta-field-model\">metafields</a></td>\n<td>object list</td>\n<td>Additional options available for the carrier service <a href=\"#delivery-services---meta-field-model\">(Delivery Services - Meta Field Model))</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delivery-services---meta-field-model\">Delivery Services - Meta Field Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>string</td>\n<td>The unique identifier for the meta field</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>The display name of the meta field</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>The additional information about the meta field</td>\n</tr>\n<tr>\n<td>display_type</td>\n<td>string</td>\n<td>States how the meta field should be display as 'checkbox', 'textbox' or 'dropdownlist'</td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>The information to be stored as meta data</td>\n</tr>\n<tr>\n<td>default_value</td>\n<td>string</td>\n<td>The default stored value for the meta data</td>\n</tr>\n<tr>\n<td>available_values</td>\n<td>string list</td>\n<td>The values for 'dropdownlist' display type</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","deliveryservices"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"283f2565-85d7-467c-9bef-86be9e81950a","name":"Delivery Services","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","description":"Api key in your Starshipit account under Settings > API Key"},{"key":"StarShipIT-Api-Key","value":"","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": 100000,\r\n    \"refresh_rate\": true,\r\n    \"sender\": {\r\n        \"street\": \"10 Geonic Street\",\r\n        \"suburb\": \"Woodridge\",\r\n        \"city\": \"\",\r\n        \"state\": \"QLD\",\r\n        \"post_code\": \"4114\",\r\n        \"country_code\": \"AU\"\r\n    },\r\n    \"destination\": {\r\n        \"street\": \"10 Geoffrey Place\",\r\n        \"suburb\": \"Mangere East\",\r\n        \"city\": \"Auckland\",\r\n        \"state\": \"\",\r\n        \"post_code\": \"2024\",\r\n        \"country_code\": \"NZ\"\r\n    },\r\n    \"packages\": [\r\n        {\r\n            \"weight\": 1.0,\r\n            \"height\": 0.1,\r\n            \"width\": 0.1,\r\n            \"length\": 0.1,\r\n            \"package_name\": \"Package\"\r\n        }\r\n    ],\r\n    \"declared_value\": 20.00,\r\n    \"return_order\": false,\r\n    \"include_pricing\": true,\r\n    \"no_cache\": true,\r\n    \"signature_required\": null,\r\n    \"authority_to_leave\": false,\r\n    \"dangerous_goods\": false,\r\n    \"age_restricted\": null,\r\n    \"photo_on_delivery\": null,\r\n    \"rural\": null,\r\n    \"saturday\": false,\r\n    \"insurance_value\": 0.0,\r\n    \"currency\": \"NZD\",\r\n    \"incoterm\": \"Delivered at Place\",\r\n    \"duty_taxes_paid\": false,\r\n    \"duty_account_number\": null,\r\n    \"green_service\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/deliveryservices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2534"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 25 Jan 2024 02:48:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"services\": [\n        {\n            \"carrier\": \"AusPost\",\n            \"carrier_name\": \"Australia Post\",\n            \"service_name\": \"INTL EXPRESS MERCH\",\n            \"service_code\": \"ECM8\",\n            \"total_price\": 14.8,\n            \"metafields\": [\n                {\n                    \"key\": \"INSURANCEVALUE\",\n                    \"name\": \"Cover/Warranty\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"0.00\",\n                    \"default_value\": \"0.00\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Cover/Warranty\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTTYPE\",\n                    \"name\": \"Classification\",\n                    \"description\": \"\",\n                    \"display_type\": \"dropdownlist\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"available_values\": [\n                        \"Not Set\",\n                        \"Gift\",\n                        \"Commercial Sample\",\n                        \"Other\",\n                        \"Returned Goods\",\n                        \"Sale of Goods\"\n                    ],\n                    \"value_type\": \"string\",\n                    \"label\": \"Classification\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"COMMERCIALVALUE\",\n                    \"name\": \"Has Commercial Value\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Has Commercial Value\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTNUMBER\",\n                    \"name\": \"Export Number\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Export Number\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"INSURANCE\",\n                    \"name\": \"Insurance\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Cover/Warranty Required\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Calculated Price ex GST\": \"$14.80\",\n                \"Calculated GST\": \"$0.00\",\n                \"Calculated Price\": \"$14.80\",\n                \"Estimated delivery days (earliest)\": \"4\",\n                \"Estimated delivery days (latest)\": \"4\",\n                \"Estimated delivery date\": \"2024-02-01\"\n            }\n        },\n        {\n            \"carrier\": \"AusPost\",\n            \"carrier_name\": \"Australia Post\",\n            \"service_name\": \"INTL EXPRESS DOCS\",\n            \"service_code\": \"ECD8\",\n            \"total_price\": 19.9,\n            \"metafields\": [\n                {\n                    \"key\": \"INSURANCEVALUE\",\n                    \"name\": \"Cover/Warranty\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"0.00\",\n                    \"default_value\": \"0.00\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Cover/Warranty\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTTYPE\",\n                    \"name\": \"Classification\",\n                    \"description\": \"\",\n                    \"display_type\": \"dropdownlist\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"available_values\": [\n                        \"Not Set\",\n                        \"Gift\",\n                        \"Commercial Sample\",\n                        \"Other\",\n                        \"Returned Goods\",\n                        \"Sale of Goods\"\n                    ],\n                    \"value_type\": \"string\",\n                    \"label\": \"Classification\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"COMMERCIALVALUE\",\n                    \"name\": \"Has Commercial Value\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Has Commercial Value\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTNUMBER\",\n                    \"name\": \"Export Number\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Export Number\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"INSURANCE\",\n                    \"name\": \"Insurance\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Cover/Warranty Required\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Calculated Price ex GST\": \"$19.90\",\n                \"Calculated GST\": \"$0.00\",\n                \"Calculated Price\": \"$19.90\",\n                \"Estimated delivery days (earliest)\": \"4\",\n                \"Estimated delivery days (latest)\": \"4\",\n                \"Estimated delivery date\": \"2024-02-01\"\n            }\n        },\n        {\n            \"carrier\": \"AusPost\",\n            \"carrier_name\": \"Australia Post\",\n            \"service_name\": \"INTL STANDARD/PACK & TRACK\",\n            \"service_code\": \"PTI8\",\n            \"total_price\": 11.85,\n            \"metafields\": [\n                {\n                    \"key\": \"INSURANCEVALUE\",\n                    \"name\": \"Cover/Warranty\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"0.00\",\n                    \"default_value\": \"0.00\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Cover/Warranty\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTTYPE\",\n                    \"name\": \"Classification\",\n                    \"description\": \"\",\n                    \"display_type\": \"dropdownlist\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"available_values\": [\n                        \"Not Set\",\n                        \"Gift\",\n                        \"Commercial Sample\",\n                        \"Other\",\n                        \"Returned Goods\",\n                        \"Sale of Goods\"\n                    ],\n                    \"value_type\": \"string\",\n                    \"label\": \"Classification\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"COMMERCIALVALUE\",\n                    \"name\": \"Has Commercial Value\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Has Commercial Value\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTNUMBER\",\n                    \"name\": \"Export Number\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Export Number\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"INSURANCE\",\n                    \"name\": \"Insurance\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Cover/Warranty Required\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Calculated Price ex GST\": \"$11.85\",\n                \"Calculated GST\": \"$0.00\",\n                \"Calculated Price\": \"$11.85\",\n                \"Estimated delivery days (earliest)\": \"5\",\n                \"Estimated delivery days (latest)\": \"8\"\n            }\n        },\n        {\n            \"carrier\": \"AusPost\",\n            \"carrier_name\": \"Australia Post\",\n            \"service_name\": \"INT'L STANDARD WITH SIGNATURE\",\n            \"service_code\": \"PTI7\",\n            \"total_price\": 16.35,\n            \"metafields\": [\n                {\n                    \"key\": \"INSURANCEVALUE\",\n                    \"name\": \"Cover/Warranty\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"0.00\",\n                    \"default_value\": \"0.00\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Cover/Warranty\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTTYPE\",\n                    \"name\": \"Classification\",\n                    \"description\": \"\",\n                    \"display_type\": \"dropdownlist\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"available_values\": [\n                        \"Not Set\",\n                        \"Gift\",\n                        \"Commercial Sample\",\n                        \"Other\",\n                        \"Returned Goods\",\n                        \"Sale of Goods\"\n                    ],\n                    \"value_type\": \"string\",\n                    \"label\": \"Classification\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"COMMERCIALVALUE\",\n                    \"name\": \"Has Commercial Value\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Has Commercial Value\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTNUMBER\",\n                    \"name\": \"Export Number\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Export Number\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"INSURANCE\",\n                    \"name\": \"Insurance\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Cover/Warranty Required\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Calculated Price ex GST\": \"$16.35\",\n                \"Calculated GST\": \"$0.00\",\n                \"Calculated Price\": \"$16.35\",\n                \"Estimated delivery days (earliest)\": \"5\",\n                \"Estimated delivery days (latest)\": \"8\"\n            }\n        },\n        {\n            \"carrier\": \"AusPost\",\n            \"carrier_name\": \"Australia Post\",\n            \"service_name\": \"APGL NZ EXPRESS\",\n            \"service_code\": \"IC5\",\n            \"total_price\": 12.16,\n            \"metafields\": [\n                {\n                    \"key\": \"INSURANCEVALUE\",\n                    \"name\": \"Cover/Warranty\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"0.00\",\n                    \"default_value\": \"0.00\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Cover/Warranty\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTTYPE\",\n                    \"name\": \"Classification\",\n                    \"description\": \"\",\n                    \"display_type\": \"dropdownlist\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"available_values\": [\n                        \"Not Set\",\n                        \"Gift\",\n                        \"Commercial Sample\",\n                        \"Other\",\n                        \"Returned Goods\",\n                        \"Sale of Goods\"\n                    ],\n                    \"value_type\": \"string\",\n                    \"label\": \"Classification\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"COMMERCIALVALUE\",\n                    \"name\": \"Has Commercial Value\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Has Commercial Value\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTNUMBER\",\n                    \"name\": \"Export Number\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Export Number\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"INSURANCE\",\n                    \"name\": \"Insurance\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Cover/Warranty Required\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Calculated Price ex GST\": \"$12.16\",\n                \"Calculated GST\": \"$0.00\",\n                \"Calculated Price\": \"$12.16\"\n            }\n        },\n        {\n            \"carrier\": \"AusPost\",\n            \"carrier_name\": \"Australia Post\",\n            \"service_name\": \"APGL NZ EXPRESS W/SIGNATURE\",\n            \"service_code\": \"IC6\",\n            \"total_price\": 14.16,\n            \"metafields\": [\n                {\n                    \"key\": \"INSURANCEVALUE\",\n                    \"name\": \"Cover/Warranty\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"0.00\",\n                    \"default_value\": \"0.00\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Cover/Warranty\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTTYPE\",\n                    \"name\": \"Classification\",\n                    \"description\": \"\",\n                    \"display_type\": \"dropdownlist\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"available_values\": [\n                        \"Not Set\",\n                        \"Gift\",\n                        \"Commercial Sample\",\n                        \"Other\",\n                        \"Returned Goods\",\n                        \"Sale of Goods\"\n                    ],\n                    \"value_type\": \"string\",\n                    \"label\": \"Classification\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"COMMERCIALVALUE\",\n                    \"name\": \"Has Commercial Value\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Has Commercial Value\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"EXPORTNUMBER\",\n                    \"name\": \"Export Number\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Export Number\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"INSURANCE\",\n                    \"name\": \"Insurance\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Cover/Warranty Required\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Calculated Price ex GST\": \"$14.16\",\n                \"Calculated GST\": \"$0.00\",\n                \"Calculated Price\": \"$14.16\"\n            }\n        },\n        {\n            \"carrier\": \"FedEx\",\n            \"carrier_name\": \"FedEx\",\n            \"service_name\": \"FEDEX_INTERNATIONAL_PRIORITY\",\n            \"service_code\": \"FEDEX_INTERNATIONAL_PRIORITY\",\n            \"total_price\": 60.38,\n            \"currency\": \"AUD\",\n            \"metafields\": [\n                {\n                    \"key\": \"DTP\",\n                    \"name\": \"Sender Pays Duty\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Sender Pays Duty\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Total Base Charge\": \"45.49AUD\",\n                \"Demand Surcharge\": \"1.50AUD\",\n                \"Fuel\": \"13.39AUD\",\n                \"Total Billing Weight\": \"1.00KG\"\n            }\n        },\n        {\n            \"carrier\": \"DHL\",\n            \"carrier_name\": \"DHL Express\",\n            \"service_name\": \"EXPRESS WORLDWIDE NONDOC\",\n            \"service_code\": \"WPX\",\n            \"total_price\": 151.04,\n            \"currency\": \"GBP\",\n            \"metafields\": [\n                {\n                    \"key\": \"INSURANCEVALUE\",\n                    \"name\": \"Cover/Warranty\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"0.00\",\n                    \"default_value\": \"0.00\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Cover/Warranty\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"CONTENTS\",\n                    \"name\": \"Contents\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"Pillow\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Contents\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"CUSTOMSINCOTERM\",\n                    \"name\": \"Customs Incoterm\",\n                    \"description\": \"\",\n                    \"display_type\": \"dropdownlist\",\n                    \"value\": \"Delivered at Place\",\n                    \"default_value\": \"Delivered at Place\",\n                    \"available_values\": [\n                        \"Not Set\",\n                        \"Ex Works\",\n                        \"Free Carrier\",\n                        \"Carriage Paid To\",\n                        \"Cost and Freight\",\n                        \"Carriage and Insurance Paid To\",\n                        \"Cost Insurance and Freight\",\n                        \"Delivered at Place\",\n                        \"Delivered Duty Paid\",\n                        \"Delivered at Place Unloaded\",\n                        \"Free Alongside Ship\",\n                        \"Free on Board\"\n                    ],\n                    \"value_type\": \"string\",\n                    \"label\": \"Customs Incoterm\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"CUSTOMSEXPORTREASON\",\n                    \"name\": \"Customs Export Reason\",\n                    \"description\": \"\",\n                    \"display_type\": \"dropdownlist\",\n                    \"value\": \"Not Set\",\n                    \"default_value\": \"Not Set\",\n                    \"available_values\": [\n                        \"Not Set\",\n                        \"Returned Goods\",\n                        \"Sale of Goods\",\n                        \"Commercial Sample\",\n                        \"Gift\",\n                        \"Warranty Replacement\",\n                        \"Personal Use\"\n                    ],\n                    \"value_type\": \"string\",\n                    \"label\": \"Customs Export Reason\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"CUSTOMSDUTYACCOUNTNUMBER\",\n                    \"name\": \"Customs Duty Account Number\",\n                    \"description\": \"\",\n                    \"display_type\": \"textbox\",\n                    \"value\": \"\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"string\",\n                    \"label\": \"Customs Duty Account Number\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"ATL\",\n                    \"name\": \"Authority to Leave\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Authority to Leave\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"BATTERY\",\n                    \"name\": \"Contains Battery\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Dangerous Goods\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"SATURDAY\",\n                    \"name\": \"Saturday Delivery\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Saturday Delivery\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"INSURANCE\",\n                    \"name\": \"Insurance\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Shipment Value Protection\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"DTP\",\n                    \"name\": \"Sender Pays Duty\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Duties & Taxes Paid\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"GREENSERVICE\",\n                    \"name\": \"GoGreen Plus\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"GoGreen Plus\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Product\": \"EXPRESS WORLDWIDE NONDOC\",\n                \"Chargeable Weight\": \"1.0 KG\",\n                \"Total transit days\": \"1\",\n                \"Est. delivery date\": \"26 January\",\n                \"Base Charge\": \"118.03\",\n                \"Emergency Situation\": \"0.20\",\n                \"Fuel Surcharge\": \"32.81\",\n                \"Tax\": \"0.00\"\n            }\n        },\n        {\n            \"carrier\": \"PlainLabel\",\n            \"carrier_name\": \"Plain Label\",\n            \"service_name\": \"Plain Label - SANTAS DELIVERY\",\n            \"service_code\": \"Plain Label\",\n            \"total_price\": 0,\n            \"metafields\": [\n                {\n                    \"key\": \"SIGNATURE\",\n                    \"name\": \"Signature Required\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Signature Required\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"ATL\",\n                    \"name\": \"Authority to Leave\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Authority to Leave\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"SATCHEL\",\n                    \"name\": \"Satchel\",\n                    \"description\": \"\",\n                    \"display_type\": \"none\",\n                    \"value\": \"True\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Satchel\",\n                    \"read_only\": false\n                }\n            ]\n        },\n        {\n            \"carrier\": \"PlainLabel3\",\n            \"carrier_name\": \"Plain Label 3\",\n            \"service_name\": \"Plain Label 3 - Click & Collect\",\n            \"service_code\": \"Plain Label3\",\n            \"total_price\": 5,\n            \"currency\": \"NZD\",\n            \"metafields\": [\n                {\n                    \"key\": \"SIGNATURE\",\n                    \"name\": \"Signature Required\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Signature Required\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"ATL\",\n                    \"name\": \"Authority to Leave\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Authority to Leave\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"SATCHEL\",\n                    \"name\": \"Satchel\",\n                    \"description\": \"\",\n                    \"display_type\": \"none\",\n                    \"value\": \"True\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Satchel\",\n                    \"read_only\": false\n                }\n            ],\n            \"pricing_breakdown\": {\n                \"Estimated Transit Time\": \"5\"\n            }\n        },\n        {\n            \"carrier\": \"PlainLabel2\",\n            \"carrier_name\": \"Plain Label 2\",\n            \"service_name\": \"Plain Label 2 - FRIDAY SERVICE\",\n            \"service_code\": \"Plain Label2\",\n            \"total_price\": 100,\n            \"metafields\": [\n                {\n                    \"key\": \"SIGNATURE\",\n                    \"name\": \"Signature Required\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Signature Required\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"ATL\",\n                    \"name\": \"Authority to Leave\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Authority to Leave\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"SATCHEL\",\n                    \"name\": \"Satchel\",\n                    \"description\": \"\",\n                    \"display_type\": \"none\",\n                    \"value\": \"True\",\n                    \"default_value\": \"\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Satchel\",\n                    \"read_only\": false\n                }\n            ]\n        },\n        {\n            \"carrier\": \"Sendle\",\n            \"carrier_name\": \"Sendle\",\n            \"service_name\": \"SENDLE\",\n            \"service_code\": \"SENDLE\",\n            \"total_price\": 0,\n            \"metafields\": [\n                {\n                    \"key\": \"SIGNATURE\",\n                    \"name\": \"Signature Required\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Signature Required\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"ATL\",\n                    \"name\": \"Authority to Leave\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Authority to Leave\",\n                    \"read_only\": false\n                }\n            ]\n        },\n        {\n            \"carrier\": \"Sendle\",\n            \"carrier_name\": \"Sendle\",\n            \"service_name\": \"Sendle Express\",\n            \"service_code\": \"EXPRESS-PICKUP\",\n            \"total_price\": 0,\n            \"metafields\": [\n                {\n                    \"key\": \"SIGNATURE\",\n                    \"name\": \"Signature Required\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Signature Required\",\n                    \"read_only\": false\n                },\n                {\n                    \"key\": \"ATL\",\n                    \"name\": \"Authority to Leave\",\n                    \"description\": \"\",\n                    \"display_type\": \"checkbox\",\n                    \"value\": \"False\",\n                    \"default_value\": \"False\",\n                    \"value_type\": \"boolean\",\n                    \"label\": \"Authority to Leave\",\n                    \"read_only\": false\n                }\n            ]\n        },\n        {\n            \"carrier\": \"PickupInStore\",\n            \"carrier_name\": \"Pickup In Store\",\n            \"service_name\": \"Pickup In Store\",\n            \"service_code\": \"Pickup In Store\",\n            \"total_price\": 0,\n            \"metafields\": []\n        }\n    ],\n    \"submitActualShippingCost\": false,\n    \"success\": true,\n    \"errors\": []\n}"}],"_postman_id":"11419b42-fcda-4cf6-b5e4-d572ba69147f"}],"id":"3b71aa5a-8886-4770-ac41-ebacb66b96c4","_postman_id":"3b71aa5a-8886-4770-ac41-ebacb66b96c4","description":""},{"name":"Address Book","item":[{"name":"Get Filtered Addresses","id":"4f93a04a-c4db-40bf-86d5-f4f8fd3fb265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"url":"https://api.starshipit.com//api/addressbook/filtered","description":"<p>Retrieve a list of contacts that is stored in your address book. Results are sorted by specified column and returned one page at a time.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page (optional)</td>\n<td>integer</td>\n<td>Which page of the address book to return</td>\n</tr>\n<tr>\n<td>page_size (optional)</td>\n<td>integer</td>\n<td>Number of records per page</td>\n</tr>\n<tr>\n<td>sort (optional)</td>\n<td>string</td>\n<td>Sort by column. Available values: None, Name, Company, Street, Suburb, PostCode, City, State, Country, Code, Phone, Email</td>\n</tr>\n<tr>\n<td>sort_direction (optional)</td>\n<td>string</td>\n<td>Sort direction for the sort column. Available values: None, Ascending, Descending</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-filtered-addresses-response\">Get Filtered Addresses Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#get-addresses---address-model\">addresses</a></td>\n<td>object list</td>\n<td>Records for the addresses matching the supplied criteria (<a href=\"#get-addresses---address-model\">Address Model</a>)</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>integer</td>\n<td>Total number of records in the address book</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-addresses---address-model\">Get Addresses - Address Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the address</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Contact name at this address</td>\n</tr>\n<tr>\n<td>company</td>\n<td>string</td>\n<td>The country name of receiver address</td>\n</tr>\n<tr>\n<td>building</td>\n<td>string</td>\n<td>Name of the building at the address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street Name and number</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Suburb or locality</td>\n</tr>\n<tr>\n<td>post_code</td>\n<td>integer</td>\n<td>Postal code</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>Town or city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State, region, province or county name</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>Country name</td>\n</tr>\n<tr>\n<td>code</td>\n<td>number</td>\n<td>Internal identifier for this contact</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>string</td>\n<td>Phone number for this contact</td>\n</tr>\n<tr>\n<td>email</td>\n<td>boolean</td>\n<td>Email address for this contact</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["","api","addressbook","filtered"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"4903b29a-f0da-41d0-95fb-da9bee653a7a","name":"Get Filtered Addresses - First 50 addresses","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.starshipit.com/api/addressbook/filtered?page=1&page_size=50&sort=Name&sort_direction=Ascending","protocol":"https","host":["api","starshipit","com"],"path":["","api","addressbook","filtered"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"50"},{"key":"sort","value":"Name"},{"key":"sort_direction","value":"Ascending"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"addresses\": [\r\n        {\r\n            \"id\": 6862437,\r\n            \"name\": \"Add Address Test\",\r\n            \"company\": \"My Company\",\r\n            \"building\": \"Bigg Tall Building\",\r\n            \"street\": \"55 Bourke St\",\r\n            \"suburb\": \"Melbourne\",\r\n            \"post_code\": \"3000\",\r\n            \"city\": \"Melbourne\",\r\n            \"state\": \"VIC\",\r\n            \"country\": \"Australia\",\r\n            \"code\": \"111\",\r\n            \"telephone\": \"9879879876 \",\r\n            \"email\": \"test@starshipit.com\"\r\n        }\r\n    ],\r\n    \"total_count\": 40,\r\n    \"success\": true\r\n}"}],"_postman_id":"4f93a04a-c4db-40bf-86d5-f4f8fd3fb265"},{"name":"Delete Address","id":"0cd0b1b0-7ba4-4da3-8c94-67cb4e020a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"address_ids\": [\r\n\t\t81692357\r\n\t]\r\n}"},"url":"https://api.starshipit.com//api/addressbook/delete","description":"<p>Remove a contact from your address book</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address_ids</td>\n<td>object list</td>\n<td>List containing the unique identifier of the address records to be removed</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"delete-address-response\">Delete Address Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["","api","addressbook","delete"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"257a45a8-14d8-4490-b1ea-10e0c247eda0","name":"Delete Address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"address_ids\": [\r\n\t\t81692357\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com//api/addressbook/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": true\r\n}"}],"_postman_id":"0cd0b1b0-7ba4-4da3-8c94-67cb4e020a6d"},{"name":"Update Address","id":"4ff9ae6f-fadb-4c50-9087-467c2e336f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 6926658,\r\n    \"address\": {\r\n         \"code\": \"111\",\r\n        \"name\": \"Add Address Test\",\r\n        \"company\": \"My Company\",\r\n        \"post_code\": \"3000\",\r\n        \"street\": \"55 Bourke St\",\r\n        \"suburb\": \"Melbourne\",\r\n        \"city\": \"Melbourne\",\r\n        \"state\": \"VIC\",\r\n        \"country\": \"Australia\",\r\n        \"phone\": \"9879879876\",\r\n        \"instructions\": \"\",\r\n        \"building\": \"Big Tall Building\",\r\n        \"email\": \"test@starshipit.com\",\r\n        \"carrier\": 0,\r\n        \"signature_required\": false\r\n    }\r\n}"},"url":"https://api.starshipit.com//api/addressbook/update","description":"<p>Edit the address information for a saved contact.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Unique identifier for the record to be updated</td>\n</tr>\n<tr>\n<td><a href=\"#address-detail-model\">address</a></td>\n<td>object</td>\n<td>Updated address details for the contact</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"edit-address-response\">Edit Address Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#address-detail-model\">address</a></td>\n<td>object</td>\n<td>The updated address record (<a href=\"#address-detail-model\">Address Detail Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"address-detail-model\">Address Detail Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>The unique internal identifier for the address</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Contact name at this address</td>\n</tr>\n<tr>\n<td>company</td>\n<td>string</td>\n<td>The country name of receiver address</td>\n</tr>\n<tr>\n<td>post_code</td>\n<td>string</td>\n<td>Postal code</td>\n</tr>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street Name and number</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Suburb or locality</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>Town or city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State, region, province or county name</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>Country name</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Phone number for this contact</td>\n</tr>\n<tr>\n<td>instructions</td>\n<td>string</td>\n<td>Delivery instructions when placing an order with the carrier</td>\n</tr>\n<tr>\n<td>building</td>\n<td>string</td>\n<td>Name of the building at the address</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Email address for this contact</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>integer</td>\n<td>Default carrier to use for this contact</td>\n</tr>\n<tr>\n<td>signature_required</td>\n<td>boolean</td>\n<td>Default value for signature required on customer orders</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["","api","addressbook","update"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"34f0ddd6-e634-4b6b-ba38-9a7f7a54afd4","name":"Update Address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 6926658,\r\n    \"address\": {\r\n         \"code\": \"111\",\r\n        \"name\": \"Add Address Test\",\r\n        \"company\": \"My Company\",\r\n        \"post_code\": \"3000\",\r\n        \"street\": \"55 Bourke St\",\r\n        \"suburb\": \"Melbourne\",\r\n        \"city\": \"Melbourne\",\r\n        \"state\": \"VIC\",\r\n        \"country\": \"Australia\",\r\n        \"phone\": \"9879879876\",\r\n        \"instructions\": \"\",\r\n        \"building\": \"Big Tall Building\",\r\n        \"email\": \"test@starshipit.com\",\r\n        \"carrier\": 0,\r\n        \"signature_required\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com//api/addressbook/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"address\": {\r\n         \"code\": \"111\",\r\n        \"name\": \"Add Address Test\",\r\n        \"company\": \"My Company\",\r\n        \"post_code\": \"3000\",\r\n        \"street\": \"55 Bourke St\",\r\n        \"suburb\": \"Melbourne\",\r\n        \"city\": \"Melbourne\",\r\n        \"state\": \"VIC\",\r\n        \"country\": \"Australia\",\r\n        \"phone\": \"9879879876\",\r\n        \"instructions\": \"\",\r\n        \"building\": \"Big Tall Building\",\r\n        \"email\": \"test@starshipit.com\",\r\n        \"carrier\": 0,\r\n        \"signature_required\": false\r\n    },\r\n    \"success\": true,\r\n    \"errors\": []\r\n}"}],"_postman_id":"4ff9ae6f-fadb-4c50-9087-467c2e336f93"},{"name":"Add Address","id":"f577d747-7227-432f-bbc2-d9e2db08578f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address\": {\r\n        \"code\": \"111\",\r\n        \"name\": \"Add Address Test\",\r\n        \"company\": \"My Company\",\r\n        \"post_code\": \"3000\",\r\n        \"street\": \"55 Bourke St\",\r\n        \"suburb\": \"Melbourne\",\r\n        \"city\": \"Melbourne\",\r\n        \"state\": \"VIC\",\r\n        \"country\": \"Australia\",\r\n        \"phone\": \"123123123123\",\r\n        \"instructions\": \"\",\r\n        \"building\": \"Big Tall Building\",\r\n        \"email\": \"test@starshipit.com\",\r\n        \"carrier\": 0,\r\n        \"signature_required\": false\r\n    }\r\n}"},"url":"https://api.starshipit.com//api/addressbook/","description":"<p>Save address information for a new contact.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#address-detail-model\">address</a></td>\n<td>object</td>\n<td>Updated address details for the contact</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"add-address-response\">Add Address Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Unique identifier for the record that has just been added</td>\n</tr>\n<tr>\n<td><a href=\"#address-detail-model\">address</a></td>\n<td>object</td>\n<td>The updated address record (<a href=\"#address-detail-model\">Address Detail Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["","api","addressbook",""],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"a0a5aeb2-b7a1-4081-94c5-8b00a7fc6f0a","name":"Add Address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address\": {\r\n        \"code\": \"111\",\r\n        \"name\": \"Add Address Test\",\r\n        \"company\": \"My Company\",\r\n        \"post_code\": \"3000\",\r\n        \"street\": \"55 Bourke St\",\r\n        \"suburb\": \"Melbourne\",\r\n        \"city\": \"Melbourne\",\r\n        \"state\": \"VIC\",\r\n        \"country\": \"Australia\",\r\n        \"phone\": \"123123123123\",\r\n        \"instructions\": \"\",\r\n        \"building\": \"Big Tall Building\",\r\n        \"email\": \"test@starshipit.com\",\r\n        \"carrier\": 0,\r\n        \"signature_required\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com//api/addressbook/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7093680,\n    \"address\": {\n        \"code\": \"111\",\n        \"name\": \"Add Address Test\",\n        \"company\": \"My Company\",\n        \"post_code\": \"3000\",\n        \"street\": \"55 Bourke St\",\n        \"suburb\": \"Melbourne\",\n        \"city\": \"Melbourne\",\n        \"state\": \"VIC\",\n        \"country\": \"Australia\",\n        \"phone\": \"123123123123\",\n        \"instructions\": \"\",\n        \"building\": \"Big Tall Building\",\n        \"email\": \"test@starshipit.com\",\n        \"carrier\": 0,\n        \"signature_required\": false\n    },\n    \"success\": true,\n    \"errors\": []\n}"}],"_postman_id":"f577d747-7227-432f-bbc2-d9e2db08578f"}],"id":"30e5b685-b62b-40e8-9ad8-2cae5b49947a","_postman_id":"30e5b685-b62b-40e8-9ad8-2cae5b49947a","description":""},{"name":"Manifests","item":[{"name":"Get Manifests","id":"4961ecec-9175-4e55-ac4d-06cb0567c8ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"url":"https://api.starshipit.com/api/manifests","description":"<p>Retrieve a list of manifests. Results are ordered by date in descending order.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page (optional)</td>\n<td>integer</td>\n<td>Page to show. Default: 1</td>\n</tr>\n<tr>\n<td>limit (optional)</td>\n<td>integer</td>\n<td>Maximum number of records in the result. Default: 50. Maximum: 250</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-manifests-response\">Get Manifests Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#get-manifests---manifests-model\">manifests</a></td>\n<td>object list</td>\n<td>Records for the manifests matching the supplied criteria (<a href=\"#get-manifests---manifests-model\">Manifests Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>integer</td>\n<td>Total number of pages containing records</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>interger</td>\n<td>Total number of manifest records</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-manifests---manifests-model\">Get Manifests - Manifests Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>The unique identifier for the manifest</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of this manifest</td>\n</tr>\n<tr>\n<td>date</td>\n<td>datetime</td>\n<td>The date the manifest was submitted</td>\n</tr>\n<tr>\n<td>number</td>\n<td>integer</td>\n<td>Manifest number</td>\n</tr>\n<tr>\n<td>numberarticles</td>\n<td>integer</td>\n<td>Number of packages on this manifest</td>\n</tr>\n<tr>\n<td>numberconsigments</td>\n<td>integer</td>\n<td>Number of consignments on this manifest</td>\n</tr>\n<tr>\n<td>filename1</td>\n<td>string</td>\n<td>Name of the first manifest file</td>\n</tr>\n<tr>\n<td>filename2</td>\n<td>string</td>\n<td>Name of the second manifest file</td>\n</tr>\n<tr>\n<td>carrierid</td>\n<td>shortint</td>\n<td>Unique id of the carrier for this manifest</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","manifests"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"92b7986d-88ed-49d9-89a5-bc45d2427eaf","name":"Get Manifests","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"url":"https://api.starshipit.com/api/manifests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"manifests\": [\n        {\n            \"id\": 2635340,\n            \"name\": \"carrier_name\",\n            \"date\": \"2021-01-21T16:19:09.9573432\",\n            \"number\": 2,\n            \"numberArticles\": 1,\n            \"numberConsignments\": 1,\n            \"fileName1\": \"https://www.url.com/manifest.xml\",\n            \"fileName2\": \"https://www.url.com/manifest.pdf\",\n            \"carrierId\": 2\n        }\n    ],\n    \"total_pages\": 12,\n    \"total_count\": 12,\n    \"success\": true\n}"}],"_postman_id":"4961ecec-9175-4e55-ac4d-06cb0567c8ab"},{"name":"Get Manifest Files","id":"b6ca5673-49e9-4411-9281-4926b592466f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"url":"https://api.starshipit.com/api/manifests/files/","description":"<p>Retrieve a list of manifest files by manifest_id.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>manifest_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the manifest</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-manifest-files-response\">Get Manifest Files Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>files</td>\n<td>object list</td>\n<td>List of records for the manifest files matching the supplied criteria (<a href=\"#manifest-files-model\">Manifest Files Model</a>)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>integer</td>\n<td>Total number of pages containing records</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>integer</td>\n<td>Total number of manifest records</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"manifest-files-model\">Manifest Files Model</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file_name</td>\n<td>string</td>\n<td>Name of this manifest file</td>\n</tr>\n<tr>\n<td>file_data</td>\n<td>string</td>\n<td>Base64 string which can be converted to PDF file for printing</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","manifests","files",""],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"ec2dc7db-7457-4fca-81a2-f6612cb33e5f","name":"Get Manifest Files","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"url":{"raw":"https://api.starshipit.com/api/manifests?manifest_id=123456789","protocol":"https","host":["api","starshipit","com"],"path":["api","manifests"],"query":[{"key":"manifest_id","value":"123456789","description":"The unique numeric identifier for the manifest"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"files\": [\n        {\n            \"file_name\": \"dhl_99999_01.xml\",\n            \"file_data\": \"//48AD8AeABtAGwAIAB .......... wAG0AZQBuAHQAPgA=\"\n        },\n        {\n            \"file_name\": \"dhl_99999_02.pdf\",\n            \"file_data\": \"JVBERi0xLjMNCjEgMCa .......... zMzU4DQolJUVPRg==\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"b6ca5673-49e9-4411-9281-4926b592466f"},{"name":"Manifest Orders","id":"adc9e882-abfd-4488-b0c9-c1119591bdd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_numbers\":[\r\n       \"ABCD1234567890XYZ\",\r\n       \"ON12345\"\r\n    ],\r\n    \"use_order_numbers\": true\r\n}"},"url":"https://api.starshipit.com/api/manifests/shipments","description":"<p>Retrieve a list of shipment ids based on the tracking numbers or order numbers that have been supplied. These ids can be passed as a parameter to the manifest orders endpoint.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tracking_numbers</td>\n<td>object list</td>\n<td>List of tracking numbers or order numbers for shipments to be included in the manifest.</td>\n</tr>\n<tr>\n<td>use_order_numbers</td>\n<td>boolean</td>\n<td>Indicates the tracking_numbers parameter contains tracking numbers or order numbers</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"manifest-shipments-response\">Manifest Shipments Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pdf</td>\n<td>string</td>\n<td>The pdf of the manifest file created</td>\n</tr>\n<tr>\n<td>file_name</td>\n<td>string</td>\n<td>Description of the pdf file returned</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Determines whether the request was successfully submitted</td>\n</tr>\n<tr>\n<td><a href=\"#error-model\">errors</a></td>\n<td>object list</td>\n<td>List of detailed errors <a href=\"#error-model\">(Error Model)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","manifests","shipments"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"9f42fbc7-c3ae-4d53-9430-83c8d05f4094","name":"Manifest Orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tracking_numbers\":[\r\n       \"ABCD1234567890XYZ\",\r\n       \"ON12345\"\r\n    ],\r\n    \"use_order_numbers\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/manifests/ship"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"pdf\": \"manifestreport\",\r\n    \"file_name\": \"manifest.pdf\",\r\n    \"success\": true\r\n}"}],"_postman_id":"adc9e882-abfd-4488-b0c9-c1119591bdd6"},{"name":"Manifest by Carrier","id":"065e6dad-6023-4e30-84c6-27aa02bb9211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"<p>Api key in your Starshipit account under Settings &gt; API &gt; API Key</p>\n","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"<p>Subscription key in your Starshipit account under Settings &gt; API &gt; Subscription key</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"carrier\": \"PlainLabel\"\r\n}"},"url":"https://api.starshipit.com/api/manifests/carrier","description":"<p>Manifest all relevant records for a given carrier that are ready to be shipped.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>The string representation of the carrier enum value for the selected carrier</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-shipments-to-manifest-response\">Get Shipments to Manifest Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>records_manifested</td>\n<td>int</td>\n<td>The count of shipments that have been manifested as a result of this request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","manifests","carrier"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"1a0193da-52e8-4d8b-ac17-46aa4ff61830","name":"Manifest by Carrier","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","description":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","description":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{    \r\n    \"carrier\": \"PlainLabel\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/manifests/carrier"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"records_manifested\": 1,\r\n  \"success\": true\r\n}"}],"_postman_id":"065e6dad-6023-4e30-84c6-27aa02bb9211"}],"id":"23aec79c-85bd-419b-839f-0d88dda1d24d","_postman_id":"23aec79c-85bd-419b-839f-0d88dda1d24d","description":""},{"name":"Products","item":[{"name":"Get Products","id":"ccf0f10f-e370-45c0-ba5c-13bfaac80ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"url":"https://api.starshipit.com/api/products?search_term=&page_number=1&page_size=50&skip_records=0&sort_column=Sku&sort_direction=Ascending","urlObject":{"protocol":"https","path":["api","products"],"host":["api","starshipit","com"],"query":[{"description":{"content":"<p>\"\" or \"shoe\" (Mandatory)</p>\n","type":"text/plain"},"key":"search_term","value":""},{"key":"page_number","value":"1"},{"description":{"content":"<p>Min: 10 Max: 2000</p>\n","type":"text/plain"},"key":"page_size","value":"50"},{"key":"skip_records","value":"0"},{"description":{"content":"<p>Barcode | BinLocation | Brand | Colour | Country | CustomsDescription | DangerousGoodsType | Height | HSCode | Length | Manufacturer | Materials | Model | Price | Purpose | Size | Sku | Title | Weight | Width</p>\n","type":"text/plain"},"key":"sort_column","value":"Sku"},{"description":{"content":"<p>Ascending | Descending</p>\n","type":"text/plain"},"key":"sort_direction","value":"Ascending"}],"variable":[]}},"response":[{"id":"7a6d4b82-d391-4427-8bcc-1b4e9067be80","name":"Get Products","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","type":"text"}],"url":{"raw":"https://api.starshipit.com/api/products?search_term=&page_number=1&page_size=50&skip_records=0&sort_column=Sku&sort_direction=Ascending","protocol":"https","host":["api","starshipit","com"],"path":["api","products"],"query":[{"key":"search_term","value":""},{"key":"page_number","value":"1"},{"key":"page_size","value":"50"},{"key":"skip_records","value":"0"},{"key":"sort_column","value":"Sku"},{"key":"sort_direction","value":"Ascending"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"page_number\": 1,\n    \"page_size\": 50,\n    \"total_pages\": 0,\n    \"total_records\": 1,\n    \"data\": {\n        \"products\": [\n            {\n                \"id\": 4541053,\n                \"sku\": \"AMZ-BLK-SHOES-US11\",\n                \"title\": \"Amazing Black Shoes Black US11\",\n                \"country\": \"Australia\",\n                \"weight\": 1.3,\n                \"height\": 0.27,\n                \"length\": 0.27,\n                \"width\": 0.4,\n                \"hs_code\": \"6404.11.0000\",\n                \"color\": \"Black\",\n                \"size\": \"US11\",\n                \"bin_location\": \"A18\",\n                \"price\": 99\n            }\n        ],\n        \"success\": false\n    },\n    \"succeeded\": true\n}"}],"_postman_id":"ccf0f10f-e370-45c0-ba5c-13bfaac80ca6"},{"name":"Add Product","id":"8cfbd1b2-bd08-4cec-966f-7104cc147aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"sku\": \"AMZ-BLK-SHOES-US11\",\r\n        \"title\": \"Amazing Black Shoes Black US11\",\r\n        \"customs_description\": null,\r\n        \"description\": null,\r\n        \"country\": \"Australia\",\r\n        \"weight\": 1.3,\r\n        \"height\": 0.27,\r\n        \"length\": 0.27,\r\n        \"width\": 0.4,\r\n        \"hs_code\": \"6404.11.0000\",\r\n        \"color\": \"Black\",\r\n        \"size\": \"US11\",\r\n        \"barcode\": null,\r\n        \"bin_location\": \"A18\",\r\n        \"brand\": null,\r\n        \"usage\": null,\r\n        \"material\": null,\r\n        \"model\": null,\r\n        \"mid\": null,\r\n        \"price\": 99.00,\r\n        \"dangerous_goods_type\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/products","urlObject":{"protocol":"https","path":["api","products"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"76b1fa54-7354-4d2b-b297-f13114296c7e","name":"Add Product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"sku\": \"AMZ-BLK-SHOES-US11\",\r\n        \"title\": \"Amazing Black Shoes Black US11\",\r\n        \"customs_description\": null,\r\n        \"description\": null,\r\n        \"country\": \"Australia\",\r\n        \"weight\": 1.3,\r\n        \"height\": 0.27,\r\n        \"length\": 0.27,\r\n        \"width\": 0.4,\r\n        \"hs_code\": \"6404.11.0000\",\r\n        \"color\": \"Black\",\r\n        \"size\": \"US11\",\r\n        \"barcode\": null,\r\n        \"bin_location\": \"A18\",\r\n        \"brand\": null,\r\n        \"usage\": null,\r\n        \"material\": null,\r\n        \"model\": null,\r\n        \"mid\": null,\r\n        \"price\": 99.00,\r\n        \"dangerous_goods_type\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4541053,\n    \"product\": {\n        \"id\": 4541053,\n        \"sku\": \"AMZ-BLK-SHOES-US11\",\n        \"title\": \"Amazing Black Shoes Black US11\",\n        \"country\": \"Australia\",\n        \"weight\": 1.3,\n        \"height\": 0.27,\n        \"length\": 0.27,\n        \"width\": 0.4,\n        \"hs_code\": \"6404.11.0000\",\n        \"color\": \"Black\",\n        \"size\": \"US11\",\n        \"bin_location\": \"A18\",\n        \"price\": 99\n    },\n    \"success\": true,\n    \"errors\": []\n}"}],"_postman_id":"8cfbd1b2-bd08-4cec-966f-7104cc147aee"},{"name":"Update Product","id":"9101a9d7-91b1-492c-b7ad-5f92f80bbfd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 4541053,\r\n    \"product\": {\r\n        \"id\": 4541053,\r\n        \"sku\": \"AMZ-BLK-SHOES-US11\",\r\n        \"title\": \"Amazing Black Shoes Black US11\",\r\n        \"customs_description\": null,\r\n        \"description\": null,\r\n        \"country\": \"Australia\",\r\n        \"weight\": 1.3,\r\n        \"height\": 0.27,\r\n        \"length\": 0.27,\r\n        \"width\": 0.4,\r\n        \"hs_code\": \"6404.11.0000\",\r\n        \"color\": \"Black\",\r\n        \"size\": \"US11\",\r\n        \"barcode\": null,\r\n        \"bin_location\": \"A18\",\r\n        \"brand\": null,\r\n        \"usage\": null,\r\n        \"material\": null,\r\n        \"model\": null,\r\n        \"mid\": null,\r\n        \"price\": 99.00,\r\n        \"dangerous_goods_type\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/products/update","urlObject":{"protocol":"https","path":["api","products","update"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"ce1b76e5-d347-4058-b993-7bcff03c09be","name":"Update Product","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 4541053,\r\n    \"product\": {\r\n        \"id\": 4541053,\r\n        \"sku\": \"AMZ-BLK-SHOES-US11\",\r\n        \"title\": \"Amazing Black Shoes Black US11\",\r\n        \"customs_description\": null,\r\n        \"description\": null,\r\n        \"country\": \"Australia\",\r\n        \"weight\": 1.3,\r\n        \"height\": 0.27,\r\n        \"length\": 0.27,\r\n        \"width\": 0.4,\r\n        \"hs_code\": \"6404.11.0000\",\r\n        \"color\": \"Black\",\r\n        \"size\": \"US11\",\r\n        \"barcode\": null,\r\n        \"bin_location\": \"A18\",\r\n        \"brand\": null,\r\n        \"usage\": null,\r\n        \"material\": null,\r\n        \"model\": null,\r\n        \"mid\": null,\r\n        \"price\": 99.00,\r\n        \"dangerous_goods_type\": null\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/products/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"product\": {\n        \"id\": 4541053,\n        \"sku\": \"AMZ-BLK-SHOES-US11\",\n        \"title\": \"Amazing Black Shoes Black US11\",\n        \"country\": \"Australia\",\n        \"weight\": 1.3,\n        \"height\": 0.27,\n        \"length\": 0.27,\n        \"width\": 0.4,\n        \"hs_code\": \"6404.11.0000\",\n        \"color\": \"Black\",\n        \"size\": \"US11\",\n        \"bin_location\": \"A18\",\n        \"price\": 99\n    },\n    \"success\": true,\n    \"errors\": []\n}"}],"_postman_id":"9101a9d7-91b1-492c-b7ad-5f92f80bbfd7"},{"name":"Delete Product","id":"5edb43f1-432b-4d1a-bb31-e05db0c879e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_ids\": [\r\n        4541053\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/products/delete","urlObject":{"protocol":"https","path":["api","products","delete"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"6ede2553-8425-439c-a2c9-4d84b4906005","name":"Delete Product","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_ids\": [\r\n        4541053\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/products/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errors\": []\n}"}],"_postman_id":"5edb43f1-432b-4d1a-bb31-e05db0c879e3"},{"name":"Delete All Products","id":"5c110507-8c81-4ea8-9cb2-5254e8454c7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"Api key in your Starshipit account under Settings > API > API Key","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"Subscription key in your Starshipit account under Settings > API > Subscription key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_ids\": [],\r\n    \"all_products\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/products/delete","urlObject":{"protocol":"https","path":["api","products","delete"],"host":["api","starshipit","com"],"query":[],"variable":[]}},"response":[{"id":"072c3f88-81a4-4932-a172-f59e6a0ad596","name":"Delete All Products","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"StarShipIT-Api-Key","value":"","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_ids\": [],\r\n    \"all_products\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.starshipit.com/api/products/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"errors\": []\n}"}],"_postman_id":"5c110507-8c81-4ea8-9cb2-5254e8454c7b"}],"id":"4071f548-e276-4e03-bfbd-657e19740e83","_postman_id":"4071f548-e276-4e03-bfbd-657e19740e83","description":""},{"name":"Models","item":[],"id":"663ef804-c68d-4a25-882d-7efb2817ec49","description":"<h1 id=\"error-model\">Error Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>details</td>\n<td>string</td>\n<td>Detailed exception</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"sender-details-model\">Sender Details Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Contact name of the sender (max length: 100)</td>\n</tr>\n<tr>\n<td>email (optional)</td>\n<td>string</td>\n<td>Contact email address of the sender (max length: 100)</td>\n</tr>\n<tr>\n<td>phone (optional)</td>\n<td>string</td>\n<td>Contact phone number of the sender (max length: 100)</td>\n</tr>\n<tr>\n<td>building (optional)</td>\n<td>string</td>\n<td>Building name of the pickup address (max length: 100)</td>\n</tr>\n<tr>\n<td>company (optional)</td>\n<td>string</td>\n<td>Name of company that the parcel is being sent from (max length: 100)</td>\n</tr>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street number and name of the pickup address (max length: 100)</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Suburb of the pickup address (max length: 100)</td>\n</tr>\n<tr>\n<td>city (optional)</td>\n<td>string</td>\n<td>City of the pickup address (max length: 100)</td>\n</tr>\n<tr>\n<td>state (optional)</td>\n<td>string</td>\n<td>Regional, provincial or county name of the pickup address (max length: 100)</td>\n</tr>\n<tr>\n<td>post_code (optional)</td>\n<td>string</td>\n<td>Postal or zip code of the pickup address (max length: 10)</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>The country name of pickup address (min length: 2, max length: 100)</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"destination-details-model\">Destination Details Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Contact name of the receiver (max length: 100)</td>\n</tr>\n<tr>\n<td>email (optional)</td>\n<td>string</td>\n<td>Contact email address of the receiver (max length: 100)</td>\n</tr>\n<tr>\n<td>phone (optional)</td>\n<td>string</td>\n<td>Contact phone number of the receiver (max length: 100)</td>\n</tr>\n<tr>\n<td>building (optional)</td>\n<td>string</td>\n<td>Building name of the delivery address (max length: 100)</td>\n</tr>\n<tr>\n<td>company (optional)</td>\n<td>string</td>\n<td>Name of company that the parcel is being delivered to (max length: 100)</td>\n</tr>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>Street number and name of the delivery address (max length: 100)</td>\n</tr>\n<tr>\n<td>suburb</td>\n<td>string</td>\n<td>Suburb of the delivery address (max length: 100)</td>\n</tr>\n<tr>\n<td>city (optional)</td>\n<td>string</td>\n<td>City of the delivery address (max length: 100)</td>\n</tr>\n<tr>\n<td>state (optional)</td>\n<td>string</td>\n<td>Regional, provincial or county name of the delivery address (max length: 100)</td>\n</tr>\n<tr>\n<td>post_code (optional)</td>\n<td>string</td>\n<td>Postal or zip code of the delivery address (max length: 10)</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>The country name of delivery address (min length: 2, max length: 100)</td>\n</tr>\n<tr>\n<td>delivery_instructions (optional)</td>\n<td>string</td>\n<td>Delivery instructions for courier (max length: 100)</td>\n</tr>\n<tr>\n<td><a href=\"#tax-numbers-model\">tax_numbers</a> (optional)</td>\n<td>list</td>\n<td>List of receiver tax numbers</td>\n</tr>\n<tr>\n<td>tax_number (optional)</td>\n<td>string</td>\n<td>Recipient tax number (max length: 20)</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"create-order---order-model\">Create Order - Order Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_date (optional)</td>\n<td>datetime</td>\n<td>The date when the order was created in UTC</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform (max length: 50)</td>\n</tr>\n<tr>\n<td>reference (optional)</td>\n<td>string</td>\n<td>Customer's reference (max length: 50)</td>\n</tr>\n<tr>\n<td>shipping_method (optional)</td>\n<td>string</td>\n<td>Delivery method name (max length: 100)</td>\n</tr>\n<tr>\n<td>shipping_description (optional)</td>\n<td>string</td>\n<td>Delivery method description (max length: 100)</td>\n</tr>\n<tr>\n<td>shipping_freight_value</td>\n<td>double</td>\n<td>The value of the freight being shipped</td>\n</tr>\n<tr>\n<td>signature_required (optional)</td>\n<td>boolean</td>\n<td>Determine whether signature is needed on delivery</td>\n</tr>\n<tr>\n<td>return_order (optional)</td>\n<td>boolean</td>\n<td>If true, only the return label will be generated</td>\n</tr>\n<tr>\n<td>currency (optional)</td>\n<td>string</td>\n<td>Currency code for the order value (max length: 3) e.g. AUD</td>\n</tr>\n<tr>\n<td><a href=\"#sender-details-model\">sender_details</a> (optional)</td>\n<td>object</td>\n<td>Sender address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#destination-details-model\">destination</a></td>\n<td>object</td>\n<td>Shipping address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#create-order---item-model\">items</a> (optional)</td>\n<td>list</td>\n<td>Item list containing the order item details</td>\n</tr>\n<tr>\n<td><a href=\"#create-order---package-model\">packages</a> (optional)</td>\n<td>list</td>\n<td>Package list containing the parcel details</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"create-order---item-model\">Create Order - Item Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>description (optional)</td>\n<td>string</td>\n<td>Product name or description</td>\n</tr>\n<tr>\n<td>sku (optional)</td>\n<td>string</td>\n<td>Product code or SKU (max length: 50)</td>\n</tr>\n<tr>\n<td>tariff_code (optional)</td>\n<td>string</td>\n<td>The harmonized system code that indicates the type of this order item (max length: 18)</td>\n</tr>\n<tr>\n<td>country_of_origin (optional)</td>\n<td>string</td>\n<td>The country in which this item was manufactured (max length: 50)</td>\n</tr>\n<tr>\n<td>quantity (optional)</td>\n<td>double</td>\n<td>The number of product ordered</td>\n</tr>\n<tr>\n<td>weight (optional)</td>\n<td>double</td>\n<td>Unit weight of the product in kilograms (kg)</td>\n</tr>\n<tr>\n<td>value (optional)</td>\n<td>double</td>\n<td>Unit price of the product</td>\n</tr>\n<tr>\n<td>bin_location (optional)</td>\n<td>string (250 characters max)</td>\n<td>The bin location of the product</td>\n</tr>\n<tr>\n<td>mid_code (optional)</td>\n<td>string</td>\n<td>The manufacturer name of the product</td>\n</tr>\n<tr>\n<td>model (optional)</td>\n<td>string</td>\n<td>The model of the product</td>\n</tr>\n<tr>\n<td>material (optional)</td>\n<td>string</td>\n<td>the material of the product</td>\n</tr>\n<tr>\n<td>usage (optional)</td>\n<td>string</td>\n<td>the usage of the product</td>\n</tr>\n<tr>\n<td>brand (optional)</td>\n<td>string</td>\n<td>the brand of the product</td>\n</tr>\n<tr>\n<td>barcode (optional)</td>\n<td>string</td>\n<td>the barcode of the product</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"create-order---package-model\">Create Order - Package Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>weight (optional)</td>\n<td>double</td>\n<td>Physical weight of the parcel in kilograms (kg)</td>\n</tr>\n<tr>\n<td>height (optional)</td>\n<td>double</td>\n<td>Height of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>width (optional)</td>\n<td>double</td>\n<td>Width of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>length (optional)</td>\n<td>double</td>\n<td>Length of the parcel in meters (m)</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"update-order---order-model\">Update Order - Order Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id (read-only)</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>datetime</td>\n<td>The date when the order was created in UTC</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform (max length: 50)</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>string</td>\n<td>Customer's reference (max length: 50)</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>The carrier that will be used when creating shipment</td>\n</tr>\n<tr>\n<td>carrier_service_code</td>\n<td>string</td>\n<td>Carrier service code for delivery</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>string</td>\n<td>Delivery method name (max length: 100)</td>\n</tr>\n<tr>\n<td>shipping_description</td>\n<td>string</td>\n<td>Delivery method description (max length: 100)</td>\n</tr>\n<tr>\n<td>shipping_freight_value</td>\n<td>double</td>\n<td>The value of the freight being shipped</td>\n</tr>\n<tr>\n<td>signature_required</td>\n<td>boolean</td>\n<td>Determine whether signature is needed on delivery</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency code for the order value (max length: 3) e.g. AUD</td>\n</tr>\n<tr>\n<td><a href=\"#sender-details-model\">sender_details</a></td>\n<td>object</td>\n<td>Sender address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#destination-details-model\">destination</a></td>\n<td>object</td>\n<td>Shipping address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#update-order---item-model\">items</a></td>\n<td>list</td>\n<td>Item list containing the order item details</td>\n</tr>\n<tr>\n<td><a href=\"#update-order---package-model\">packages</a></td>\n<td>list</td>\n<td>Package list containing the parcel details</td>\n</tr>\n<tr>\n<td><a href=\"#meta-data-model\">metadatas</a></td>\n<td>list</td>\n<td>Additional meta data for the order</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The order status</td>\n</tr>\n<tr>\n<td>is_manifested</td>\n<td>boolean</td>\n<td>Determine if the order is manifested</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"update-order---item-model\">Update Order - Item Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order item</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Product name or description</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>Product code or SKU (max length: 50)</td>\n</tr>\n<tr>\n<td>tariff_code</td>\n<td>string</td>\n<td>The harmonized system code that indicates the type of this order item (max length: 18)</td>\n</tr>\n<tr>\n<td>country_of_origin</td>\n<td>string</td>\n<td>The country in which this item was manufactured (max length: 50)</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>double</td>\n<td>The number of product ordered</td>\n</tr>\n<tr>\n<td>quantity_to_ship</td>\n<td>double</td>\n<td>The number of items to ship</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>double</td>\n<td>Unit weight of the product in kilograms (kg)</td>\n</tr>\n<tr>\n<td>value</td>\n<td>double</td>\n<td>Unit price of the product</td>\n</tr>\n<tr>\n<td>delete</td>\n<td>boolean</td>\n<td>An indicator used to determine whether this order item should be deleted when updating the order</td>\n</tr>\n<tr>\n<td>color</td>\n<td>string</td>\n<td>The colour of the item</td>\n</tr>\n<tr>\n<td>size</td>\n<td>string</td>\n<td>The size of the item</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>The barcode of the item, used for packing validation and printed on the packing slips</td>\n</tr>\n<tr>\n<td>stock_on_hand</td>\n<td>int</td>\n<td>The count of stock for that item, used on packing slips</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"update-order---package-model\">Update Order - Package Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>package_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the package</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the package</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>double</td>\n<td>Physical weight of the parcel in kilograms (kg)</td>\n</tr>\n<tr>\n<td>height</td>\n<td>double</td>\n<td>Height of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>width</td>\n<td>double</td>\n<td>Width of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>length</td>\n<td>double</td>\n<td>Length of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>packaging_type</td>\n<td>string</td>\n<td>The packaging type for this parcel. Example valid values: Carton, Box, Envelope, Item, Jiffy, Pallet, Satchel, Skid or Bag</td>\n</tr>\n<tr>\n<td>tracking_number</td>\n<td>string</td>\n<td>Carrier tracking number</td>\n</tr>\n<tr>\n<td>delete</td>\n<td>boolean</td>\n<td>An indicator used to determine whether this package should be deleted when updating the order</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"full-order-model\">Full Order Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>datetime</td>\n<td>The date when the order was created in UTC</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>string</td>\n<td>The identifier of the order pulled from source e-Commerce platform</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>string</td>\n<td>Customer's reference</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>The carrier that will be used when creating shipment</td>\n</tr>\n<tr>\n<td>carrier_name</td>\n<td>string</td>\n<td>Name of the carrier used for shipment delivery</td>\n</tr>\n<tr>\n<td>carrier_service_code</td>\n<td>string</td>\n<td>Carrier service code for delivery</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>string</td>\n<td>Delivery method name</td>\n</tr>\n<tr>\n<td>shipping_description</td>\n<td>string</td>\n<td>Delivery method description</td>\n</tr>\n<tr>\n<td>signature_required</td>\n<td>boolean</td>\n<td>Determine whether signature is needed on delivery</td>\n</tr>\n<tr>\n<td>dangerous_goods</td>\n<td>boolean</td>\n<td>Determine whether shipment contains dangerous goods</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency code for the order value (e.g. AUD)</td>\n</tr>\n<tr>\n<td><a href=\"#sender-details-model\">sender_details</a></td>\n<td>object</td>\n<td>Sender address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#destination-details-model\">destination</a></td>\n<td>object</td>\n<td>Shipping address and contact details</td>\n</tr>\n<tr>\n<td><a href=\"#full-item-model\">items</a></td>\n<td>object list</td>\n<td>Item list containing the order item details</td>\n</tr>\n<tr>\n<td><a href=\"#full-package-model\">packages</a></td>\n<td>object list</td>\n<td>Package list containing the parcel details</td>\n</tr>\n<tr>\n<td><a href=\"#meta-data-model\">metadatas</a></td>\n<td>object list</td>\n<td>Additional meta data for the order</td>\n</tr>\n<tr>\n<td><a href=\"#event-model\">events</a></td>\n<td>object list</td>\n<td>Historical events associated with this order</td>\n</tr>\n<tr>\n<td>declared_value</td>\n<td>double</td>\n<td>Declared value of an international order</td>\n</tr>\n<tr>\n<td>archived</td>\n<td>boolean</td>\n<td>Determine whether a shipment is archived</td>\n</tr>\n<tr>\n<td>manifest_number</td>\n<td>integer</td>\n<td>Carrier manifest identifier</td>\n</tr>\n<tr>\n<td>address_validation</td>\n<td>string</td>\n<td>Determine whether an address is validated for a shipment. NotChecked, Valid or Invalid</td>\n</tr>\n<tr>\n<td>child_consignment_ids</td>\n<td>string</td>\n<td>Displays child consignment ids if the shipment has been merged</td>\n</tr>\n<tr>\n<td>create_return</td>\n<td>boolean</td>\n<td>Determine whether a return label was generated when outgoing label was generated</td>\n</tr>\n<tr>\n<td>dtp</td>\n<td>boolean</td>\n<td>Determine whether duty and tax has been paid for a shipment</td>\n</tr>\n<tr>\n<td>export_type</td>\n<td>string</td>\n<td>Export type of a shipment</td>\n</tr>\n<tr>\n<td>add_insurance</td>\n<td>boolean</td>\n<td>Determine whether shipment has insurance</td>\n</tr>\n<tr>\n<td>insurance_value</td>\n<td>double</td>\n<td>Shipment insurance value</td>\n</tr>\n<tr>\n<td>plt</td>\n<td>boolean</td>\n<td>Determine whether shipment is paperless trade</td>\n</tr>\n<tr>\n<td>type</td>\n<td>enum</td>\n<td>Type of shipment. Outgoing, Return or Transfer</td>\n</tr>\n<tr>\n<td>platform</td>\n<td>string</td>\n<td>The order platform</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>The order status. Unshipped, Saved, Printed or Delivered)</td>\n</tr>\n<tr>\n<td>manifested</td>\n<td>boolean</td>\n<td>Detemine whether shipment is manifested</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"full-item-model\">Full Item Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the order item</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Product name or description</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>Product code or SKU\\</td>\n</tr>\n<tr>\n<td>tariff_code</td>\n<td>string</td>\n<td>The harmonized system code that indicates the type of this order item</td>\n</tr>\n<tr>\n<td>country_of_origin</td>\n<td>string</td>\n<td>The country in which this item was manufactured</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>integer</td>\n<td>The number of product ordered</td>\n</tr>\n<tr>\n<td>quantity_to_ship</td>\n<td>integer</td>\n<td>The number of items to ship</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>double</td>\n<td>Unit weight of the product in kilograms (kg)</td>\n</tr>\n<tr>\n<td>value</td>\n<td>double</td>\n<td>Unit price of the product</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"full-package-model\">Full Package Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>package_id</td>\n<td>integer</td>\n<td>The unique numeric identifier for the package</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the package</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>double</td>\n<td>Physical weight of the parcel in kilograms (kg)</td>\n</tr>\n<tr>\n<td>height</td>\n<td>double</td>\n<td>Height of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>width</td>\n<td>double</td>\n<td>Width of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>length</td>\n<td>double</td>\n<td>Length of the parcel in meters (m)</td>\n</tr>\n<tr>\n<td>packaging_type</td>\n<td>string</td>\n<td>The packaging type for this parcel. Example valid values: Carton, Box, Envelope, Item, Jiffy, Pallet, Satchel, Skid or Bag</td>\n</tr>\n<tr>\n<td>carrier_service_code</td>\n<td>string</td>\n<td>Carrier service code for delivery</td>\n</tr>\n<tr>\n<td>carrier_service_name</td>\n<td>string</td>\n<td>Carrier service name for delivery</td>\n</tr>\n<tr>\n<td>tracking_number</td>\n<td>string</td>\n<td>Carrier tracking number</td>\n</tr>\n<tr>\n<td>tracking_url</td>\n<td>string</td>\n<td>Carrier tracking url</td>\n</tr>\n<tr>\n<td>delivery_status</td>\n<td>string</td>\n<td>Current delivery status of this parcel</td>\n</tr>\n<tr>\n<td>shipment_type</td>\n<td>string</td>\n<td>Type of shipment: outgoing, return or transfer</td>\n</tr>\n<tr>\n<td>label_created_date</td>\n<td>datetime</td>\n<td>The date and time when the label was generated in UTC</td>\n</tr>\n<tr>\n<td><a href=\"#label-info-model\">labels</a></td>\n<td>list</td>\n<td>List of label files associated with this package</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>string</td>\n<td>The shipment contents that appears on the label or invoice</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"label-info-model\">Label Info Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label_type</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>label_url</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>label_base64_string</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"tax-numbers-model\">Tax Numbers Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tax_type</td>\n<td>string</td>\n<td>The type of tax number. Accepted values are:</td>\n</tr>\n<tr>\n<td>tax_number</td>\n<td>string</td>\n<td>The tax number</td>\n</tr>\n</tbody>\n</table>\n</div><p>Accepted values for tax_type:</p>\n<ul>\n<li><p>australia_gst_number</p>\n</li>\n<li><p>brazil_federal_tax_number</p>\n</li>\n<li><p>data_universal_numbering_system</p>\n</li>\n<li><p>employer_id</p>\n</li>\n<li><p>eori_number</p>\n</li>\n<li><p>federal_tax_id</p>\n</li>\n<li><p>gst_registration</p>\n</li>\n<li><p>ireland_tax_id</p>\n</li>\n<li><p>russian_taxpayer_personal_id</p>\n</li>\n<li><p>russian_tax_registration_event_code</p>\n</li>\n<li><p>movement_reference_code</p>\n</li>\n<li><p>russian_primary_state_registration_number</p>\n</li>\n<li><p>russian_okpo_code</p>\n</li>\n<li><p>ausid_gst_registration</p>\n</li>\n<li><p>social_security_number</p>\n</li>\n<li><p>state_tax_id</p>\n</li>\n<li><p>vat_registration</p>\n</li>\n<li><p>overseas_registered_supplier</p>\n</li>\n<li><p>import_one_stop_shop</p>\n</li>\n<li><p>vat_in_ecommerce</p>\n</li>\n<li><p>free_trade_zone_id</p>\n</li>\n<li><p>deferment_account_duties_only</p>\n</li>\n<li><p>deferment_account_tax_only</p>\n</li>\n<li><p>deferment_account_duties_taxes_and_fees_only</p>\n</li>\n<li><p>gb_vat_foreign_registration</p>\n</li>\n<li><p>unified_social_credit_identifier_code</p>\n</li>\n<li><p>customs_registration_number</p>\n</li>\n<li><p>national_id</p>\n</li>\n<li><p>drivers_license</p>\n</li>\n<li><p>passport_number</p>\n</li>\n<li><p>singapore_gst_number</p>\n</li>\n<li><p>malaysia_low_value_registration_number</p>\n</li>\n</ul>\n<h1 id=\"meta-data-model\">Meta Data Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>metafield_key</td>\n<td>string</td>\n<td>The unique identifier for the meta field key</td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>The information stored for the meta field</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"event-model\">Event Model</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>time</td>\n<td>datetime</td>\n<td></td>\n</tr>\n<tr>\n<td>category</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>method</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"carrier-enums\">Carrier Enums</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Enum</strong></th>\n<th><strong>Colloquial Name</strong></th>\n<th><strong>ID</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CourierPost</td>\n<td>NZ Post Domestic</td>\n<td>0</td>\n</tr>\n<tr>\n<td>NZPost</td>\n<td>NZ Post International</td>\n<td>1</td>\n</tr>\n<tr>\n<td>DHL</td>\n<td>DHL Express</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Fastways</td>\n<td>Aramex</td>\n<td>3</td>\n</tr>\n<tr>\n<td>PostHaste</td>\n<td>Post Haste</td>\n<td>4</td>\n</tr>\n<tr>\n<td>CastleParcels</td>\n<td>Castle Parcels</td>\n<td>5</td>\n</tr>\n<tr>\n<td>NZCouriers</td>\n<td>NZ Couriers</td>\n<td>6</td>\n</tr>\n<tr>\n<td>NOW</td>\n<td>NOW</td>\n<td>7</td>\n</tr>\n<tr>\n<td>Sub60</td>\n<td>Sub60</td>\n<td>8</td>\n</tr>\n<tr>\n<td>PlainLabel</td>\n<td>Plain Label</td>\n<td>9</td>\n</tr>\n<tr>\n<td>AusPost</td>\n<td>Australia Post</td>\n<td>10</td>\n</tr>\n<tr>\n<td>UPS</td>\n<td>UPS ¬Æ</td>\n<td>11</td>\n</tr>\n<tr>\n<td>UrgentCouriers</td>\n<td>Urgent</td>\n<td>12</td>\n</tr>\n<tr>\n<td>DPDNL</td>\n<td>DPD NL</td>\n<td>13</td>\n</tr>\n<tr>\n<td>PBT</td>\n<td>PBT</td>\n<td>14</td>\n</tr>\n<tr>\n<td>TollPriority</td>\n<td>Team Global Express Priority</td>\n<td>15</td>\n</tr>\n<tr>\n<td>DHLGlobalMail</td>\n<td>DHL eCommerce Asia Pacific</td>\n<td>16</td>\n</tr>\n<tr>\n<td>CouriersPlease</td>\n<td>CouriersPlease</td>\n<td>17</td>\n</tr>\n<tr>\n<td>StarTrack</td>\n<td>StarTrack</td>\n<td>18</td>\n</tr>\n<tr>\n<td>Pace</td>\n<td>NZ Post Express</td>\n<td>19</td>\n</tr>\n<tr>\n<td>StarTrackCourier</td>\n<td>AusPost On Demand</td>\n<td>20</td>\n</tr>\n<tr>\n<td>TollIPEC</td>\n<td>Team Global Express IPEC</td>\n<td>21</td>\n</tr>\n<tr>\n<td>TNT</td>\n<td>TNT</td>\n<td>22</td>\n</tr>\n<tr>\n<td>Sendle</td>\n<td>Sendle</td>\n<td>23</td>\n</tr>\n<tr>\n<td>HunterExpress</td>\n<td>Hunter Express</td>\n<td>24</td>\n</tr>\n<tr>\n<td>InXpress</td>\n<td>Quantium Solutions</td>\n<td>25</td>\n</tr>\n<tr>\n<td>QuantiumSolutions</td>\n<td>Quantium Solutions NZ</td>\n<td>26</td>\n</tr>\n<tr>\n<td>PickupInStore</td>\n<td>Pickup In Store</td>\n<td>27</td>\n</tr>\n<tr>\n<td>PackAndSend</td>\n<td>Pack &amp; Send</td>\n<td>28</td>\n</tr>\n<tr>\n<td>Seko</td>\n<td>Seko</td>\n<td>29</td>\n</tr>\n<tr>\n<td>Zoom2u</td>\n<td>Zoom2u</td>\n<td>30</td>\n</tr>\n<tr>\n<td>QuantiumSolutionsNZ</td>\n<td>Quantium Solutions NZ</td>\n<td>31</td>\n</tr>\n<tr>\n<td>PlainLabel2</td>\n<td>Plain Label 2</td>\n<td>32</td>\n</tr>\n<tr>\n<td>PlainLabel3</td>\n<td>Plain Label 3</td>\n<td>33</td>\n</tr>\n<tr>\n<td>PlainLabel4</td>\n<td>Plain Label 4</td>\n<td>34</td>\n</tr>\n<tr>\n<td>PlainLabel5</td>\n<td>Plain Label 5</td>\n<td>35</td>\n</tr>\n<tr>\n<td>DHLParcelEurope</td>\n<td>DHL Parcel Europe</td>\n<td>36</td>\n</tr>\n<tr>\n<td>DPDLocalUK</td>\n<td>DPD Local UK</td>\n<td>37</td>\n</tr>\n<tr>\n<td>DPDUK</td>\n<td>DPD UK</td>\n<td>38</td>\n</tr>\n<tr>\n<td>RoyalMail</td>\n<td>Royal Mail</td>\n<td>39</td>\n</tr>\n<tr>\n<td>DeutschePost</td>\n<td>Deutsche Post</td>\n<td>40</td>\n</tr>\n<tr>\n<td>USPS</td>\n<td>USPS</td>\n<td>41</td>\n</tr>\n<tr>\n<td>DHLUS</td>\n<td>DHL US</td>\n<td>42</td>\n</tr>\n<tr>\n<td>SingaporePost</td>\n<td>Singapore Post</td>\n<td>43</td>\n</tr>\n<tr>\n<td>DHLParcelUK</td>\n<td>DHL Parcel UK</td>\n<td>44</td>\n</tr>\n<tr>\n<td>BorderExpress</td>\n<td>Border Express</td>\n<td>45</td>\n</tr>\n<tr>\n<td>Hermes</td>\n<td>Hermes</td>\n<td>46</td>\n</tr>\n<tr>\n<td>MyPostBusiness</td>\n<td>MyPost Business</td>\n<td>47</td>\n</tr>\n<tr>\n<td>Sherpa</td>\n<td>Sherpa</td>\n<td>48</td>\n</tr>\n<tr>\n<td>None</td>\n<td>None</td>\n<td>200</td>\n</tr>\n<tr>\n<td>MyToll</td>\n<td>MyToll</td>\n<td>50</td>\n</tr>\n<tr>\n<td>FedEx</td>\n<td>FedEx</td>\n<td>51</td>\n</tr>\n<tr>\n<td>Rendr</td>\n<td>Rendr</td>\n<td>52</td>\n</tr>\n<tr>\n<td>Uber</td>\n<td>Uber</td>\n<td>54</td>\n</tr>\n<tr>\n<td>DirectFreight</td>\n<td>Direct Freight</td>\n<td>55</td>\n</tr>\n<tr>\n<td>AmazonEasyShip</td>\n<td>Amazon partners (Amazon Easy Ship)</td>\n<td>56</td>\n</tr>\n<tr>\n<td>TollNZ</td>\n<td>Team Global Express NZ</td>\n<td>57</td>\n</tr>\n<tr>\n<td>AlliedExpress</td>\n<td>Allied Express</td>\n<td>58</td>\n</tr>\n<tr>\n<td>AmazonShipping</td>\n<td>Amazon Shipping</td>\n<td>59</td>\n</tr>\n<tr>\n<td>MyNZPostBusiness</td>\n<td>MyNZPost Business</td>\n<td>60</td>\n</tr>\n<tr>\n<td>AusPostMail</td>\n<td>Australia Post Mail</td>\n<td>61</td>\n</tr>\n<tr>\n<td>DHLExpressGMB</td>\n<td>DHL Express Globalmail</td>\n<td>62</td>\n</tr>\n<tr>\n<td>FedExInternationalConnect</td>\n<td>FedEx International Connect</td>\n<td>63</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"19fcb8bd-3e90-4e2d-aba0-b6a68541433d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"801a7519-8e6b-4ff0-97ef-c2554e00e835","type":"text/javascript","exec":[""]}}],"_postman_id":"663ef804-c68d-4a25-882d-7efb2817ec49"}],"event":[{"listen":"prerequest","script":{"id":"34d6e7f4-c8d9-434d-839c-ded5a41cff5a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ae69fa8-dc44-4e97-bdcd-7ed2c3f40f68","type":"text/javascript","exec":[""]}}]}