{"info":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","description":"<html><head></head><body><h1 id=\"asl-global-api-document\">🔗 ASL Global - API Document 🔗</h1>\n<h1 id=\"get-started\">📄 Get started</h1>\n<h4 id=\"introduction\"><strong>Introduction</strong></h4>\n<p>This document is to guide developer how to use ASL API to complete integration</p>\n<p>Endpoint Sandbox:&nbsp;<a href=\"https://sandbox-api.asl-asia.net/api/v1\"><b>https://sandbox-api.asl-asia.net/api/v1</b></a></p>\n<p>Endpoint Production:&nbsp;<a href=\"https://api.asl-asia.net/api/v1\"><b>https://api.asl-asia.net/api/v1</b></a></p>\n<p>Header Authentication:</p>\n<p>Authorization : {{ Your-Access-Token }}<br>Content-Type: application/json  </p>\n<hr>\n<h2 id=\"getting-started\"><strong>Getting started</strong></h2>\n<ul>\n<li><p>You must use a valid API Key to send requests to the API endpoints</p>\n</li>\n<li><p>The API has rate and usage limits.</p>\n</li>\n<li><p>The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.</p>\n</li>\n<li><p>The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>You must include an API key in each request to the Postman API with the <strong>Authorization</strong> request header.</p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h2 id=\"rate-and-usage-limits\">Rate and usage limits</h2>\n<p>API access rate limits apply at a per-API key basis in unit time. The limit is 300 requests per minute. Also, depending on your plan, you may have usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code.</p>\n<p>Each API response returns the following set of headers to help you identify your use status</p>\n<h3 id=\"500503-response\">500/503 response</h3>\n<p>An HTTP <code>503</code> response from our servers indicates there is an unexpected spike in API access traffic. The server is usually operational within the next five minutes. If the outage persists or you receive any other form of an HTTP <code>5XX</code> error, contact support.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"🔗 ASL Global - API Document 🔗","slug":"asl-global-api-document"},{"content":"📄 Get started","slug":"get-started"}],"owner":"14420455","collectionId":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","publishedId":"2sBXqFMhqs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-22T09:29:51.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get Access Token","event":[{"listen":"test","script":{"id":"d83c35b3-2e7e-4934-b132-6d83ad2ae377","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"277918d2-bf19-4599-be0c-d647ee87b9a8","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"your username\",\r\n    \"password\": \"your password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/auth/token","description":"<p>Gets information about the authenticated user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["auth","token"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4e701c34-6ee8-41ba-bed9-d0981b267e09","name":"Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"your username\",\r\n    \"password\": \"your password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:17:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.003573179244995117"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=%2Fllryyim2GVRM4fmaxRjpMFVdzWQJyU%2FVlcFYMyK8km%2FKB2EpJLFSaBdZGDOrkd%2BKDNmCzVCfJ6AGK8aU7AIljGMq0KRu8LTK4HPXNTeiVeI9Cp%2F6nZqHvTvXsaQwx3VYaAc\"}]}"},{"key":"CF-RAY","value":"9f0330e0292b8401-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"Your credential did not exist in our system!\"\n}"},{"id":"b34845fd-0db5-4db1-8e05-3fbfae55ef45","name":"Success Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"asltest\",\r\n    \"password\": \"Asl2023!!!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:18:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.10380959510803223"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=pj2D0YyGYXQFiLrESWP%2FEvkzw68nefYzsbRRwJBo35qAJbq6Z2FGEC4LyhSYVdtURGokrLrBRsdLwM7cWqtPSYO8cLkoRRHnKfQn%2BRsnHbpicJhjkj6HCvMjqXzolTZ2t33N\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9f03323fab6a8401-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Access Token have been generated!\",\n    \"result\": {\n        \"access_token\": \"aslas_44766d490dsd7f90c9d4d03232249524232bf656f241c5994dac324e235c2320\"\n    }\n}"}],"_postman_id":"277918d2-bf19-4599-be0c-d647ee87b9a8"},{"name":"Create Token","id":"5b68bd3b-111c-4dfc-87ef-0ea7db812279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"your username\",\r\n    \"password\": \"your password\"\r\n}"},"url":"https://api.asl-asia.net/api/v1/auth/token","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["auth","token"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b68bd3b-111c-4dfc-87ef-0ea7db812279"},{"name":"Update Token","id":"8f2ae960-ff01-4520-b2ea-8ea33c39cad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"your username\",\r\n    \"password\": \"your password\"\r\n}"},"url":"https://api.asl-asia.net/api/v1/auth/token","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["auth","token"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f2ae960-ff01-4520-b2ea-8ea33c39cad7"}],"id":"1c471b79-44fe-4e45-9de7-0214c76d2ab6","_postman_id":"1c471b79-44fe-4e45-9de7-0214c76d2ab6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}}},{"name":"Inventory","item":[{"name":"Get Inventory","event":[{"listen":"test","script":{"id":"d83c35b3-2e7e-4934-b132-6d83ad2ae377","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"47b31b8e-c254-4b05-aae8-1f3c3c75a2ae","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/inventories/list?search&page=1&limit=20","description":"<p>Gets information about the authenticated user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["inventories","list"],"host":["https://api.asl-asia.net/api/v1"],"query":[{"key":"search","value":null},{"key":"page","value":"1"},{"key":"limit","value":"20"}],"variable":[]}},"response":[{"id":"d8089317-34c6-4f84-90bb-0067eaf3c43c","name":"Get Inventory","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.asl-asia.net/api/v1/inventories/list?search&page=1&limit=20","host":["https://api.asl-asia.net/api/v1"],"path":["inventories","list"],"query":[{"key":"search","value":null},{"key":"page","value":"1"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:25:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.004832029342651367"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=8PqOylmWmdB9kJDuCnQaTGRg%2F4j0PJsvOXQ7tnhRp8ELldpLB3egvYNVPloi1BTOXT5nXOHrMvnghwOaUIUMdn2PD%2FKvd3YoSbLbAYECSahktfy6YSNWcvQnhrBpbNR99tty\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9f033c977c89a6a8-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Get data sku completed!\",\n    \"length\": 1,\n    \"result\": [\n        {\n            \"name\": \"New test SKU\",\n            \"sku\": \"SKUAPI001\",\n            \"barcode\": \"78432473243\",\n            \"hs_code\": \"\",\n            \"dimension\": {\n                \"weight\": 150,\n                \"width\": 11,\n                \"height\": 2,\n                \"length\": 15\n            },\n            \"warehouses\": []\n        }\n    ]\n}"}],"_postman_id":"47b31b8e-c254-4b05-aae8-1f3c3c75a2ae"},{"name":"Create Inventory","id":"1cec8f78-1c03-49a7-a53a-699d24635060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skus\": [\r\n        {\r\n            \"name\": \"New test SKU\",\r\n            \"sku\": \"SKUAPI002\",\r\n            \"barcode\": \"78432473243\",\r\n            \"hs_code\": \"\",\r\n            \"price\": 5,\r\n            \"weight\": 150,\r\n            \"width\": 11,\r\n            \"height\": 2,\r\n            \"length\": 15\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/inventories/create","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["inventories","create"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b2d90a04-cddb-4c83-b337-a0c2b28920ea","name":"Create Inventory","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"skus\": [\r\n        {\r\n            \"name\": \"New test SKU\",\r\n            \"sku\": \"SKUAPI002\",\r\n            \"barcode\": \"78432473243\",\r\n            \"hs_code\": \"\",\r\n            \"price\": 5,\r\n            \"weight\": 150,\r\n            \"width\": 11,\r\n            \"height\": 2,\r\n            \"length\": 15\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/inventories/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:29:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.006771087646484375"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=gaSy0WSneFbEZ%2FfkK5YVHLXWWTqyLpKFo0vVW78yNZJyaH200gM07umBd3ndzr%2FxT7KK%2FdlafP%2FmZoY4JEh4tavzdt6YqHwnNAKxTa31f64dLNR7alxouq9DWs3Pw0oPmKto\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9f03436e9dae20ef-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Create inventory successfully!\",\n    \"length\": 1,\n    \"result\": [\n        {\n            \"name\": \"New test SKU\",\n            \"sku\": \"SKUAPI002\",\n            \"barcode\": \"78432473243\",\n            \"hs_code\": \"\",\n            \"price\": 5,\n            \"dimension\": {\n                \"weight\": 150,\n                \"width\": 11,\n                \"height\": 2,\n                \"length\": 15\n            },\n            \"message\": \"Insert new inventory!\"\n        }\n    ]\n}"}],"_postman_id":"1cec8f78-1c03-49a7-a53a-699d24635060"}],"id":"4245b201-5737-473f-96be-7e87e3f95517","description":"<p>The <code>/me</code> endpoints let you manage information about the authenticated user.</p>\n","_postman_id":"4245b201-5737-473f-96be-7e87e3f95517","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}}},{"name":"Inbound","item":[{"name":"Get Inbound","event":[{"listen":"test","script":{"id":"d83c35b3-2e7e-4934-b132-6d83ad2ae377","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"258bfd52-00d9-4472-98e7-37c86f3b99ff","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/inbounds/list?search&page=1&limit=20&created_at_min&created_at_max","description":"<p>Gets information about the authenticated user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["inbounds","list"],"host":["https://api.asl-asia.net/api/v1"],"query":[{"key":"search","value":null},{"key":"page","value":"1"},{"key":"limit","value":"20"},{"description":{"content":"<p>Ex: 2026-01-01 00:00:00. If not filled in, the system will use the current date.</p>\n","type":"text/plain"},"key":"created_at_min","value":null},{"description":{"content":"<p>Ex: 2026-01-01 00:00:00. If not filled in, the system will use the current date.</p>\n","type":"text/plain"},"key":"created_at_max","value":null}],"variable":[]}},"response":[{"id":"2f893deb-ecb3-48db-9542-56946026535d","name":"Get Inbound","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.asl-asia.net/api/v1/inbounds/list?search&page=1&limit=20&created_at_min&created_at_max","host":["https://api.asl-asia.net/api/v1"],"path":["inbounds","list"],"query":[{"key":"search","value":null},{"key":"page","value":"1"},{"key":"limit","value":"20"},{"key":"created_at_min","value":null,"description":"Ex: 2026-01-01 00:00:00. If not filled in, the system will use the current date."},{"key":"created_at_max","value":null,"description":"Ex: 2026-01-01 00:00:00. If not filled in, the system will use the current date."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:44:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.020024776458740234"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=RvwRP9EtdsP6X84kVAfMnf1osOv1ujCYfuS9wL99dRPuVNYqZuuB40wmdAYe1IaK%2FPliZehPyIr%2F2RYvRu9vz8%2BwPEQclVwaH6tdPtxZb48eWA86bKcB16TFrHDjkqZrfInS\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9f035825f987ce13-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"length\": 1,\n    \"data\": [\n        {\n            \"asl_inbound_id\": \"AI17768468440060\",\n            \"inbound_id\": \"TETSIB0100\",\n            \"warehouse\": \"HK\",\n            \"id\": 17768468440060,\n            \"status\": \"waiting\",\n            \"items\": [\n                {\n                    \"name\": \"New test SKU\",\n                    \"sku\": \"SKUAPI001\",\n                    \"barcode\": \"78432473243\",\n                    \"hs_code\": \"\",\n                    \"quantity\": 100\n                }\n            ],\n            \"boxes\": [],\n            \"tracking\": null,\n            \"scanned\": [],\n            \"estimate_time\": \"2026-05-01 00:00:00\",\n            \"packing_slip\": null,\n            \"note\": \"\",\n            \"delivery_type\": \"courier\"\n        }\n    ]\n}"}],"_postman_id":"258bfd52-00d9-4472-98e7-37c86f3b99ff"},{"name":"Create Inbound","id":"b7e5a450-d648-4333-b47a-0adb4e94e71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"inbounds\": [{\r\n        \"inbound_id\": \"TETSIB0100\",\r\n        \"warehouse\": \"HK\",\r\n        \"tracking\": null,\r\n        \"boxes\": [{\r\n            \"items\": [{\r\n                \"sku\": \"SKUAPI001\",\r\n                \"quantity\": 100\r\n            }]\r\n        }],\r\n        \"estimate_time\": \"2026-05-01\",\r\n        \"delivery_type\": \"courier\",\r\n        \"packing_slip\": null,\r\n        \"note\": \"Check Note\"\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/inbounds/create","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["inbounds","create"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cc99f877-ab56-4658-9a8b-4156d7e2ce78","name":"Create Inbound","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"inbounds\": [{\r\n        \"inbound_id\": \"TETSIB0100\",\r\n        \"warehouse\": \"HK\",\r\n        \"tracking\": null,\r\n        \"boxes\": [{\r\n            \"items\": [{\r\n                \"sku\": \"SKUAPI001\",\r\n                \"quantity\": 100\r\n            }]\r\n        }],\r\n        \"estimate_time\": \"2026-05-01\",\r\n        \"delivery_type\": \"courier\",\r\n        \"packing_slip\": null,\r\n        \"note\": \"Check Note\"\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/inbounds/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:37:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.022675037384033203"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=6N%2BzqvxU2UwLmqhesJIFUGyapL5Du7ZIuCSRc8RcFZG%2F2pCeed7vCqk326JtAJV%2FclxqZy9GJ%2BWVKEG467MggKsE2Iy8n65kLSZoLmh43CMNZKMrnHlkE2RonrbyHFrYv5Sg\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9f034eb3eabd1483-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": [\n        {\n            \"status\": 200,\n            \"success\": true,\n            \"message\": \"Success! Inbound has been created via API\",\n            \"result\": {\n                \"asl_inbound_id\": \"AI17768468440060\",\n                \"inbound_id\": \"TETSIB0100\",\n                \"warehouse\": \"HK\",\n                \"id\": 17768468440060,\n                \"status\": \"waiting\",\n                \"items\": [\n                    {\n                        \"name\": \"New test SKU\",\n                        \"sku\": \"SKUAPI001\",\n                        \"barcode\": \"78432473243\",\n                        \"hs_code\": \"\",\n                        \"quantity\": 100\n                    }\n                ],\n                \"boxes\": [\n                    {\n                        \"id\": 0,\n                        \"items\": [\n                            {\n                                \"name\": \"New test SKU\",\n                                \"sku\": \"SKUAPI001\",\n                                \"barcode\": \"78432473243\",\n                                \"hs_code\": \"\",\n                                \"quantity\": 100\n                            }\n                        ]\n                    }\n                ],\n                \"tracking\": null,\n                \"scanned\": [],\n                \"estimate_time\": \"2026-05-01 00:00:00\",\n                \"packing_slip\": null,\n                \"note\": \"Check Note\",\n                \"delivery_type\": \"courier\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b7e5a450-d648-4333-b47a-0adb4e94e71a"},{"name":"Warehouse applied","id":"276ec8ab-cf45-4b84-bb9d-abb36400a4e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.asl-asia.net/api/v1/inbounds/warehouses-applied","description":"<p>This is a request to obtain the warehouse code applied to your account.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["inbounds","warehouses-applied"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1af03561-41e4-49d8-bfe2-ff1b080edbdc","name":"Warehouse applied","originalRequest":{"method":"GET","header":[],"url":"https://api.asl-asia.net/api/v1/inbounds/warehouses-applied"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:44:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.0038056373596191406"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=EJSadnbuCHgMFyEkyo65D%2Fp%2B0Ka3m1Xyzuu7rD%2B1uGpMaSxcknENUEpJblPZSgjwpkei8wNg7SniZDs0SAoeHOu3ZIWsJmtCBjOrwpSZk5hN874l71X5o4Sf7lT2NnxOdOJL\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9f0359827f4bce13-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"data\": {\n        \"warehouses\": [\n            {\n                \"name\": \"HK Warehouse\",\n                \"code\": \"HK\"\n            },\n            {\n                \"name\": \"USA Warehouse\",\n                \"code\": \"NJ-US\"\n            }\n        ]\n    }\n}"}],"_postman_id":"276ec8ab-cf45-4b84-bb9d-abb36400a4e6"},{"name":"Cancel Inbound","id":"9c017343-4a38-4198-a21d-cce39784b276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.asl-asia.net/api/v1/inbounds/cancel/{{asl_inbound_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["inbounds","cancel","{{asl_inbound_id}}"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fd5d1f97-3e96-4751-b325-eb44a31d6a40","name":"Cancel Inbound","originalRequest":{"method":"DELETE","header":[],"url":"https://api.asl-asia.net/api/v1/inbounds/cancel/AI17768468440060"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:46:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.00701451301574707"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=BndGlDkuqHQGrUXQxufd305FhbABibD3TQIY7pxumw8Cf8iv7TtvaWBHBCQY8yzRcOMER7DwP7Tpq8f346Lze7qHjOZj9%2Fj5t7dAu%2BVnS5QypGrYe3C7ZiFaMtOgjrQysn7A\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"CF-RAY","value":"9f035b880d296baa-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Canceled\",\n    \"data\": {\n        \"id\": 17768468440060,\n        \"inbound_id\": \"AI17768468440060\"\n    }\n}"}],"_postman_id":"9c017343-4a38-4198-a21d-cce39784b276"}],"id":"c51314f6-07a0-4bf8-9431-d5164501f820","description":"<p>The <code>/me</code> endpoints let you manage information about the authenticated user.</p>\n","_postman_id":"c51314f6-07a0-4bf8-9431-d5164501f820","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}}},{"name":"Order","item":[{"name":"Get Orders","event":[{"listen":"test","script":{"id":"d83c35b3-2e7e-4934-b132-6d83ad2ae377","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d859999c-9ca8-4001-b855-48a9abeb83ca","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/packages/list?limit=20&page=1&created_at_min=2023-09-01 00:00:01&created_at_max=2023-10-01 23:59:59&search=ASL0001&status=draft","description":"<p>Gets information about the authenticated user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["packages","list"],"host":["https://api.asl-asia.net/api/v1"],"query":[{"key":"limit","value":"20"},{"key":"page","value":"1"},{"description":{"content":"<p>Ex: 2026-01-01 00:00:00. If not filled in, the system will use the current date.</p>\n","type":"text/plain"},"key":"created_at_min","value":"2023-09-01 00:00:01"},{"description":{"content":"<p>Ex: 2026-01-01 00:00:00. If not filled in, the system will use the current date.</p>\n","type":"text/plain"},"key":"created_at_max","value":"2023-10-01 23:59:59"},{"key":"search","value":"ASL0001"},{"key":"status","value":"draft"}],"variable":[]}},"response":[{"id":"b6558a79-9e72-4992-a60c-f94c54325555","name":"Get Orders","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.asl-asia.net/api/v1/packages/list?limit=20&page=1&created_at_min=2023-09-01 00:00:01&created_at_max=2023-10-01 23:59:59&search=ASL0001&status=draft","host":["https://api.asl-asia.net/api/v1"],"path":["packages","list"],"query":[{"key":"limit","value":"20"},{"key":"page","value":"1"},{"key":"created_at_min","value":"2023-09-01 00:00:01","description":"Ex: 2026-01-01 00:00:00. If not filled in, the system will use the current date."},{"key":"created_at_max","value":"2023-10-01 23:59:59","description":"Ex: 2026-01-01 00:00:00. If not filled in, the system will use the current date."},{"key":"search","value":"ASL0001"},{"key":"status","value":"draft"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Wed, 22 Apr 2026 08:48:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-asl-process-time","value":"0.0068340301513671875"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=alx2iltL1H90AMehQsnNxCXWK1%2B3EZsEOB%2FLcawmDy4PL5AyGgflwk66JQdFH28URRTaM0v%2F3s1uFMFM1fvdyW9C6rJAbAjGxuuH3PJ4usI9LBfY1vRVWAxPnzaosKmIEdbU\"}]}"},{"key":"CF-RAY","value":"9f035e138940cdf1-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"length\": 0,\n    \"packages\": [\n        \n    ]\n}"}],"_postman_id":"d859999c-9ca8-4001-b855-48a9abeb83ca"},{"name":"Get Detail Order","event":[{"listen":"test","script":{"id":"d83c35b3-2e7e-4934-b132-6d83ad2ae377","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"16568bdf-1191-46eb-8610-541365d27412","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/packages/detail/{{asl_order_id}}","description":"<p>Gets information about the authenticated user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["packages","detail","{{asl_order_id}}"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"16568bdf-1191-46eb-8610-541365d27412"},{"name":"Create Order","id":"8419cc31-258e-4a87-9333-f0de921b1300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": \"order_id\", // String + Require\r\n    \"description\": \"order_description\", // String + Require\r\n    \"is_cod\": false,\r\n    \"is_verify\": false, // Boolean + Verify address\r\n    \"note\": \"note order\",\r\n    \"warehouse\": \"Warehouse Code\", // Choose warehouse to fulfill\r\n    \"tracking\": {\r\n        \"tracking_number\": \"Tracking number\", // String,\r\n        \"tracking_url\": \"Tracking Url\", // String,\r\n        \"label_url\": \"Label Url\", // String + File Type: .png, .pdf, .jpg or .jpeg\r\n        \"carrier_code\": \"Carrier Code\" // String, Ex: USPS, UPS, FEDEX\r\n    }, // Optional\r\n    \"invoice_url\": \"Invoice Url\", // Optional (PDF File)\r\n    \"buyer\": {\r\n        \"name\": \"shipping_name\", // String + Require\r\n        \"email\": \"shipping_email\", // String + Require\r\n        \"phone\": \"shipping_phone\", // String + Require\r\n        \"address\": \"shipping_address1\", // String + Require\r\n        \"address2\": \"shipping_address2\", // String + Optional\r\n        \"city\": \"shipping_city\", // String + Require\r\n        \"zip\": \"shipping_zip\", // String + Require\r\n        \"state\": \"shipping_state_code\", // String + Require\r\n        \"country\": \"shipping_country_code\" // String + Require\r\n    },\r\n    \"item_lines\": [\r\n        {\r\n            \"name\": \"product_name\", // String + require\r\n            \"price\": \"price\", // Number + require\r\n            \"sku\": \"variant_sku\", // String + Require + sku declared\r\n            \"quantity\": 1 // Number + require\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/packages/fulfillment-create","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["packages","fulfillment-create"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8419cc31-258e-4a87-9333-f0de921b1300"},{"name":"Cancel Order","id":"6b3587e5-07ca-4967-8fd2-bd6a94f1cc35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.asl-asia.net/api/v1//packages/cancel/{{asl_order_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["","packages","cancel","{{asl_order_id}}"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b3587e5-07ca-4967-8fd2-bd6a94f1cc35"}],"id":"02c64ec2-1004-4d34-9a25-15a651d406a8","description":"<p>The <code>/me</code> endpoints let you manage information about the authenticated user.</p>\n","_postman_id":"02c64ec2-1004-4d34-9a25-15a651d406a8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}}},{"name":"Webhook","item":[{"name":"Get Routing Webhook Registered","event":[{"listen":"test","script":{"id":"d83c35b3-2e7e-4934-b132-6d83ad2ae377","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b02d24f6-e967-49c3-8848-51e2a92f51af","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/webhook/routing","description":"<p>Gets information about the authenticated user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["webhook","routing"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b02d24f6-e967-49c3-8848-51e2a92f51af"},{"name":"Create Routing Webhook","id":"c67281fe-0719-4032-9edf-7d1e9d78c7b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"access_key\": \"your_access_key\", // String + Optional\r\n    \"access_token\": \"your_access_token\", // String + Optional\r\n    \"endpoint\": \"your_endpoint\" // String + Require\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/webhook/routing","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["webhook","routing"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c67281fe-0719-4032-9edf-7d1e9d78c7b8"},{"name":"Update Routing Webhook","id":"6e0a944f-7034-4f3b-88fc-37374a58bf6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"access_key\": \"your_access_key\", // String + Optional\r\n    \"access_token\": \"your_access_token\", // String + Optional\r\n    \"endpoint\": \"your_endpoint\" // String + Require\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/webhook/routing","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["webhook","routing"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e0a944f-7034-4f3b-88fc-37374a58bf6e"},{"name":"Cancel Routing Webhook","id":"c9eccce1-c534-4ac0-aff9-ab638f352d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/webhook/routing","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["webhook","routing"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9eccce1-c534-4ac0-aff9-ab638f352d56"}],"id":"eb577524-3624-4615-a8ad-96722e181a22","description":"<p>The <code>/me</code> endpoints let you manage information about the authenticated user.</p>\n","_postman_id":"eb577524-3624-4615-a8ad-96722e181a22","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}}},{"name":"Pricing","item":[{"name":"Calculate price","id":"fbf1e4f0-91a0-49c3-994b-b3d62062dcfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"state\": \"shipping_state_code\", // String + Require\r\n    \"country\": \"shipping_country_code\", // String + Require\r\n    \"dimension\": {\r\n        \"weight\": {\r\n            \"unit\": \"g\",\r\n            \"value\": \"value_weight\" // Number + Require\r\n        },\r\n        \"width\": {\r\n            \"unit\": \"cm\",\r\n            \"value\": \"value_width\" // Number + Require\r\n        },\r\n        \"length\": {\r\n            \"unit\": \"cm\",\r\n            \"value\": \"value_length\" // Number + Require\r\n        },\r\n        \"height\": {\r\n            \"unit\": \"cm\",\r\n            \"value\": \"value_height\" // Number + Require\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.asl-asia.net/api/v1/packages/rates","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}},"urlObject":{"path":["packages","rates"],"host":["https://api.asl-asia.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbf1e4f0-91a0-49c3-994b-b3d62062dcfe"}],"id":"5ff76064-c29e-4f6f-a568-c71211b94a24","description":"<p>The <code>/me</code> endpoints let you manage information about the authenticated user.</p>\n","_postman_id":"5ff76064-c29e-4f6f-a568-c71211b94a24","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","id":"27d8cfef-7f45-4e72-a18f-9a8ce234979e","name":"ASL - API documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"33d99c9d-b34d-4f8b-b18c-e9e0b4e8e48b","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"25889794-81f8-4d23-a1ff-bedb24183f82","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"ENDPOINT_URL","value":"https://api.asl-asia.net/api/v1"},{"key":"asl-api-key","value":""},{"value":""}]}