{"info":{"_postman_id":"2db7bdf9-544e-4149-b8d8-93adbd4d1cb5","name":"Moddule API Documentation","description":"<html><head></head><body><h2 id=\"authorization\">Authorization</h2>\n<p>The API is JSON based. In order to make an authenticated call to the API, you must include your access token with the call by passing along in a X-Auth-Token header. Go to Settings -&gt; API and generate the API token.</p>\n<img src=\"https://content.pstmn.io/455cfd85-a2b6-4211-b304-9c818e18fb65/SW1hZ2UgOC04LTI0IGF0IDUuNDDigK9QTS5qcGVn\" alt=\"\">\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"X-Auth-Token\": \"your auth token\",\n  \"Content-Type\": \"application/json\",\n  \"Accept\": \"application/json\",\n};\n\n</code></pre>\n<p><strong>N.B.</strong> Each account can only have one permanent API token, creating a new access token will revoke any existing token you may already have.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28001602","collectionId":"2db7bdf9-544e-4149-b8d8-93adbd4d1cb5","publishedId":"2s93z5B5tj","public":true,"customColor":{"top-bar":"F9F9F9","right-sidebar":"FFFFFF","highlight":"0d6efd"},"publishDate":"2024-08-08T07:13:03.000Z"},"item":[{"name":"Inventory","item":[{"name":"Create Inventory","id":"dfd1676a-b02b-4b66-bbc4-fe3391d74a3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": 263,\n    \"status\": \"active\",\n    \"sku\": \"ABC-123\",\n    \"abbreviation\": \"ABBR\",\n    \"name\": \"Product Name\",\n    \"upc\": \"0123456789\",\n    \"hazardous\": false,\n    \"lot\": \"LOT001\",\n    \"serial\": \"SERIAL001\",\n    \"category\": \"Category\",\n    \"color\": \"Red\",\n    \"size\": \"Medium\",\n    \"style\": \"Style\",\n    \"fit\": \"Regular\",\n    \"description\": \"Product Description\",\n    \"base_uom\": \"Each\",\n    \"volume_ml\": 250.75,\n    \"weight_g\": 100.5,\n    \"gross_weight_g\": 120.25,\n    \"length_cm\": 10.8,\n    \"width_cm\": 5.3,\n    \"height_cm\": 15.2,\n    \"hts_code\": \"12345678\",\n    \"coo\": \"US\",\n    \"hts_description\": \"HTS Description\",\n    \"cost\": 19.99,\n    \"cost_currency\": \"USD\",\n    \"kit\": true,\n    \"handling\": \"Standard\",\n    \"storage\": \"Dry\",\n    \"external_1\": \"External Value 1\",\n    \"external_2\": \"External Value 2\",\n    \"external_3\": \"External Value 3\",\n    \"other_1\": \"Other Value 1\",\n    \"other_2\": \"Other Value 2\",\n    \"other_3\": \"Other Value 3\",\n    \"other_4\": \"Other Value 4\",\n    \"other_5\": \"Other Value 5\",\n    \"other_attributes\": {},\n    \"un_code\": \"\",\n    \"master_upc\": \"\",\n    \"units_per_master\": 0,\n    \"master_length_cm\": 0,\n    \"master_width_cm\": 0,\n    \"master_height_cm\": 0,\n    \"master_net_weight_g\": 0,\n    \"master_gross_weight_g\": 0,\n    \"master_volume_ml\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/inventories","urlObject":{"path":["api","v1","inventories"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8decba0d-ff97-49cc-90f0-eed1272336ab","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customer_id\": 263,\n    \"status\": \"active\",\n    \"sku\": \"ABC-123\",\n    \"abbreviation\": \"ABBR\",\n    \"name\": \"Product Name\",\n    \"upc\": \"0123456789\",\n    \"hazardous\": false,\n    \"lot\": \"LOT001\",\n    \"serial\": \"SERIAL001\",\n    \"category\": \"Category\",\n    \"color\": \"Red\",\n    \"size\": \"Medium\",\n    \"style\": \"Style\",\n    \"fit\": \"Regular\",\n    \"description\": \"Product Description\",\n    \"base_uom\": \"Each\",\n    \"volume_ml\": 250.75,\n    \"weight_g\": 100.5,\n    \"gross_weight_g\": 120.25,\n    \"length_cm\": 10.8,\n    \"width_cm\": 5.3,\n    \"height_cm\": 15.2,\n    \"hts_code\": \"12345678\",\n    \"coo\": \"US\",\n    \"hts_description\": \"HTS Description\",\n    \"cost\": 19.99,\n    \"cost_currency\": \"USD\",\n    \"kit\": true,\n    \"handling\": \"Standard\",\n    \"storage\": \"Dry\",\n    \"external_1\": \"External Value 1\",\n    \"external_2\": \"External Value 2\",\n    \"external_3\": \"External Value 3\",\n    \"other_1\": \"Other Value 1\",\n    \"other_2\": \"Other Value 2\",\n    \"other_3\": \"Other Value 3\",\n    \"other_4\": \"Other Value 4\",\n    \"other_5\": \"Other Value 5\",\n    \"other_attributes\": {},\n    \"un_code\": \"\",\n    \"master_upc\": \"\",\n    \"units_per_master\": 0,\n    \"master_length_cm\": 0,\n    \"master_width_cm\": 0,\n    \"master_height_cm\": 0,\n    \"master_net_weight_g\": 0,\n    \"master_gross_weight_g\": 0,\n    \"master_volume_ml\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/inventories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"f7a73e245c820082e3ac8da96dbdeb70\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e9351ca3-f7d8-4978-a0fe-d03adee0aaa7"},{"key":"X-Runtime","value":"0.240910"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=1.068603515625, sql.active_record;dur=105.09130859375, instantiation.active_record;dur=0.290771484375, unpermitted_parameters.action_controller;dur=0.45751953125, enqueue.active_job;dur=1.479736328125, !render_template.action_view;dur=1.412353515625, render_partial.action_view;dur=0.526611328125, render_template.action_view;dur=1.17578125, process_action.action_controller;dur=220.2939453125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"abbreviation\": \"ABBR\",\n    \"base_uom\": \"Each\",\n    \"category\": \"Category\",\n    \"color\": \"Red\",\n    \"coo\": \"US\",\n    \"cost\": 19.99,\n    \"cost_currency\": \"USD\",\n    \"created_at\": \"2023-06-08T10:04:19.299Z\",\n    \"customer_id\": 263,\n    \"description\": \"Product Description\",\n    \"external_1\": \"External Value 1\",\n    \"external_2\": \"External Value 2\",\n    \"external_3\": \"External Value 3\",\n    \"fit\": \"Regular\",\n    \"gross_weight_g\": 120.25,\n    \"handling\": \"Standard\",\n    \"hazardous\": false,\n    \"height_cm\": 15.2,\n    \"hts_code\": \"12345678\",\n    \"hts_description\": \"HTS Description\",\n    \"id\": 80025,\n    \"kit\": true,\n    \"length_cm\": 10.8,\n    \"lot\": false,\n    \"name\": \"Product Name\",\n    \"other_1\": \"Other Value 1\",\n    \"other_2\": \"Other Value 2\",\n    \"other_3\": \"Other Value 3\",\n    \"other_4\": \"Other Value 4\",\n    \"other_5\": \"Other Value 5\",\n    \"other_attributes\": {},\n    \"serial\": false,\n    \"size\": \"Medium\",\n    \"sku\": \"ABC-123\",\n    \"source\": \"web\",\n    \"status\": \"active\",\n    \"stocks\": {},\n    \"storage\": \"Dry\",\n    \"style\": \"Style\",\n    \"upc\": \"0123456789\",\n    \"updated_at\": \"2023-06-08T10:04:19.299Z\",\n    \"volume_ml\": 250.75,\n    \"weight_g\": 100.5,\n    \"width_cm\": 5.3,\n    \"un_code\": \"\",\n    \"master_upc\": \"\",\n    \"units_per_master\": 0,\n    \"master_length_cm\": 0,\n    \"master_width_cm\": 0,\n    \"master_height_cm\": 0,\n    \"master_net_weight_g\": 0,\n    \"master_gross_weight_g\": 0,\n    \"master_volume_ml\": 0\n}"}],"_postman_id":"dfd1676a-b02b-4b66-bbc4-fe3391d74a3b"},{"name":"Create Inventory by Batch","id":"38f9ecb5-9d3b-4386-a2ce-19ddd814b37f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"inventories\": [\n        {\n            \"status\": \"active\",\n            \"sku\": \"ABC-123\",\n            \"abbreviation\": \"ABBR\",\n            \"name\": \"Product Name\",\n            \"upc\": \"0123456789\",\n            \"hazardous\": false,\n            \"lot\": \"LOT001\",\n            \"serial\": \"SERIAL001\",\n            \"category\": \"Category\",\n            \"color\": \"Red\",\n            \"size\": \"Medium\",\n            \"style\": \"Style\",\n            \"fit\": \"Regular\",\n            \"description\": \"Product Description\",\n            \"base_uom\": \"Each\",\n            \"volume_ml\": 250.75,\n            \"weight_g\": 100.5,\n            \"gross_weight_g\": 120.25,\n            \"length_cm\": 10.8,\n            \"width_cm\": 5.3,\n            \"height_cm\": 15.2,\n            \"hts_code\": \"12345678\",\n            \"coo\": \"US\",\n            \"hts_description\": \"HTS Description\",\n            \"cost\": 19.99,\n            \"cost_currency\": \"USD\",\n            \"kit\": true,\n            \"handling\": \"Standard\",\n            \"storage\": \"Dry\",\n            \"external_1\": \"External Value 1\",\n            \"external_2\": \"External Value 2\",\n            \"external_3\": \"External Value 3\",\n            \"other_1\": \"Other Value 1\",\n            \"other_2\": \"Other Value 2\",\n            \"other_3\": \"Other Value 3\",\n            \"other_4\": \"Other Value 4\",\n            \"other_5\": \"Other Value 5\",\n            \"other_attributes\": {},\n            \"master_upc\": \"\",\n            \"un_code\": \"\",\n            \"units_per_master\": 0,\n            \"master_length_cm\": 0,\n            \"master_width_cm\": 0,\n            \"master_height_cm\": 0,\n            \"master_net_weight_g\": 0,\n            \"master_gross_weight_g\": 0,\n            \"master_volume_ml\": 0\n        },\n        {\n            \"status\": \"disabled\",\n            \"sku\": \"ABC-123\",\n            \"abbreviation\": \"ABBR\",\n            \"name\": \"Product Name\",\n            \"upc\": \"0123456789\",\n            \"hazardous\": false,\n            \"lot\": \"LOT001\",\n            \"serial\": \"SERIAL001\",\n            \"category\": \"Category\",\n            \"color\": \"Red\",\n            \"size\": \"Medium\",\n            \"style\": \"Style\",\n            \"fit\": \"Regular\",\n            \"description\": \"Product Description\",\n            \"base_uom\": \"Each\",\n            \"volume_ml\": 250.75,\n            \"weight_g\": 100.5,\n            \"gross_weight_g\": 120.25,\n            \"length_cm\": 10.8,\n            \"width_cm\": 5.3,\n            \"height_cm\": 15.2,\n            \"hts_code\": \"12345678\",\n            \"coo\": \"US\",\n            \"hts_description\": \"HTS Description\",\n            \"cost\": 19.99,\n            \"cost_currency\": \"USD\",\n            \"kit\": true,\n            \"handling\": \"Standard\",\n            \"storage\": \"Dry\",\n            \"external_1\": \"External Value 1\",\n            \"external_2\": \"External Value 2\",\n            \"external_3\": \"External Value 3\",\n            \"other_1\": \"Other Value 1\",\n            \"other_2\": \"Other Value 2\",\n            \"other_3\": \"Other Value 3\",\n            \"other_4\": \"Other Value 4\",\n            \"other_5\": \"Other Value 5\",\n            \"other_attributes\": {},\n            \"master_upc\": \"\",\n            \"un_code\": \"\",\n            \"units_per_master\": 0,\n            \"master_length_cm\": 0,\n            \"master_width_cm\": 0,\n            \"master_height_cm\": 0,\n            \"master_net_weight_g\": 0,\n            \"master_gross_weight_g\": 0,\n            \"master_volume_ml\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/inventories/batch","urlObject":{"path":["api","v1","inventories","batch"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"966ab229-ab92-44d8-a636-4cd4cd398246","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"inventories\": [\n        {\n            \"customer_id\": 263,\n            \"status\": \"active\",\n            \"sku\": \"ABC-123\",\n            \"abbreviation\": \"ABBR\",\n            \"name\": \"Product Name\",\n            \"upc\": \"0123456789\",\n            \"hazardous\": false,\n            \"lot\": \"LOT001\",\n            \"serial\": \"SERIAL001\",\n            \"category\": \"Category\",\n            \"color\": \"Red\",\n            \"size\": \"Medium\",\n            \"style\": \"Style\",\n            \"fit\": \"Regular\",\n            \"description\": \"Product Description\",\n            \"base_uom\": \"Each\",\n            \"volume_ml\": 250.75,\n            \"weight_g\": 100.5,\n            \"gross_weight_g\": 120.25,\n            \"length_cm\": 10.8,\n            \"width_cm\": 5.3,\n            \"height_cm\": 15.2,\n            \"hts_code\": \"12345678\",\n            \"coo\": \"US\",\n            \"hts_description\": \"HTS Description\",\n            \"cost\": 19.99,\n            \"cost_currency\": \"USD\",\n            \"kit\": true,\n            \"handling\": \"Standard\",\n            \"storage\": \"Dry\",\n            \"external_1\": \"External Value 1\",\n            \"external_2\": \"External Value 2\",\n            \"external_3\": \"External Value 3\",\n            \"other_1\": \"Other Value 1\",\n            \"other_2\": \"Other Value 2\",\n            \"other_3\": \"Other Value 3\",\n            \"other_4\": \"Other Value 4\",\n            \"other_5\": \"Other Value 5\",\n            \"other_attributes\": {},\n            \"un_code\": \"\",\n            \"master_upc\": \"\",\n            \"units_per_master\": 0,\n            \"master_length_cm\": 0,\n            \"master_width_cm\": 0,\n            \"master_height_cm\": 0,\n            \"master_net_weight_g\": 0,\n            \"master_gross_weight_g\": 0,\n            \"master_volume_ml\": 0\n        },\n        {\n            \"customer_id\": 263,\n            \"status\": \"disabled\",\n            \"sku\": \"ABC-123\",\n            \"abbreviation\": \"ABBR\",\n            \"name\": \"Product Name\",\n            \"upc\": \"0123456789\",\n            \"hazardous\": false,\n            \"lot\": \"LOT001\",\n            \"serial\": \"SERIAL001\",\n            \"category\": \"Category\",\n            \"color\": \"Red\",\n            \"size\": \"Medium\",\n            \"style\": \"Style\",\n            \"fit\": \"Regular\",\n            \"description\": \"Product Description\",\n            \"base_uom\": \"Each\",\n            \"volume_ml\": 250.75,\n            \"weight_g\": 100.5,\n            \"gross_weight_g\": 120.25,\n            \"length_cm\": 10.8,\n            \"width_cm\": 5.3,\n            \"height_cm\": 15.2,\n            \"hts_code\": \"12345678\",\n            \"coo\": \"US\",\n            \"hts_description\": \"HTS Description\",\n            \"cost\": 19.99,\n            \"cost_currency\": \"USD\",\n            \"kit\": true,\n            \"handling\": \"Standard\",\n            \"storage\": \"Dry\",\n            \"external_1\": \"External Value 1\",\n            \"external_2\": \"External Value 2\",\n            \"external_3\": \"External Value 3\",\n            \"other_1\": \"Other Value 1\",\n            \"other_2\": \"Other Value 2\",\n            \"other_3\": \"Other Value 3\",\n            \"other_4\": \"Other Value 4\",\n            \"other_5\": \"Other Value 5\",\n            \"other_attributes\": {},\n            \"un_code\": \"\",\n            \"master_upc\": \"\",\n            \"units_per_master\": 0,\n            \"master_length_cm\": 0,\n            \"master_width_cm\": 0,\n            \"master_height_cm\": 0,\n            \"master_net_weight_g\": 0,\n            \"master_gross_weight_g\": 0,\n            \"master_volume_ml\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/inventories/batch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"11b991bd406aee1a3dcb5f9a33c593b9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ee0c6bdb-2086-4f32-aa29-f5631166e224"},{"key":"X-Runtime","value":"0.405954"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.7236328125, sql.active_record;dur=296.80517578125, instantiation.active_record;dur=0.259765625, unpermitted_parameters.action_controller;dur=1.423828125, enqueue.active_job;dur=1.623779296875, !compile_template.action_view;dur=39.791015625, !render_template.action_view;dur=39.978271484375, render_template.action_view;dur=40.18701171875, process_action.action_controller;dur=384.402099609375"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"received\",\n    \"message_id\": 8321\n}"}],"_postman_id":"38f9ecb5-9d3b-4386-a2ce-19ddd814b37f"},{"name":"Search by Customer ID","id":"c9a66d2c-4fce-40fc-a4e8-d2400cb405f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/api/v1/inventories/:customer_id/search?search=&kit=&get_stock=","urlObject":{"path":["api","v1","inventories",":customer_id","search"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Search text</p>\n","type":"text/plain"},"key":"search","value":""},{"description":{"content":"<p>Boolean</p>\n","type":"text/plain"},"key":"kit","value":""},{"description":{"content":"<p>Boolean</p>\n","type":"text/plain"},"key":"get_stock","value":""}],"variable":[{"description":{"content":"<p>Customer ID</p>\n","type":"text/plain"},"type":"any","value":null,"key":"customer_id"}]}},"response":[{"id":"2d35b7e6-b4fa-4e03-b1a1-b707ffbdcd24","name":"Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}/api/v1/inventories/:customer_id/search?search=ABC&kit=true&get_stock=false","host":["{{base_url}}"],"path":["api","v1","inventories",":customer_id","search"],"query":[{"key":"search","value":"ABC"},{"key":"kit","value":"true"},{"key":"get_stock","value":"false"}],"variable":[{"key":"customer_id","value":"263"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"b735d08f447769457525bfe52bb6bf89\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"23400f83-2226-4c05-bc60-3e3a7debc99a"},{"key":"X-Runtime","value":"0.143784"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.07666015625, sql.active_record;dur=134.617431640625, instantiation.active_record;dur=0.1142578125, unpermitted_parameters.action_controller;dur=0.352783203125, !render_template.action_view;dur=0.671875, render_template.action_view;dur=0.738525390625, process_action.action_controller;dur=139.146728515625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 80012,\n        \"customer_id\": 25,\n        \"sku\": \"Labore aut facilis s\",\n        \"upc\": \"123\",\n        \"name\": \"Shay Colon\",\n        \"abbreviation\": \"Ad fugiat sapiente \",\n        \"cost\": 0,\n        \"cost_currency\": \"\",\n        \"lot\": false,\n        \"kit\": true,\n        \"stocks\": {}\n    },\n    {\n        \"id\": 80014,\n        \"customer_id\": 21,\n        \"sku\": \"Qui maxime dolore eo\",\n        \"upc\": \"2357\",\n        \"name\": \"Jane Macdonald\",\n        \"abbreviation\": \"Eiusmod magni veniam\",\n        \"cost\": 0,\n        \"cost_currency\": \"\",\n        \"lot\": false,\n        \"kit\": true,\n        \"stocks\": {}\n    },\n    {\n        \"id\": 80015,\n        \"customer_id\": 21,\n        \"sku\": \"Velit cupidatat sit\",\n        \"upc\": \"456789\",\n        \"name\": \"Darius Arnold\",\n        \"abbreviation\": \"Fuga Eum exercitati\",\n        \"cost\": 0,\n        \"cost_currency\": \"\",\n        \"lot\": true,\n        \"kit\": true,\n        \"stocks\": {}\n    },\n    {\n        \"id\": 80024,\n        \"customer_id\": 263,\n        \"sku\": \"ABC123\",\n        \"upc\": \"0123456789\",\n        \"name\": \"Product Name\",\n        \"abbreviation\": \"ABBR\",\n        \"cost\": 19.99,\n        \"cost_currency\": \"USD\",\n        \"lot\": false,\n        \"kit\": true,\n        \"stocks\": {}\n    },\n    {\n        \"id\": 80025,\n        \"customer_id\": 263,\n        \"sku\": \"ABC-123\",\n        \"upc\": \"0123456789\",\n        \"name\": \"Product Name\",\n        \"abbreviation\": \"ABBR\",\n        \"cost\": 19.99,\n        \"cost_currency\": \"USD\",\n        \"lot\": false,\n        \"kit\": true,\n        \"stocks\": {}\n    }\n]"}],"_postman_id":"c9a66d2c-4fce-40fc-a4e8-d2400cb405f5"},{"name":"List of Inventories","id":"71f5dc61-eb2c-425b-82fb-3cbbc03210d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"active\",\n    \"on_page\": 1,\n    \"per_page\": 10, \n    \"customer_ids\": [263], \n    \"search\": {\n        \"sku\": \"ABC\"\n    }, \n    \"sort\": {\n        \"id\": \"desc\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/inventories","urlObject":{"path":["api","v1","inventories"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a41476eb-5991-4784-b1de-751d15abdacb","name":"Response","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/inventories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"6b5b51f8c97338beb0af2d0f1f495c93\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"48c95288-11d7-4e2c-af06-ab2f5b99d37a"},{"key":"X-Runtime","value":"0.020347"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.113525390625, sql.active_record;dur=8.770751953125, instantiation.active_record;dur=0.1005859375, unpermitted_parameters.action_controller;dur=0.470947265625, !render_template.action_view;dur=1.158447265625, render_partial.action_view;dur=0.4169921875, render_template.action_view;dur=0.88134765625, process_action.action_controller;dur=15.5712890625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"on_page\": 1,\n    \"per_page\": 10,\n    \"total_count\": 1,\n    \"total_pages\": 1,\n    \"records\": [\n        {\n            \"abbreviation\": \"ABBR\",\n            \"base_uom\": \"Each\",\n            \"category\": \"Category\",\n            \"color\": \"Red\",\n            \"coo\": \"US\",\n            \"cost\": 19.99,\n            \"cost_currency\": \"USD\",\n            \"created_at\": \"2023-06-08T08:10:14.135Z\",\n            \"customer_id\": 263,\n            \"description\": \"Product Description\",\n            \"external_1\": \"External Value 1\",\n            \"external_2\": \"External Value 2\",\n            \"external_3\": \"External Value 3\",\n            \"fit\": \"Regular\",\n            \"gross_weight_g\": 120.25,\n            \"handling\": \"Standard\",\n            \"hazardous\": false,\n            \"height_cm\": 15.2,\n            \"hts_code\": \"12345678\",\n            \"hts_description\": \"HTS Description\",\n            \"id\": 80024,\n            \"kit\": true,\n            \"length_cm\": 10.8,\n            \"lot\": false,\n            \"name\": \"Product Name\",\n            \"other_1\": \"Other Value 1\",\n            \"other_2\": \"Other Value 2\",\n            \"other_3\": \"Real-Like Value 3\",\n            \"other_4\": \"Other Value 4\",\n            \"other_5\": \"Other Value 5\",\n            \"other_attributes\": {},\n            \"serial\": false,\n            \"size\": \"Medium\",\n            \"sku\": \"ABC123\",\n            \"source\": \"web\",\n            \"status\": \"active\",\n            \"stocks\": {},\n            \"storage\": \"Dry\",\n            \"style\": \"Style\",\n            \"upc\": \"0123456789\",\n            \"updated_at\": \"2023-06-08T08:11:01.066Z\",\n            \"volume_ml\": 250.75,\n            \"weight_g\": 100.5,\n            \"width_cm\": 5.3,\n            \"un_code\": \"\",\n            \"master_upc\": \"\",\n            \"units_per_master\": 0,\n            \"master_length_cm\": 0,\n            \"master_width_cm\": 0,\n            \"master_height_cm\": 0,\n            \"master_net_weight_g\": 0,\n            \"master_gross_weight_g\": 0,\n            \"master_volume_ml\": 0\n        }\n    ]\n}"}],"_postman_id":"71f5dc61-eb2c-425b-82fb-3cbbc03210d7"},{"name":"Search by SKU","id":"c9bb1efa-3e94-4b29-ae28-b68dd4b871e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/inventories/:sku","urlObject":{"path":["api","v1","inventories",":sku"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Inventoru SKU</p>\n","type":"text/plain"},"type":"any","value":"","key":"sku"}]}},"response":[{"id":"6aefe3b9-31d2-4677-9ac9-c097fabff140","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/inventories/:sku","host":["{{base_url}}"],"path":["api","v1","inventories",":sku"],"variable":[{"key":"sku","value":"ABC-123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"ff42296e718f5d695e92a6063ceb2512\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a86ecb39-c54d-49d6-8e58-2513437dea6c"},{"key":"X-Runtime","value":"0.015649"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.094482421875, sql.active_record;dur=6.2646484375, instantiation.active_record;dur=0.089111328125, !render_template.action_view;dur=0.723876953125, render_partial.action_view;dur=0.263916015625, render_template.action_view;dur=0.583984375, process_action.action_controller;dur=11.24462890625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"abbreviation\": \"ABBR\",\n    \"base_uom\": \"Each\",\n    \"category\": \"Category\",\n    \"color\": \"Red\",\n    \"coo\": \"US\",\n    \"cost\": 19.99,\n    \"cost_currency\": \"USD\",\n    \"created_at\": \"2023-06-08T10:04:19.299Z\",\n    \"customer_id\": 263,\n    \"description\": \"Product Description\",\n    \"external_1\": \"External Value 1\",\n    \"external_2\": \"External Value 2\",\n    \"external_3\": \"External Value 3\",\n    \"fit\": \"Regular\",\n    \"gross_weight_g\": 120.25,\n    \"handling\": \"Standard\",\n    \"hazardous\": false,\n    \"height_cm\": 15.2,\n    \"hts_code\": \"12345678\",\n    \"hts_description\": \"HTS Description\",\n    \"id\": 80025,\n    \"kit\": true,\n    \"length_cm\": 10.8,\n    \"lot\": false,\n    \"name\": \"Product Name\",\n    \"other_1\": \"Other Value 1\",\n    \"other_2\": \"Other Value 2\",\n    \"other_3\": \"Other Value 3\",\n    \"other_4\": \"Other Value 4\",\n    \"other_5\": \"Other Value 5\",\n    \"other_attributes\": {},\n    \"serial\": false,\n    \"size\": \"Medium\",\n    \"sku\": \"ABC-123\",\n    \"source\": \"web\",\n    \"status\": \"disabled\",\n    \"stocks\": {\n        \"pristine\": {},\n        \"quarantined\": {}\n    },\n    \"storage\": \"Dry\",\n    \"style\": \"Style\",\n    \"upc\": \"0123456789\",\n    \"updated_at\": \"2023-06-08T10:07:22.865Z\",\n    \"volume_ml\": 250.75,\n    \"weight_g\": 100.5,\n    \"width_cm\": 5.3,\n    \"un_code\": \"\",\n    \"master_upc\": \"\",\n    \"units_per_master\": 0,\n    \"master_length_cm\": 0,\n    \"master_width_cm\": 0,\n    \"master_height_cm\": 0,\n    \"master_net_weight_g\": 0,\n    \"master_gross_weight_g\": 0,\n    \"master_volume_ml\": 0\n}"}],"_postman_id":"c9bb1efa-3e94-4b29-ae28-b68dd4b871e2"},{"name":"Search by ID","id":"b79067ff-df2a-4cea-a506-d0df8611f7f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/inventories/:id/id","urlObject":{"path":["api","v1","inventories",":id","id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Inventory ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"5fd4fc6d-5c9e-4491-9956-d656a0541639","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/inventories/:id/id","host":["{{base_url}}"],"path":["api","v1","inventories",":id","id"],"variable":[{"key":"id","value":"80024"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"789b06a477a6dd60c8f511514ed11037\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"aecae2ae-6b95-45dc-b353-e586667ed07f"},{"key":"X-Runtime","value":"0.015775"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.065673828125, sql.active_record;dur=6.781982421875, instantiation.active_record;dur=0.085693359375, !render_template.action_view;dur=0.778564453125, render_partial.action_view;dur=0.26123046875, render_template.action_view;dur=0.630859375, process_action.action_controller;dur=11.484619140625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"abbreviation\": \"ABBR\",\n    \"base_uom\": \"Each\",\n    \"category\": \"Category\",\n    \"color\": \"Red\",\n    \"coo\": \"US\",\n    \"cost\": 19.99,\n    \"cost_currency\": \"USD\",\n    \"created_at\": \"2023-06-08T08:10:14.135Z\",\n    \"customer_id\": 263,\n    \"description\": \"Product Description\",\n    \"external_1\": \"External Value 1\",\n    \"external_2\": \"External Value 2\",\n    \"external_3\": \"External Value 3\",\n    \"fit\": \"Regular\",\n    \"gross_weight_g\": 120.25,\n    \"handling\": \"Standard\",\n    \"hazardous\": false,\n    \"height_cm\": 15.2,\n    \"hts_code\": \"12345678\",\n    \"hts_description\": \"HTS Description\",\n    \"id\": 80024,\n    \"kit\": true,\n    \"length_cm\": 10.8,\n    \"lot\": false,\n    \"name\": \"Product Name\",\n    \"other_1\": \"Other Value 1\",\n    \"other_2\": \"Other Value 2\",\n    \"other_3\": \"Real-Like Value 3\",\n    \"other_4\": \"Other Value 4\",\n    \"other_5\": \"Other Value 5\",\n    \"other_attributes\": {},\n    \"serial\": false,\n    \"size\": \"Medium\",\n    \"sku\": \"ABC123\",\n    \"source\": \"web\",\n    \"status\": \"active\",\n    \"stocks\": {\n        \"pristine\": {},\n        \"quarantined\": {}\n    },\n    \"storage\": \"Dry\",\n    \"style\": \"Style\",\n    \"upc\": \"0123456789\",\n    \"updated_at\": \"2023-06-08T08:11:01.066Z\",\n    \"volume_ml\": 250.75,\n    \"weight_g\": 100.5,\n    \"width_cm\": 5.3,\n    \"un_code\": \"\",\n    \"master_upc\": \"\",\n    \"units_per_master\": 0,\n    \"master_length_cm\": 0,\n    \"master_width_cm\": 0,\n    \"master_height_cm\": 0,\n    \"master_net_weight_g\": 0,\n    \"master_gross_weight_g\": 0,\n    \"master_volume_ml\": 0\n}"}],"_postman_id":"b79067ff-df2a-4cea-a506-d0df8611f7f5"},{"name":"Search by Order","id":"565c95b1-8dd8-4f3a-8a9f-c91e25b638fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/inventories/:id/orders","urlObject":{"path":["api","v1","inventories",":id","orders"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"643b7ee7-d945-46b4-a258-1ffb226b03d0","description":{"content":"<p>Inventory ID</p>\n","type":"text/plain"},"type":"any","value":"80017","key":"id"}]}},"response":[{"id":"e9b0558a-cbe5-4cc9-9dcf-abb7f536d017","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/inventories/:id/orders?utc_from=2022-06-01&utc_to=2023-06-30&id=80025","host":["{{base_url}}"],"path":["api","v1","inventories",":id","orders"],"query":[{"key":"utc_from","value":"2022-06-01"},{"key":"utc_to","value":"2023-06-30"},{"key":"id","value":"80025"}],"variable":[{"key":"id","value":"80017","description":"Inventory ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"8036ef748ab34f309b74710e5931955c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"43dbad05-baf9-4086-9038-eeeb5bf9807d"},{"key":"X-Runtime","value":"0.014160"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.076416015625, sql.active_record;dur=5.631591796875, instantiation.active_record;dur=0.138427734375, !render_template.action_view;dur=0.154296875, render_template.action_view;dur=0.217529296875, process_action.action_controller;dur=9.558837890625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"history\": [\n        {\n            \"order_id\": 1002,\n            \"warehouse_id\": 3,\n            \"order_num_type\": 1,\n            \"order_num_status\": 1,\n            \"order_reference\": \"000000005\",\n            \"order_line_id\": 2781,\n            \"qty_on_line\": 1,\n            \"qty_to_warehouse\": 1,\n            \"qty_confirmed_pristine\": 0,\n            \"qty_confirmed_quarantine\": 0,\n            \"order_created\": \"2023-06-07T13:55:42.495Z\"\n        },\n        {\n            \"order_id\": 1001,\n            \"warehouse_id\": 3,\n            \"order_num_type\": 0,\n            \"order_num_status\": -13,\n            \"order_reference\": \"000000004\",\n            \"order_line_id\": 2780,\n            \"qty_on_line\": 1,\n            \"qty_to_warehouse\": 0,\n            \"qty_confirmed_pristine\": 0,\n            \"qty_confirmed_quarantine\": 0,\n            \"order_created\": \"2023-06-07T13:15:30.202Z\"\n        }\n    ]\n}"}],"_postman_id":"565c95b1-8dd8-4f3a-8a9f-c91e25b638fb"},{"name":"Search by Query String","id":"802c0fbb-2e2c-4c3f-9573-69ca5768c43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/inventories/:search/search","urlObject":{"path":["api","v1","inventories",":search","search"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Search string</p>\n","type":"text/plain"},"type":"any","value":"","key":"search"}]}},"response":[{"id":"2b3e02cb-f60d-4b07-ad8b-c7b423ea5f71","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/inventories/:search/search","host":["{{base_url}}"],"path":["api","v1","inventories",":search","search"],"variable":[{"key":"search","value":"abc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"a0a4b374b068fc119c228652575af883\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9455388e-3712-4425-a5d8-0435e4b4b35c"},{"key":"X-Runtime","value":"0.016477"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.12646484375, sql.active_record;dur=6.651123046875, instantiation.active_record;dur=0.09765625, !render_template.action_view;dur=0.2587890625, render_template.action_view;dur=0.34326171875, process_action.action_controller;dur=11.6162109375"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 80024,\n        \"customer_id\": 263,\n        \"sku\": \"ABC123\",\n        \"upc\": \"0123456789\",\n        \"name\": \"Product Name\",\n        \"abbreviation\": \"ABBR\",\n        \"cost\": 19.99,\n        \"cost_currency\": \"USD\",\n        \"lot\": false,\n        \"kit\": true,\n        \"stocks\": {}\n    },\n    {\n        \"id\": 80025,\n        \"customer_id\": 263,\n        \"sku\": \"ABC-123\",\n        \"upc\": \"0123456789\",\n        \"name\": \"Product Name\",\n        \"abbreviation\": \"ABBR\",\n        \"cost\": 19.99,\n        \"cost_currency\": \"USD\",\n        \"lot\": false,\n        \"kit\": true,\n        \"stocks\": {\n            \"3\": {\n                \"stock\": 10\n            }\n        }\n    }\n]"}],"_postman_id":"802c0fbb-2e2c-4c3f-9573-69ca5768c43a"},{"name":"Queued Batch Status","id":"2bf44346-d965-4abb-9e27-8aa00e4dcb46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/inventories/batch/:message_id/messages","urlObject":{"path":["api","v1","inventories","batch",":message_id","messages"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Message ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"message_id"}]}},"response":[{"id":"0160b578-1b05-4c63-88ee-65451e3d182d","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/inventories/batch/:message_id/messages","host":["{{base_url}}"],"path":["api","v1","inventories","batch",":message_id","messages"],"variable":[{"key":"message_id","value":"8321"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"64ef8f18927e3afa62c546bfc77c1648\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a072f986-04c8-4894-bd60-e88acb347e25"},{"key":"X-Runtime","value":"0.182615"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.110595703125, sql.active_record;dur=13.25390625, instantiation.active_record;dur=6.142822265625, !compile_template.action_view;dur=0.68994140625, !render_template.action_view;dur=1.2021484375, render_template.action_view;dur=1.272216796875, process_action.action_controller;dur=42.935546875"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": {\n        \"message_id\": 8321,\n        \"completed\": true,\n        \"success\": true,\n        \"payload\": {\n            \"inventories\": [\n                {\n                    \"coo\": \"US\",\n                    \"fit\": \"Regular\",\n                    \"kit\": true,\n                    \"lot\": \"LOT001\",\n                    \"sku\": \"ABC-123\",\n                    \"upc\": \"0123456789\",\n                    \"cost\": 19.99,\n                    \"name\": \"Product Name\",\n                    \"size\": \"Medium\",\n                    \"color\": \"Red\",\n                    \"style\": \"Style\",\n                    \"serial\": \"SERIAL001\",\n                    \"status\": \"active\",\n                    \"other_1\": \"Other Value 1\",\n                    \"other_2\": \"Other Value 2\",\n                    \"other_3\": \"Other Value 3\",\n                    \"other_4\": \"Other Value 4\",\n                    \"other_5\": \"Other Value 5\",\n                    \"storage\": \"Dry\",\n                    \"base_uom\": \"Each\",\n                    \"category\": \"Category\",\n                    \"handling\": \"Standard\",\n                    \"hts_code\": \"12345678\",\n                    \"weight_g\": 100.5,\n                    \"width_cm\": 5.3,\n                    \"hazardous\": false,\n                    \"height_cm\": 15.2,\n                    \"length_cm\": 10.8,\n                    \"volume_ml\": 250.75,\n                    \"external_1\": \"External Value 1\",\n                    \"external_2\": \"External Value 2\",\n                    \"external_3\": \"External Value 3\",\n                    \"description\": \"Product Description\",\n                    \"abbreviation\": \"ABBR\",\n                    \"cost_currency\": \"USD\",\n                    \"gross_weight_g\": 120.25,\n                    \"hts_description\": \"HTS Description\",\n                    \"other_attributes\": {},\n                    \"un_code\": \"\",\n                    \"master_upc\": \"\",\n                    \"units_per_master\": 0,\n                    \"master_length_cm\": 0,\n                    \"master_width_cm\": 0,\n                    \"master_height_cm\": 0,\n                    \"master_net_weight_g\": 0,\n                    \"master_gross_weight_g\": 0,\n                    \"master_volume_ml\": 0\n                },\n                {\n                    \"coo\": \"US\",\n                    \"fit\": \"Regular\",\n                    \"kit\": true,\n                    \"lot\": \"LOT001\",\n                    \"sku\": \"ABC-123\",\n                    \"upc\": \"0123456789\",\n                    \"cost\": 19.99,\n                    \"name\": \"Product Name\",\n                    \"size\": \"Medium\",\n                    \"color\": \"Red\",\n                    \"style\": \"Style\",\n                    \"serial\": \"SERIAL001\",\n                    \"status\": \"disabled\",\n                    \"other_1\": \"Other Value 1\",\n                    \"other_2\": \"Other Value 2\",\n                    \"other_3\": \"Other Value 3\",\n                    \"other_4\": \"Other Value 4\",\n                    \"other_5\": \"Other Value 5\",\n                    \"storage\": \"Dry\",\n                    \"base_uom\": \"Each\",\n                    \"category\": \"Category\",\n                    \"handling\": \"Standard\",\n                    \"hts_code\": \"12345678\",\n                    \"weight_g\": 100.5,\n                    \"width_cm\": 5.3,\n                    \"hazardous\": false,\n                    \"height_cm\": 15.2,\n                    \"length_cm\": 10.8,\n                    \"volume_ml\": 250.75,\n                    \"external_1\": \"External Value 1\",\n                    \"external_2\": \"External Value 2\",\n                    \"external_3\": \"External Value 3\",\n                    \"description\": \"Product Description\",\n                    \"abbreviation\": \"ABBR\",\n                    \"cost_currency\": \"USD\",\n                    \"gross_weight_g\": 120.25,\n                    \"hts_description\": \"HTS Description\",\n                    \"other_attributes\": {},\n                    \"un_code\": \"\",\n                    \"master_upc\": \"\",\n                    \"units_per_master\": 0,\n                    \"master_length_cm\": 0,\n                    \"master_width_cm\": 0,\n                    \"master_height_cm\": 0,\n                    \"master_net_weight_g\": 0,\n                    \"master_gross_weight_g\": 0,\n                    \"master_volume_ml\": 0\n                }\n            ]\n        },\n        \"created_at\": \"2023-06-08T10:07:21.719Z\"\n    }\n}"}],"_postman_id":"2bf44346-d965-4abb-9e27-8aa00e4dcb46"}],"id":"a8f24649-e692-4393-b697-8c566ccd5d14","description":"<p>The inventory items allows you to read, create and modify inventory items and stocks</p>\n<h2 id=\"attributes\">Attributes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Name</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>integer</td>\n<td>Indicates the status of the item. Possible values: 1, 2.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>Stock Keeping Unit (SKU) code for the item.</td>\n</tr>\n<tr>\n<td>abbreviation</td>\n<td>string</td>\n<td>Abbreviation or acronym for the item.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the item.</td>\n</tr>\n<tr>\n<td>upc</td>\n<td>string</td>\n<td>Universal Product Code (UPC) for the item.</td>\n</tr>\n<tr>\n<td>hazardous</td>\n<td>integer</td>\n<td>Indicates if the item is hazardous. Possible values: 0 (not hazardous), 1 (hazardous).</td>\n</tr>\n<tr>\n<td>lot</td>\n<td>integer</td>\n<td>Indicates if the item is tracked by lot. Possible values: 0 (not tracked), 1 (tracked).</td>\n</tr>\n<tr>\n<td>serial</td>\n<td>integer</td>\n<td>Indicates if the item is tracked by serial number. Possible values: 0 (not tracked), 1 (tracked).</td>\n</tr>\n<tr>\n<td>category</td>\n<td>string</td>\n<td>Category or type of the item.</td>\n</tr>\n<tr>\n<td>color</td>\n<td>string</td>\n<td>Color of the item.</td>\n</tr>\n<tr>\n<td>size</td>\n<td>string</td>\n<td>Size of the item.</td>\n</tr>\n<tr>\n<td>style</td>\n<td>string</td>\n<td>Style or design of the item.</td>\n</tr>\n<tr>\n<td>fit</td>\n<td>string</td>\n<td>Fit or compatibility of the item.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Description or additional information about the item.</td>\n</tr>\n<tr>\n<td>base_uom</td>\n<td>string</td>\n<td>Base unit of measure for the item. Default: \"EA\" (each).</td>\n</tr>\n<tr>\n<td>volume_ml</td>\n<td>float</td>\n<td>Volume of the item in milliliters. Default: 0.0.</td>\n</tr>\n<tr>\n<td>weight_g</td>\n<td>float</td>\n<td>Weight of the item in grams. Default: 0.0.</td>\n</tr>\n<tr>\n<td>gross_weight_g</td>\n<td>float</td>\n<td>Gross weight of the item in grams. Default: 0.0.</td>\n</tr>\n<tr>\n<td>length_cm</td>\n<td>float</td>\n<td>Length of the item in centimeters. Default: 0.0.</td>\n</tr>\n<tr>\n<td>width_cm</td>\n<td>float</td>\n<td>Width of the item in centimeters. Default: 0.0.</td>\n</tr>\n<tr>\n<td>height_cm</td>\n<td>float</td>\n<td>Height of the item in centimeters. Default: 0.0.</td>\n</tr>\n<tr>\n<td>hts_code</td>\n<td>string</td>\n<td>Harmonized System (HS) code for the item.</td>\n</tr>\n<tr>\n<td>coo</td>\n<td>string</td>\n<td>Country of origin for the item.</td>\n</tr>\n<tr>\n<td>hts_description</td>\n<td>string</td>\n<td>Description of the HS code for the item.</td>\n</tr>\n<tr>\n<td>cost</td>\n<td>float</td>\n<td>Cost of the item. Default: 0.0.</td>\n</tr>\n<tr>\n<td>cost_currency</td>\n<td>string</td>\n<td>Currency of the cost.</td>\n</tr>\n<tr>\n<td>kit</td>\n<td>boolean</td>\n<td>Indicates if the item is a kit. Default: false.</td>\n</tr>\n<tr>\n<td>handling</td>\n<td>string</td>\n<td>Instructions or information about handling the item.</td>\n</tr>\n<tr>\n<td>storage</td>\n<td>string</td>\n<td>Recommendations for item storage.</td>\n</tr>\n<tr>\n<td>other_attributes</td>\n<td>json</td>\n<td>Additional attributes of the item stored as JSON.</td>\n</tr>\n<tr>\n<td>integration_mappings</td>\n<td>json</td>\n<td>Integration-specific mappings for the item stored as JSON.</td>\n</tr>\n<tr>\n<td>external_1</td>\n<td>string</td>\n<td>External reference or identifier for the item.</td>\n</tr>\n<tr>\n<td>external_2</td>\n<td>string</td>\n<td>Additional external reference or identifier for the item.</td>\n</tr>\n<tr>\n<td>external_3</td>\n<td>string</td>\n<td>Additional external reference or identifier</td>\n</tr>\n<tr>\n<td>internal_1</td>\n<td>string</td>\n<td>Internal attribute for the item.</td>\n</tr>\n<tr>\n<td>internal_2</td>\n<td>string</td>\n<td>Internal attribute for the item.</td>\n</tr>\n<tr>\n<td>internal_3</td>\n<td>string</td>\n<td>Internal attribute for the item.</td>\n</tr>\n<tr>\n<td>internal_bool_1</td>\n<td>boolean</td>\n<td>Internal boolean attribute for the item. Default: false.</td>\n</tr>\n<tr>\n<td>internal_bool_2</td>\n<td>boolean</td>\n<td>Internal boolean attribute for the item. Default: false.</td>\n</tr>\n<tr>\n<td>master_gross_weight_g</td>\n<td>float</td>\n<td>Additional attributes of the item</td>\n</tr>\n<tr>\n<td>master_height_cm</td>\n<td>float</td>\n<td>Additional attributes of the item</td>\n</tr>\n<tr>\n<td>master_length_cm</td>\n<td>float</td>\n<td>Additional attributes of the item</td>\n</tr>\n<tr>\n<td>master_net_weight_g</td>\n<td>float</td>\n<td>Additional attributes of the item</td>\n</tr>\n<tr>\n<td>master_upc</td>\n<td>string</td>\n<td>Additional attributes of the item</td>\n</tr>\n<tr>\n<td>master_volume_ml</td>\n<td>float</td>\n<td>Additional attributes of the item</td>\n</tr>\n<tr>\n<td>master_width_cm</td>\n<td>float</td>\n<td>Additional attributes of the item</td>\n</tr>\n<tr>\n<td>un_code</td>\n<td>string</td>\n<td>Additional attributes of the item</td>\n</tr>\n<tr>\n<td>other_1</td>\n<td>string</td>\n<td>Other attribute for the item.</td>\n</tr>\n<tr>\n<td>other_2</td>\n<td>string</td>\n<td>Other attribute for the item.</td>\n</tr>\n<tr>\n<td>other_3</td>\n<td>string</td>\n<td>Other attribute for the item.</td>\n</tr>\n<tr>\n<td>other_4</td>\n<td>string</td>\n<td>Other attribute for the item.</td>\n</tr>\n<tr>\n<td>other_5</td>\n<td>string</td>\n<td>Other attribute for the item.</td>\n</tr>\n<tr>\n<td>source</td>\n<td>integer</td>\n<td>Source of the item. Possible values: 0.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date and time of creation.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date and time of last update.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a8f24649-e692-4393-b697-8c566ccd5d14"},{"name":"Order","item":[{"name":"Order Line","item":[{"name":"Create Order Line","id":"9d90cd07-2fcc-4571-b312-f5bc97b49aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sku\": \"ABC-123\",\n    \"ordered\": 1,\n    \"price\": 0.0,\n    \"lot\": \"INT-708888\",\n    \"expire\": \"2023-06-07T13:55:42.501Z\",\n    \"external_ref\": \"2\",\n    \"text_1\": \"\",\n    \"text_2\": \"\",\n    \"text_3\": \"\",\n    \"pass_through\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:id/lines","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>Represents the identification number of the order.</td>\n</tr>\n<tr>\n<td>inventory_id</td>\n<td>integer</td>\n<td>Represents the identification number of the inventory.</td>\n</tr>\n<tr>\n<td>ordered</td>\n<td>integer</td>\n<td>Represents the quantity of items that have been ordered.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>float</td>\n<td>Represents the price of the item.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Represents the currency code for the price (e.g., USD, EUR).</td>\n</tr>\n<tr>\n<td>lot</td>\n<td>string</td>\n<td>Represents the lot number associated with the item.</td>\n</tr>\n<tr>\n<td>expire</td>\n<td>date</td>\n<td>Represents the expiration date of the item.</td>\n</tr>\n<tr>\n<td>external_ref</td>\n<td>string</td>\n<td>Represents a reference or identifier provided by an external system or party.</td>\n</tr>\n<tr>\n<td>text_1</td>\n<td>string</td>\n<td>Additional text field for storing information, descriptions, or notes.</td>\n</tr>\n<tr>\n<td>text_2</td>\n<td>string</td>\n<td>Additional text field for storing information, descriptions, or notes.</td>\n</tr>\n<tr>\n<td>text_3</td>\n<td>string</td>\n<td>Additional text field for storing information, descriptions, or notes.</td>\n</tr>\n<tr>\n<td>pass_through</td>\n<td>json</td>\n<td>Placeholder for additional information or data that can be passed through the system.</td>\n</tr>\n<tr>\n<td>integration_mapping</td>\n<td>json</td>\n<td>Placeholder for storing integration mappings or configurations.</td>\n</tr>\n<tr>\n<td>internal_control</td>\n<td>integer</td>\n<td>Represents an internal control value with a limit of 2 digits.</td>\n</tr>\n<tr>\n<td>internal_text</td>\n<td>string</td>\n<td>Represents internal text or notes.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Represents the date and time when the record was created.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Represents the date and time when the record was last updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","orders",":id","lines"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"d63d9723-8fc2-4cd2-b468-69763db895d4","type":"any","value":"1000","key":"id"}]}},"response":[{"id":"7008d757-e4bd-459b-ad28-4385262a2ee0","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sku\": \"ABC-123\",\n    \"ordered\": 1,\n    \"price\": 0.0,\n    \"lot\": \"INT-708888\",\n    \"expire\": \"2023-06-07T13:55:42.501Z\",\n    \"external_ref\": \"2\",\n    \"text_1\": \"\",\n    \"text_2\": \"\",\n    \"text_3\": \"\",\n    \"pass_through\": {}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:id/lines","host":["{{base_url}}"],"path":["api","v1","orders",":id","lines"],"variable":[{"key":"id","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"04dc85845d473fed89053d728426ba55\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0d9b7a8b-2e71-4231-90ef-a9bd7fd26a9c"},{"key":"X-Runtime","value":"0.038585"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.099609375, sql.active_record;dur=23.84716796875, instantiation.active_record;dur=0.135498046875, unpermitted_parameters.action_controller;dur=0.09619140625, !render_template.action_view;dur=0.3486328125, render_partial.action_view;dur=0.113525390625, render_template.action_view;dur=0.349365234375, process_action.action_controller;dur=33.891845703125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2782,\n    \"order_id\": 1000,\n    \"inventory_id\": 80025,\n    \"ordered\": 1,\n    \"price\": 0,\n    \"currency\": null,\n    \"lot\": \"INT-708888\",\n    \"expire\": \"2023-06-07\",\n    \"external_ref\": \"2\",\n    \"text_1\": \"\",\n    \"text_2\": \"\",\n    \"text_3\": \"\",\n    \"pass_through\": {},\n    \"created_at\": \"2023-06-12T11:49:39.447Z\",\n    \"updated_at\": \"2023-06-12T11:49:39.447Z\"\n}"}],"_postman_id":"9d90cd07-2fcc-4571-b312-f5bc97b49aa5"},{"name":"Create Line by External Reference","id":"402bb3db-ca6e-4023-823c-dfacfeee7174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sku\": \"ABC-123\",\n    \"ordered\": 1,\n    \"price\": 0.0,\n    \"lot\": \"INT-708888\",\n    \"expire\": \"2023-06-07T13:55:42.501Z\",\n    \"external_ref\": \"2\",\n    \"text_1\": \"\",\n    \"text_2\": \"\",\n    \"text_3\": \"\",\n    \"pass_through\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:external_id/lines/external","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>:sku</td>\n<td>string</td>\n<td>Represents the SKU (Stock Keeping Unit) or unique identifier for the item.</td>\n</tr>\n<tr>\n<td>:ordered</td>\n<td>integer</td>\n<td>Represents the quantity of items that have been ordered.</td>\n</tr>\n<tr>\n<td>:price</td>\n<td>integer</td>\n<td>Represents the price of the item.</td>\n</tr>\n<tr>\n<td>:currency</td>\n<td>string</td>\n<td>Represents the currency code for the price (e.g., USD, EUR).</td>\n</tr>\n<tr>\n<td>:lot</td>\n<td>string</td>\n<td>Represents the lot number associated with the item.</td>\n</tr>\n<tr>\n<td>:expire</td>\n<td>date</td>\n<td>Represents the expiration date of the item.</td>\n</tr>\n<tr>\n<td>:external_ref</td>\n<td>string</td>\n<td>Represents a reference or identifier provided by an external system or party.</td>\n</tr>\n<tr>\n<td>:text_1, :text_2, :text_3</td>\n<td>string</td>\n<td>Additional text field for storing information, descriptions, or notes.</td>\n</tr>\n<tr>\n<td>pass_through</td>\n<td>json</td>\n<td>Placeholder for additional information or data that can be passed through the system.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","orders",":external_id","lines","external"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"35c1316a-958c-4506-9389-ec564054a081","type":"any","value":"2","key":"external_id"}]}},"response":[{"id":"f07c5e2d-153e-42b2-b6b3-6d26fa167ed1","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sku\": \"ABC-123\",\n    \"ordered\": 1,\n    \"price\": 0.0,\n    \"lot\": \"INT-708888\",\n    \"expire\": \"2023-06-07T13:55:42.501Z\",\n    \"external_ref\": \"2\",\n    \"text_1\": \"\",\n    \"text_2\": \"\",\n    \"text_3\": \"\",\n    \"pass_through\": {}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:external_id/lines/external","host":["{{base_url}}"],"path":["api","v1","orders",":external_id","lines","external"],"variable":[{"key":"external_id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"23f0645b328784a714dc35834558f693\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2151553f-3006-4e0a-93a0-698e867b06cf"},{"key":"X-Runtime","value":"0.026908"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.187255859375, sql.active_record;dur=11.116455078125, instantiation.active_record;dur=0.1572265625, unpermitted_parameters.action_controller;dur=0.084228515625, !render_template.action_view;dur=0.361328125, render_partial.action_view;dur=0.127685546875, render_template.action_view;dur=0.360107421875, process_action.action_controller;dur=20.0791015625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2783,\n    \"order_id\": 1000,\n    \"inventory_id\": 80025,\n    \"ordered\": 1,\n    \"price\": 0,\n    \"currency\": null,\n    \"lot\": \"INT-708888\",\n    \"expire\": \"2023-06-07\",\n    \"external_ref\": \"2\",\n    \"text_1\": \"\",\n    \"text_2\": \"\",\n    \"text_3\": \"\",\n    \"pass_through\": {},\n    \"created_at\": \"2023-06-12T11:54:37.798Z\",\n    \"updated_at\": \"2023-06-12T11:54:37.798Z\"\n}"}],"_postman_id":"402bb3db-ca6e-4023-823c-dfacfeee7174"},{"name":"Update Order Line","id":"90ec5068-3639-49e2-89c6-6314f946888f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"text_1\": \"Edited text\",\n    \"text_2\": \"Edited text\",\n    \"text_3\": \"Edited text\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:order_id/lines/:line_id","urlObject":{"path":["api","v1","orders",":order_id","lines",":line_id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"3466cb2d-901f-4955-9c46-bd4323cb4f18","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"1000","key":"order_id"},{"id":"b3140b19-1226-464b-86c0-224f12f32bcd","description":{"content":"<p>order line id</p>\n","type":"text/plain"},"type":"any","value":"2779","key":"line_id"}]}},"response":[{"id":"5b64f799-0c14-45dc-bb32-8993709f4af2","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"text_1\": \"Edited text\",\n    \"text_2\": \"Edited text\",\n    \"text_3\": \"Edited text\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:order_id/lines/:line_id","host":["{{base_url}}"],"path":["api","v1","orders",":order_id","lines",":line_id"],"variable":[{"key":"order_id","value":"1000","description":"order id"},{"key":"line_id","value":"2779","description":"order line id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"fa0720009098b66fdf346f14b4017d95\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a0c6e45b-d126-44c1-a9c2-97c1344d3d17"},{"key":"X-Runtime","value":"0.030776"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.095703125, sql.active_record;dur=15.0517578125, instantiation.active_record;dur=0.55322265625, unpermitted_parameters.action_controller;dur=0.08544921875, !render_template.action_view;dur=0.447509765625, render_partial.action_view;dur=0.16796875, render_template.action_view;dur=0.40185546875, process_action.action_controller;dur=26.155517578125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2779,\n    \"order_id\": 1000,\n    \"inventory_id\": 80021,\n    \"ordered\": 1,\n    \"price\": 0,\n    \"currency\": null,\n    \"lot\": null,\n    \"expire\": null,\n    \"external_ref\": \"2\",\n    \"text_1\": \"Edited text\",\n    \"text_2\": \"Edited text\",\n    \"text_3\": \"Edited text\",\n    \"pass_through\": {},\n    \"created_at\": \"2023-06-06T11:52:53.197Z\",\n    \"updated_at\": \"2023-06-12T11:24:23.097Z\"\n}"}],"_postman_id":"90ec5068-3639-49e2-89c6-6314f946888f"},{"name":"Update Order Line by External Reference","id":"c799d02a-7cad-43e0-9619-7a96ae4fe058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"text_1\": \"Edited text 1\",\n    \"text_2\": \"Edited text 2\",\n    \"text_3\": \"Edited text 3\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:order_id/lines/:line_id/external","urlObject":{"path":["api","v1","orders",":order_id","lines",":line_id","external"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"c3ad3f1d-7d5c-4a4f-909d-754be2dc2a5b","description":{"content":"<p>External id of Order</p>\n","type":"text/plain"},"type":"any","value":"2","key":"order_id"},{"id":"20fd2e5a-40b1-42fd-9cbc-82b51c5a0e2a","description":{"content":"<p>External id of Order Line</p>\n","type":"text/plain"},"type":"any","value":"2","key":"line_id"}]}},"response":[{"id":"d66b971a-59da-476b-80d7-9c283dc020ae","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"text_1\": \"Edited text 1\",\n    \"text_2\": \"Edited text 2\",\n    \"text_3\": \"Edited text 3\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:order_id/lines/:line_id/external","host":["{{base_url}}"],"path":["api","v1","orders",":order_id","lines",":line_id","external"],"variable":[{"key":"order_id","value":"2","description":"External id of Order"},{"key":"line_id","value":"2","description":"External id of Order Line"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"43138772cf1d6846a2be7c8f4f01fc0d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a044352c-72b2-4b45-8e1b-cb1af9e3584e"},{"key":"X-Runtime","value":"0.025145"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.078857421875, sql.active_record;dur=11.234375, instantiation.active_record;dur=0.456298828125, unpermitted_parameters.action_controller;dur=0.09326171875, !render_template.action_view;dur=0.42333984375, render_partial.action_view;dur=0.154052734375, render_template.action_view;dur=0.392822265625, process_action.action_controller;dur=20.62548828125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2779,\n    \"order_id\": 1000,\n    \"inventory_id\": 80021,\n    \"ordered\": 1,\n    \"price\": 0,\n    \"currency\": null,\n    \"lot\": null,\n    \"expire\": null,\n    \"external_ref\": \"2\",\n    \"text_1\": \"Edited text 1\",\n    \"text_2\": \"Edited text 2\",\n    \"text_3\": \"Edited text 3\",\n    \"pass_through\": {},\n    \"created_at\": \"2023-06-06T11:52:53.197Z\",\n    \"updated_at\": \"2023-06-12T11:28:51.794Z\"\n}"}],"_postman_id":"c799d02a-7cad-43e0-9619-7a96ae4fe058"},{"name":"Delete Order Line","id":"cc06a32b-d272-47d6-a0ba-e1978f519893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/orders/:order_id/lines/:line_id","urlObject":{"path":["api","v1","orders",":order_id","lines",":line_id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"168df55f-e0db-441b-a124-1518b84b072e","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"1000","key":"order_id"},{"id":"a4d43dad-74ca-45e9-9010-7faf1d3068e3","description":{"content":"<p>order line id</p>\n","type":"text/plain"},"type":"any","value":"2779","key":"line_id"}]}},"response":[{"id":"474f2b73-6acc-481b-92df-e24d196ce9a4","name":"Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:order_id/lines/:line_id","host":["{{base_url}}"],"path":["api","v1","orders",":order_id","lines",":line_id"],"variable":[{"key":"order_id","value":"1000","description":"order id"},{"key":"line_id","value":"2779","description":"order line id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"580e31359bcec2fa839e33f1fe111f54\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"37d9a0bc-4230-4d56-a462-e38599e3fae1"},{"key":"X-Runtime","value":"0.017098"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.0888671875, sql.active_record;dur=7.631103515625, instantiation.active_record;dur=0.4013671875, process_action.action_controller;dur=12.06640625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Line deleted\"\n}"}],"_postman_id":"cc06a32b-d272-47d6-a0ba-e1978f519893"},{"name":"Delete Order Line by External Reference","id":"4f5b85d6-c61f-4758-bac7-dbd068e8ba88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/orders/:order_id/lines/:line_id/external","urlObject":{"path":["api","v1","orders",":order_id","lines",":line_id","external"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"c69b3b75-b15a-4774-b0ac-d25dbe065db2","description":{"content":"<p>External id of Order</p>\n","type":"text/plain"},"type":"any","value":"4","key":"order_id"},{"id":"e8d36c5b-39dc-43ea-9f73-905e0c9b1503","description":{"content":"<p>External id of Order Line</p>\n","type":"text/plain"},"type":"any","value":"4","key":"line_id"}]}},"response":[{"id":"605dd5ae-bda3-4185-93a3-1ec9124f02f5","name":"Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:order_id/lines/:line_id/external","host":["{{base_url}}"],"path":["api","v1","orders",":order_id","lines",":line_id","external"],"variable":[{"key":"order_id","value":"4","description":"order id"},{"key":"line_id","value":"4","description":"order line id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"580e31359bcec2fa839e33f1fe111f54\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"77b3f7d2-aa7b-4311-8aa2-657d12c68034"},{"key":"X-Runtime","value":"0.016648"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.090576171875, sql.active_record;dur=7.841552734375, instantiation.active_record;dur=0.45849609375, process_action.action_controller;dur=12.223876953125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Line deleted\"\n}"}],"_postman_id":"4f5b85d6-c61f-4758-bac7-dbd068e8ba88"}],"id":"45003c27-4187-4e21-96be-7485f7f6ca1a","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>bigint</td>\n<td>Unique identifier for the order. Cannot be null.</td>\n</tr>\n<tr>\n<td>inventory_id</td>\n<td>bigint</td>\n<td>Unique identifier for the inventory item. Cannot be null.</td>\n</tr>\n<tr>\n<td>ordered</td>\n<td>integer</td>\n<td>Quantity of the item ordered. Default: 0.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>float</td>\n<td>Price of the item. Default: 0.0.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Currency code for the price. Limited to 3 characters.</td>\n</tr>\n<tr>\n<td>lot</td>\n<td>string</td>\n<td>Lot number associated with the item.</td>\n</tr>\n<tr>\n<td>expire</td>\n<td>date</td>\n<td>Expiration date of the item.</td>\n</tr>\n<tr>\n<td>external_ref</td>\n<td>string</td>\n<td>External reference code for the item.</td>\n</tr>\n<tr>\n<td>text_1</td>\n<td>string</td>\n<td>Additional text field for item description or information.</td>\n</tr>\n<tr>\n<td>text_2</td>\n<td>string</td>\n<td>Additional text field for item description or information.</td>\n</tr>\n<tr>\n<td>text_3</td>\n<td>string</td>\n<td>Additional text field for item description or information.</td>\n</tr>\n<tr>\n<td>pass_through</td>\n<td>json</td>\n<td>Additional data to be passed through. Cannot be null.</td>\n</tr>\n<tr>\n<td>integration_mapping</td>\n<td>json</td>\n<td>Integration-specific mappings for the item. Cannot be null.</td>\n</tr>\n<tr>\n<td>internal_control</td>\n<td>integer</td>\n<td>Internal control value. Default: 0.</td>\n</tr>\n<tr>\n<td>internal_text</td>\n<td>string</td>\n<td>Internal text field for item description or information.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date and time of creation.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date and time of last update.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"45003c27-4187-4e21-96be-7485f7f6ca1a"},{"name":"Create Order","id":"db0efbec-e63f-4146-b248-fb12a96c71f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_id\": 3,\n    \"customer_id\": 94,\n    \"reference\": \"xxxx\",\n    \"order_type\": \"Outbound\",\n    \"order_status\": \"Outbound_Hold\",\n    \"freight\": 0,\n    \"freight_charge\":\"Prepaid\",\n    \"instruction\":\"Any text\",\n    \"ship_after\": \"2024-10-22\",\n    \"ship_not_before\": \"2024-10-22\",\n    \"cancel_after\": \"2024-10-22\",\n    \"delivery_date\": \"2024-10-22\",\n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    },\n    \"order_lines\": [\n        {\n            \"sku\": \"ABC-123\",\n            \"ordered\": 1,\n            \"currency\": \"USD\",\n            \"price\": 0.0,\n            \"lot\": \"INT-708888\",\n            \"expire\": \"2023-06-07T13:55:42.501Z\",\n            \"external_ref\": \"2\",\n            \"text_1\": \"\",\n            \"text_2\": \"\",\n            \"text_3\": \"\",\n            \"pass_through\": {}\n        }\n    ],\n    \"addresses\": [\n        {\n            \"address_type\": \"Shipping\",\n            \"name\": \"Jonah Wise\",\n            \"company\": \"Flores and Branch Trading\",\n            \"street1\": \"Et sequi velit archi\",\n            \"street2\": \"Maiores officia expe\",\n            \"street3\": \"\",\n            \"city\": \"Voluptatibus reicien\",\n            \"state\": \"AK\",\n            \"postal\": \"42582\",\n            \"country\": \"US\",\n            \"phone\": \"+1 (156) 567-2362\",\n            \"email\": \"customer@tikweb.com\",\n            \"residential\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders","urlObject":{"path":["api","v1","orders"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"15be4766-1a22-4945-8985-0957dd378fd4","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_id\": 3,\n    \"reference\": \"xxxx\",\n    \"order_type\": \"Outbound\",\n    \"order_status\": \"Outbound_Hold\",\n    \"freight\": 0,\n    \"freight_charge\":\"Prepaid\",\n    \"instruction\":\"Any text\",\n    \"ship_after\": \"2024-10-22\",\n    \"ship_not_before\": \"2024-10-22\",\n    \"cancel_after\": \"2024-10-22\",\n    \"delivery_date\": \"2024-10-22\",\n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    },\n    \"order_lines\": [\n        {\n            \"sku\": \"ABC-123\",\n            \"ordered\": 1,\n            \"price\": 0.0,\n            \"lot\": \"INT-708888\",\n            \"expire\": \"2023-06-07T13:55:42.501Z\",\n            \"external_ref\": \"2\",\n            \"text_1\": \"\",\n            \"text_2\": \"\",\n            \"text_3\": \"\",\n            \"pass_through\": {}\n        }\n    ],\n    \"addresses\": [\n        {\n            \"address_type\": \"Shipping\",\n            \"name\": \"Jonah Wise\",\n            \"company\": \"Flores and Branch Trading\",\n            \"street1\": \"Et sequi velit archi\",\n            \"street2\": \"Maiores officia expe\",\n            \"street3\": \"\",\n            \"city\": \"Voluptatibus reicien\",\n            \"state\": \"AK\",\n            \"postal\": \"42582\",\n            \"country\": \"US\",\n            \"phone\": \"+1 (156) 567-2362\",\n            \"email\": \"customer@tikweb.com\",\n            \"residential\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"8055a1631aada5ae63a6bcd13aaf3002\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"296408e9-f101-4e76-b94a-2cf83147ef89"},{"key":"X-Runtime","value":"0.186919"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.15478515625, sql.active_record;dur=50.68701171875, instantiation.active_record;dur=0.1806640625, unpermitted_parameters.action_controller;dur=0.144775390625, !compile_template.action_view;dur=3.341064453125, !render_template.action_view;dur=8.6640625, render_partial.action_view;dur=3.29736328125, render_template.action_view;dur=5.616943359375, process_action.action_controller;dur=163.481201171875"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1004,\n    \"customer_id\": 263,\n    \"warehouse_id\": 3,\n    \"order_type\": \"Outbound\",\n    \"order_status\": \"Outbound_Hold\",\n    \"reference\": \"xxxx\",\n    \"customer_po\": null,\n    \"freight_charge\": \"Prepaid\",\n    \"freight\": 0,\n    \"ship_after\": \"2024-10-22\",\n    \"ship_not_before\": \"2024-10-22\",\n    \"cancel_after\": \"2024-10-22\",\n    \"delivery_date\": \"2024-10-22\",\n    \"external_ref\": null,\n    \"instruction\": null,\n    \"source\": \"api\",\n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    },\n    \"web_text_1\": null,\n    \"web_text_2\": null,\n    \"web_text_3\": null,\n    \"web_text_4\": null,\n    \"web_text_5\": null,\n    \"created_at\": \"2023-06-12T19:08:56.166Z\",\n    \"updated_at\": \"2023-06-12T19:08:56.166Z\",\n    \"order_lines\": [\n        {\n            \"id\": 2785,\n            \"order_id\": 1004,\n            \"inventory_id\": 80025,\n            \"ordered\": 1,\n            \"price\": 0,\n            \"currency\": null,\n            \"lot\": \"INT-708888\",\n            \"expire\": \"2023-06-07\",\n            \"external_ref\": \"2\",\n            \"text_1\": \"\",\n            \"text_2\": \"\",\n            \"text_3\": \"\",\n            \"pass_through\": {},\n            \"created_at\": \"2023-06-12T19:08:56.207Z\",\n            \"updated_at\": \"2023-06-12T19:08:56.207Z\"\n        }\n    ],\n    \"addresses\": [\n        {\n            \"id\": 1062,\n            \"order_id\": 1004,\n            \"address_type\": \"Shipping\",\n            \"name\": \"Jonah Wise\",\n            \"company\": \"Flores and Branch Trading\",\n            \"street1\": \"Et sequi velit archi\",\n            \"street2\": \"Maiores officia expe\",\n            \"street3\": \"\",\n            \"city\": \"Voluptatibus reicien\",\n            \"state\": \"AK\",\n            \"postal\": \"42582\",\n            \"country\": \"US\",\n            \"phone\": \"+1 (156) 567-2362\",\n            \"email\": \"customer@tikweb.com\",\n            \"residential\": false,\n            \"created_at\": \"2023-06-12T19:08:56.213Z\",\n            \"updated_at\": \"2023-06-12T19:08:56.213Z\"\n        }\n    ]\n}"}],"_postman_id":"db0efbec-e63f-4146-b248-fb12a96c71f2"},{"name":"Update Order","id":"80f85b40-965a-4dc5-8332-e2bb181bc112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_id\": 3,\n    \"freight\": 0,\n    \"freight_charge\":\"Prepaid\",\n    \"instruction\":\"Any text\",\n    \"ship_after\": \"2024-10-22\",\n    \"ship_not_before\": \"2024-10-22\",\n    \"cancel_after\": \"2024-10-22\",\n    \"delivery_date\": \"2024-10-22\",\n    \"web_text_1\": \"\",\n    \"web_text_2\": \"\",\n    \"web_text_3\": \"\",\n    \"web_text_4\": \"\",\n    \"web_text_5\": \"\",\n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    },\n    \"order_lines\": [\n        {\n            \"sku\": \"ABC-123\",\n            \"ordered\": 1,\n            \"price\": 0.0,\n            \"lot\": \"INT-708888\",\n            \"expire\": \"2023-06-07T13:55:42.501Z\",\n            \"external_ref\": \"2\",\n            \"text_1\": \"\",\n            \"text_2\": \"\",\n            \"text_3\": \"\",\n            \"pass_through\": {}\n        }\n    ],\n    \"addresses\": [\n        {\n            \"address_type\": \"Shipping\",\n            \"name\": \"Jonah Wise\",\n            \"company\": \"Flores and Branch Trading\",\n            \"street1\": \"Et sequi velit archi\",\n            \"street2\": \"Maiores officia expe\",\n            \"street3\": \"\",\n            \"city\": \"Voluptatibus reicien\",\n            \"state\": \"AK\",\n            \"postal\": \"42582\",\n            \"country\": \"US\",\n            \"phone\": \"+1 (156) 567-2362\",\n            \"email\": \"customer@tikweb.com\",\n            \"residential\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:id/full","urlObject":{"path":["api","v1","orders",":id","full"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>Order ID</p>\n","type":"text/plain"},"type":"any","value":"1002","key":"id"}]}},"response":[{"id":"1e347629-39b6-428a-86b9-fa4a76c6574d","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_id\": 3,\n    \"ship_after\": \"2024-10-22\",\n    \"ship_not_before\": \"2024-10-22\",\n    \"cancel_after\": \"2024-10-22\",\n    \"delivery_date\": \"2024-10-22\",\n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    },\n    \"order_lines\": [\n        {\n            \"sku\": \"ABC-123\",\n            \"ordered\": 1,\n            \"price\": 0.0,\n            \"lot\": \"INT-708888\",\n            \"expire\": \"2023-06-07T13:55:42.501Z\",\n            \"external_ref\": \"2\",\n            \"text_1\": \"\",\n            \"text_2\": \"\",\n            \"text_3\": \"\",\n            \"pass_through\": {}\n        }\n    ],\n    \"addresses\": [\n        {\n            \"address_type\": \"Shipping\",\n            \"name\": \"Jonah Wise\",\n            \"company\": \"Flores and Branch Trading\",\n            \"street1\": \"Et sequi velit archi\",\n            \"street2\": \"Maiores officia expe\",\n            \"street3\": \"\",\n            \"city\": \"Voluptatibus reicien\",\n            \"state\": \"AK\",\n            \"postal\": \"42582\",\n            \"country\": \"US\",\n            \"phone\": \"+1 (156) 567-2362\",\n            \"email\": \"customer@tikweb.com\",\n            \"residential\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:id/full","host":["{{base_url}}"],"path":["api","v1","orders",":id","full"],"variable":[{"key":"id","value":"1002","description":"Order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"c5d87c2459b21dbfa6573b84a07df7d2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7428cf0f-c069-4889-bead-901f90874f6a"},{"key":"X-Runtime","value":"0.328236"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.15283203125, sql.active_record;dur=128.00341796875, instantiation.active_record;dur=23.10546875, unpermitted_parameters.action_controller;dur=0.18505859375, !compile_template.action_view;dur=1.215576171875, !render_template.action_view;dur=3.334228515625, render_partial.action_view;dur=0.90087890625, render_template.action_view;dur=2.656005859375, process_action.action_controller;dur=306.05078125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1002,\n    \"customer_id\": 263,\n    \"warehouse_id\": 3,\n    \"order_type\": \"Outbound\",\n    \"order_status\": \"Outbound_Hold_Error\",\n    \"reference\": \"000000005\",\n    \"customer_po\": \"000000005\",\n    \"freight_charge\": \"Prepaid\",\n    \"freight\": 0,\n    \"ship_after\": \"2024-10-22\",\n    \"ship_not_before\": \"2024-10-22\",\n    \"cancel_after\": \"2024-10-22\",\n    \"delivery_date\": \"2024-10-22\",\n    \"external_ref\": \"5\",\n    \"instruction\": null,\n    \"source\": \"magento\",\n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    },\n    \"web_text_1\": null,\n    \"web_text_2\": null,\n    \"web_text_3\": null,\n    \"web_text_4\": null,\n    \"web_text_5\": null,\n    \"created_at\": \"2023-06-07T13:55:42.495Z\",\n    \"updated_at\": \"2023-06-12T18:08:53.699Z\",\n    \"order_lines\": [\n        {\n            \"id\": 2784,\n            \"order_id\": 1002,\n            \"inventory_id\": 80025,\n            \"ordered\": 1,\n            \"price\": 0,\n            \"currency\": null,\n            \"lot\": \"INT-708888\",\n            \"expire\": \"2023-06-07\",\n            \"external_ref\": \"2\",\n            \"text_1\": \"\",\n            \"text_2\": \"\",\n            \"text_3\": \"\",\n            \"pass_through\": {},\n            \"created_at\": \"2023-06-12T18:08:53.633Z\",\n            \"updated_at\": \"2023-06-12T18:08:53.633Z\"\n        }\n    ],\n    \"addresses\": []\n}"}],"_postman_id":"80f85b40-965a-4dc5-8332-e2bb181bc112"},{"name":"Update Partial Details of an Order","id":"0bc51832-018d-4b60-ae50-3b90c464bdff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:id","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Name</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>:warehouse_id</td>\n<td>Integer</td>\n<td>Represents the identification or reference number of the warehouse associated with the item or shipment.</td>\n</tr>\n<tr>\n<td>:reference</td>\n<td>String</td>\n<td>Used to store a unique identifier or code for a particular item, order, or transaction.</td>\n</tr>\n<tr>\n<td>:customer_po</td>\n<td>String</td>\n<td>Stores the purchase order number provided by the customer.</td>\n</tr>\n<tr>\n<td>:freight_charge</td>\n<td>Integer</td>\n<td>Represents the cost or charge associated with the transportation of goods or shipment.</td>\n</tr>\n<tr>\n<td>:freight</td>\n<td>Integer</td>\n<td>Stores information about the mode of transportation or shipping method for the shipment.</td>\n</tr>\n<tr>\n<td>:ship_not_before</td>\n<td>date</td>\n<td>Indicates the earliest date or time before which the shipment should not be dispatched.</td>\n</tr>\n<tr>\n<td>:ship_after</td>\n<td>date</td>\n<td>Indicates the date or time after which the shipment can be dispatched.</td>\n</tr>\n<tr>\n<td>:cancel_after</td>\n<td>date</td>\n<td>Represents the date or time after which the shipment cannot be canceled or modified without penalties.</td>\n</tr>\n<tr>\n<td>:external_ref</td>\n<td>String</td>\n<td>Used to store a reference or identifier provided by an external system or party.</td>\n</tr>\n<tr>\n<td>:instruction</td>\n<td>String</td>\n<td>Stores special instructions or specific requirements related to the shipment or order.</td>\n</tr>\n<tr>\n<td>:web_text_1</td>\n<td>String</td>\n<td>Additional text field for storing information, descriptions, or notes related to the shipment.</td>\n</tr>\n<tr>\n<td>:web_text_3</td>\n<td>String</td>\n<td>Additional text field for storing information, descriptions, or notes related to the shipment.</td>\n</tr>\n<tr>\n<td>:web_text_4</td>\n<td>String</td>\n<td>Additional text field for storing information, descriptions, or notes related to the shipment.</td>\n</tr>\n<tr>\n<td>:web_text_5</td>\n<td>String</td>\n<td>Additional text field for storing information, descriptions, or notes related to the shipment.</td>\n</tr>\n<tr>\n<td>pass_through</td>\n<td>JSON</td>\n<td>Placeholder for additional information or data that can be passed through the system.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","orders",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"06215d1e-17a5-4cd2-8a0a-789144baeebc","description":{"content":"<p>Order id</p>\n","type":"text/plain"},"type":"any","value":"1000","key":"id"}]}},"response":[{"id":"0a0e2706-bfb9-4d82-9b2e-057e6154c297","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:id","host":["{{base_url}}"],"path":["api","v1","orders",":id"],"variable":[{"key":"id","value":"1000","description":"Order id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"16dd83685a3cdcf50e325da3a3c586a2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8ba5d0b4-df9a-40f3-a600-046e950f0070"},{"key":"X-Runtime","value":"0.449716"},{"key":"Server-Timing","value":"sql.active_record;dur=61.615234375, start_processing.action_controller;dur=0.1318359375, instantiation.active_record;dur=18.007568359375, unpermitted_parameters.action_controller;dur=0.079833984375, !compile_template.action_view;dur=0.912841796875, !render_template.action_view;dur=2.530029296875, render_partial.action_view;dur=0.764892578125, render_template.action_view;dur=1.903076171875, process_action.action_controller;dur=131.05615234375"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1000,\n    \"customer_id\": 263,\n    \"warehouse_id\": 3,\n    \"order_type\": \"Outbound\",\n    \"order_status\": \"Outbound_Hold_Error\",\n    \"reference\": \"000000002\",\n    \"customer_po\": \"000000002\",\n    \"freight_charge\": \"Prepaid\",\n    \"freight\": 0,\n    \"ship_not_before\": \"2023-06-06\",\n    \"ship_after\": \"2023-06-06\",\n    \"cancel_after\": \"2023-06-06\",\n    \"external_ref\": \"2\",\n    \"instruction\": null,\n    \"source\": \"magento\",\n    \"pass_through\": {\n        \"key_1\": \"value_1\",\n        \"key_2\": \"value_2\"\n    },\n    \"web_text_1\": null,\n    \"web_text_2\": null,\n    \"web_text_3\": null,\n    \"web_text_4\": null,\n    \"web_text_5\": null,\n    \"created_at\": \"2023-06-06T11:52:53.161Z\",\n    \"updated_at\": \"2023-06-12T18:04:11.770Z\"\n}"}],"_postman_id":"0bc51832-018d-4b60-ae50-3b90c464bdff"},{"name":"Update Order by External Reference","id":"a5ea7941-0f55-4eb7-88e5-46790f6b57f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/api/v1/orders/:external_id/external","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute Name</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>:warehouse_id</td>\n<td>Integer</td>\n<td>Represents the identification or reference number of the warehouse associated with the item or shipment.</td>\n</tr>\n<tr>\n<td>:reference</td>\n<td>String</td>\n<td>Used to store a unique identifier or code for a particular item, order, or transaction.</td>\n</tr>\n<tr>\n<td>:customer_po</td>\n<td>String</td>\n<td>Stores the purchase order number provided by the customer.</td>\n</tr>\n<tr>\n<td>:freight_charge</td>\n<td>Integer</td>\n<td>Represents the cost or charge associated with the transportation of goods or shipment.</td>\n</tr>\n<tr>\n<td>:freight</td>\n<td>Integer</td>\n<td>Stores information about the mode of transportation or shipping method for the shipment.</td>\n</tr>\n<tr>\n<td>:ship_not_before</td>\n<td>date</td>\n<td>Indicates the earliest date or time before which the shipment should not be dispatched.</td>\n</tr>\n<tr>\n<td>:ship_after</td>\n<td>date</td>\n<td>Indicates the date or time after which the shipment can be dispatched.</td>\n</tr>\n<tr>\n<td>:cancel_after</td>\n<td>date</td>\n<td>Represents the date or time after which the shipment cannot be canceled or modified without penalties.</td>\n</tr>\n<tr>\n<td>:external_ref</td>\n<td>String</td>\n<td>Used to store a reference or identifier provided by an external system or party.</td>\n</tr>\n<tr>\n<td>:instruction</td>\n<td>String</td>\n<td>Stores special instructions or specific requirements related to the shipment or order.</td>\n</tr>\n<tr>\n<td>:web_text_1</td>\n<td>String</td>\n<td>Additional text field for storing information, descriptions, or notes related to the shipment.</td>\n</tr>\n<tr>\n<td>:web_text_3</td>\n<td>String</td>\n<td>Additional text field for storing information, descriptions, or notes related to the shipment.</td>\n</tr>\n<tr>\n<td>:web_text_4</td>\n<td>String</td>\n<td>Additional text field for storing information, descriptions, or notes related to the shipment.</td>\n</tr>\n<tr>\n<td>:web_text_5</td>\n<td>String</td>\n<td>Additional text field for storing information, descriptions, or notes related to the shipment.</td>\n</tr>\n<tr>\n<td>pass_through</td>\n<td>JSON</td>\n<td>Placeholder for additional information or data that can be passed through the system.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","orders",":external_id","external"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"07b70a9f-ef11-458c-9236-05426159664f","type":"any","value":"5","key":"external_id"}]}},"response":[{"id":"ef4e817b-cf3b-4596-9aa3-4dab8e173a7f","name":"Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:external_id/external","host":["{{base_url}}"],"path":["api","v1","orders",":external_id","external"],"variable":[{"key":"external_id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"e089779495af15dae983a6b0f59c5ca7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"db355d38-0279-4d67-b6f8-2911ac370e42"},{"key":"X-Runtime","value":"0.059475"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.183837890625, sql.active_record;dur=17.838134765625, instantiation.active_record;dur=0.380615234375, unpermitted_parameters.action_controller;dur=0.0830078125, !render_template.action_view;dur=0.907958984375, render_partial.action_view;dur=0.256103515625, render_template.action_view;dur=0.822021484375, process_action.action_controller;dur=35.214111328125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1002,\n    \"customer_id\": 263,\n    \"warehouse_id\": 3,\n    \"order_type\": \"Outbound\",\n    \"order_status\": \"Outbound_Hold_Error\",\n    \"reference\": \"000000005\",\n    \"customer_po\": \"000000005\",\n    \"freight_charge\": \"Prepaid\",\n    \"freight\": 0,\n    \"ship_not_before\": \"2023-06-07\",\n    \"ship_after\": \"2023-06-07\",\n    \"cancel_after\": \"2023-06-07\",\n    \"external_ref\": \"5\",\n    \"instruction\": null,\n    \"source\": \"magento\",\n    \"pass_through\": {\n        \"magento_entity_id\": 5,\n        \"no_partial_shipment\": true,\n        \"magento_shipping_method\": \"freeshipping_freeshipping\",\n        \"magento_shipping_description\": \"Free Shipping - Free\"\n    },\n    \"web_text_1\": null,\n    \"web_text_2\": null,\n    \"web_text_3\": null,\n    \"web_text_4\": null,\n    \"web_text_5\": null,\n    \"created_at\": \"2023-06-07T13:55:42.495Z\",\n    \"updated_at\": \"2023-06-07T13:55:47.164Z\"\n}"}],"_postman_id":"a5ea7941-0f55-4eb7-88e5-46790f6b57f0"},{"name":"Search by Type","id":"36e36647-c743-4ccd-962a-9fdfb45960fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/orders/:order_type","urlObject":{"path":["api","v1","orders",":order_type"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"f467fd03-5a19-48a5-a877-011e7423b4e0","description":{"content":"<p>Order Types [RMA Inbound Outbound]</p>\n","type":"text/plain"},"type":"any","value":"Outbound","key":"order_type"}]}},"response":[{"id":"76a98ea7-bb47-41c2-8ffd-0618300fa816","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:order_type","host":["{{base_url}}"],"path":["api","v1","orders",":order_type"],"variable":[{"key":"order_type","value":"Outbound","description":"Order Types [RMA Inbound Outbound]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"eba77ff4244674e53ec9bff424b19df0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"1214a944-c012-4715-9cd9-05aa75e2ba58"},{"key":"X-Runtime","value":"0.566873"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.109130859375, sql.active_record;dur=497.1298828125, instantiation.active_record;dur=6.719970703125, unpermitted_parameters.action_controller;dur=0.41015625, !render_template.action_view;dur=524.549560546875, render_partial.action_view;dur=1.214111328125, render_template.action_view;dur=523.875, process_action.action_controller;dur=551.6572265625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"on_page\": 1,\n    \"per_page\": 30,\n    \"total_count\": 2,\n    \"total_pages\": 1,\n    \"records\": [\n        {\n            \"id\": 1000,\n            \"customer_id\": 263,\n            \"warehouse_id\": 3,\n            \"order_type\": \"Outbound\",\n            \"order_status\": \"Outbound_Hold_Error\",\n            \"reference\": \"000000002\",\n            \"customer_po\": \"000000002\",\n            \"freight_charge\": \"Prepaid\",\n            \"freight\": 0,\n            \"ship_not_before\": \"2023-06-06\",\n            \"ship_after\": \"2023-06-06\",\n            \"cancel_after\": \"2023-06-06\",\n            \"external_ref\": \"2\",\n            \"instruction\": null,\n            \"source\": \"magento\",\n            \"pass_through\": {\n                \"magento_entity_id\": 2,\n                \"no_partial_shipment\": true,\n                \"magento_shipping_method\": \"freeshipping_freeshipping\",\n                \"magento_shipping_description\": \"Free Shipping - Free\"\n            },\n            \"web_text_1\": null,\n            \"web_text_2\": null,\n            \"web_text_3\": null,\n            \"web_text_4\": null,\n            \"web_text_5\": null,\n            \"created_at\": \"2023-06-06T11:52:53.161Z\",\n            \"updated_at\": \"2023-06-07T13:41:53.712Z\",\n            \"order_lines\": [\n                {\n                    \"id\": 2779,\n                    \"order_id\": 1000,\n                    \"inventory_id\": 80021,\n                    \"ordered\": 1,\n                    \"price\": 0,\n                    \"currency\": null,\n                    \"lot\": null,\n                    \"expire\": null,\n                    \"external_ref\": \"2\",\n                    \"text_1\": null,\n                    \"text_2\": null,\n                    \"text_3\": null,\n                    \"pass_through\": {},\n                    \"created_at\": \"2023-06-06T11:52:53.197Z\",\n                    \"updated_at\": \"2023-06-06T11:52:53.197Z\",\n                    \"inventory\": {\n                        \"id\": 80021,\n                        \"customer_id\": 263,\n                        \"sku\": \"FUN2980\",\n                        \"name\": \"Tk12\",\n                        \"upc\": \"111119909\"\n                    }\n                }\n            ],\n            \"fulfillments\": [],\n            \"addresses\": [\n                {\n                    \"id\": 1054,\n                    \"order_id\": 1000,\n                    \"address_type\": \"Shipping\",\n                    \"name\": \"Test test\",\n                    \"company\": null,\n                    \"street1\": \"street\",\n                    \"street2\": null,\n                    \"street3\": null,\n                    \"city\": \"Dhaka\",\n                    \"state\": null,\n                    \"postal\": \"1212\",\n                    \"country\": \"BD\",\n                    \"phone\": \"01723358503\",\n                    \"email\": \"customer@tikweb.com\",\n                    \"residential\": false,\n                    \"created_at\": \"2023-06-06T11:52:53.362Z\",\n                    \"updated_at\": \"2023-06-06T11:52:53.362Z\"\n                },\n                {\n                    \"id\": 1055,\n                    \"order_id\": 1000,\n                    \"address_type\": \"Billing\",\n                    \"name\": \"Test test\",\n                    \"company\": null,\n                    \"street1\": \"street\",\n                    \"street2\": null,\n                    \"street3\": null,\n                    \"city\": \"Dhaka\",\n                    \"state\": null,\n                    \"postal\": \"1212\",\n                    \"country\": \"BD\",\n                    \"phone\": \"01723358503\",\n                    \"email\": \"customer@tikweb.com\",\n                    \"residential\": false,\n                    \"created_at\": \"2023-06-06T11:52:53.432Z\",\n                    \"updated_at\": \"2023-06-06T11:52:53.432Z\"\n                }\n            ]\n        },\n        {\n            \"id\": 1002,\n            \"customer_id\": 263,\n            \"warehouse_id\": 3,\n            \"order_type\": \"Outbound\",\n            \"order_status\": \"Pending_Shipping\",\n            \"reference\": \"000000005\",\n            \"customer_po\": \"000000005\",\n            \"freight_charge\": \"Prepaid\",\n            \"freight\": 0,\n            \"ship_not_before\": \"2023-06-07\",\n            \"ship_after\": \"2023-06-07\",\n            \"cancel_after\": \"2023-06-07\",\n            \"external_ref\": \"5\",\n            \"instruction\": null,\n            \"source\": \"magento\",\n            \"pass_through\": {\n                \"magento_entity_id\": 5,\n                \"no_partial_shipment\": true,\n                \"magento_shipping_method\": \"freeshipping_freeshipping\",\n                \"magento_shipping_description\": \"Free Shipping - Free\"\n            },\n            \"web_text_1\": null,\n            \"web_text_2\": null,\n            \"web_text_3\": null,\n            \"web_text_4\": null,\n            \"web_text_5\": null,\n            \"created_at\": \"2023-06-07T13:55:42.495Z\",\n            \"updated_at\": \"2023-06-07T13:55:47.164Z\",\n            \"order_lines\": [\n                {\n                    \"id\": 2781,\n                    \"order_id\": 1002,\n                    \"inventory_id\": 80017,\n                    \"ordered\": 1,\n                    \"price\": 0,\n                    \"currency\": null,\n                    \"lot\": null,\n                    \"expire\": null,\n                    \"external_ref\": \"5\",\n                    \"text_1\": null,\n                    \"text_2\": null,\n                    \"text_3\": null,\n                    \"pass_through\": {},\n                    \"created_at\": \"2023-06-07T13:55:42.501Z\",\n                    \"updated_at\": \"2023-06-07T13:55:42.501Z\",\n                    \"inventory\": {\n                        \"id\": 80017,\n                        \"customer_id\": 263,\n                        \"sku\": \"FUN298\",\n                        \"name\": \"Tk12\",\n                        \"upc\": \"111119909\"\n                    }\n                }\n            ],\n            \"fulfillments\": [\n                {\n                    \"id\": 1009,\n                    \"order_id\": 1002,\n                    \"warehouse_id\": 3,\n                    \"partner_reference\": null,\n                    \"tracking_company\": null,\n                    \"primary_tracking\": null,\n                    \"tracking_data\": {},\n                    \"completed_on\": null,\n                    \"latest_tracking_milestone\": \"NA\",\n                    \"created_at\": \"2023-06-07T13:55:43.965Z\",\n                    \"updated_at\": \"2023-06-07T13:55:43.965Z\"\n                }\n            ],\n            \"addresses\": [\n                {\n                    \"id\": 1058,\n                    \"order_id\": 1002,\n                    \"address_type\": \"Shipping\",\n                    \"name\": \"Jonah Wise\",\n                    \"company\": \"Flores and Branch Trading\",\n                    \"street1\": \"Et sequi velit archi\",\n                    \"street2\": \"Maiores officia expe\",\n                    \"street3\": null,\n                    \"city\": \"Voluptatibus reicien\",\n                    \"state\": \"AK\",\n                    \"postal\": \"42582\",\n                    \"country\": \"US\",\n                    \"phone\": \"+1 (156) 567-2362\",\n                    \"email\": \"customer@tikweb.com\",\n                    \"residential\": false,\n                    \"created_at\": \"2023-06-07T13:55:42.506Z\",\n                    \"updated_at\": \"2023-06-07T13:55:42.506Z\"\n                },\n                {\n                    \"id\": 1059,\n                    \"order_id\": 1002,\n                    \"address_type\": \"Billing\",\n                    \"name\": \"Jonah Wise\",\n                    \"company\": \"Flores and Branch Trading\",\n                    \"street1\": \"Et sequi velit archi\",\n                    \"street2\": \"Maiores officia expe\",\n                    \"street3\": null,\n                    \"city\": \"Voluptatibus reicien\",\n                    \"state\": \"AK\",\n                    \"postal\": \"42582\",\n                    \"country\": \"US\",\n                    \"phone\": \"+1 (156) 567-2362\",\n                    \"email\": \"customer@tikweb.com\",\n                    \"residential\": false,\n                    \"created_at\": \"2023-06-07T13:55:42.512Z\",\n                    \"updated_at\": \"2023-06-07T13:55:42.512Z\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"36e36647-c743-4ccd-962a-9fdfb45960fe"},{"name":"Get Order Details","id":"83a5b7e2-d8c6-417d-8428-3cf08d932c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/orders/:order_type/:id","urlObject":{"path":["api","v1","orders",":order_type",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"283be421-3af4-40d7-b65c-aac91c1eae16","description":{"content":"<p>Order Types [RMA Inbound Outbound]</p>\n","type":"text/plain"},"type":"any","value":"Outbound","key":"order_type"},{"id":"25cfcd64-e043-4942-8fb0-b396652e0e42","description":{"content":"<p>Order ID</p>\n","type":"text/plain"},"type":"any","value":"1002","key":"id"}]}},"response":[{"id":"52217727-830d-4599-824f-f1215a60fcf3","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:order_type/:id","host":["{{base_url}}"],"path":["api","v1","orders",":order_type",":id"],"variable":[{"key":"order_type","value":"Outbound","description":"Order Types [RMA Inbound Outbound]"},{"key":"id","value":"1002","description":"Order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"9f135367fbf072c34dc279ff77920cd7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"acbf923c-7feb-406d-b7bb-1e36bb5c030d"},{"key":"X-Runtime","value":"0.077768"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.10791015625, sql.active_record;dur=34.852294921875, instantiation.active_record;dur=5.810302734375, !compile_template.action_view;dur=2.2353515625, !render_template.action_view;dur=80.488037109375, render_partial.action_view;dur=40.24609375, render_template.action_view;dur=40.750244140625, process_action.action_controller;dur=72.427001953125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 1002,\n        \"customer_id\": 263,\n        \"warehouse_id\": 3,\n        \"order_type\": \"Outbound\",\n        \"order_status\": \"Pending_Shipping\",\n        \"reference\": \"000000005\",\n        \"customer_po\": \"000000005\",\n        \"freight_charge\": \"Prepaid\",\n        \"freight\": 0,\n        \"ship_not_before\": \"2023-06-07\",\n        \"ship_after\": \"2023-06-07\",\n        \"cancel_after\": \"2023-06-07\",\n        \"external_ref\": \"5\",\n        \"instruction\": null,\n        \"source\": \"magento\",\n        \"pass_through\": {\n            \"magento_entity_id\": 5,\n            \"no_partial_shipment\": true,\n            \"magento_shipping_method\": \"freeshipping_freeshipping\",\n            \"magento_shipping_description\": \"Free Shipping - Free\"\n        },\n        \"web_text_1\": null,\n        \"web_text_2\": null,\n        \"web_text_3\": null,\n        \"web_text_4\": null,\n        \"web_text_5\": null,\n        \"created_at\": \"2023-06-07T13:55:42.495Z\",\n        \"updated_at\": \"2023-06-07T13:55:47.164Z\",\n        \"addresses\": [\n            {\n                \"id\": 1058,\n                \"order_id\": 1002,\n                \"address_type\": \"Shipping\",\n                \"name\": \"Jonah Wise\",\n                \"company\": \"Flores and Branch Trading\",\n                \"street1\": \"Et sequi velit archi\",\n                \"street2\": \"Maiores officia expe\",\n                \"street3\": null,\n                \"city\": \"Voluptatibus reicien\",\n                \"state\": \"AK\",\n                \"postal\": \"42582\",\n                \"country\": \"US\",\n                \"phone\": \"+1 (156) 567-2362\",\n                \"email\": \"customer@tikweb.com\",\n                \"residential\": false,\n                \"created_at\": \"2023-06-07T13:55:42.506Z\",\n                \"updated_at\": \"2023-06-07T13:55:42.506Z\"\n            },\n            {\n                \"id\": 1059,\n                \"order_id\": 1002,\n                \"address_type\": \"Billing\",\n                \"name\": \"Jonah Wise\",\n                \"company\": \"Flores and Branch Trading\",\n                \"street1\": \"Et sequi velit archi\",\n                \"street2\": \"Maiores officia expe\",\n                \"street3\": null,\n                \"city\": \"Voluptatibus reicien\",\n                \"state\": \"AK\",\n                \"postal\": \"42582\",\n                \"country\": \"US\",\n                \"phone\": \"+1 (156) 567-2362\",\n                \"email\": \"customer@tikweb.com\",\n                \"residential\": false,\n                \"created_at\": \"2023-06-07T13:55:42.512Z\",\n                \"updated_at\": \"2023-06-07T13:55:42.512Z\"\n            }\n        ],\n        \"order_lines\": [\n            {\n                \"id\": 2781,\n                \"order_id\": 1002,\n                \"inventory_id\": 80017,\n                \"ordered\": 1,\n                \"price\": 0,\n                \"currency\": null,\n                \"lot\": null,\n                \"expire\": null,\n                \"external_ref\": \"5\",\n                \"text_1\": null,\n                \"text_2\": null,\n                \"text_3\": null,\n                \"pass_through\": {},\n                \"created_at\": \"2023-06-07T13:55:42.501Z\",\n                \"updated_at\": \"2023-06-07T13:55:42.501Z\"\n            }\n        ],\n        \"fulfillments\": [\n            {\n                \"id\": 1009,\n                \"order_id\": 1002,\n                \"warehouse_id\": 3,\n                \"partner_reference\": null,\n                \"tracking_company\": null,\n                \"primary_tracking\": null,\n                \"tracking_data\": {},\n                \"completed_on\": null,\n                \"latest_tracking_milestone\": \"NA\",\n                \"created_at\": \"2023-06-07T13:55:43.965Z\",\n                \"updated_at\": \"2023-06-07T13:55:43.965Z\",\n                \"fulfillment_lines\": [\n                    {\n                        \"id\": 2231,\n                        \"fulfillment_id\": 1009,\n                        \"warehouse_id\": 3,\n                        \"inventory_id\": 80017,\n                        \"order_line_id\": 2781,\n                        \"planned\": 1,\n                        \"confirmed_quarantine\": 0,\n                        \"confirmed_pristine\": 0,\n                        \"is_kit_adjustment\": false,\n                        \"created_at\": \"2023-06-07T13:55:45.640Z\",\n                        \"updated_at\": \"2023-06-07T13:55:45.640Z\",\n                        \"entries\": []\n                    }\n                ]\n            }\n        ]\n    },\n    \"items\": [\n        {\n            \"id\": 80017,\n            \"sku\": \"FUN298\",\n            \"abbreviation\": \"Tikwe Modified\",\n            \"name\": \"Tk12\",\n            \"upc\": \"111119909\",\n            \"hazardous\": 0,\n            \"lot\": true,\n            \"kit\": false,\n            \"serial\": 1,\n            \"cost\": null,\n            \"cost_currency\": null,\n            \"stocks\": {\n                \"3\": {\n                    \"stock\": 1010,\n                    \"reserved\": 1\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"83a5b7e2-d8c6-417d-8428-3cf08d932c0e"},{"name":"Get Order Details with External References","id":"cc0bc157-3fbc-49b9-9db7-03056cdf7b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/orders/:order_type/:external_id/external","urlObject":{"path":["api","v1","orders",":order_type",":external_id","external"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"239909f1-8069-4f52-8eff-6597473ca804","description":{"content":"<p>Order Types [RMA Inbound Outbound]</p>\n","type":"text/plain"},"type":"any","value":"Outbound","key":"order_type"},{"id":"2afcc58e-366c-45e0-8f62-e2163d78fd81","description":{"content":"<p>External ID</p>\n","type":"text/plain"},"type":"any","value":"5","key":"external_id"}]}},"response":[{"id":"49276020-9b2f-47a5-b4f5-fcd1d7c2907a","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:order_type/:external_id/external","host":["{{base_url}}"],"path":["api","v1","orders",":order_type",":external_id","external"],"variable":[{"key":"order_type","value":"Outbound","description":"Order Types [RMA Inbound Outbound]"},{"key":"external_id","value":"5","description":"External ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"9f135367fbf072c34dc279ff77920cd7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"650b6883-13c4-44f4-98b3-17423998bdcd"},{"key":"X-Runtime","value":"0.035077"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.117919921875, sql.active_record;dur=12.479248046875, instantiation.active_record;dur=0.59814453125, !render_template.action_view;dur=20.526611328125, render_partial.action_view;dur=9.2822265625, render_template.action_view;dur=11.94580078125, process_action.action_controller;dur=29.044189453125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"order\": {\n        \"id\": 1002,\n        \"customer_id\": 263,\n        \"warehouse_id\": 3,\n        \"order_type\": \"Outbound\",\n        \"order_status\": \"Pending_Shipping\",\n        \"reference\": \"000000005\",\n        \"customer_po\": \"000000005\",\n        \"freight_charge\": \"Prepaid\",\n        \"freight\": 0,\n        \"ship_not_before\": \"2023-06-07\",\n        \"ship_after\": \"2023-06-07\",\n        \"cancel_after\": \"2023-06-07\",\n        \"external_ref\": \"5\",\n        \"instruction\": null,\n        \"source\": \"magento\",\n        \"pass_through\": {\n            \"magento_entity_id\": 5,\n            \"no_partial_shipment\": true,\n            \"magento_shipping_method\": \"freeshipping_freeshipping\",\n            \"magento_shipping_description\": \"Free Shipping - Free\"\n        },\n        \"web_text_1\": null,\n        \"web_text_2\": null,\n        \"web_text_3\": null,\n        \"web_text_4\": null,\n        \"web_text_5\": null,\n        \"created_at\": \"2023-06-07T13:55:42.495Z\",\n        \"updated_at\": \"2023-06-07T13:55:47.164Z\",\n        \"addresses\": [\n            {\n                \"id\": 1058,\n                \"order_id\": 1002,\n                \"address_type\": \"Shipping\",\n                \"name\": \"Jonah Wise\",\n                \"company\": \"Flores and Branch Trading\",\n                \"street1\": \"Et sequi velit archi\",\n                \"street2\": \"Maiores officia expe\",\n                \"street3\": null,\n                \"city\": \"Voluptatibus reicien\",\n                \"state\": \"AK\",\n                \"postal\": \"42582\",\n                \"country\": \"US\",\n                \"phone\": \"+1 (156) 567-2362\",\n                \"email\": \"customer@tikweb.com\",\n                \"residential\": false,\n                \"created_at\": \"2023-06-07T13:55:42.506Z\",\n                \"updated_at\": \"2023-06-07T13:55:42.506Z\"\n            },\n            {\n                \"id\": 1059,\n                \"order_id\": 1002,\n                \"address_type\": \"Billing\",\n                \"name\": \"Jonah Wise\",\n                \"company\": \"Flores and Branch Trading\",\n                \"street1\": \"Et sequi velit archi\",\n                \"street2\": \"Maiores officia expe\",\n                \"street3\": null,\n                \"city\": \"Voluptatibus reicien\",\n                \"state\": \"AK\",\n                \"postal\": \"42582\",\n                \"country\": \"US\",\n                \"phone\": \"+1 (156) 567-2362\",\n                \"email\": \"customer@tikweb.com\",\n                \"residential\": false,\n                \"created_at\": \"2023-06-07T13:55:42.512Z\",\n                \"updated_at\": \"2023-06-07T13:55:42.512Z\"\n            }\n        ],\n        \"order_lines\": [\n            {\n                \"id\": 2781,\n                \"order_id\": 1002,\n                \"inventory_id\": 80017,\n                \"ordered\": 1,\n                \"price\": 0,\n                \"currency\": null,\n                \"lot\": null,\n                \"expire\": null,\n                \"external_ref\": \"5\",\n                \"text_1\": null,\n                \"text_2\": null,\n                \"text_3\": null,\n                \"pass_through\": {},\n                \"created_at\": \"2023-06-07T13:55:42.501Z\",\n                \"updated_at\": \"2023-06-07T13:55:42.501Z\"\n            }\n        ],\n        \"fulfillments\": [\n            {\n                \"id\": 1009,\n                \"order_id\": 1002,\n                \"warehouse_id\": 3,\n                \"partner_reference\": null,\n                \"tracking_company\": null,\n                \"primary_tracking\": null,\n                \"tracking_data\": {},\n                \"completed_on\": null,\n                \"latest_tracking_milestone\": \"NA\",\n                \"created_at\": \"2023-06-07T13:55:43.965Z\",\n                \"updated_at\": \"2023-06-07T13:55:43.965Z\",\n                \"fulfillment_lines\": [\n                    {\n                        \"id\": 2231,\n                        \"fulfillment_id\": 1009,\n                        \"warehouse_id\": 3,\n                        \"inventory_id\": 80017,\n                        \"order_line_id\": 2781,\n                        \"planned\": 1,\n                        \"confirmed_quarantine\": 0,\n                        \"confirmed_pristine\": 0,\n                        \"is_kit_adjustment\": false,\n                        \"created_at\": \"2023-06-07T13:55:45.640Z\",\n                        \"updated_at\": \"2023-06-07T13:55:45.640Z\",\n                        \"entries\": []\n                    }\n                ]\n            }\n        ]\n    },\n    \"items\": [\n        {\n            \"id\": 80017,\n            \"sku\": \"FUN298\",\n            \"abbreviation\": \"Tikwe Modified\",\n            \"name\": \"Tk12\",\n            \"upc\": \"111119909\",\n            \"hazardous\": 0,\n            \"lot\": true,\n            \"kit\": false,\n            \"serial\": 1,\n            \"cost\": null,\n            \"cost_currency\": null,\n            \"stocks\": {\n                \"3\": {\n                    \"stock\": 1010,\n                    \"reserved\": 1\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"cc0bc157-3fbc-49b9-9db7-03056cdf7b18"},{"name":"Get Order Status","id":"893bf112-fdb1-4440-a0a2-4c7b5f8ec6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/orders/:id/statuses/history","urlObject":{"path":["api","v1","orders",":id","statuses","history"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"2be94883-efd2-45f6-8664-1e66082ccd04","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"999","key":"id"}]}},"response":[{"id":"fe712fb8-946c-4c2d-bc88-1e2afaff7f16","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:id/statuses/history","host":["{{base_url}}"],"path":["api","v1","orders",":id","statuses","history"],"variable":[{"key":"id","value":"999","description":"order id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"a31f375a5b758e99ebdb867728686ac5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8f3cdf21-c1d7-49cf-a094-88099c1fd998"},{"key":"X-Runtime","value":"0.015793"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.086669921875, sql.active_record;dur=4.57568359375, instantiation.active_record;dur=2.920166015625, !render_template.action_view;dur=1.163330078125, render_template.action_view;dur=1.236083984375, process_action.action_controller;dur=11.024169921875"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1496,\n        \"order_id\": 999,\n        \"subject\": \"Order Cloned From 992\",\n        \"current_order_status\": \"Inbound_Hold\",\n        \"payload\": {},\n        \"created_at\": \"2023-06-01T10:56:34.118Z\",\n        \"updated_at\": \"2023-06-01T10:56:34.118Z\"\n    }\n]"}],"_postman_id":"893bf112-fdb1-4440-a0a2-4c7b5f8ec6fb"},{"name":"Get Order Tracking Updates","id":"e7e105f2-e823-46ed-8029-93cb56a22e86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/orders/:id/tracking/updates","urlObject":{"path":["api","v1","orders",":id","tracking","updates"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"596f8259-6096-4ffc-9180-fc21bfc73577","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"981","key":"id"}]}},"response":[{"id":"a82d6d9a-4f68-4961-a032-2c46f9b5ebb7","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:id/tracking/updates","host":["{{base_url}}"],"path":["api","v1","orders",":id","tracking","updates"],"variable":[{"key":"id","value":"981","description":"order id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"91f410a35212a41cd2f467fba977f14e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"039b14da-5b87-4f4d-afa6-a83ce1097c8e"},{"key":"X-Runtime","value":"0.050533"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.0927734375, sql.active_record;dur=6.691650390625, instantiation.active_record;dur=7.235595703125, !compile_template.action_view;dur=0.6748046875, !render_template.action_view;dur=8.086181640625, render_partial.action_view;dur=1.5498046875, render_template.action_view;dur=7.025634765625, process_action.action_controller;dur=38.265869140625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"customer_id\": 22,\n        \"order_id\": 981,\n        \"fulfillment_id\": 986,\n        \"main_status\": \"InTransit\",\n        \"sub_status\": \"InTransit_Departure\",\n        \"milestone_code\": null,\n        \"description\": \"Departed from Facility\",\n        \"created_at\": \"2022-09-22T20:17:43.232Z\",\n        \"updated_at\": \"2022-09-22T20:17:43.232Z\"\n    },\n    {\n        \"id\": 2,\n        \"customer_id\": 22,\n        \"order_id\": 981,\n        \"fulfillment_id\": 986,\n        \"main_status\": \"InTransit\",\n        \"sub_status\": \"InTransit_Arrival\",\n        \"milestone_code\": null,\n        \"description\": \"Arrived at Facility\",\n        \"created_at\": \"2022-09-23T14:44:27.133Z\",\n        \"updated_at\": \"2022-09-23T14:44:27.133Z\"\n    },\n    {\n        \"id\": 3,\n        \"customer_id\": 22,\n        \"order_id\": 981,\n        \"fulfillment_id\": 986,\n        \"main_status\": \"InTransit\",\n        \"sub_status\": \"InTransit_Departure\",\n        \"milestone_code\": null,\n        \"description\": \"Departed from Facility\",\n        \"created_at\": \"2022-09-23T20:48:45.001Z\",\n        \"updated_at\": \"2022-09-23T20:48:45.001Z\"\n    },\n    {\n        \"id\": 4,\n        \"customer_id\": 22,\n        \"order_id\": 981,\n        \"fulfillment_id\": 986,\n        \"main_status\": \"InTransit\",\n        \"sub_status\": \"InTransit_Arrival\",\n        \"milestone_code\": null,\n        \"description\": \"Arrived at Facility\",\n        \"created_at\": \"2022-09-26T03:50:12.665Z\",\n        \"updated_at\": \"2022-09-26T03:50:12.665Z\"\n    },\n    {\n        \"id\": 5,\n        \"customer_id\": 22,\n        \"order_id\": 981,\n        \"fulfillment_id\": 986,\n        \"main_status\": \"Delivered\",\n        \"sub_status\": \"Delivered_Other\",\n        \"milestone_code\": null,\n        \"description\": \"Delivered\",\n        \"created_at\": \"2022-09-26T09:54:50.161Z\",\n        \"updated_at\": \"2022-09-26T09:54:50.161Z\"\n    },\n    {\n        \"id\": 6,\n        \"customer_id\": 22,\n        \"order_id\": 981,\n        \"fulfillment_id\": 986,\n        \"main_status\": \"Stopped\",\n        \"sub_status\": \"Stopped\",\n        \"milestone_code\": null,\n        \"description\": \"No more tracking events.\",\n        \"created_at\": \"2022-10-11T11:48:17.513Z\",\n        \"updated_at\": \"2022-10-11T11:48:17.513Z\"\n    }\n]"}],"_postman_id":"e7e105f2-e823-46ed-8029-93cb56a22e86"},{"name":"Update Order Address","id":"43c13092-e66a-4c46-9b8c-90ede0c0012f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:id/addresses/:address_type","urlObject":{"path":["api","v1","orders",":id","addresses",":address_type"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"8a182675-1279-460f-a287-27abcc968a1e","description":{"content":"<p>Order ID</p>\n","type":"text/plain"},"type":"any","value":"1000","key":"id"},{"id":"4038833b-2cc1-4952-81a0-79eeb68197e8","description":{"content":"<p>Address Type</p>\n","type":"text/plain"},"type":"any","value":"Billing","key":"address_type"}]}},"response":[{"id":"7a2c095e-37aa-439a-9a61-ca74d13dbcb1","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated Name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:id/addresses/:address_type","host":["{{base_url}}"],"path":["api","v1","orders",":id","addresses",":address_type"],"variable":[{"key":"id","value":"1000","description":"Order ID"},{"key":"address_type","value":"Billing","description":"Address Type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"40ee79fe3e666d7f10ed3701027878c9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bcd41173-e427-42de-bce2-6c07b1568e87"},{"key":"X-Runtime","value":"0.087672"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.10498046875, sql.active_record;dur=16.761474609375, instantiation.active_record;dur=0.16748046875, unpermitted_parameters.action_controller;dur=0.068359375, !compile_template.action_view;dur=0.839599609375, !render_template.action_view;dur=2.06591796875, render_partial.action_view;dur=0.6494140625, render_template.action_view;dur=1.574951171875, process_action.action_controller;dur=82.518310546875"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1055,\n    \"order_id\": 1000,\n    \"address_type\": \"Billing\",\n    \"name\": \"Updated Name\",\n    \"company\": null,\n    \"street1\": \"street\",\n    \"street2\": null,\n    \"street3\": null,\n    \"city\": \"Dhaka\",\n    \"state\": null,\n    \"postal\": \"1212\",\n    \"country\": \"BD\",\n    \"phone\": \"01723358503\",\n    \"email\": \"customer@tikweb.com\",\n    \"residential\": false,\n    \"created_at\": \"2023-06-06T11:52:53.432Z\",\n    \"updated_at\": \"2023-06-12T13:30:05.559Z\"\n}"}],"_postman_id":"43c13092-e66a-4c46-9b8c-90ede0c0012f"},{"name":"Upload Order Attachments","id":"13cb81ee-fdb7-4727-a2ff-f7c446abd40e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"},{"key":"Content-Length","value":"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":"/Users/mdrasel/Downloads/download.pdf"}]},"url":"{{base_url}}/api/v1/orders/:order_id/attachments","urlObject":{"path":["api","v1","orders",":order_id","attachments"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"333","key":"order_id"}]}},"response":[{"id":"d5f7f4e2-97ef-44f8-926d-31900922a509","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","src":["/Users/mdrasel/Downloads/download.pdf","/Users/mdrasel/Downloads/EUTR-000190.xlsx","/Users/mdrasel/Downloads/SO1587.xlsx"]}],"options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:order_id/attachments","host":["{{base_url}}"],"path":["api","v1","orders",":order_id","attachments"],"variable":[{"key":"order_id","value":"555"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"40ee79fe3e666d7f10ed3701027878c9\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bcd41173-e427-42de-bce2-6c07b1568e87"},{"key":"X-Runtime","value":"0.087672"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.10498046875, sql.active_record;dur=16.761474609375, instantiation.active_record;dur=0.16748046875, unpermitted_parameters.action_controller;dur=0.068359375, !compile_template.action_view;dur=0.839599609375, !render_template.action_view;dur=2.06591796875, render_partial.action_view;dur=0.6494140625, render_template.action_view;dur=1.574951171875, process_action.action_controller;dur=82.518310546875"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"13cb81ee-fdb7-4727-a2ff-f7c446abd40e"},{"name":"Change Order based on External Reference","id":"86a92db4-c7f8-47e8-b33d-f6959ab550a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:order_id/addresses/:address_type/external","urlObject":{"path":["api","v1","orders",":order_id","addresses",":address_type","external"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"645b5300-7d74-4d2b-b597-60823243a5d2","description":{"content":"<p>external ref. of order</p>\n","type":"text/plain"},"type":"any","value":"2","key":"order_id"},{"id":"78262858-1704-402a-a1e0-dce3a3a135a3","description":{"content":"<p>type of address (integer) [Shipping =&gt; 0, Billing =&gt; 1, Freight =&gt; 2, Return =&gt; 3]</p>\n","type":"text/plain"},"type":"any","value":"Billing","key":"address_type"}]}},"response":[{"id":"777b7e6f-9124-40a4-94d4-b0debf18678b","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:order_id/addresses/:address_type/external","host":["{{base_url}}"],"path":["api","v1","orders",":order_id","addresses",":address_type","external"],"variable":[{"key":"order_id","value":"2","description":"external ref. of order"},{"key":"address_type","value":"Billing","description":"type of address (integer) [Shipping => 0, Billing => 1, Freight => 2, Return => 3]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"35d5db6b46894794633a718d3b4a0d8e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"55ff4e91-eb3a-45a5-b043-238567421cf2"},{"key":"X-Runtime","value":"0.030790"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.0771484375, sql.active_record;dur=13.538818359375, instantiation.active_record;dur=0.16552734375, unpermitted_parameters.action_controller;dur=0.095947265625, !render_template.action_view;dur=0.561767578125, render_partial.action_view;dur=0.224365234375, render_template.action_view;dur=0.525390625, process_action.action_controller;dur=26.072265625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1055,\n    \"order_id\": 1000,\n    \"address_type\": \"Billing\",\n    \"name\": \"New name\",\n    \"company\": null,\n    \"street1\": \"street\",\n    \"street2\": null,\n    \"street3\": null,\n    \"city\": \"Dhaka\",\n    \"state\": null,\n    \"postal\": \"1212\",\n    \"country\": \"BD\",\n    \"phone\": \"01723358503\",\n    \"email\": \"customer@tikweb.com\",\n    \"residential\": false,\n    \"created_at\": \"2023-06-06T11:52:53.432Z\",\n    \"updated_at\": \"2023-06-12T13:31:44.412Z\"\n}"}],"_postman_id":"86a92db4-c7f8-47e8-b33d-f6959ab550a9"},{"name":"Process Order","id":"033cb83f-f288-4312-bd74-2e58b34075fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/api/v1/orders/:id/status","urlObject":{"path":["api","v1","orders",":id","status"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"b5014032-1141-4c42-95ff-e78f0cd27fa7","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"1000","key":"id"}]}},"response":[{"id":"2f34096c-6200-43f7-94cd-d92f12c7a61f","name":"Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:id/status","host":["{{base_url}}"],"path":["api","v1","orders",":id","status"],"variable":[{"key":"id","value":"1000","description":"order id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"0bb69a94ceef7f53ea82356a2294e281\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"010f0d08-029f-4ada-a4e4-138be636d3ac"},{"key":"X-Runtime","value":"0.093338"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.083740234375, sql.active_record;dur=10.25830078125, instantiation.active_record;dur=0.179443359375, unpermitted_parameters.action_controller;dur=0.119873046875, enqueue.active_job;dur=15.8603515625, process_action.action_controller;dur=74.95703125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order status changed successfully. Queued to transmit to warehouse.\"\n}"}],"_postman_id":"033cb83f-f288-4312-bd74-2e58b34075fa"},{"name":"Cancel Order","id":"6828539e-2f95-48b7-bbe8-bd6591252413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fulfillment_id\": 1009,\n    \"ext_reference\": \"5\",\n    \"callback_url\": \"\",\n    \"callback_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:id/cancellation","urlObject":{"path":["api","v1","orders",":id","cancellation"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"97c5282e-7aea-4240-83a1-130b38c1214f","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"1002","key":"id"}]}},"response":[{"id":"3a5e9b74-1523-4d4e-b91f-24cc2f9fb267","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fulfillment_id\": 1009,\n    \"ext_reference\": \"5\",\n    \"callback_url\": \"\",\n    \"callback_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:id/cancellation","host":["{{base_url}}"],"path":["api","v1","orders",":id","cancellation"],"variable":[{"key":"id","value":"1002","description":"order id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"290e507f3ab615c665dc32091ab05c81\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"1319a0c2-cfd4-43e6-a8f1-0219bbf79317"},{"key":"X-Runtime","value":"0.076340"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.107177734375, sql.active_record;dur=47.47607421875, instantiation.active_record;dur=0.20263671875, unpermitted_parameters.action_controller;dur=0.072998046875, !render_template.action_view;dur=0.195068359375, render_template.action_view;dur=0.254150390625, process_action.action_controller;dur=56.9423828125"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": 2,\n    \"order_id\": 1002,\n    \"fulfillment_id\": 1009,\n    \"result\": \"Data Error\",\n    \"ext_reference\": \"5\",\n    \"is_completed\": true,\n    \"reject_reason\": null\n}"}],"_postman_id":"6828539e-2f95-48b7-bbe8-bd6591252413"},{"name":"Cancel Order by External Reference","id":"2842c77f-1eb3-429a-8993-470188a02d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fulfillment_id\": 1009,\n    \"ext_reference\": \"5\",\n    \"callback_url\": \"\",\n    \"callback_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:external_id/cancellation/external","urlObject":{"path":["api","v1","orders",":external_id","cancellation","external"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"84be3298-5220-4fe1-8339-69670361eb78","type":"any","value":"5","key":"external_id"}]}},"response":[{"id":"a57bd0c1-a79f-413d-b7bb-c5df128800a9","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fulfillment_id\": 1009,\n    \"ext_reference\": \"5\",\n    \"callback_url\": \"\",\n    \"callback_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:external_id/cancellation/external","host":["{{base_url}}"],"path":["api","v1","orders",":external_id","cancellation","external"],"variable":[{"key":"external_id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"ceeca50b042a3eb6d03f66ecdeaebc0d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"5f6682f1-132a-449a-86b1-ca162adad20e"},{"key":"X-Runtime","value":"0.440173"},{"key":"Server-Timing","value":"sql.active_record;dur=50.894287109375, start_processing.action_controller;dur=0.1318359375, instantiation.active_record;dur=24.081298828125, unpermitted_parameters.action_controller;dur=0.08203125, !compile_template.action_view;dur=0.468017578125, !render_template.action_view;dur=0.625732421875, render_template.action_view;dur=0.927001953125, process_action.action_controller;dur=131.64697265625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": 1,\n    \"order_id\": 1002,\n    \"fulfillment_id\": 1009,\n    \"result\": \"Data Error\",\n    \"ext_reference\": \"5\",\n    \"is_completed\": true,\n    \"reject_reason\": null\n}"}],"_postman_id":"2842c77f-1eb3-429a-8993-470188a02d5b"},{"name":"Clone Order","id":"8f6be5a0-33de-4383-8086-e317f82d41bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/api/v1/orders/:id/clone","urlObject":{"path":["api","v1","orders",":id","clone"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"6a7a6268-277d-4b79-ae70-5650b006fb3e","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"1002","key":"id"}]}},"response":[{"id":"4ceb0e2f-fcc2-4718-8562-28c302bdaabf","name":"Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:id/clone","host":["{{base_url}}"],"path":["api","v1","orders",":id","clone"],"variable":[{"key":"id","value":"1002","description":"order id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"229866e552e620c63f3e361ae65fb3ab\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"340c4891-2249-4034-91cb-9372a48cccd5"},{"key":"X-Runtime","value":"0.392079"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.16796875, sql.active_record;dur=111.796875, instantiation.active_record;dur=72.673095703125, !compile_template.action_view;dur=0.836669921875, !render_template.action_view;dur=2.224853515625, render_partial.action_view;dur=0.683837890625, render_template.action_view;dur=1.6669921875, process_action.action_controller;dur=356.53271484375"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1003,\n    \"customer_id\": 263,\n    \"warehouse_id\": 3,\n    \"order_type\": \"Outbound\",\n    \"order_status\": \"Outbound_Hold\",\n    \"reference\": \"[C1002]000000005\",\n    \"customer_po\": \"000000005\",\n    \"freight_charge\": \"Prepaid\",\n    \"freight\": 0,\n    \"ship_not_before\": \"2023-06-07\",\n    \"ship_after\": \"2023-06-07\",\n    \"cancel_after\": \"2023-06-07\",\n    \"external_ref\": \"5\",\n    \"instruction\": null,\n    \"source\": \"magento\",\n    \"pass_through\": {\n        \"magento_entity_id\": 5,\n        \"no_partial_shipment\": true,\n        \"magento_shipping_method\": \"freeshipping_freeshipping\",\n        \"magento_shipping_description\": \"Free Shipping - Free\"\n    },\n    \"web_text_1\": null,\n    \"web_text_2\": null,\n    \"web_text_3\": null,\n    \"web_text_4\": null,\n    \"web_text_5\": null,\n    \"created_at\": \"2023-06-12T17:34:10.873Z\",\n    \"updated_at\": \"2023-06-12T17:34:10.873Z\"\n}"}],"_postman_id":"8f6be5a0-33de-4383-8086-e317f82d41bb"},{"name":"Toggole Order Cacelation","id":"70f98b68-65fe-41af-a905-74e80ec8298e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_url}}/api/v1/orders/:id/order-status","urlObject":{"path":["api","v1","orders",":id","order-status"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"904583fb-4e27-4776-b552-aade967078e0","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"1000","key":"id"}]}},"response":[{"id":"275d6f18-05ba-49a5-b531-6107ac49e66c","name":"Response","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:id/order-status","host":["{{base_url}}"],"path":["api","v1","orders",":id","order-status"],"variable":[{"key":"id","value":"1000","description":"order id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"55ab3ef0dfc437e7a5d383f37298f44a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"57d82f5c-ffda-4150-8089-27b72c25c431"},{"key":"X-Runtime","value":"0.035353"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.07666015625, sql.active_record;dur=12.2578125, instantiation.active_record;dur=0.119140625, process_action.action_controller;dur=30.736083984375"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Outbound_Cancelled\"\n}"}],"_postman_id":"70f98b68-65fe-41af-a905-74e80ec8298e"},{"name":"Get Inbound Trackings","id":"e13dc0cf-af9a-44bb-82cd-2e720bd3d660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/orders/:id/freight-progress/updates","urlObject":{"path":["api","v1","orders",":id","freight-progress","updates"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"73d75d17-52f7-4719-8f6b-74a22a02fc1a","description":{"content":"<p>order id</p>\n","type":"text/plain"},"type":"any","value":"1002","key":"id"}]}},"response":[{"id":"db4d6ae2-ad26-4a83-965e-6ac949850a8a","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/:id/freight-progress/updates","host":["{{base_url}}"],"path":["api","v1","orders",":id","freight-progress","updates"],"variable":[{"key":"id","value":"1002","description":"order id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"12e43ab0b4996f17e7b6de6ca237b039\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c947dd4d-abb5-429b-888e-b70ba7d3d76e"},{"key":"X-Runtime","value":"0.054227"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.11328125, sql.active_record;dur=7.07568359375, instantiation.active_record;dur=8.78369140625, !compile_template.action_view;dur=0.329345703125, !render_template.action_view;dur=6.92578125, render_partial.action_view;dur=0.26025390625, render_template.action_view;dur=6.826416015625, process_action.action_controller;dur=39.6484375"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackings\": [\n        {\n            \"id\": 290,\n            \"customer_id\": 263,\n            \"order_id\": 1002,\n            \"fulfillment_id\": 0,\n            \"is_stopped\": false,\n            \"tracking_status\": \"entered\",\n            \"freight_type\": \"air\",\n            \"last_check\": 1686230118,\n            \"next_check\": 1686237318,\n            \"carrier_code\": \"\",\n            \"booking_code\": \"\",\n            \"tracking_number\": \"23580644756\",\n            \"other_1\": null,\n            \"other_2\": null,\n            \"destination_airport\": \"BAB\",\n            \"freight_forwarder\": \"test\",\n            \"custom_label\": \"test\",\n            \"tracking_events\": {},\n            \"tracking_result\": null,\n            \"created_at\": \"2023-06-05T09:17:38.533Z\",\n            \"updated_at\": \"2023-06-12T11:00:04.052Z\"\n        }\n    ],\n    \"updates\": []\n}"}],"_postman_id":"e13dc0cf-af9a-44bb-82cd-2e720bd3d660"},{"name":"Set Inbound Tracking","id":"9c375d46-b045-44fe-b324-23730bf04cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"freight_type\": \"air\", \n    \"carrier_code\": \"LHR\", \n    \"booking_code\": \"\",\n    \"tracking_number\": \"235-80644756\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v1/orders/:id/freight-progress/:fulfillment_id","urlObject":{"path":["api","v1","orders",":id","freight-progress",":fulfillment_id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"f6e7b28c-6c58-4519-a3bb-c42440d75856","description":{"content":"<p>Order id</p>\n","type":"text/plain"},"type":"any","value":"1002","key":"id"},{"id":"d72eb425-1a91-4f14-8a40-e320aa211edd","description":{"content":"<p>Fulfillment ID</p>\n","type":"text/plain"},"type":"any","value":"1009","key":"fulfillment_id"}]}},"response":[{"id":"b31853fc-c558-4858-b8f3-50c15366dc35","name":"Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"freight_type\": \"air\", \n    \"carrier_code\": \"LHR\", \n    \"booking_code\": \"\",\n    \"tracking_number\": \"235-80644756\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/v1/orders/:id/freight-progress/:fulfillment_id","host":["{{base_url}}"],"path":["api","v1","orders",":id","freight-progress",":fulfillment_id"],"variable":[{"key":"id","value":"1002","description":"Order id"},{"key":"fulfillment_id","value":"1009","description":"Fulfillment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"3a021e3ec0883b55594592f78f166641\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0894a72b-b33f-463a-a5c2-8012a9e1b64c"},{"key":"X-Runtime","value":"0.865851"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.22802734375, sql.active_record;dur=106.962646484375, instantiation.active_record;dur=7.723876953125, unpermitted_parameters.action_controller;dur=0.15185546875, cache_read.active_support;dur=0.092041015625, cache_generate.active_support;dur=14.322021484375, cache_write.active_support;dur=0.732177734375, !compile_template.action_view;dur=1.65478515625, !render_template.action_view;dur=4.888916015625, render_partial.action_view;dur=1.4892578125, render_template.action_view;dur=4.731201171875, process_action.action_controller;dur=846.127197265625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 291,\n    \"customer_id\": 263,\n    \"order_id\": 1002,\n    \"fulfillment_id\": 1009,\n    \"is_stopped\": false,\n    \"tracking_status\": \"api_connected\",\n    \"freight_type\": \"air\",\n    \"last_check\": 0,\n    \"next_check\": 1686595047,\n    \"carrier_code\": \"LHR\",\n    \"booking_code\": \"\",\n    \"tracking_number\": \"235-80644756\",\n    \"other_1\": null,\n    \"other_2\": null,\n    \"destination_airport\": null,\n    \"freight_forwarder\": null,\n    \"custom_label\": null,\n    \"tracking_events\": {},\n    \"tracking_result\": null,\n    \"created_at\": \"2023-06-12T18:32:27.037Z\",\n    \"updated_at\": \"2023-06-12T18:32:27.770Z\"\n}"}],"_postman_id":"9c375d46-b045-44fe-b324-23730bf04cef"},{"name":"Terminate Order Tracking","id":"f0d7bbcb-f76e-485f-8b6b-64f69341cb32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v1/orders/freight-progress/:tracking_id/terminate","urlObject":{"path":["api","v1","orders","freight-progress",":tracking_id","terminate"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"c4ebc571-48cc-4379-b0c6-9d3933f444c7","description":{"content":"<p>tracking id of order</p>\n","type":"text/plain"},"type":"any","value":"290","key":"tracking_id"}]}},"response":[{"id":"cf291ea3-c68d-49e6-ae47-f04c3cb48ff1","name":"Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/v1/orders/freight-progress/:tracking_id/terminate","host":["{{base_url}}"],"path":["api","v1","orders","freight-progress",":tracking_id","terminate"],"variable":[{"key":"tracking_id","value":"290","description":"tracking id of order"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept, Origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"6fd65b12-52ca-4bda-8a78-4068d07498a8"},{"key":"X-Runtime","value":"0.032126"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.0908203125, sql.active_record;dur=11.081787109375, instantiation.active_record;dur=0.067138671875, process_action.action_controller;dur=25.669189453125"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0d7bbcb-f76e-485f-8b6b-64f69341cb32"}],"id":"e2773ba2-f76c-4376-84a3-40a163e82849","description":"<h3 id=\"order-types\">Order Types</h3>\n<p>There are three different order types in the platform.</p>\n<ul>\n<li><p>Outbound: An order to warehouse for shipping</p>\n</li>\n<li><p>Inbound: An order that receives by your warehouses (ASN)</p>\n</li>\n<li><p>RMA: An order that returns back to your warehouses</p>\n</li>\n</ul>\n<p>Orders can have one or multiple fulfillments. Each fulfillment is a record the platform sent to your warehouse for shipping or receiving.</p>\n<h3 id=\"order-statuses\">Order Statuses</h3>\n<p>When creating a new inbound order (Inbound &amp; RMA), you can specify two values under the <code>order_status</code> attribute:</p>\n<ul>\n<li><p>Open: The platform will automatically send an ASN to the warehouse, orders sent to warehouse cannot be modified.</p>\n</li>\n<li><p>Inbound_Hold: The order will be placed on hold. You can still modify the order if needed.</p>\n</li>\n</ul>\n<p>When creating a new outbound order (Outbound), you can specify two values under the <code>order_status</code> attribute:</p>\n<ul>\n<li><p>Open: The platform will process the order based on current stock level</p>\n<ul>\n<li><p>If everything is in stock, a single fulfillment will be created and sent to warehouse for processing</p>\n</li>\n<li><p>If the order is partially out of stock and you do not send a no partial shipment tag, the order will be processed with only in stock items and quantities</p>\n</li>\n<li><p>If the order is totally out of stock, then the order will be updated with a <code>Out_of_Stock</code> status</p>\n</li>\n</ul>\n</li>\n<li><p>Outbound_Hold: The order will be placed on hold. You can still modify the order if needed.</p>\n</li>\n</ul>\n<p><em><strong>Partial Shipment</strong></em></p>\n<blockquote>\n<p>The default behavior is to send order with partial shipments allowed. That means if an order can only be partially shipped, the platform will still create a fulfillment and send to warehouse (with the in stock items and quantities only). Your order may end up becoming a back order unexpectedly. </p>\n</blockquote>\n<blockquote>\n<p>You can specify a special tag under the order.pass_through object to stop the platform from creating partial shipments: </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"reference\": \"My-Order\",\n    \"...\": \"...\",\n    \"pass_through\" = {\n        \"no_partial_shipment\": true\n    }\n}\n\n</code></pre>\n<p><strong>Order and Fulfillment</strong></p>\n<blockquote>\n<p>An order can have multiple fulfillment(s). Your warehouse is only receiving fulfillment, they do not have access to the original order </p>\n</blockquote>\n<h3 id=\"order\">Order</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_id</td>\n<td>bigint</td>\n<td>Unique identifier for the customer. Cannot be null.</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>bigint</td>\n<td>Unique identifier for the warehouse. Cannot be null.</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>integer</td>\n<td>0: Inbound  <br />1: Outbound  <br />-1: RMA</td>\n</tr>\n<tr>\n<td>order_status</td>\n<td>integer</td>\n<td>Status of the order.</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>string</td>\n<td>Reference code for the order.</td>\n</tr>\n<tr>\n<td>customer_po</td>\n<td>string</td>\n<td>Customer's purchase order number.</td>\n</tr>\n<tr>\n<td>freight_charge</td>\n<td>integer</td>\n<td>Freight charge for the order. Default: 0.</td>\n</tr>\n<tr>\n<td>freight</td>\n<td>bigint</td>\n<td>Freight amount for the order. Default: 0.</td>\n</tr>\n<tr>\n<td>ship_not_before</td>\n<td>date</td>\n<td>Do not ship before</td>\n</tr>\n<tr>\n<td>ship_after</td>\n<td>date</td>\n<td>Date indicating the earliest shipping date.</td>\n</tr>\n<tr>\n<td>cancel_after</td>\n<td>date</td>\n<td>Date after which the order can be canceled.</td>\n</tr>\n<tr>\n<td>delivery_date</td>\n<td>date</td>\n<td>Date of deliver the item</td>\n</tr>\n<tr>\n<td>external_ref</td>\n<td>string</td>\n<td>External reference for the order.</td>\n</tr>\n<tr>\n<td>instruction</td>\n<td>text</td>\n<td>Instructions or additional information for the order.</td>\n</tr>\n<tr>\n<td>source</td>\n<td>integer</td>\n<td>Source of the order. Possible values: 0.</td>\n</tr>\n<tr>\n<td>pass_through</td>\n<td>json</td>\n<td>Additional information passed through for the order stored as JSON.</td>\n</tr>\n<tr>\n<td>integration_mapping</td>\n<td>json</td>\n<td>Integration-specific mappings for the order stored as JSON.</td>\n</tr>\n<tr>\n<td>internal_bool</td>\n<td>boolean</td>\n<td>Internal boolean attribute for the order. Default: true.</td>\n</tr>\n<tr>\n<td>web_text_1</td>\n<td>string</td>\n<td>Web text field 1 for the order.</td>\n</tr>\n<tr>\n<td>web_text_2</td>\n<td>string</td>\n<td>Web text field 2 for the order.</td>\n</tr>\n<tr>\n<td>web_text_3</td>\n<td>string</td>\n<td>Web text field 3 for the order.</td>\n</tr>\n<tr>\n<td>web_text_4</td>\n<td>string</td>\n<td>Web text field 4 for the order.</td>\n</tr>\n<tr>\n<td>web_text_5</td>\n<td>string</td>\n<td>Web text field 5 for the order.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date and time of creation.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date and time of last update.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"fulfillment\">Fulfillment</h3>\n<p>Fulfillment refers to the process of delivering products or services to customers. It encompasses all the activities involved in order processing, picking, packing, shipping, and delivering goods to the end customers in a timely and efficient manner.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>bigint</td>\n<td>Unique identifier for the order.</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>bigint</td>\n<td>Unique identifier for the warehouse. Cannot be null.</td>\n</tr>\n<tr>\n<td>partner_reference</td>\n<td>string</td>\n<td>Reference code from the partner.</td>\n</tr>\n<tr>\n<td>tracking_company</td>\n<td>string</td>\n<td>Name of the tracking company.</td>\n</tr>\n<tr>\n<td>primary_tracking</td>\n<td>string</td>\n<td>Primary tracking information for the order.</td>\n</tr>\n<tr>\n<td>tracking_data</td>\n<td>json</td>\n<td>Tracking data for the order stored as JSON. Cannot be null.</td>\n</tr>\n<tr>\n<td>connection_id</td>\n<td>integer</td>\n<td>Connection identifier. Default: 0.</td>\n</tr>\n<tr>\n<td>auto_partner_load</td>\n<td>boolean</td>\n<td>Indicates if the partner load is done automatically. Default: false.</td>\n</tr>\n<tr>\n<td>partner_fulfilled</td>\n<td>boolean</td>\n<td>Indicates if the order is fulfilled by the partner. Default: false.</td>\n</tr>\n<tr>\n<td>partner_load_status</td>\n<td>integer</td>\n<td>Status of the partner load. Default: 0.</td>\n</tr>\n<tr>\n<td>integration_mappings</td>\n<td>json</td>\n<td>Integration-specific mappings for the order stored as JSON. Cannot be null.</td>\n</tr>\n<tr>\n<td>completed_on</td>\n<td>date</td>\n<td>Date when the order was completed.</td>\n</tr>\n<tr>\n<td>next_check</td>\n<td>integer</td>\n<td>Interval for the next check. Default: 0.</td>\n</tr>\n<tr>\n<td>notified</td>\n<td>boolean</td>\n<td>Indicates if the order has been notified. Default: false.</td>\n</tr>\n<tr>\n<td>latest_tracking_milestone</td>\n<td>integer</td>\n<td>Latest tracking milestone. Default: 0.</td>\n</tr>\n<tr>\n<td>partner_carrier_code</td>\n<td>string</td>\n<td>Carrier code from the partner.</td>\n</tr>\n<tr>\n<td>partner_tracking_code</td>\n<td>string</td>\n<td>Tracking code from the partner.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date and time of creation.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date and time of last update.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"fulfillment-line\">Fulfillment Line</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fulfillment_id</td>\n<td>bigint</td>\n<td>Unique identifier for the fulfillment. Cannot be null.</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>bigint</td>\n<td>Unique identifier for the warehouse. Cannot be null.</td>\n</tr>\n<tr>\n<td>inventory_id</td>\n<td>bigint</td>\n<td>Unique identifier for the inventory. Cannot be null.</td>\n</tr>\n<tr>\n<td>order_line_id</td>\n<td>bigint</td>\n<td>Identifier for the order line.</td>\n</tr>\n<tr>\n<td>planned</td>\n<td>integer</td>\n<td>Quantity planned for fulfillment. Default: 0.</td>\n</tr>\n<tr>\n<td>confirmed_quarantine</td>\n<td>integer</td>\n<td>Quantity confirmed in quarantine. Default: 0.</td>\n</tr>\n<tr>\n<td>confirmed_pristine</td>\n<td>integer</td>\n<td>Quantity confirmed as pristine. Default: 0.</td>\n</tr>\n<tr>\n<td>is_kit_adjustment</td>\n<td>boolean</td>\n<td>Indicates if it's a kit adjustment. Default: false.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date and time of creation.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date and time of last update.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e2773ba2-f76c-4376-84a3-40a163e82849"},{"name":"Warehouse","item":[{"name":"Get Warehouse Resources","id":"f85d9d55-1f52-4c29-8321-1c4a537b32d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/resources/warehouses","urlObject":{"path":["api","resources","warehouses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"24886aca-4e0e-466a-aec4-0267456d292f","name":"Response","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/resources/warehouses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept, Origin"},{"key":"ETag","value":"W/\"42121b3497c432eef9509d3455e467aa\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"0bb46bdc-12a2-4972-b38e-5158f35511f0"},{"key":"X-Runtime","value":"0.010145"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.057861328125, sql.active_record;dur=2.0693359375, instantiation.active_record;dur=0.055908203125, !compile_template.action_view;dur=0.186767578125, !render_template.action_view;dur=0.397216796875, render_template.action_view;dur=0.468017578125, process_action.action_controller;dur=5.7353515625"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 263,\n    \"company\": \"End To End Org\",\n    \"warehouses\": [\n        {\n            \"id\": 3,\n            \"code\": \"EU_DK\",\n            \"carriers\": [\n                {\n                    \"id\": 15,\n                    \"code\": \"GLS_NE\",\n                    \"name\": \"GLS Normal Erhvervspakke\"\n                },\n                {\n                    \"id\": 16,\n                    \"code\": \"GLS_Pakkeshop\",\n                    \"name\": \"GLS Pakkeshop\"\n                },\n                {\n                    \"id\": 23,\n                    \"code\": \"STOP\",\n                    \"name\": \"STOP\"\n                },\n                {\n                    \"id\": 32,\n                    \"code\": \"GLSDKBD\",\n                    \"name\": \"GLSDKBD (B2B)\"\n                },\n                {\n                    \"id\": 33,\n                    \"code\": \"GLSEUEX\",\n                    \"name\": \"GLSEUEX (B2B)\"\n                },\n                {\n                    \"id\": 34,\n                    \"code\": \"GLSDKPS\",\n                    \"name\": \"GLSDKPS (B2C)\"\n                },\n                {\n                    \"id\": 35,\n                    \"code\": \"GLSDKHD\",\n                    \"name\": \"GLSDKHD (B2C)\"\n                },\n                {\n                    \"id\": 36,\n                    \"code\": \"GLSEUEX\",\n                    \"name\": \"GLSEUEX (B2C)\"\n                },\n                {\n                    \"id\": 37,\n                    \"code\": \"UPSEUSTD\",\n                    \"name\": \"UPSEUSTD (B2B)\"\n                },\n                {\n                    \"id\": 38,\n                    \"code\": \"DHLIEXWPX\",\n                    \"name\": \"DHLIEXWPX (B2B)\"\n                },\n                {\n                    \"id\": 50,\n                    \"code\": \"SGLBWS\",\n                    \"name\": \"SGLBWS (Test)\"\n                },\n                {\n                    \"id\": 51,\n                    \"code\": \"SGLDHL\",\n                    \"name\": \"SGLDHL (Test)\"\n                },\n                {\n                    \"id\": 52,\n                    \"code\": \"SGLGLS\",\n                    \"name\": \"SGLGLS (Test)\"\n                },\n                {\n                    \"id\": 53,\n                    \"code\": \"SGLGLX\",\n                    \"name\": \"SGLGLX (Test)\"\n                },\n                {\n                    \"id\": 54,\n                    \"code\": \"SGLUPS\",\n                    \"name\": \"SGLUPS (Test)\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f85d9d55-1f52-4c29-8321-1c4a537b32d6"}],"id":"4380028c-04d6-479e-9d40-836c04fcffa4","description":"<p>The platform provide a single endpoint where you can get your account ID, a list of warehouses associated to your account and their supported carriers.</p>\n<ul>\n<li>The warehouse ID is required when creating any orders (inbound or outbound)</li>\n<li>The carrier ID is optional when creating outbound orders. You can specify a carrier ID to ask the warehouse to ship via a particular supported carrier company</li>\n</ul>\n","_postman_id":"4380028c-04d6-479e-9d40-836c04fcffa4"},{"name":"Webhook","item":[],"id":"5435dede-2c11-4588-9a2f-1d5fe8cea000","description":"<h2 id=\"creating-webhooks\">Creating Webhooks</h2>\n<p>The platform provide a single endpoint where you can get your account ID, a list of warehouses associated to your account and their supported carriers.</p>\n<ul>\n<li><p>The warehouse ID is required when creating any orders (inbound or outbound)</p>\n</li>\n<li><p>The carrier ID is optional when creating outbound orders. You can specify a carrier ID to ask the warehouse to ship via a particular supported carrier company</p>\n</li>\n</ul>\n<h2 id=\"webhook-security\">Webhook Security</h2>\n<p>When sending a request to your HTTP endpoint, the system will include a header called \"X-Webhook-Signature\"</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">X-Webhook-Signature: tWxdTw0vWK3HH1Qord3Hm49VijJ8RPHTVbXjJzH3d3s=\n\n</code></pre>\n<p>he value of the signature is a base64 encoded HMAC-SHA256 hash of the request body payload in JSON string, with the secure signature as the hash key. You can enter a secure signature at time of creating a webhook using our web UI.</p>\n<p>You should always compute the signature value on your server using the hash token and compare the value to the request header.</p>\n<h2 id=\"sample-payload\">Sample Payload</h2>\n<blockquote>\n<p><strong>Adjustment</strong> </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Event\": \"Adjustment\",\n    \"Payload\": {\n        \"adjustment_id\": 51,\n        \"warehouse_id\": 3,\n        \"warehouse_code\": \"US_West_NV\",\n        \"warehouse_reference\": \"TEST TWO\",\n        \"lines\": [\n        {\n            \"inventory_id\": 7108,\n            \"inventory_sku\": \"CA-CUS1-5006\",\n            \"inventory_external_1\": \"7871325005\",\n            \"quantity_change\": 1,\n            \"quarantined\": false,\n            \"created_at\": \"2020-06-30T14:05:49.860Z\"\n        }\n        ]\n    }\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Order Created (Inbound or RMA)</strong> </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Event\": \"Order Created\",\n    \"Payload\": {\n        \"id\": 45,\n        \"customer_id\": 1,\n        \"warehouse_id\": 3,\n        \"order_type\": \"Inbound\",\n        \"order_status\": \"Inbound_Hold\",\n        \"reference\": \"TEST1023\",\n        \"customer_po\": \"TEST1023\",\n        \"freight_charge\": null,\n        \"freight\": null,\n        \"ship_not_before\": null,\n        \"ship_after\": null,\n        \"cancel_after\": null,\n        \"external_ref\": \"34898D32\",\n        \"instruction\": \"Warehouse instruction here\",\n        \"source\": \"excel\",\n        \"pass_through\": [],\n        \"integration_mapping\": [],\n        \"created_at\": \"2020-07-01T16:26:56.573Z\",\n        \"updated_at\": \"2020-07-01T16:26:56.573Z\",\n        \"warehouse\": {\n        \"id\": 3,\n        \"code\": \"US_West_NV\",\n        \"display_name\": \"USA Los Vegas\"\n        },\n        \"addresses\": [],\n        \"order_lines\": [\n        {\n            \"id\": 175,\n            \"order_id\": 45,\n            \"inventory_id\": 7103,\n            \"ordered\": 50,\n            \"price\": null,\n            \"currency\": null,\n            \"lot\": \"LOT6185189\",\n            \"expire\": \"2021-05-20\",\n            \"external_ref\": \"34898D32-1\",\n            \"pass_through\": [],\n            \"integration_mapping\": [],\n            \"created_at\": \"2020-07-01T16:26:56.575Z\",\n            \"updated_at\": \"2020-07-01T16:26:56.575Z\",\n            \"inventory\": {\n            \"id\": 7103,\n            \"sku\": \"CA-CUS1-5001\",\n            \"abbreviation\": \"CA-CUS1-5001\",\n            \"name\": \"Heavy Duty Bronze Pants\",\n            \"upc\": \"8690538785177\",\n            \"lot\": 1,\n            \"cost\": 1.83,\n            \"cost_currency\": \"LKR\",\n            \"external_1\": \"4724650721\"\n            }\n        },\n        {\n            \"id\": 176,\n            \"order_id\": 45,\n            \"inventory_id\": 7103,\n            \"ordered\": 20,\n            \"price\": null,\n            \"currency\": null,\n            \"lot\": \"LOT6185190\",\n            \"expire\": \"2021-09-20\",\n            \"external_ref\": \"34898D32-2\",\n            \"pass_through\": [],\n            \"integration_mapping\": [],\n            \"created_at\": \"2020-07-01T16:26:56.577Z\",\n            \"updated_at\": \"2020-07-01T16:26:56.577Z\",\n            \"inventory\": {\n            \"id\": 7103,\n            \"sku\": \"CA-CUS1-5001\",\n            \"abbreviation\": \"CA-CUS1-5001\",\n            \"name\": \"Heavy Duty Bronze Pants\",\n            \"upc\": \"8690538785177\",\n            \"lot\": 1,\n            \"cost\": 1.83,\n            \"cost_currency\": \"LKR\",\n            \"external_1\": \"4724650721\"\n            }\n        },\n        {\n            \"id\": 177,\n            \"order_id\": 45,\n            \"inventory_id\": 7104,\n            \"ordered\": 80,\n            \"price\": null,\n            \"currency\": null,\n            \"lot\": null,\n            \"expire\": null,\n            \"external_ref\": \"34898D32-3\",\n            \"pass_through\": [],\n            \"integration_mapping\": [],\n            \"created_at\": \"2020-07-01T16:26:56.578Z\",\n            \"updated_at\": \"2020-07-01T16:26:56.578Z\",\n            \"inventory\": {\n            \"id\": 7104,\n            \"sku\": \"CA-CUS1-5002\",\n            \"abbreviation\": \"CA-CUS1-5002\",\n            \"name\": \"Rustic Wool Plate\",\n            \"upc\": \"3014124928659\",\n            \"lot\": 0,\n            \"cost\": 9.12,\n            \"cost_currency\": \"ZAR\",\n            \"external_1\": \"9603456237\"\n            }\n        },\n        {\n            \"id\": 178,\n            \"order_id\": 45,\n            \"inventory_id\": 7105,\n            \"ordered\": 100,\n            \"price\": null,\n            \"currency\": null,\n            \"lot\": null,\n            \"expire\": null,\n            \"external_ref\": \"34898D32-4\",\n            \"pass_through\": [],\n            \"integration_mapping\": [],\n            \"created_at\": \"2020-07-01T16:26:56.579Z\",\n            \"updated_at\": \"2020-07-01T16:26:56.579Z\",\n            \"inventory\": {\n            \"id\": 7105,\n            \"sku\": \"CA-CUS1-5003\",\n            \"abbreviation\": \"CA-CUS1-5003\",\n            \"name\": \"Rustic Aluminum Gloves\",\n            \"upc\": \"6576780340017\",\n            \"lot\": 0,\n            \"cost\": 7.95,\n            \"cost_currency\": \"BMD\",\n            \"external_1\": \"2995935323\"\n            }\n        }\n        ]\n    }\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Order Created (Outbound)</strong> </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Event\": \"Order Created\",\n    \"Payload\": {\n        \"id\": 46,\n        \"customer_id\": 1,\n        \"warehouse_id\": 3,\n        \"order_type\": \"Outbound\",\n        \"order_status\": \"Pending_Shipping\",\n        \"reference\": \"TEST458\",\n        \"customer_po\": \"TEST458\",\n        \"freight_charge\": \"Prepaid\",\n        \"freight\": null,\n        \"ship_not_before\": \"2020-06-15\",\n        \"ship_after\": \"2020-06-15\",\n        \"cancel_after\": \"2020-06-15\",\n        \"external_ref\": \"561891D12\",\n        \"instruction\": null,\n        \"source\": \"excel\",\n        \"pass_through\": [],\n        \"integration_mapping\": [],\n        \"created_at\": \"2020-07-01T16:59:28.438Z\",\n        \"updated_at\": \"2020-07-01T16:59:28.471Z\",\n        \"warehouse\": {\n        \"id\": 3,\n        \"code\": \"US_West_NV\",\n        \"display_name\": \"USA Los Vegas\"\n        },\n        \"addresses\": [\n        {\n            \"id\": 50,\n            \"order_id\": 46,\n            \"address_type\": \"Shipping\",\n            \"name\": \"John Doe\",\n            \"company\": \"Test Company\",\n            \"street1\": \"123 Main St\",\n            \"street2\": \"Suite 101\",\n            \"street3\": null,\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"postal\": \"12345\",\n            \"country\": \"US\",\n            \"phone\": null,\n            \"email\": null,\n            \"residential\": false,\n            \"created_at\": \"2020-07-01T16:59:28.447Z\",\n            \"updated_at\": \"2020-07-01T16:59:28.447Z\"\n        }\n        ],\n        \"order_lines\": [\n        {\n            \"id\": 179,\n            \"order_id\": 46,\n            \"inventory_id\": 7103,\n            \"ordered\": 2,\n            \"price\": null,\n            \"currency\": null,\n            \"lot\": null,\n            \"expire\": null,\n            \"external_ref\": \"561891D12-1\",\n            \"pass_through\": [],\n            \"integration_mapping\": [],\n            \"created_at\": \"2020-07-01T16:59:28.448Z\",\n            \"updated_at\": \"2020-07-01T16:59:28.448Z\",\n            \"inventory\": {\n            \"id\": 7103,\n            \"sku\": \"CA-CUS1-5001\",\n            \"abbreviation\": \"CA-CUS1-5001\",\n            \"name\": \"Heavy Duty Bronze Pants\",\n            \"upc\": \"8690538785177\",\n            \"lot\": 1,\n            \"cost\": 1.83,\n            \"cost_currency\": \"LKR\",\n            \"external_1\": \"4724650721\"\n            }\n        },\n        {\n            \"id\": 180,\n            \"order_id\": 46,\n            \"inventory_id\": 7104,\n            \"ordered\": 1,\n            \"price\": null,\n            \"currency\": null,\n            \"lot\": null,\n            \"expire\": null,\n            \"external_ref\": \"561891D12-2\",\n            \"pass_through\": [],\n            \"integration_mapping\": [],\n            \"created_at\": \"2020-07-01T16:59:28.450Z\",\n            \"updated_at\": \"2020-07-01T16:59:28.450Z\",\n            \"inventory\": {\n            \"id\": 7104,\n            \"sku\": \"CA-CUS1-5002\",\n            \"abbreviation\": \"CA-CUS1-5002\",\n            \"name\": \"Rustic Wool Plate\",\n            \"upc\": \"3014124928659\",\n            \"lot\": 0,\n            \"cost\": 9.12,\n            \"cost_currency\": \"ZAR\",\n            \"external_1\": \"9603456237\"\n            }\n        },\n        {\n            \"id\": 181,\n            \"order_id\": 46,\n            \"inventory_id\": 7105,\n            \"ordered\": 3,\n            \"price\": null,\n            \"currency\": null,\n            \"lot\": null,\n            \"expire\": null,\n            \"external_ref\": \"561891D12-3\",\n            \"pass_through\": [],\n            \"integration_mapping\": [],\n            \"created_at\": \"2020-07-01T16:59:28.451Z\",\n            \"updated_at\": \"2020-07-01T16:59:28.451Z\",\n            \"inventory\": {\n            \"id\": 7105,\n            \"sku\": \"CA-CUS1-5003\",\n            \"abbreviation\": \"CA-CUS1-5003\",\n            \"name\": \"Rustic Aluminum Gloves\",\n            \"upc\": \"6576780340017\",\n            \"lot\": 0,\n            \"cost\": 7.95,\n            \"cost_currency\": \"BMD\",\n            \"external_1\": \"2995935323\"\n            }\n        }\n        ]\n    }\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Order Processed</strong> </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Event\": \"Order Processed\",\n    \"Payload\": {\n        \"id\": 52,\n        \"warehouse_id\": 3,\n        \"partner_reference\": null,\n        \"tracking_company\": null,\n        \"primary_tracking\": null,\n        \"completed_on\": null,\n        \"created_at\": \"2020-07-01T16:29:33.430Z\",\n        \"updated_at\": \"2020-07-01T16:29:33.430Z\",\n        \"order\": {\n        \"id\": 45,\n        \"order_type\": \"Inbound\",\n        \"order_status\": \"ASN\",\n        \"reference\": \"TEST1023\",\n        \"customer_po\": \"TEST1023\",\n        \"external_ref\": \"34898D32\"\n        },\n        \"warehouse\": {\n        \"id\": 3,\n        \"code\": \"US_West_NV\",\n        \"display_name\": \"USA Los Vegas\"\n        },\n        \"fulfillment_lines\": [\n        {\n            \"id\": 150,\n            \"fulfillment_id\": 52,\n            \"inventory_id\": 7103,\n            \"order_line_id\": 175,\n            \"planned\": 50,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 0,\n            \"inventory\": {\n            \"id\": 7103,\n            \"sku\": \"CA-CUS1-5001\",\n            \"abbreviation\": \"CA-CUS1-5001\",\n            \"name\": \"Heavy Duty Bronze Pants\",\n            \"upc\": \"8690538785177\",\n            \"lot\": 1,\n            \"cost\": 1.83,\n            \"cost_currency\": \"LKR\",\n            \"external_1\": \"4724650721\"\n            },\n            \"order_line\": { \"id\": 175, \"external_ref\": \"34898D32-1\" }\n        },\n        {\n            \"id\": 151,\n            \"fulfillment_id\": 52,\n            \"inventory_id\": 7103,\n            \"order_line_id\": 176,\n            \"planned\": 20,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 0,\n            \"inventory\": {\n            \"id\": 7103,\n            \"sku\": \"CA-CUS1-5001\",\n            \"abbreviation\": \"CA-CUS1-5001\",\n            \"name\": \"Heavy Duty Bronze Pants\",\n            \"upc\": \"8690538785177\",\n            \"lot\": 1,\n            \"cost\": 1.83,\n            \"cost_currency\": \"LKR\",\n            \"external_1\": \"4724650721\"\n            },\n            \"order_line\": { \"id\": 176, \"external_ref\": \"34898D32-2\" }\n        },\n        {\n            \"id\": 152,\n            \"fulfillment_id\": 52,\n            \"inventory_id\": 7104,\n            \"order_line_id\": 177,\n            \"planned\": 80,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 0,\n            \"inventory\": {\n            \"id\": 7104,\n            \"sku\": \"CA-CUS1-5002\",\n            \"abbreviation\": \"CA-CUS1-5002\",\n            \"name\": \"Rustic Wool Plate\",\n            \"upc\": \"3014124928659\",\n            \"lot\": 0,\n            \"cost\": 9.12,\n            \"cost_currency\": \"ZAR\",\n            \"external_1\": \"9603456237\"\n            },\n            \"order_line\": { \"id\": 177, \"external_ref\": \"34898D32-3\" }\n        },\n        {\n            \"id\": 153,\n            \"fulfillment_id\": 52,\n            \"inventory_id\": 7105,\n            \"order_line_id\": 178,\n            \"planned\": 100,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 0,\n            \"inventory\": {\n            \"id\": 7105,\n            \"sku\": \"CA-CUS1-5003\",\n            \"abbreviation\": \"CA-CUS1-5003\",\n            \"name\": \"Rustic Aluminum Gloves\",\n            \"upc\": \"6576780340017\",\n            \"lot\": 0,\n            \"cost\": 7.95,\n            \"cost_currency\": \"BMD\",\n            \"external_1\": \"2995935323\"\n            },\n            \"order_line\": { \"id\": 178, \"external_ref\": \"34898D32-4\" }\n        }\n        ]\n    }\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Fulfillment Received</strong> </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Event\": \"Order Fulfilled\",\n    \"Payload\": {\n        \"id\": 52,\n        \"warehouse_id\": 3,\n        \"partner_reference\": \"43823\",\n        \"tracking_company\": null,\n        \"primary_tracking\": null,\n        \"completed_on\": \"2020-07-01\",\n        \"created_at\": \"2020-07-01T16:29:33.430Z\",\n        \"updated_at\": \"2020-07-01T16:52:51.672Z\",\n        \"order\": {\n        \"id\": 45,\n        \"order_type\": \"Inbound\",\n        \"order_status\": \"Received\",\n        \"reference\": \"TEST1023\",\n        \"customer_po\": \"TEST1023\",\n        \"external_ref\": \"34898D32\"\n        },\n        \"warehouse\": {\n        \"id\": 3,\n        \"code\": \"US_West_NV\",\n        \"display_name\": \"USA Los Vegas\"\n        },\n        \"fulfillment_lines\": [\n        {\n            \"id\": 150,\n            \"fulfillment_id\": 52,\n            \"inventory_id\": 7103,\n            \"order_line_id\": 175,\n            \"planned\": 50,\n            \"confirmed_quarantine\": 3,\n            \"confirmed_pristine\": 48,\n            \"inventory\": {\n            \"id\": 7103,\n            \"sku\": \"CA-CUS1-5001\",\n            \"abbreviation\": \"CA-CUS1-5001\",\n            \"name\": \"Heavy Duty Bronze Pants\",\n            \"upc\": \"8690538785177\",\n            \"lot\": 1,\n            \"cost\": 1.83,\n            \"cost_currency\": \"LKR\",\n            \"external_1\": \"4724650721\"\n            },\n            \"order_line\": { \"id\": 175, \"external_ref\": \"34898D32-1\" }\n        },\n        {\n            \"id\": 151,\n            \"fulfillment_id\": 52,\n            \"inventory_id\": 7103,\n            \"order_line_id\": 176,\n            \"planned\": 20,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 20,\n            \"inventory\": {\n            \"id\": 7103,\n            \"sku\": \"CA-CUS1-5001\",\n            \"abbreviation\": \"CA-CUS1-5001\",\n            \"name\": \"Heavy Duty Bronze Pants\",\n            \"upc\": \"8690538785177\",\n            \"lot\": 1,\n            \"cost\": 1.83,\n            \"cost_currency\": \"LKR\",\n            \"external_1\": \"4724650721\"\n            },\n            \"order_line\": { \"id\": 176, \"external_ref\": \"34898D32-2\" }\n        },\n        {\n            \"id\": 152,\n            \"fulfillment_id\": 52,\n            \"inventory_id\": 7104,\n            \"order_line_id\": 177,\n            \"planned\": 80,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 80,\n            \"inventory\": {\n            \"id\": 7104,\n            \"sku\": \"CA-CUS1-5002\",\n            \"abbreviation\": \"CA-CUS1-5002\",\n            \"name\": \"Rustic Wool Plate\",\n            \"upc\": \"3014124928659\",\n            \"lot\": 0,\n            \"cost\": 9.12,\n            \"cost_currency\": \"ZAR\",\n            \"external_1\": \"9603456237\"\n            },\n            \"order_line\": { \"id\": 177, \"external_ref\": \"34898D32-3\" }\n        },\n        {\n            \"id\": 153,\n            \"fulfillment_id\": 52,\n            \"inventory_id\": 7105,\n            \"order_line_id\": 178,\n            \"planned\": 100,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 98,\n            \"inventory\": {\n            \"id\": 7105,\n            \"sku\": \"CA-CUS1-5003\",\n            \"abbreviation\": \"CA-CUS1-5003\",\n            \"name\": \"Rustic Aluminum Gloves\",\n            \"upc\": \"6576780340017\",\n            \"lot\": 0,\n            \"cost\": 7.95,\n            \"cost_currency\": \"BMD\",\n            \"external_1\": \"2995935323\"\n            },\n            \"order_line\": { \"id\": 178, \"external_ref\": \"34898D32-4\" }\n        }\n        ]\n    }\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Fulfillment Shipped (Default)</strong> </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Event\": \"Order Fulfilled\",\n    \"Payload\": {\n        \"id\": 53,\n        \"warehouse_id\": 3,\n        \"partner_reference\": \"5618\",\n        \"tracking_company\": \"Fedex\",\n        \"primary_tracking\": \"456532146984\",\n        \"completed_on\": \"2020-07-16\",\n        \"created_at\": \"2020-07-01T16:59:28.474Z\",\n        \"updated_at\": \"2020-07-01T17:03:16.621Z\",\n        \"order\": {\n        \"id\": 46,\n        \"order_type\": \"Outbound\",\n        \"order_status\": \"Shipped\",\n        \"reference\": \"TEST458\",\n        \"customer_po\": \"TEST458\",\n        \"external_ref\": \"561891D12\"\n        },\n        \"warehouse\": {\n        \"id\": 3,\n        \"code\": \"US_West_NV\",\n        \"display_name\": \"USA Los Vegas\"\n        },\n        \"fulfillment_lines\": [\n        {\n            \"id\": 154,\n            \"fulfillment_id\": 53,\n            \"inventory_id\": 7103,\n            \"order_line_id\": 179,\n            \"planned\": 2,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 2,\n            \"inventory\": {\n            \"id\": 7103,\n            \"sku\": \"CA-CUS1-5001\",\n            \"abbreviation\": \"CA-CUS1-5001\",\n            \"name\": \"Heavy Duty Bronze Pants\",\n            \"upc\": \"8690538785177\",\n            \"lot\": 1,\n            \"cost\": 1.83,\n            \"cost_currency\": \"LKR\",\n            \"external_1\": \"4724650721\"\n            },\n            \"order_line\": { \"id\": 179, \"external_ref\": \"561891D12-1\" }\n        },\n        {\n            \"id\": 155,\n            \"fulfillment_id\": 53,\n            \"inventory_id\": 7104,\n            \"order_line_id\": 180,\n            \"planned\": 1,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 1,\n            \"inventory\": {\n            \"id\": 7104,\n            \"sku\": \"CA-CUS1-5002\",\n            \"abbreviation\": \"CA-CUS1-5002\",\n            \"name\": \"Rustic Wool Plate\",\n            \"upc\": \"3014124928659\",\n            \"lot\": 0,\n            \"cost\": 9.12,\n            \"cost_currency\": \"ZAR\",\n            \"external_1\": \"9603456237\"\n            },\n            \"order_line\": { \"id\": 180, \"external_ref\": \"561891D12-2\" }\n        },\n        {\n            \"id\": 156,\n            \"fulfillment_id\": 53,\n            \"inventory_id\": 7105,\n            \"order_line_id\": 181,\n            \"planned\": 3,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 3,\n            \"inventory\": {\n            \"id\": 7105,\n            \"sku\": \"CA-CUS1-5003\",\n            \"abbreviation\": \"CA-CUS1-5003\",\n            \"name\": \"Rustic Aluminum Gloves\",\n            \"upc\": \"6576780340017\",\n            \"lot\": 0,\n            \"cost\": 7.95,\n            \"cost_currency\": \"BMD\",\n            \"external_1\": \"2995935323\"\n            },\n            \"order_line\": { \"id\": 181, \"external_ref\": \"561891D12-3\" }\n        }\n        ]\n    }\n}\n\n</code></pre>\n<blockquote>\n<p><strong>Fulfillment Shipped (EC856 Template)</strong> </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Event\": \"Order Fulfilled\",\n    \"Payload\": {\n        \"id\": 412,\n        \"warehouse_id\": 1,\n        \"partner_reference\": \"561198\",\n        \"tracking_company\": \"Fedex\",\n        \"primary_tracking\": \"016221209290\",\n        \"tracking_data\": {\n        \"856\": {\n            \"edi_1\": null,\n            \"edi_2\": null,\n            \"edi_3\": null,\n            \"edi_4\": null,\n            \"edi_5\": null,\n            \"cartons\": [\n            {\n                \"sscc\": \"000000000000641730\",\n                \"width_cm\": \"28\",\n                \"height_cm\": 16,\n                \"length_cm\": 16,\n                \"weight_kg\": \"2.3\",\n                \"inventories\": [\n                {\n                    \"sku\": \"S5001\",\n                    \"attr_lot\": null,\n                    \"quantity\": 3,\n                    \"attr_expire\": null,\n                    \"attr_serial\": null\n                },\n                {\n                    \"sku\": \"S5036\",\n                    \"attr_lot\": null,\n                    \"quantity\": \"2\",\n                    \"attr_expire\": null,\n                    \"attr_serial\": null\n                }\n                ],\n                \"tracking_code\": \"016221209290\"\n            }\n            ]\n        }\n        },\n        \"completed_on\": \"2021-01-01\",\n        \"created_at\": \"2021-01-13T16:40:40.604Z\",\n        \"updated_at\": \"2021-01-13T16:43:05.561Z\",\n        \"order\": {\n        \"id\": 210,\n        \"order_type\": \"Outbound\",\n        \"order_status\": \"Shipped\",\n        \"reference\": \"BR50.007.811/5661-38\",\n        \"customer_po\": \"Autem tempore non accusamus.\",\n        \"external_ref\": \"1d2027\"\n        },\n        \"warehouse\": { \"id\": 1, \"code\": \"HK_1\", \"display_name\": \"Hong Kong\" },\n        \"fulfillment_lines\": [\n        {\n            \"id\": 1914,\n            \"fulfillment_id\": 412,\n            \"inventory_id\": 1,\n            \"order_line_id\": 1030,\n            \"planned\": 3,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 3,\n            \"inventory\": {\n            \"id\": 1,\n            \"sku\": \"S5001\",\n            \"abbreviation\": \"ABBR5001\",\n            \"name\": \"Intelligent Linen Pants\",\n            \"upc\": \"9118942416313\",\n            \"lot\": 0,\n            \"cost\": 8.96,\n            \"cost_currency\": \"BMD\",\n            \"external_1\": \"8123842294\"\n            },\n            \"order_line\": { \"id\": 1030, \"external_ref\": null }\n        },\n        {\n            \"id\": 1915,\n            \"fulfillment_id\": 412,\n            \"inventory_id\": 36,\n            \"order_line_id\": 1031,\n            \"planned\": 2,\n            \"confirmed_quarantine\": 0,\n            \"confirmed_pristine\": 2,\n            \"inventory\": {\n            \"id\": 36,\n            \"sku\": \"S5036\",\n            \"abbreviation\": \"ABBR5036\",\n            \"name\": \"Lightweight Aluminum Gloves\",\n            \"upc\": \"0961077714873\",\n            \"lot\": 0,\n            \"cost\": 2.83,\n            \"cost_currency\": \"TMT\",\n            \"external_1\": \"3011312446\"\n            },\n            \"order_line\": { \"id\": 1031, \"external_ref\": null }\n        }\n        ]\n    }\n}\n\n</code></pre>\n","_postman_id":"5435dede-2c11-4588-9a2f-1d5fe8cea000"},{"name":"Shipment Tracking","item":[{"name":"Get Shipments","id":"d1599623-e054-4c52-b0dd-e81d8013c24c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v2/freights?per_page=10","description":"<p>Retrieve a list of all shipments. This endpoint allows you to fetch details about all shipments stored in the system, providing information such as shipment ID, status, origin, destination, and dates.</p>\n","urlObject":{"path":["api","v2","freights"],"host":["{{base_url}}"],"query":[{"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"b265c32b-9ef7-4928-926a-29bc0ecb2ab4","name":"Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/v2/freights?per_page=10","host":["{{base_url}}"],"path":["api","v2","freights"],"query":[{"key":"per_page","value":"10"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"on_page\": 1,\n    \"per_page\": 10,\n    \"total_count\": 2,\n    \"total_pages\": 1,\n    \"records\": [\n        {\n            \"order_id\": 0,\n            \"fulfillment_id\": 0,\n            \"is_stopped\": false,\n            \"tracking_status\": \"api_connected\",\n            \"current_status\": \"delay\",\n            \"origin\": \"CNSHA\",\n            \"destination\": \"USORF\",\n            \"freight_type\": \"ocean\",\n            \"last_check\": 1730089070,\n            \"next_check\": 1730110670,\n            \"carrier_code\": \"YMLU\",\n            \"booking_code\": \"\",\n            \"tracking_number\": \"SKYU8206460\",\n            \"other_1\": \"671bb750e48c9b3e30447b21\",\n            \"other_2\": null,\n            \"destination_airport\": null,\n            \"freight_forwarder\": null,\n            \"custom_label\": null,\n            \"sync_counts\": 12,\n            \"tracking_events\": {},\n            \"tracking_result\": {},\n            \"co2e_result\": null,\n            \"co2e_status\": 0,\n            \"created_at\": \"2024-10-25T15:20:47.479Z\",\n            \"updated_at\": \"2024-10-28T04:18:00.163Z\",\n            \"tags\": [\n                {\n                    \"id\": 135,\n                    \"name\": \"SKYU8206460\",\n                    \"tag_category_id\": 284,\n                    \"created_at\": \"2024-10-25T12:58:55.839Z\",\n                    \"updated_at\": \"2024-10-25T12:58:55.839Z\",\n                    \"category_type\": {\n                        \"id\": 284,\n                        \"name\": \"ROKI\",\n                        \"color\": \"#832232\",\n                        \"created_at\": \"2024-10-25T12:57:40.070Z\",\n                        \"updated_at\": \"2024-10-25T12:57:40.070Z\"\n                    }\n                }\n            ]\n        },\n        {\n            \"order_id\": 0,\n            \"fulfillment_id\": 0,\n            \"is_stopped\": false,\n            \"tracking_status\": \"api_connected\",\n            \"current_status\": \"delay\",\n            \"origin\": \"CNSHA\",\n            \"destination\": \"USORF\",\n            \"freight_type\": \"ocean\",\n            \"last_check\": 1730089070,\n            \"next_check\": 1730110670,\n            \"carrier_code\": \"YMLU\",\n            \"booking_code\": \"\",\n            \"tracking_number\": \"SKYU8208890\",\n            \"other_1\": \"671bb736e48c9b3e3042037b\",\n            \"other_2\": null,\n            \"destination_airport\": null,\n            \"freight_forwarder\": null,\n            \"custom_label\": null,\n            \"sync_counts\": 12,\n            \"tracking_events\": {},\n            \"tracking_result\": {},\n            \"co2e_result\": null,\n            \"co2e_status\": 0,\n            \"created_at\": \"2024-10-25T15:20:21.350Z\",\n            \"updated_at\": \"2024-10-28T04:18:00.085Z\",\n            \"tags\": [\n                {\n                    \"id\": 134,\n                    \"name\": \"SKYU8208890\",\n                    \"tag_category_id\": 284,\n                    \"created_at\": \"2024-10-25T12:58:26.532Z\",\n                    \"updated_at\": \"2024-10-25T12:58:26.532Z\",\n                    \"category_type\": {\n                        \"id\": 284,\n                        \"name\": \"ROKI\",\n                        \"color\": \"#832232\",\n                        \"created_at\": \"2024-10-25T12:57:40.070Z\",\n                        \"updated_at\": \"2024-10-25T12:57:40.070Z\"\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"d1599623-e054-4c52-b0dd-e81d8013c24c"},{"name":"Add Air Shipments","id":"653c6866-6230-4d94-968b-942e2cbc527e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_number\": \"057-73351703\",\n    \"booking_code\": \"\",\n    \"carrier_code\": \"\",\n    \"freight_type\": \"air\",\n    \"tags\": [\n        {\n            \"tag_name\": \"1212-1221-1121-1234\",\n            \"tag_type\": \"moddule_po\"\n        },\n        {\n            \"tag_name\": \"123456\",\n            \"color\": \"#CB1F86\",\n            \"tag_type\": \"predefined\"\n        }\n    ],\n    \"freight_forwarder\": \"Freight Text\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v2/freights","description":"<p>Create a new air shipment record in the system. This endpoint allows you to add details about a new shipment that will be transported via air freight, including information about the shipment, container, origin, and destination.</p>\n","urlObject":{"path":["api","v2","freights"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b5f3d935-90b7-4bf1-8141-b1aa39bff960","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_number\": \"057-73351703\",\n    \"booking_code\": \"\",\n    \"carrier_code\": \"\",\n    \"freight_type\": \"air\",\n    \"tags\": [\n        {\n            \"tag_name\": \"1212-1221-1121-1234\",\n            \"tag_type\": \"moddule_po\"\n        },\n        {\n            \"tag_name\": \"123456\",\n            \"color\": \"#CB1F86\",\n            \"tag_type\": \"predefined\"\n        }\n    ],\n    \"freight_forwarder\": \"Freight Text\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v2/freights"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"tracking_number\": \"057-73351703\",\n    \"booking_code\": \"\",\n    \"carrier_code\": \"\",\n    \"freight_type\": \"air\",\n    \"tags\": [\n        {\n            \"tag_name\": \"1212-1221-1121-1234\",\n            \"tag_type\": \"moddule_po\"\n        },\n        {\n            \"tag_name\": \"123456\",\n            \"color\": \"#CB1F86\",\n            \"tag_type\": \"predefined\"\n        }\n    ],\n    \"freight_forwarder\": \"Freight Text\"\n}"}],"_postman_id":"653c6866-6230-4d94-968b-942e2cbc527e"},{"name":"Add Ocean Shipment","id":"c54e05b3-4fb8-4068-96e6-2bbfb0e6f2d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_number\": \"HLBU1965785\",\n    \"booking_code\": \"\",\n    \"carrier_code\": \"MXCU\",\n    \"freight_type\": \"ocean\",\n    \"tags\": [\n        {\n            \"tag_name\": \"PO_TEST_13032024\",\n            \"tag_type\": \"moddule_po\"\n        },\n        {\n            \"tag_name\": \"123456\",\n            \"color\": \"#CB1F86\",\n            \"tag_type\": \"predefined\"\n        }\n    ],\n    \"freight_forwarder\": \"Freight Text\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v2/freights","description":"<p>Create a new ocean shipment record in the system. This endpoint allows you to add details about a new shipment that will be transported via ocean freight, including information about the shipment, container, origin, and destination.</p>\n","urlObject":{"path":["api","v2","freights"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"975b95d7-bc88-4cf3-8f40-6561555d632d","name":"Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tracking_number\": \"HLBU1965785\",\n    \"booking_code\": \"\",\n    \"carrier_code\": \"MXCU\",\n    \"freight_type\": \"ocean\",\n    \"tags\": [\n        {\n            \"tag_name\": \"PO_TEST_13032024\",\n            \"tag_type\": \"moddule_po\"\n        },\n        {\n            \"tag_name\": \"123456\",\n            \"color\": \"#CB1F86\",\n            \"tag_type\": \"predefined\"\n        }\n    ],\n    \"freight_forwarder\": \"Freight Text\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/v2/freights"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"tracking_number\": \"HLBU1965785\",\n    \"booking_code\": \"\",\n    \"carrier_code\": \"MXCU\",\n    \"freight_type\": \"ocean\",\n    \"tags\": [\n        {\n            \"tag_name\": \"PO_TEST_13032024\",\n            \"tag_type\": \"moddule_po\"\n        },\n        {\n            \"tag_name\": \"123456\",\n            \"color\": \"#CB1F86\",\n            \"tag_type\": \"predefined\"\n        }\n    ],\n    \"freight_forwarder\": \"Freight Text\"\n}"}],"_postman_id":"c54e05b3-4fb8-4068-96e6-2bbfb0e6f2d9"},{"name":"Remove Shipments","id":"08f11735-acc8-43af-8b40-1bd44ebb308e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/v2/freights/{shipment_id}","description":"<p>Remove a specific shipment record from the system using its unique shipment ID. This endpoint allows you to delete shipments that are no longer needed, ensuring that your shipment database remains clean and up-to-date.</p>\n","urlObject":{"path":["api","v2","freights","{shipment_id}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08f11735-acc8-43af-8b40-1bd44ebb308e"}],"id":"86707989-8d06-406d-8548-5dbf5fbebb71","description":"<p>Retrieve a comprehensive list of all existing ocean and air shipments. This endpoint allows you to fetch detailed information about all shipments stored in the system, including their shipment ID, status, origin, destination, and dates. You can filter the results based on various criteria such as shipment type, status, origin, and destination.</p>\n","_postman_id":"86707989-8d06-406d-8548-5dbf5fbebb71"},{"name":"Parcel Tracking","item":[{"name":"Get Tracking Details","id":"a2e28182-1b95-4ba2-9401-d8cd0764f300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/orders/{order_id}/tracking/updates","description":"<p>Fetch the tracking history details for a specific shipment using the order Id. This endpoint provides comprehensive tracking information, including the status updates, timestamps, and locations of the shipment throughout its journey.</p>\n","urlObject":{"path":["api","v1","orders","{order_id}","tracking","updates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"54c9c5da-a053-4ebc-ae32-b61d0d8570e3","name":"Response","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/v1/orders/{order_id}/tracking/updates"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 961,\n        \"customer_id\": 26,\n        \"order_id\": 231,\n        \"fulfillment_id\": 245,\n        \"source\": \"t17\",\n        \"main_status\": \"InTransit\",\n        \"sub_status\": \"InTransit_Other\",\n        \"milestone_code\": null,\n        \"description\": \"Customs clearance status updated. Note - The Customs clearance process may start while the shipment is in transit to the destination.\",\n        \"created_at\": \"2023-11-27T07:28:49.424Z\",\n        \"updated_at\": \"2023-11-27T07:28:49.424Z\"\n    },\n    {\n        \"id\": 1021,\n        \"customer_id\": 26,\n        \"order_id\": 231,\n        \"fulfillment_id\": 245,\n        \"source\": \"t17\",\n        \"main_status\": \"InTransit\",\n        \"sub_status\": \"InTransit_Other\",\n        \"milestone_code\": null,\n        \"description\": \"Arrived at DHL Sort Facility HONG KONG - HONG KONG SAR, CHINA\",\n        \"created_at\": \"2023-11-27T16:34:44.011Z\",\n        \"updated_at\": \"2023-11-27T16:34:44.011Z\"\n    },\n    {\n        \"id\": 1074,\n        \"customer_id\": 26,\n        \"order_id\": 231,\n        \"fulfillment_id\": 245,\n        \"source\": \"t17\",\n        \"main_status\": \"InTransit\",\n        \"sub_status\": \"InTransit_Other\",\n        \"milestone_code\": null,\n        \"description\": \"Processed at HONG KONG - HONG KONG SAR, CHINA\",\n        \"created_at\": \"2023-11-28T01:46:31.773Z\",\n        \"updated_at\": \"2023-11-28T01:46:31.773Z\"\n    },\n    {\n        \"id\": 1176,\n        \"customer_id\": 26,\n        \"order_id\": 231,\n        \"fulfillment_id\": 245,\n        \"source\": \"t17\",\n        \"main_status\": \"InTransit\",\n        \"sub_status\": \"InTransit_Other\",\n        \"milestone_code\": null,\n        \"description\": \"Shipment has departed from a DHL facility LEIPZIG - GERMANY\",\n        \"created_at\": \"2023-11-29T05:08:30.490Z\",\n        \"updated_at\": \"2023-11-29T05:08:30.490Z\"\n    },\n    {\n        \"id\": 1233,\n        \"customer_id\": 26,\n        \"order_id\": 231,\n        \"fulfillment_id\": 245,\n        \"source\": \"t17\",\n        \"main_status\": \"Delivered\",\n        \"sub_status\": \"Delivered_Other\",\n        \"milestone_code\": null,\n        \"description\": \"Delivered\",\n        \"created_at\": \"2023-11-29T14:14:13.824Z\",\n        \"updated_at\": \"2023-11-29T14:14:13.824Z\"\n    },\n    {\n        \"id\": 1476,\n        \"customer_id\": 26,\n        \"order_id\": 231,\n        \"fulfillment_id\": 245,\n        \"source\": \"t17\",\n        \"main_status\": \"Stopped\",\n        \"sub_status\": \"Stopped\",\n        \"milestone_code\": null,\n        \"description\": \"No more tracking events.\",\n        \"created_at\": \"2023-12-15T15:05:12.690Z\",\n        \"updated_at\": \"2023-12-15T15:05:12.690Z\"\n    }\n]"}],"_postman_id":"a2e28182-1b95-4ba2-9401-d8cd0764f300"}],"id":"7b4eead7-6337-457a-96d1-944215cba58a","description":"<p>All Parcel Tracking refers to a comprehensive set of API endpoints designed to track parcels across various carriers and services.</p>\n","_postman_id":"7b4eead7-6337-457a-96d1-944215cba58a"}],"event":[{"listen":"prerequest","script":{"id":"2d1591af-803f-431e-9b44-72b3729ba517","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d7fb3f3-3447-4fb4-b4ab-4aa48d9b2ac6","type":"text/javascript","exec":[""]}}]}