{"info":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>This is a collection has APIs used by WareIQ Platform for actions through an order's life cycle and SKU management.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All the APIs use bearer token based authentication</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Authentication","slug":"authentication"}],"owner":"17076115","collectionId":"bbee54da-d628-4005-aa35-56ad2886f44e","publishedId":"U16nM5Tu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"034d83"},"publishDate":"2021-09-14T14:30:40.000Z"},"item":[{"name":"Orders","item":[{"name":"Orders V2","item":[{"name":"Orders Update","item":[{"name":"Weight and Dimension","id":"408eb510-e82a-45cc-845f-604aab28ae2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 17552019,\n    \"no_of_pieces\": 3,\n    \"piece_dimensions\": [\n        {\n            \"length\": \"1\",\n            \"breadth\": \"2\",\n            \"height\": \"1\"\n        },\n        {\n            \"length\": \"1\",\n            \"breadth\": \"1\",\n            \"height\": \"1\"\n        },\n        {\n            \"length\": \"1\",\n            \"breadth\": \"1\",\n            \"height\": \"1\"\n        }\n    ],\n    \"dead_weight\":5\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/weight_dimension","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","update","weight_dimension"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f5133972-cd47-4e43-b8c6-e106661caa2b","name":"Weight and Dimension","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 17552019,\n    \"no_of_pieces\": 3,\n    \"piece_dimensions\": [\n        {\n            \"length\": \"1\",\n            \"breadth\": \"2\",\n            \"height\": \"1\"\n        },\n        {\n            \"length\": \"1\",\n            \"breadth\": \"1\",\n            \"height\": \"1\"\n        },\n        {\n            \"length\": \"1\",\n            \"breadth\": \"1\",\n            \"height\": \"1\"\n        }\n    ],\n    \"dead_weight\":5\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/weight_dimension"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Details updated\"\n}"}],"_postman_id":"408eb510-e82a-45cc-845f-604aab28ae2a"},{"name":"Pickupoint","id":"e47f7c32-ed97-45e5-8ab1-107b2109b4d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {token}"}],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1212, //mandatory\n    \"pickup_point\": \"wg\" //mandatory\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/pickup_points","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","update","pickup_points"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1305eae9-359d-488b-8096-e7608e726e31","name":"Pickupoint","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {token}"}],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1212, //mandatory\n    \"pickup_point\": \"wg\" //mandatory\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/pickup_points"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Request raised for pickup assignment\"\n}"}],"_postman_id":"e47f7c32-ed97-45e5-8ab1-107b2109b4d1"},{"name":"Customer Details","id":"a4abbf25-92e8-429e-9181-9e44940dbfcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\":1212,//mandatory\n    \"full_name\": \"\", //Optional\n    \"customer_email\": \"\", //Optional\n    \"customer_phone\": \"\", //Optional - Pad zero at the start of 10 digits\n    \"address1\": \"\", //Optional\n    \"address2\": \"\", //Optional\n    \"city\": \"\", //Optional\n    \"pincode\": \"\", //Optional\n    \"state\": \"\", //Optional\n    \"country\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/customer_info","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","update","customer_info"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f1743da3-bc9d-4638-bc76-eba3f65f6ec7","name":"Customer Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\":1212,//mandatory\n    \"full_name\": \"\", //Optional\n    \"customer_email\": \"\", //Optional\n    \"customer_phone\": \"\", //Optional - Pad zero at the start of 10 digits\n    \"address1\": \"\", //Optional\n    \"address2\": \"\", //Optional\n    \"city\": \"\", //Optional\n    \"pincode\": \"\", //Optional\n    \"state\": \"\", //Optional\n    \"country\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/customer_info"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Details updated\"\n}"}],"_postman_id":"a4abbf25-92e8-429e-9181-9e44940dbfcc"},{"name":"COD accept","id":"90eb05b0-6d4f-4567-ae09-e6b7da8c4d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_ids\": [\n        17552317\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/cod/accept","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","actions","cod","accept"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"687f4aa1-6636-412e-9d1c-d1a363eeefc1","name":"COD accept","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_ids\": [\n        17552317\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/cod/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Details updated\"\n}"}],"_postman_id":"90eb05b0-6d4f-4567-ae09-e6b7da8c4d2d"},{"name":"COD reject","id":"80fd9fff-cce7-4f5d-95af-7ea94283d794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {token}"}],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1212\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/cod/reject","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","actions","cod","reject"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4cd156d1-a46b-4714-8b28-237243229543","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {token}"}],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1212\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/cod/reject"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\":  \"success\"\n}"}],"_postman_id":"80fd9fff-cce7-4f5d-95af-7ea94283d794"},{"name":"Shipping Provider","id":"ef0b3a23-b0a8-48d0-9ba5-e8ca26d50681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {token}"}],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1212, // mandatory\n    \"shipping_provider\": \"\", //Optional - \"WIQ\" or any courier names provided in the GET Couriers list API\n    \"shiplabel_content\": \"\", //Optional encoded string\n    \"courier_name\": \"\",\n    \"awb\": \"x\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/shipping_provider","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","actions","shipping_provider"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"556fc375-e28f-47f3-9dba-16ab366e4ce5","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {token}"}],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1212, // mandatory\n    \"shipping_provider\": \"\", //Optional - \"WIQ\" or any courier names provided in the GET Couriers list API\n    \"shiplabel_content\": \"\", //Optional encoded string\n    \"courier_name\": \"\",\n    \"awb\": \"x\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/shipping_provider"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"success\",\n    \"message\":\"Details Updated\"\n}"}],"_postman_id":"ef0b3a23-b0a8-48d0-9ba5-e8ca26d50681"},{"name":"B2B document","id":"b77cf2ab-c481-48be-a173-a7979974c15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {token}"}],"body":{"mode":"formdata","formdata":[{"key":"ewaybill_pdf","type":"file","uuid":"1dcb316b-26fa-4719-91c7-9923851fa956","value":null},{"key":"invoice_pdf","type":"file","uuid":"1d8aee47-d17c-4250-97d2-17a6ae0e08d2","value":null},{"key":"data","value":"{\"unique_id\":121}","type":"text","uuid":"86539af2-feaa-4d8f-b72a-b64fed560d06"}]},"url":"{{base_url}}/orders/v2/update/b2b_documents","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","update","b2b_documents"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d567da4b-e125-43ed-88b6-5bfbfb5ca301","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {token}"}],"body":{"mode":"formdata","formdata":[{"key":"ewaybill_pdf","type":"file","uuid":"1dcb316b-26fa-4719-91c7-9923851fa956","value":null},{"key":"invoice_pdf","type":"file","uuid":"1d8aee47-d17c-4250-97d2-17a6ae0e08d2","value":null},{"key":"data","value":"{\"unique_id\":121}","type":"text","uuid":"86539af2-feaa-4d8f-b72a-b64fed560d06"}]},"url":"{{base_url}}/orders/v2/update/b2b_documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\":\"success\",\n    \"message\":\"Details updated\"\n}"}],"_postman_id":"b77cf2ab-c481-48be-a173-a7979974c15e"}],"id":"be2648a7-40fc-4888-ad48-b7a506ccf910","_postman_id":"be2648a7-40fc-4888-ad48-b7a506ccf910","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Orders List","id":"075e766b-71ae-4e7b-b938-45a7104b8377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/orders/<type>/<subset>","description":"<p>This API sends details of the orders of a given <code>type</code> and <code>sub_type</code></p>\n<p>Values assumed by <code>type</code> : b2c, return, b2b, international</p>\n<p>Values assumed by <code>subset</code>: new, ready_to_ship, shipped, return, ndr, rvp, all</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","orders","<type>","<subset>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"80801d78-c79b-4341-8839-feeb1aa7e129","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/orders/<type>/<subset>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"order_id\": \"1\",\n            \"unique_id\": 1,\n            \"client_prefix\": \"abc\",\n            \"order_type\": \"b2c\",\n            \"channel_name\": \"def\",\n            \"channel_logo\": \"https://example.com\",\n            \"pickup_point\": null,\n            \"order_date\": \"25 Oct 2024, 07:19 AM\",\n            \"manifest_time\": null,\n            \"delivered_time\": null,\n            \"return_inward_time\": null,\n            \"last_updated\": \"2024-10-25 07:30:06\",\n            \"payment\": {\n                \"mode\": \"prepaid\",\n                \"amount\": 10.25,\n                \"currency_type\": \"INR\",\n                \"collectable_amount\": null\n            },\n            \"product_details\": [\n                {\n                    \"name\": \"ghi\",\n                    \"sku\": \"jkl\",\n                    \"quantity\": 1,\n                    \"damage_reason\": null,\n                    \"sku_units\": []\n                }\n            ],\n            \"status\": \"NEW\",\n            \"unprocessed_error_reason\": \"Pickup point not assigned\",\n            \"status_change\": true,\n            \"not_shipped\": \"Pickup point not assigned\",\n            \"customer_details\": {\n                \"name\": \"mno\",\n                \"email\": \"xxxx@gmail.com\",\n                \"phone\": \"086523xxxxx\",\n                \"address_one\": \"Address1\",\n                \"address_two\": \"Address2\",\n                \"city\": \"pqr\",\n                \"state\": \"stu\",\n                \"country\": \"India\",\n                \"pincode\": \"123456\"\n            },\n            \"dimensions\": null,\n            \"weight\": null,\n            \"volumetric_weight\": null,\n            \"order_action\": [\n                \"vwx\"\n            ]\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"per_page\": 20,\n            \"current_page\": 1\n        }\n    }\n}"},{"id":"9952a4e2-f5e3-4a4d-a071-8d0562015e32","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/orders/<type>/<subset>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"input validation failed for field: search\"\n}"},{"id":"5f3675f3-8efe-4e11-9f9e-5a8a9d34497f","name":"401 Unauthenticated user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/orders/<type>/<subset>"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Invalid token.\"\n}"},{"id":"2a222d19-321f-405a-9ae8-bc776fbce700","name":"403 Unauthorised user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/orders/<type>/<subset>"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Permission Denied. Please contact the administrator for access.\"\n}"},{"id":"1e334e6b-3aeb-4c4c-a662-4142a4bc899b","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/orders/<type>/<subset>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Something went wrong.\"\n}"}],"_postman_id":"075e766b-71ae-4e7b-b938-45a7104b8377"},{"name":"Add orders","id":"f0264875-887c-42df-ae47-fe8a0f718845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\",\"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/forward/create","description":"<p>This API creates a new order.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","forward","create"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"46980ee7-75a3-4b95-9482-ddce596015d6","name":"200 order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional -  \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/forward/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"successfully added\",\n    \"order_id\": \"123\",\n    \"unique_id\": 1,\n    \"client_prefix\": \"abc\"\n}"},{"id":"a6ca172d-d45d-441d-83e4-71fe7851f371","name":"200 Marketplace aggregator account - Split/Single orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional -  \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/forward/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"successfully added\",\n    \"data\": [\n        {\n            \"order_id\": \"123\",\n            \"unique_id\": 1,\n            \"client_prefix\": \"abc\"\n        },\n        {\n            \"order_id\": \"123\",\n            \"unique_id\": 2,\n            \"client_prefix\": \"def\"\n        }\n    ]\n}"},{"id":"c1f71349-2e48-4c83-b08d-feb01083ce54","name":"400 Order already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional -  \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/forward/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Order ID already exists\",\n    \"unique_id\": 1\n}"},{"id":"0247d770-7d07-4e2d-8083-2c64af7960de","name":"400 Duplicate order id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional -  \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/forward/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"Duplicate order_id\"\n}"},{"id":"411453b7-1d46-4c8b-a808-c464b5cb557e","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional -  \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/forward/create"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"f0264875-887c-42df-ae47-fe8a0f718845"},{"name":"Create return order","id":"b342573c-7c48-42ab-832e-541b0cf5c583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1233,\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/returns/create","description":"<ul>\n<li><p>This API creates a new return order for some/all products of an order with given unique_id</p>\n</li>\n<li><p><code>unique_id</code> is the id given to the order by WareIQ</p>\n</li>\n<li><p>For <code>marketplace-aggregator</code> accounts, channel sku needs to be passed for <code>sku</code> key</p>\n</li>\n<li><p>For other accounts, product <code>id</code> needs to be passed</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","returns","create"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c00bff84-f331-45ea-8811-16a89fdc0584","name":"201","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\":1213,\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/returns/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Successfully created\",\n    \"data\": {\n        \"order_id\": \"123\",\n        \"unique_id\": 234\n    }\n}"},{"id":"b758070f-a6ce-4e14-bca7-8e2cc19637bc","name":"200 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1213,\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/returns/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\"\n}"},{"id":"57e62d86-3c19-40a4-bc28-792998003f74","name":"400 No order available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1213,\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/returns/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"No order found for given id\"\n}"},{"id":"e567f3ba-6ab3-4d61-9ba0-fbe6c1b54129","name":"400 Duplicate order_id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1213,\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/returns/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"message\": \"Duplicate order_id\"\n}"},{"id":"65c63710-4f17-42e5-a276-5d244c718166","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 1213,\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/returns/create"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Auth Failed\"\n}"},{"id":"2144161b-a403-445f-8f54-ba9ffd023e4b","name":"201 - Marketplace aggregator account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/returns/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Successfully created\",\n    \"data\": [\n        {\n            \"order_id\": \"123\",\n            \"unique_id\": 1,\n            \"client_prefix\": \"abc\"\n        }\n    ]\n}"}],"_postman_id":"b342573c-7c48-42ab-832e-541b0cf5c583"},{"name":"Order details","id":"92cfcb62-cab1-463e-8e75-fb5639bc1d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_url}}/orders/v2/<unique_id>","description":"<ul>\n<li>This API sends details for a given <code>order_id</code></li>\n<li><code>order_id</code> is the id of the order</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","<unique_id>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fffc64a4-4db8-4465-a41c-49bd1a12cda2","name":"200 B2C","originalRequest":{"method":"POST","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"order_type\": \"b2c\",\n        \"order_id\": \"1\",\n        \"unique_id\": 1,\n        \"order_date\": \"27 Apr 2022, 12:51 PM\",\n        \"customer_details\": {\n            \"name\": \"Abc\",\n            \"email\": \"abc@temp.com\",\n            \"phone\": \"9898989898\",\n            \"address_one\": \"\",\n            \"address_two\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"state\": \"\",\n            \"pincode\": \"\"\n        },\n        \"no_of_pieces\": 1,\n        \"piece_dimensions\": null,\n        \"dimensions\": {\n            \"length\": 1,\n            \"breadth\": 1,\n            \"height\": 1\n        },\n        \"weight\": 1.0,\n        \"volumetric\": 1,\n        \"product_details\": [\n            {\n                \"name\": \"Abc\",\n                \"sku\": \"Abc\",\n                \"quantity\": 1,\n                \"id\": 1,\n                \"total\": 20.0\n            }\n        ],\n        \"payment\": {\n            \"mode\": \"PREPAID\",\n            \"amount\": 1.0,\n            \"currency_type\": \"INR\"\n        },\n        \"shipping_details\": {\n            \"courier\": \"Abc\",\n            \"awb\": \"123\"\n        },\n        \"pickup_point\": \"Def\",\n        \"invoice_no\": \"1\",\n        \"status\": \"DELIVERED\",\n        \"remark\": null\n    }\n}"},{"id":"936acd21-2bbc-4d4f-829d-8a1b2e9bbee5","name":"200 International","originalRequest":{"method":"POST","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"order_type\": \"international\",\n        \"order_id\": \"1\",\n        \"unique_id\": 1,\n        \"order_date\": \"27 Apr 2022, 12:51 PM\",\n        \"customer_details\": {\n            \"name\": \"Abc\",\n            \"email\": \"abc@temp.com\",\n            \"phone\": \"9898989898\",\n            \"address_one\": \"\",\n            \"address_two\": \"\",\n            \"city\": \"\",\n            \"country\": \"\",\n            \"state\": \"\",\n            \"pincode\": \"\"\n        },\n        \"no_of_pieces\": 1,\n        \"piece_dimensions\": null,\n        \"dimensions\": {\n            \"length\": 1,\n            \"breadth\": 1,\n            \"height\": 1\n        },\n        \"weight\": 1.0,\n        \"volumetric\": 1,\n        \"product_details\": [\n            {\n                \"name\": \"Abc\",\n                \"sku\": \"Abc\",\n                \"quantity\": 1,\n                \"id\": 1,\n                \"total\": 20.0\n            }\n        ],\n        \"payment\": {\n            \"mode\": \"PREPAID\",\n            \"amount\": 1.0,\n            \"currency_type\": \"INR\"\n        },\n        \"shipping_details\": {\n            \"courier\": \"Abc\",\n            \"awb\": \"123\"\n        },\n        \"pickup_point\": \"Def\",\n        \"invoice_no\": \"1\",\n        \"status\": \"DELIVERED\",\n        \"remark\": null\n    }\n}"},{"id":"5b3c8d26-f222-4052-a85f-6d44d88075a1","name":"200 B2B","originalRequest":{"method":"POST","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"order_type\": \"b2b\",\n        \"order_id\": \"1\",\n        \"unique_id\": 1,\n        \"order_date\": \"29 Apr 2022, 03:09 PM\",\n        \"drop_point\": \"Abc\",\n        \"b2b_box_details\": [\n            {\n                \"length\": 1,\n                \"breadth\": 1,\n                \"height\": 1,\n                \"quantity\": 1\n            }\n        ],\n        \"ewaybill\": null,\n        \"payment\": {\n            \"mode\": \"prepaid\",\n            \"amount\": 1,\n            \"currency_type\": \"INR\"\n        },\n        \"shipping_details\": {\n            \"courier\": \"Abc\",\n            \"awb\": \"1\"\n        },\n        \"dimensions\": null,\n        \"weight\": null,\n        \"volumetric\": 10,\n        \"pickup_point\": \"Abc\",\n        \"invoice_no\": \"1\",\n        \"status\": \"READY TO SHIP\",\n        \"remark\": null,\n        \"status_change\": true\n    }\n}"},{"id":"39ed42fe-c5a9-45ce-8351-c8fd12ddf12b","name":"400 Exception","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"\"\n}"},{"id":"49fc6189-bd22-4c07-a342-13c7bbfeb4fd","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"5c93136f-07fc-4548-9e1d-a08df3bb9f48","name":"404 No order found","originalRequest":{"method":"POST","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"No order with given ID found\"\n}"}],"_postman_id":"92cfcb62-cab1-463e-8e75-fb5639bc1d65"},{"name":"Cancel order","id":"4026c1d8-c373-4aca-ba98-cb5bfb01e019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 13004361, //mandatory\n            \"cancellation_reason\": \"\" //Optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel","description":"<ul>\n<li><p>This API is used to cancel an order with given <code>unique_id</code></p>\n</li>\n<li><p>Can handle atmost 10 orders cancellation at a time.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","cancel"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ce7edf0d-f997-4e4a-a1b2-099f50f00a33","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 13004361, //mandatory\n            \"cancellation_reason\": \"\" //Optional\n        },\n        {\n            \"unique_id\": 13004362, //mandatory\n            \"cancellation_reason\": \"\" //Optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"failed_unique_ids\": [],\n        \"successful_unique_ids\": [\n            13004361,\n            13004362\n        ]\n    }\n}"},{"id":"503b5e30-f17d-4ab4-9d7e-57ea5c1f6caa","name":"200  Failed request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 13124436, //mandatory\n            \"cancellation_reason\": \"\" //Optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"failed_unique_ids\": [\n            {\n                \"unique_id\": 13124436,\n                \"error_reason\": \"Order is in non-cancellable state. Valid status for cancellation status - (NEW, READY TO SHIP, PICKUP REQUESTED, NOT SHIPPED, PACKED)\"\n            }\n        ],\n        \"successful_unique_ids\": []\n    }\n}"},{"id":"63918038-3c37-4918-a154-03abfa6942af","name":"404 Auth failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 13124436, //mandatory\n            \"cancellation_reason\": \"\" //Optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Authentication failed\"\n}"}],"_postman_id":"4026c1d8-c373-4aca-ba98-cb5bfb01e019"},{"name":"Filter details","id":"1caac9b7-27cd-460f-8d93-153486b919f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/orders/<type>/<subset>/filters?filter_type=status&search=pending&page=1&page_size=20","description":"<p>This API is used to get all the possible values that a given <code>filter_type</code> can assume.</p>\n<ul>\n<li><p>Values assumed by <code>type</code> : b2c, return, b2b, international</p>\n</li>\n<li><p>Values assumed by <code>subset</code>: new, ready_to_ship, shipped, return, ndr, rvp, all</p>\n</li>\n<li><p>Values assumed by <code>filter_type</code>: client, unprocessed_reason, pickup_point, channel, courier, status, ndr_reason, ndr_type</p>\n</li>\n</ul>\n<p><code>search</code> key will assume one of the values of the selected <code>filter_type</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","orders","<type>","<subset>","filters"],"host":["{{base_url}}"],"query":[{"key":"filter_type","value":"status"},{"key":"search","value":"pending"},{"key":"page","value":"1"},{"key":"page_size","value":"20"}],"variable":[]}},"response":[{"id":"5675c8ee-f9a4-470a-87d1-d11f1c672c84","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/orders/<type>/<subset>/filters?filter_type=status&search=pending&page=1&page_size=20","host":["{{base_url}}"],"path":["orders","v2","orders","<type>","<subset>","filters"],"query":[{"key":"filter_type","value":"status"},{"key":"search","value":"pending"},{"key":"page","value":"1"},{"key":"page_size","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"filters\": [\n        {\n            \"PENDING\": 5123\n        },\n        {\n            \"PENDING-RT\": 1282\n        }\n    ],\n    \"status\": \"success\"\n}"}],"_postman_id":"1caac9b7-27cd-460f-8d93-153486b919f9"}],"id":"683a1835-ccf9-4755-b968-550093a23b09","description":"<p>This folder has all the APIs related to the life cycle of an order.</p>\n","_postman_id":"683a1835-ccf9-4755-b968-550093a23b09","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Pickups","item":[{"name":"Pickup orders","id":"3a68abf7-2e6a-495c-b208-87b042b8f480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/manifests/<manifest_id>?status=picked&page=1&per_page=20","description":"<ul>\n<li>This API sends details of pickups with a given <code>pickup_id</code> and of given <code>status</code></li>\n<li><code>pickup_id</code> is the id of the manifest</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","manifests","<manifest_id>"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Assumes one of \"picked\", \"notpicked\"</p>\n","type":"text/plain"},"key":"status","value":"picked"},{"description":{"content":"<p>Page number for pagination</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of items per page</p>\n","type":"text/plain"},"key":"per_page","value":"20"}],"variable":[]}},"response":[{"id":"f6f8ef51-a6ba-4579-b614-e9fcd35fde40","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/manifests/<manifest_id>?status=picked&page=1&per_page=20","host":["{{base_url}}"],"path":["orders","v2","manifests","<manifest_id>"],"query":[{"key":"status","value":"picked","description":"Assumes one of \"picked\", \"notpicked\""},{"key":"page","value":"1","description":"Page number for pagination"},{"key":"per_page","value":"20","description":"Number of items per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"awb\": \"123\",\n            \"order_id\": \"123\",\n            \"picked\": false,\n            \"picked_time\": null,\n            \"unique_id\": 123\n        },\n        {\n            \"awb\": \"456\",\n            \"order_id\": \"789\",\n            \"picked\": true,\n            \"picked_time\": \"Tue, 14 Sep 2021 18:43:18 GMT\",\n            \"unique_id\": 101\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 1,\n            \"total\": 1,\n            \"total_pages\": 1\n        }\n    },\n    \"success\": true\n}"},{"id":"0e66353c-9177-4dee-b750-e057c822d871","name":"400 Exception","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/manifests/<manifest_id>?status=picked&page=1&per_page=20","host":["{{base_url}}"],"path":["orders","v2","manifests","<manifest_id>"],"query":[{"key":"status","value":"picked","description":"Assumes one of \"picked\", \"notpicked\""},{"key":"page","value":"1","description":"Page number for pagination"},{"key":"per_page","value":"20","description":"Number of items per page"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false\n}"},{"id":"bc74e3e2-f147-4520-bc4f-c369d7e6f3a7","name":"401 Auth failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/manifests/<manifest_id>?status=picked&page=1&per_page=20","host":["{{base_url}}"],"path":["orders","v2","manifests","<manifest_id>"],"query":[{"key":"status","value":"picked","description":"Assumes one of \"picked\", \"notpicked\""},{"key":"page","value":"1","description":"Page number for pagination"},{"key":"per_page","value":"20","description":"Number of items per page"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"3a68abf7-2e6a-495c-b208-87b042b8f480"},{"name":"Request pickups","id":"f84b4b10-a8ad-4952-8f27-84f897303aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/manifests/create","description":"<p>This API raises pickup requests for given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","actions","manifests","create"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ff794654-b3d2-4141-9a0f-1b246e8a4977","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/manifests/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"3f0707cd-e2f1-45fc-afa7-1c9a563f4455","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/manifests/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\"\n}"},{"id":"7f6d8e2a-6240-43ae-bd5b-0aef9baa5565","name":"401 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/manifests/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"f84b4b10-a8ad-4952-8f27-84f897303aff"}],"id":"e437d705-4671-4b2b-bd79-2627b33d7cc6","_postman_id":"e437d705-4671-4b2b-bd79-2627b33d7cc6","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Orders - Bulk change V2","item":[{"name":"Create Orders","id":"74c12259-add4-42e0-a5cd-f0b146dabb1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"myfile","description":"<p>Attach orders file to be uploaded</p>\n","type":"file","value":null}]},"url":"{{base_url}}/orders/v2/upload","description":"<p>This API creates orders in bulk with details from the attached file</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","upload"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5335e615-41a4-4818-aa71-ebff70b65d37","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"myfile","description":"Attach orders file to be uploaded","type":"file","value":null}]},"url":"{{base_url}}/orders/v2/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"failed_ids\": [\n        \"123\"\n    ]\n}"},{"id":"0b511f01-828f-43f0-b700-690aec5d8f6d","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"myfile","description":"Attach orders file to be uploaded","type":"file","value":null}]},"url":"{{base_url}}/orders/v2/upload"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"74c12259-add4-42e0-a5cd-f0b146dabb1b"},{"name":"Order Status","id":"f28bf262-46af-484c-bc8d-853c1caca8dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/mark/<order_status>","description":"<ul>\n<li><p>This API is meant for super admin users and will work only with self ship orders</p>\n</li>\n<li><p>This API updates status of the orders with given <code>order_ids</code> to order_status</p>\n</li>\n<li><p>order_status assumes one of the following:</p>\n<ol>\n<li><p>delivered</p>\n</li>\n<li><p>shipped</p>\n</li>\n<li><p>rto</p>\n</li>\n</ol>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","mark","<order_status>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"36fd41f1-9b82-48b0-ba00-3daa83b4ce2b","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/mark/<order_status>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"{'status': 'success'}\"\n}"},{"id":"b987bb9e-d194-46ad-9f92-6509bd6d783c","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/mark/<order_status>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"please select orders\"\n}"},{"id":"17f2ff82-1b18-47c1-9a1e-1d0fd0742798","name":"400 Invalid order ids","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/mark/<order_status>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"invalid order ids\"\n}"},{"id":"a3fa0e49-f08f-4604-ad87-92eaafeb7f7b","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/mark/<order_status>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"f28bf262-46af-484c-bc8d-853c1caca8dd"},{"name":"Cancel Orders","id":"ff743545-6094-447b-893f-d0dd38dbb8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel","description":"<p>This API cancels all the orders with given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","cancel"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d9d0a370-a0b2-419a-9230-8d0e0185e287","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Cancelled orders successfully\"\n}"},{"id":"c54202cb-1491-4a00-91af-feebf04de5c2","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"invalid user\"\n}"},{"id":"4948e216-3da3-4135-b9f2-622c7a914cdc","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"please select orders\"\n}"},{"id":"b598caf3-6619-4fc4-a6ba-13cca754474c","name":"400 Invalid order ids","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid order ids\"\n}"},{"id":"2aad1e79-d9bd-4956-8dbc-c7b7d98ada8f","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        },\n        {\n            \"unique_id\": 1212\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/cancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"ff743545-6094-447b-893f-d0dd38dbb8eb"},{"name":"Assign Pickups","id":"d103be70-9208-4e47-ac55-8378ea5dd541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_ids\": [121,12321], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/pickup_points","description":"<p>This API sets <code>pickup_point</code> for all the orders with given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","update","pickup_points"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c0832fab-59e9-4c36-b65a-bc0d8cc631aa","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_ids\": [121,12321], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/pickup_points"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"70431378-7047-4c59-bf2d-eb9a9d65eaad","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_ids\": [121,12321], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/pickup_points"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"invalid user\"\n}"},{"id":"f50ae0c8-4f7a-41f2-8ed7-2ab9dae4665f","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_ids\": [121,12321], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/pickup_points"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"please select orders\"\n}"},{"id":"59f28765-177e-42cb-8eeb-c030ce1b9fc0","name":"400 Invalid orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_ids\": [121,12321], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/pickup_points"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"invalid orders selected\"\n}"},{"id":"5a7fb3ea-716c-425b-827f-51be739c43f1","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_ids\": [121,12321], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/update/pickup_points"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"assigned pickups successfully\"\n}"}],"_postman_id":"d103be70-9208-4e47-ac55-8378ea5dd541"}],"id":"2dd23690-2181-4a93-a431-5a2c75995242","_postman_id":"2dd23690-2181-4a93-a431-5a2c75995242","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"IVR","item":[{"name":"IVR call","id":"89ec9bdf-5ccd-4212-aeac-ca1accf130f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/ivr/call?unique_id=123&to_number=893488932","description":"<p>This API creates an IVR call for a given <code>unique_id</code> (order id)</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","ivr","call"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Order ID for which IVR call needs to be performed</p>\n","type":"text/plain"},"key":"unique_id","value":"123"},{"description":{"content":"<p>Mobile number to which IVR call to be performed (Optional)</p>\n","type":"text/plain"},"key":"to_number","value":"893488932"}],"variable":[]}},"response":[{"id":"5b623dc8-9246-4923-97cc-0203671a575e","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/ivr/callback/<ivr_id>?unique_id=123","host":["{{base_url}}"],"path":["orders","v2","ivr","callback","<ivr_id>"],"query":[{"key":"unique_id","value":"123","description":"Order ID for which IVR call needs to be performed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"from_no\": \"09999999999\",\n        \"to_no\": \"09999999999\"\n    }\n}"},{"id":"0ec67b71-27c6-492f-a220-5cffc2e65895","name":"404 Brand phone number not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/ivr/callback/<ivr_id>?unique_id=123","host":["{{base_url}}"],"path":["orders","v2","ivr","callback","<ivr_id>"],"query":[{"key":"unique_id","value":"123","description":"Order ID for which IVR call needs to be performed"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"From number not found\"\n}"},{"id":"6f8063cb-de10-4eda-9940-21b4995642bc","name":"404 Customer phone number not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/ivr/callback/<ivr_id>?unique_id=123","host":["{{base_url}}"],"path":["orders","v2","ivr","callback","<ivr_id>"],"query":[{"key":"unique_id","value":"123","description":"Order ID for which IVR call needs to be performed"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"To number not found\"\n}"},{"id":"cef7f8f7-00e8-4776-ad96-492b78819153","name":"404 Exception","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/ivr/callback/<ivr_id>?unique_id=123","host":["{{base_url}}"],"path":["orders","v2","ivr","callback","<ivr_id>"],"query":[{"key":"unique_id","value":"123","description":"Order ID for which IVR call needs to be performed"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"89ec9bdf-5ccd-4212-aeac-ca1accf130f1"},{"name":"IVR call history","id":"75d44f17-aa2b-4a43-a466-72b2a9070a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/ivr/call_history?unique_id=123&to_number=8978989780","description":"<p>This API sends IVR call history for a given <code>unique_id</code> (order id)</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","ivr","call_history"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Order ID for which IVR call history needs to be retrieved</p>\n","type":"text/plain"},"key":"unique_id","value":"123"},{"description":{"content":"<p>Mobile number to which IVR call to be performed (Optional)</p>\n","type":"text/plain"},"key":"to_number","value":"8978989780"}],"variable":[]}},"response":[{"id":"d57e6eeb-8b1f-4ca3-92d6-de8d63af4860","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/ivr/call_history?unique_id=123&to_number=8978989789","host":["{{base_url}}"],"path":["orders","v2","ivr","call_history"],"query":[{"key":"unique_id","value":"123","description":"Order ID for which IVR call history needs to be retrieved"},{"key":"to_number","value":"8978989789","description":"Mobile number to which IVR call to be performed (Optional)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"from_no\": \"09999999999\",\n            \"to_no\": \"09999999999\",\n            \"call_time\": \"15 Sep 2021, 03:30 PM\",\n            \"status\": \"busy\",\n            \"recording_url\": \"https://example.com\"\n        }\n    ]\n}"},{"id":"69b2dd7c-0603-49a1-8c9a-8a9c4e0f6a9b","name":"404 Auth failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/ivr/call_history?unique_id=123","host":["{{base_url}}"],"path":["orders","v2","ivr","call_history"],"query":[{"key":"unique_id","value":"123","description":"Order ID for which IVR call history needs to be retrieved"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"ea04d60b-2ef5-49e5-b524-0d28f699259a","name":"404 Order not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/ivr/call_history?unique_id=123","host":["{{base_url}}"],"path":["orders","v2","ivr","call_history"],"query":[{"key":"unique_id","value":"123","description":"Order ID for which IVR call history needs to be retrieved"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"order not found\"\n}"},{"id":"6badd7b4-0ebf-4633-8768-d3a72fb09102","name":"404 Exception","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/ivr/call_history?unique_id=123","host":["{{base_url}}"],"path":["orders","v2","ivr","call_history"],"query":[{"key":"unique_id","value":"123","description":"Order ID for which IVR call history needs to be retrieved"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"75d44f17-aa2b-4a43-a466-72b2a9070a80"},{"name":"IVR pass through","id":"439aea6e-9ab7-4e19-ab3e-36ecf7b59d7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"RecordingUrl","value":"https://example.com","description":"<p>URL for the recording</p>\n","type":"text"},{"key":"CallSid","value":"ab1234","description":"<p>Call id</p>\n","type":"text"},{"key":"Status","value":"busy","description":"<p>Assumes value of one of \"busy\", \"completed\", \"failed\", \"no-answer\", \"new\"</p>\n","type":"text"}]},"url":"{{base_url}}/orders/v2/ivr/callback/<ivr_id>","description":"<p>This API is called by Exotel (IVR) API once the call passes through to update call <code>Status</code>, <code>CallSid</code> and <code>RecordingUrl</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","ivr","callback","<ivr_id>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"aac413ed-a048-4d1e-a7b4-f6e795835275","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"RecordingUrl","value":"https://example.com","description":"URL for the recording","type":"text"},{"key":"CallSid","value":"ab1234","description":"Call id","type":"text"},{"key":"Status","value":"busy","description":"Assumes value of one of \"busy\", \"completed\", \"failed\", \"no-answer\", \"new\"","type":"text"}]},"url":"{{base_url}}/orders/v2/ivr/callback/<ivr_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"717f8da7-0744-41c9-90fe-80bbcd632b05","name":"404 IVR not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"RecordingUrl","value":"https://example.com","description":"URL for the recording","type":"text"},{"key":"CallSid","value":"ab1234","description":"Call id","type":"text"},{"key":"Status","value":"busy","description":"Assumes value of one of \"busy\", \"completed\", \"failed\", \"no-answer\", \"new\"","type":"text"}]},"url":"{{base_url}}/orders/v2/ivr/callback/<ivr_id>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"IVR details not found\"\n}"},{"id":"577c2cd5-08a1-4b36-b3de-99ee395cb81e","name":"404 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"RecordingUrl","value":"https://example.com","description":"URL for the recording","type":"text"},{"key":"CallSid","value":"ab1234","description":"Call id","type":"text"},{"key":"Status","value":"busy","description":"Assumes value of one of \"busy\", \"completed\", \"failed\", \"no-answer\", \"new\"","type":"text"}]},"url":"{{base_url}}/orders/v2/ivr/callback/<ivr_id>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"439aea6e-9ab7-4e19-ab3e-36ecf7b59d7d"}],"id":"e8cceaeb-a48e-48bb-a984-bab21a1cf872","_postman_id":"e8cceaeb-a48e-48bb-a984-bab21a1cf872","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Downloads","item":[{"name":"Download orders V2","id":"5d000c76-0641-4b7c-9e79-dac4dbea23a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_deatils\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_deatils_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"postpaid\", \"partially_paid\", \"paid\", \"cod\", \"unknown\", \"stripe\", \"pickup\", \"authorized\", \"refunded\", \"partially_refunded\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"total_count\": 600  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/<type>/<subset>/download","description":"<ul>\n<li><p>This API calls a background job that creates downloadable file with details of all orders of a given <code>type</code> and <code>subset</code> that match the given <code>filters</code>, <code>search</code></p>\n</li>\n<li><p>Values assumed by <code>type</code> : b2c, return, b2b, international</p>\n</li>\n<li><p>Values assumed by <code>subset</code>: new, ready_to_ship, shipped, return, ndr, rvp, all</p>\n</li>\n</ul>\n<p>If <code>total_count</code> is greater than 500, request will be queued.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["downloads","v1","<type>","<subset>","download"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8561e97d-aa5b-477d-a521-20147351e0c1","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_deatils\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_deatils_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"unprocessed_reason\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"postpaid\", \"partially_paid\", \"paid\", \"cod\", \"unknown\", \"stripe\", \"pickup\", \"authorized\", \"refunded\", \"partially_refunded\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"total_count\": 600  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/<type>/<subset>/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"url\": \"https://example.com\"\n}"},{"id":"b3b9cd51-05df-4af8-8627-0f3933fe3ff9","name":"202 Queued","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_deatils\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_deatils_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"postpaid\", \"partially_paid\", \"paid\", \"cod\", \"unknown\", \"stripe\", \"pickup\", \"authorized\", \"refunded\", \"partially_refunded\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"total_count\": 600  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/<type>/<subset>/orders"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Report queued\",\n    \"data\": {\n        \"report_id\": 123\n    }\n}"},{"id":"afaee469-c57a-44be-a431-05bad55630ef","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_deatils\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_deatils_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"postpaid\", \"partially_paid\", \"paid\", \"cod\", \"unknown\", \"stripe\", \"pickup\", \"authorized\", \"refunded\", \"partially_refunded\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"total_count\": 600  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/<type>/<subset>/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"\"\n}"},{"id":"5b154900-936b-4ef2-8f6e-626ef5d08b77","name":"401 Unauthenticated user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_deatils\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_deatils_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"postpaid\", \"partially_paid\", \"paid\", \"cod\", \"unknown\", \"stripe\", \"pickup\", \"authorized\", \"refunded\", \"partially_refunded\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"total_count\": 600  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/<type>/<subset>/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Authentication failed\"\n}"},{"id":"dffabba1-6409-4731-a267-25e0d624dff5","name":"403 Unauthorised user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_deatils\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_deatils_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"postpaid\", \"partially_paid\", \"paid\", \"cod\", \"unknown\", \"stripe\", \"pickup\", \"authorized\", \"refunded\", \"partially_refunded\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"total_count\": 600  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/<type>/<subset>/orders"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Permission Denied. Please contact the administrator for access.\"\n}"},{"id":"0ec6677a-be7e-4efb-9a56-0f1fd970f7b8","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_deatils\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_deatils_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"postpaid\", \"partially_paid\", \"paid\", \"cod\", \"unknown\", \"stripe\", \"pickup\", \"authorized\", \"refunded\", \"partially_refunded\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"total_count\": 600  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/<type>/<subset>/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Something went wrong.\"\n}"}],"_postman_id":"5d000c76-0641-4b7c-9e79-dac4dbea23a2"},{"name":"Download pickup orders","id":"07d889f8-7e4f-445c-8099-a5be1f2e953c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/downloads/v1/manifests/<manifest_id>/all?flag=labels","description":"<ul>\n<li>This API creates a downloadable file with details of orders for a given <code>pickup_id</code> and a given <code>flag</code> (type of manifest)</li>\n<li><code>pickup_id</code> is the id of the manifest</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["downloads","v1","manifests","<manifest_id>","all"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Assumes value one of \"labels\", \"invoice\", \"picklist\", \"packlist\", \"manifest\"</p>\n","type":"text/plain"},"key":"flag","value":"labels"}],"variable":[]}},"response":[{"id":"85ee254d-bfc5-4fc8-81e2-a75bb96ff9df","name":"200 Labels as the flag","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/downloads/v1/manifests/<manifest_id>/all?flag=labels","host":["{{base_url}}"],"path":["downloads","v1","manifests","<manifest_id>","all"],"query":[{"key":"flag","value":"labels","description":"Assumes value one of \"labels\", \"invoice\", \"picklist\", \"packlist\", \"manifest\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"download_url\": \"https://example.com\",\n    \"failed_ids\": [\n        \"id_1\",\n        \"id_2\"\n    ]\n}"},{"id":"cbb65334-98b3-4776-8662-92395db2e096","name":"200 Other flags","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/downloads/v1/manifests/<manifest_id>/all?flag=labels","host":["{{base_url}}"],"path":["downloads","v1","manifests","<manifest_id>","all"],"query":[{"key":"flag","value":"labels","description":"Assumes value one of \"labels\", \"invoice\", \"picklist\", \"packlist\", \"manifest\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"download_url\": \"https://example.com\"\n}"},{"id":"0f9069a9-703f-418e-a8d8-551c87cf6a7e","name":"400 No order ID found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/downloads/v1/manifests/<manifest_id>/all?flag=labels","host":["{{base_url}}"],"path":["downloads","v1","manifests","<manifest_id>","all"],"query":[{"key":"flag","value":"labels","description":"Assumes value one of \"labels\", \"invoice\", \"picklist\", \"packlist\", \"manifest\""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No valid order ID\"\n}"},{"id":"09f0c767-c43e-483a-9e9f-8eccf12fef93","name":"400 Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/downloads/v1/manifests/<manifest_id>/all?flag=labels","host":["{{base_url}}"],"path":["downloads","v1","manifests","<manifest_id>","all"],"query":[{"key":"flag","value":"labels","description":"Assumes value one of \"labels\", \"invoice\", \"picklist\", \"packlist\", \"manifest\""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Bad request\"\n}"},{"id":"6bfe2ac2-199a-4854-992e-bdf4c79098da","name":"400 Exception","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/downloads/v1/manifests/<manifest_id>/all?flag=labels","host":["{{base_url}}"],"path":["downloads","v1","manifests","<manifest_id>","all"],"query":[{"key":"flag","value":"labels","description":"Assumes value one of \"labels\", \"invoice\", \"picklist\", \"packlist\", \"manifest\""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\"\n}"},{"id":"9a02ff2a-4714-4c8d-b781-f0d8e4362916","name":"401 Auth failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/downloads/v1/manifests/<manifest_id>/all?flag=labels","host":["{{base_url}}"],"path":["downloads","v1","manifests","<manifest_id>","all"],"query":[{"key":"flag","value":"labels","description":"Assumes value one of \"labels\", \"invoice\", \"picklist\", \"packlist\", \"manifest\""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"07d889f8-7e4f-445c-8099-a5be1f2e953c"},{"name":"Download shiplabels","id":"4f3a829e-e2b8-460d-953e-e8c1ae5b5d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/shiplabels?shiplabel_type","description":"<p>This API creates a downloadable file of ship labels for given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["downloads","v1","shiplabels"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Optional, Shiplabel Type : TH1, A41, A43</p>\n","type":"text/plain"},"key":"shiplabel_type","value":null}],"variable":[]}},"response":[{"id":"7f5f3b9a-4173-4807-99c4-544e82db9f0b","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/shiplabels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"url\": \"https://example.com\",\n    \"failed_ids\": [\n        \"id_1\",\n        \"id_2\"\n    ]\n}"},{"id":"ccd9cebb-cb7a-42b0-8d4f-1fae263b0716","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/shiplabels"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"3213e457-9815-4e57-b312-1d946c972340","name":"404 No valid order ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/shiplabels"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No valid order ID\"\n}"}],"_postman_id":"4f3a829e-e2b8-460d-953e-e8c1ae5b5d19"},{"name":"Download invoices","id":"ad0fe060-756e-4b7c-9d43-b2ce61ed0bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [122432, 122432] //List[int]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/invoice","description":"<p>This API creates a downloadable file of invoices for given <code>order_ids</code></p>\n<p>Where <code>order_ids</code> is wareiq internal order_id (unique_id).</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["downloads","v1","invoice"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fecf0510-8e35-485b-a7bb-157747022f7d","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [122432, 122432] //List[int]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/invoice"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"url\": \"https://example.com\",\n    \"failed_ids\": [\n        \"id_1\",\n        \"id_2\"\n    ]\n}"},{"id":"0fd04593-40e7-4374-95d2-0edee5e28776","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [122432, 122432] //List[int]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/invoice"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"7b7037e7-723b-46bc-835f-1ed4ff4aecaa","name":"404 No valid order ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [122432, 122432] //List[int]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/invoice"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No valid order ID\"\n}"}],"_postman_id":"ad0fe060-756e-4b7c-9d43-b2ce61ed0bdf"},{"name":"Download pick list","id":"6ce8c8f4-20b7-4d84-a01d-2f2fb69f534a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/picklist","description":"<p>This API creates a downloadable file of pick lists for given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["downloads","v1","picklist"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"94583bb3-f05c-424d-99a3-c92e0eab287a","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/picklist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"url\": \"https://example.com\"\n}"},{"id":"0d368cc4-8fc2-4615-816c-4395c7611947","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/picklist"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"c97e1fe2-884e-4d83-84d7-0b56ccc56987","name":"404 No valid order ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/picklist"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No valid order ID\"\n}"}],"_postman_id":"6ce8c8f4-20b7-4d84-a01d-2f2fb69f534a"},{"name":"Download pack list","id":"eed71464-517f-4327-b393-11dd1947d7d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/packlist","description":"<p>This API creates a downloadable file of pack lists for given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["downloads","v1","packlist"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c0417bb9-d8b9-4101-810d-3e6914facdd4","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/packlist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"url\": \"https://example.com\"\n}"},{"id":"6beaa4d9-2060-4011-a33c-c3dde0f6ab6e","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/packlist"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"c4e44a40-3e49-47e2-b3b7-ebaf0a2a3f7e","name":"404 No valid order ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/packlist"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No valid order ID\"\n}"}],"_postman_id":"eed71464-517f-4327-b393-11dd1947d7d8"},{"name":"Download manifests","id":"e438cc29-3085-41e7-afe3-956a8dfc2a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/manifest","description":"<p>This API creates a downloadable file of manifests for given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["downloads","v1","manifest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"46204bac-a484-4a15-9903-f6c263ccb494","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"url\": \"https://example.com\"\n}"},{"id":"56465d86-92d0-435b-a2e7-1acf74d6fa43","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/manifest"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"fcfa5ccd-2ae7-4059-a90c-e498610dc706","name":"404 No valid order id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/manifest"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No valid order ID\"\n}"}],"_postman_id":"e438cc29-3085-41e7-afe3-956a8dfc2a04"},{"name":"Get Downloads List","id":"aec99b2a-1b55-4b4e-8c92-a95b577c77d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"report_id\": 123, //Optional\n    \"page\": 1,\n    \"per_page\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/list","description":"<p>This API is used to get the list of file downloads that are processed.</p>\n<p>Either files can be retreived using a unique report ID generated while triggering the download or get a paginated list of downloads.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["downloads","v1","list"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5ed40b02-8155-45e0-964c-2dcbd8e827d3","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"report_id\": 123, //Optional\n    \"page\": 1,\n    \"per_page\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"created_by\": \"abc@def.com\",\n            \"type\": \"Orders\",\n            \"title\": \"b2c shipped orders download\",\n            \"download_link\": \"https://example.com\",\n            \"status\": \"processed\",\n            \"date_created\": \"29 Oct 2024, 05:57 PM\",\n            \"file_size\": \"21 KB\"\n        }\n    ],\n    \"meta\": {}\n}"},{"id":"65e86370-cde9-478f-9679-42f0c64f3b0f","name":"401 Unauthenticated user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"report_id\": 123, //Optional\n    \"page\": 1,\n    \"per_page\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Invalid token\"\n}"},{"id":"216daa96-a582-4fe6-9379-63bee41738cd","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"report_id\": 123, //Optional\n    \"page\": 1,\n    \"per_page\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/downloads/v1/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Something went wrong.\"\n}"}],"_postman_id":"aec99b2a-1b55-4b4e-8c92-a95b577c77d4"}],"id":"b01df601-d6c8-4d3f-bdf0-f58db523a120","_postman_id":"b01df601-d6c8-4d3f-bdf0-f58db523a120","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Serviceability","item":[{"name":"Serviceability","id":"c060f21e-7563-472f-b4cd-932a9cb66e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability","description":"<p>This API sends serviceability of a given <code>pincode</code> for given <code>sku_list</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["shipping","v1","pincode_serviceability"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cc522ce5-9d96-4634-96d2-f90958adf72b","name":"200 Empty sku_list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"serviceable\": true,\n        \"cod_available\": false,\n        \"covid_zone\": true,\n        \"reverse_pickup\": true,\n        \"city\": \"abc\",\n        \"state\": \"Abc\"\n    }\n}"},{"id":"317e77a1-2dc7-494f-bfcf-a3921455f8e2","name":"200 Non empty sku_list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"warehouse\": \"Abc\",\n        \"delivery_date\": \"17-09-2021\",\n        \"cod_available\": true,\n        \"order_before\": \"17-09-2021 21:00:00\",\n        \"delivery_zone\": \"A\",\n        \"label_url\": \"https://example.com\",\n        \"sku_wise\": [\n            {\n                \"sku\": \"123\",\n                \"quantity\": 1,\n                \"warehouse\": \"Abc\",\n                \"delivery_date\": \"17-09-2021\",\n                \"delivery_zone\": \"A\"\n            }\n        ],\n        \"covid_zone\": null,\n        \"city\": \"Abc\",\n        \"state\": \"Abc\",\n        \"split_order\": true\n    }\n}"},{"id":"d353d0b6-a018-420c-944d-7b66985ebf79","name":"400 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"7a9600c3-dacc-4aa2-bb36-0283f6867075","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not provided\"\n}"},{"id":"40ab37d1-7964-41d1-a6b8-6a3855eab987","name":"400 Not serviceable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not serviceable\"\n}"},{"id":"ad27d3db-9763-4361-a38f-462710b98b4e","name":"400 Out of stock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Product(s) currently out of stock, try again later\",\n    \"cod_available\": true,\n    \"label_url\": \"https://example.com\"\n}"},{"id":"4c05f4a1-2069-4586-8e4f-82f6c70adc0b","name":"400 Service not available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Service not available\",\n    \"cod_available\": true,\n    \"label_url\": \"https://example.com\"\n}"},{"id":"1b31dcf0-75ab-49d9-8659-a85ddc9b55f5","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/pincode_serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"c060f21e-7563-472f-b4cd-932a9cb66e83"},{"name":"Serviceability","id":"62213b67-9e69-490a-b46f-e0ab6e491295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/shipping/v1/pincode_serviceability?pincode=123456","description":"<p>This API sends serviceability of a given <code>pincode</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["shipping","v1","pincode_serviceability"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Pincode to get serviceability status</p>\n","type":"text/plain"},"key":"pincode","value":"123456"}],"variable":[]}},"response":[{"id":"5999f8ea-9af1-4de8-ab01-e8b3b1ba487e","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/shipping/v1/pincode_serviceability?pincode=123456","host":["{{base_url}}"],"path":["shipping","v1","pincode_serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"serviceable\": true,\n        \"cod_available\": false,\n        \"reverse_pickup\": true,\n        \"city\": \"Abc\",\n        \"state\": \"Abc\"\n    }\n}"},{"id":"106bed51-f4f5-4f8e-869e-5cb6c94dfe1d","name":"400 Auth failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/shipping/v1/pincode_serviceability?pincode=123456","host":["{{base_url}}"],"path":["shipping","v1","pincode_serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"57fa8e94-29b2-42be-b3eb-5939ed564008","name":"400 Not serviceable","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/shipping/v1/pincode_serviceability?pincode=123456","host":["{{base_url}}"],"path":["shipping","v1","pincode_serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not serviceable\"\n}"},{"id":"8a18f02c-de20-4cf5-9c3b-4ea05e37fc34","name":"400 Exception","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/shipping/v1/pincode_serviceability?pincode=123456","host":["{{base_url}}"],"path":["shipping","v1","pincode_serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"},{"id":"57d0db4d-a832-407f-bb47-edac87205808","name":"401 Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/shipping/v1/pincode_serviceability?pincode=123456","host":["{{base_url}}"],"path":["shipping","v1","pincode_serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not provided\"\n}"}],"_postman_id":"62213b67-9e69-490a-b46f-e0ab6e491295"},{"name":"Serviceability badge - Shopify","id":"dfa1a81c-be97-40b8-90f1-f81cc6223094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ], //List[dict]\n    \"shop_url\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify?mode=air","description":"<p>This API sends serviceability of <code>sku_list</code> for a given <code>pincode</code> via Shopify channel</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","badges","shopify"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Courier mode :  air, surface</p>\n","type":"text/plain"},"key":"mode","value":"air"}],"variable":[]}},"response":[{"id":"95fbefbb-f22c-4aae-8ec1-80621953c728","name":"200 Non empty sku_list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"delivery_date\": \"17-09-2021\",\n        \"cod_available\": true,\n        \"order_before\": \"15-09-2021 21:00:00\",\n        \"delivery_zone\": \"B\",\n        \"label_url\": \"https://example.com\",\n        \"covid_zone\": null,\n        \"city\": \"Abc\",\n        \"state\": \"Abc\"\n    }\n}"},{"id":"1b7c5429-f2af-4e19-9c8d-7c27bd0cda65","name":"200 Empty sku_list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"serviceable\": true,\n        \"cod_available\": true,\n        \"covid_zone\": null,\n        \"reverse_pickup\": false,\n        \"city\": \"Abc\",\n        \"state\": \"Abc\"\n    }\n}"},{"id":"c7288449-5a29-48ec-b69c-00179e7d23f1","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not provided\"\n}"},{"id":"ac38b06e-6825-459b-a595-4b7276807335","name":"400 Not serviceable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not serviceable\"\n}"},{"id":"556eba92-e32c-4531-9744-3a73e79db718","name":"400 Out of stock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Product(s) currently out of stock, try again later\",\n    \"cod_available\": false,\n    \"label_url\": \"https://example.com\"\n}"},{"id":"2f3a2c07-36f3-447e-8664-7b0cd4dbd189","name":"400 Service not available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Service not available\",\n    \"cod_available\": true,\n    \"label_url\": \"https://example.com\"\n}"}],"_postman_id":"dfa1a81c-be97-40b8-90f1-f81cc6223094"},{"name":"Shippable couriers","id":"6c399a31-1401-4ed4-8f80-26a3db261ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates","description":"<ul>\n<li>This API is available only for users of type <strong>client</strong> and <strong>super admin</strong></li>\n<li>This API sends couriers that can service given <code>order_nos</code> (order IDs)</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["shipping","v1","couriers","estimates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ea3a1050-29c6-4129-aa97-3203f4a7e81b","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Invalid user type\"\n}"},{"id":"20b6f0bd-57df-42a9-9a97-ebb0e167f30a","name":"400 Invalid order IDs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid order ids\"\n}"},{"id":"c0cb7ed4-a686-46a6-8a68-67bc72f417e4","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"courier_list\": [\n        {\n            \"courier_name\": \"Abc\",\n            \"id\": 1,\n            \"serviceable_count\": 10,\n            \"unserviceable_count\": 100\n        },\n        {\n            \"courier_name\": \"Self Ship\",\n            \"id\": 2,\n            \"serviceable_count\": 10,\n            \"unserviceable_count\": 0\n        }\n    ],\n    \"success\": true\n}"},{"id":"8d728d9a-5277-4306-b186-4d7db53ee620","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false\n}"}],"_postman_id":"6c399a31-1401-4ed4-8f80-26a3db261ae4"},{"name":"Shippable couriers v2","id":"73be66de-c7e6-4260-bb9c-dfd9eee25fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates","description":"<ul>\n<li>This API is available only for users of type <strong>client</strong> and <strong>super admin</strong></li>\n<li>This API sends couriers that can service given <code>order_nos</code> (order IDs)</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["shipping","v1","couriers","estimates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fb81e6ac-fb45-465f-b0d3-6db7c3278e0b","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Invalid user type\"\n}"},{"id":"f27860ca-0bba-4789-8052-07790e00262d","name":"400 Invalid order IDs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid order ids\"\n}"},{"id":"e58cb240-4add-4428-ac37-e0d087a88fca","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"order_list\": {\n        \"id_1\": {\n            \"order_id\": \"id_1\",\n            \"channel_order_id\": \"58967\",\n            \"pickup_pincode\": \"421101\",\n            \"delivery_pincode\": \"401606\",\n            \"order_value\": 2535.0,\n            \"weight\": 0.4,\n            \"order_type\": \"COD\",\n            \"zone\": \"B\",\n            \"couriers\": [\n                \"Self Ship\",\n                \"Amazon Shipping\",\n                \"Delhivery Surface Standard\"\n            ]\n        },\n        \"id_2\": {\n            \"order_id\": \"id_2\",\n            \"channel_order_id\": \"63968\",\n            \"pickup_pincode\": \"411023\",\n            \"delivery_pincode\": \"416012\",\n            \"order_value\": 3059.15,\n            \"weight\": 0.105,\n            \"order_type\": \"COD\",\n            \"zone\": \"B\",\n            \"couriers\": [\n                \"Self Ship\",\n                \"Amazon Shipping\",\n                \"Delhivery Surface Standard\"\n                \n            ]\n        }\n    },\n    \"courier_list\": [\n        {\n            \"courier_name\": \"Amazon Shipping\",\n            \"id\": 12,\n            \"logo_url\": \"https://logourls.s3.amazonaws.com/couriers/amazon-shipping-logo._CB1587549279_.png\",\n            \"base_weight\": 0.5,\n            \"additional_weight\": 0.5,\n            \"cod_charge\": 1.5,\n            \"cod_perc\": 25.0,\n            \"courier_type\": \"Air\",\n            \"orders\": [\n                {\n                    \"order_id\": \"id_1\",\n                    \"Price\": 82.03\n                },\n                {\n                    \"order_id\": \"id_2\",\n                    \"Price\": 89.89\n                }\n            ],\n            \"servicability_count\": 2\n        },\n        {\n            \"courier_name\": \"Delhivery Surface Standard\",\n            \"id\": 1,\n            \"logo_url\": \"https://logourls.s3.amazonaws.com/couriers/delhivery.png\",\n            \"base_weight\": 0.5,\n            \"additional_weight\": 0.5,\n            \"cod_charge\": 2.0,\n            \"cod_perc\": 42.0,\n            \"courier_type\": \"Surface\",\n            \"orders\": [\n                {\n                    \"order_id\": \"id_1\",\n                    \"Price\": 86.7\n                },\n                {\n                    \"order_id\": \"id_2\",\n                    \"Price\": 97.18\n                }\n            ],\n            \"servicability_count\": 2\n        }\n    ],\n    \"FailedOrderIDs\": []\n}"},{"id":"e2a0202a-741c-4bd8-81b1-604b4db389cf","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false\n}"}],"_postman_id":"73be66de-c7e6-4260-bb9c-dfd9eee25fa9"}],"id":"bc2f398b-5eaa-4eb8-a152-bf11eb21eb4a","_postman_id":"bc2f398b-5eaa-4eb8-a152-bf11eb21eb4a","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Track","item":[{"name":"Track an order","id":"4c82e314-01c8-4329-9145-1a075c1fbdb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/all","description":"<ul>\n<li><p>This API sends tracking details of an order with a given <code>awb</code></p>\n</li>\n<li><p><code>awb</code> is the awb for the order</p>\n</li>\n<li><p><code>status</code> assumes one of the follwing values:</p>\n<ul>\n<li><p>Received</p>\n</li>\n<li><p>Picked</p>\n</li>\n<li><p>In Transit</p>\n</li>\n<li><p>Out for Delivery</p>\n</li>\n<li><p>Pending</p>\n</li>\n<li><p>Delivered</p>\n</li>\n<li><p>Dispatched for RTO</p>\n</li>\n<li><p>RTO</p>\n</li>\n<li><p>Picked RVP</p>\n</li>\n<li><p>Dispatched for DTO</p>\n</li>\n<li><p>DTO</p>\n</li>\n<li><p>Cancelled</p>\n</li>\n<li><p>On Hold</p>\n</li>\n<li><p>Destroyed</p>\n</li>\n<li><p>Lost</p>\n</li>\n</ul>\n</li>\n<li><p><code>wareiq_status</code> assumes one of the following values:</p>\n<ul>\n<li><p>READY TO SHIP</p>\n</li>\n<li><p>IN TRANSIT</p>\n</li>\n<li><p>PENDING</p>\n</li>\n<li><p>DELIVERED</p>\n</li>\n<li><p>RTO</p>\n</li>\n<li><p>DTO</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>status</code> is end-customer friendly version and <code>wareiq_status</code> is the version maintained in WareIQ systems.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["tracking","v1","shipments","<awb>","all"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Boolean (Get extra tracking details from courier)</p>\n","type":"text/plain"},"key":"details","value":"true"}],"variable":[]}},"response":[{"id":"3ecc2128-985a-40d3-9702-701a09881492","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"arriving_on\": null,\n        \"destination_city\": \"Abc\",\n        \"get_details\": true,\n        \"logo_url\": \"https://example.com\",\n        \"order_id\": \"123\",\n        \"order_track\": [\n            {\n                \"city\": \"Abc\",\n                \"status\": \"Received\",\n                \"time\": \"15 Sep 2021, 04:30 AM\"\n            },\n            {\n                \"city\": \"Abc\",\n                \"status\": \"Picked\",\n                \"time\": \"15 Sep 2021, 05;30 AM\"\n            },\n            {\n                \"city\": null,\n                \"status\": \"In Transit\",\n                \"time\": null\n            },\n            {\n                \"city\": null,\n                \"status\": \"Out for delivery\",\n                \"time\": null\n            },\n            {\n                \"city\": null,\n                \"status\": \"Delivered\",\n                \"time\": null\n            }\n        ],\n        \"placed_on\": \"15 Sep 2021, 02:30 AM\",\n        \"products\": [],\n        \"remark\": \"SHIPMENT PICKED UP\",\n        \"status\": \"Picked\",\n        \"wareiq_status\": \"IN TRANSIT\",\n        \"theme_color\": \"\",\n        \"tracking_id\": \"<awb>\"\n    },\n    \"success\": true\n}"},{"id":"725eaac3-f3f6-4d8c-8acd-4ce2a95fa7dc","name":"400 Tracking ID not found","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/all"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"tracking id not found\"\n}"},{"id":"51849d04-b6dd-4117-b1b3-5d71dba93a78","name":"400 No details","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/all"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Details not available\"\n}"},{"id":"c54666b0-53f4-4545-97cf-ed88d4aa716f","name":"400 No tracking for this AWB","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/all"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"tracking not available for this id\"\n}"},{"id":"10c90faf-822e-407b-8e29-23f62bc85e6c","name":"404 Exception","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/all"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"4c82e314-01c8-4329-9145-1a075c1fbdb7"},{"name":"Track shipments","id":"84e309d8-04f0-4448-a3ae-452fdad4487d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/wiq","description":"<p>This API sends tracking details of all shipments with given <code>awbs</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["tracking","v1","shipments","<awb>","wiq"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6d4c9088-4f32-441f-820f-c03e3e845a52","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/wiq"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"arriving_on\": null,\n            \"awb\": \"FMPC4380619537\",\n            \"destination_city\": null,\n            \"get_details\": true,\n            \"logo_url\": null,\n            \"order_id\": \"OD333180858810144100\",\n            \"order_track\": [\n                {\n                    \"city\": \"\",\n                    \"status\": \"Received\",\n                    \"time\": \"23 Dec 2024, 05:14 PM\"\n                },\n                {\n                    \"city\": \"\",\n                    \"status\": \"Packed\",\n                    \"time\": \"24 Dec 2024, 09:12 AM\"\n                },\n                {\n                    \"city\": \"\",\n                    \"status\": \"Shipped\",\n                    \"time\": \"24 Dec 2024, 04:15 PM\"\n                },\n                {\n                    \"city\": \"\",\n                    \"status\": \"Return Inwarded\",\n                    \"time\": \"25 Dec 2024, 12:01 AM\"\n                }\n            ],\n            \"placed_on\": \"23 Dec 2024, 04:57 PM\",\n            \"products\": [\n                {\n                    \"name\": \"TECHNOSPORT Track Pant For Boys\",\n                    \"quantity\": 1\n                }\n            ],\n            \"remark\": \"Order returned\",\n            \"status\": \"RTO\",\n            \"success\": true,\n            \"theme_color\": \"\"\n        }\n    ],\n    \"status\": \"success\"\n}"},{"id":"60a5df9e-954d-4428-8eb0-cd413897a7f1","name":"400 Bad request","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/wiq"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"awbs value is mandatory\"\n}"},{"id":"6607b86f-da71-4dc1-a21f-a7fc8ae4020d","name":"400 Exception","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/wiq"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"\"\n}"},{"id":"170de244-28c2-47ad-a7f8-82acaf7eed77","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"url":"{{base_url}}/tracking/v1/shipments/<awb>/wiq"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"84e309d8-04f0-4448-a3ae-452fdad4487d"}],"id":"65cec5ff-fe41-4c2a-b878-dd8d8c5e2bd0","_postman_id":"65cec5ff-fe41-4c2a-b878-dd8d8c5e2bd0","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Shipping","item":[{"name":"Shipments","id":"d31f3ef8-a061-4ef7-99b9-c5cac60331a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_order_ids\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/shipments","description":"<p>This API sends shipment data for all the given <code>channel_order_ids</code> (order IDs)</p>\n","urlObject":{"path":["shipping","v1","shipments"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ee476f24-336b-4754-8030-10cb3abd49f0","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_order_ids\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/shipments"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"order_id\": \"67b23cd7f870150b01726d61\",\n            \"unique_id\": 17927814,\n            \"order_date\": \"Mon, 17 Feb 2025 01:00:32 GMT\",\n            \"status\": \"READY TO SHIP\",\n            \"status_type\": \"UD\",\n            \"payment\": {\n                \"mode\": \"Prepaid\"\n            },\n            \"pickup_point\": \"WIQBOM03\",\n            \"product_details\": [\n                {\n                    \"name\": \"toothsi spark  teeth whitening pen 2nd gen\",\n                    \"sku\": \"630c4a77d75e550020acd0ee\",\n                    \"quantity\": 1,\n                    \"channel_sku\": \"73988087\",\n                    \"channel_sku_name\": \"toothsi spark  teeth whitening pen 2nd gen\",\n                    \"sku_units\": []\n                }\n            ],\n            \"shipping_details\": {\n                \"courier\": \"Xpressbees Surface WIQ\",\n                \"awb\": \"14284222981232\"\n            },\n            \"delivered_time\": null,\n            \"channel_name\": \"Custom\",\n            \"channel_logo\": \"https://logourls.s3.amazonaws.com/channels/126083.png\",\n            \"client_prefix\": \"Toothsi\",\n            \"edd\": null,\n            \"return_qc_links\": null,\n            \"tracking_url\": \"https://Prepaid.wiq.app/tracking/14284222981232\"\n        }\n    ]\n}"},{"id":"eb0508a3-2817-4bd4-b78f-d18bacf5151f","name":"400 Mandatory order_nos","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_order_ids\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"orders_nos is mandatory\"\n}"},{"id":"7a26ef51-7298-4bf8-9ea5-25931a4ad6ab","name":"400 Order not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_order_ids\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Orders not found for given ids\"\n}"},{"id":"9344b085-34ca-4db8-9ec2-d98b01722bc1","name":"400 Max orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_order_ids\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Max 200 orders allowed at a time\"\n}"},{"id":"65b4e325-4ec2-41a6-b254-cb539bad4c88","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_order_ids\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/shipments"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"\"\n}"},{"id":"3a877edc-52e5-40cb-b8f3-09f1616cfb17","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_order_ids\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/shipments"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"d31f3ef8-a061-4ef7-99b9-c5cac60331a1"},{"name":"Ship orders based on shipping rules","id":"7d3f5d41-66d3-435a-a74e-c465b4736118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2] //List[integer] These are unique IDs provided by WareIQ for an order\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/run","description":"<ul>\n<li>This API ships orders with given <code>order_ids</code></li>\n<li>This API works asynchronously. As in, once we receive a call on this API, we queue the request and process it independently</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["celery","shipping","v1","run"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d4109ab8-0b7a-4927-9e19-9ea83705a950","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2] //List[integer] These are unique IDs provided by WareIQ for an order\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/run"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Ship order task received\"\n}"},{"id":"393c5435-247a-4bcb-bc49-0264a450a53c","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2] //List[integer] These are unique IDs provided by WareIQ for an order\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/run"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"eb9aea05-0b78-4e14-b292-817a4ed6b7cd","name":"404 User not admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2] //List[integer] These are unique IDs provided by WareIQ for an order\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/run"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"User not Admin\"\n}"},{"id":"16c09e1c-2b7e-4e5b-a73c-6b1278e0ed23","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2] //List[integer] These are unique IDs provided by WareIQ for an order\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/run"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"some error occurred\"\n}"}],"_postman_id":"7d3f5d41-66d3-435a-a74e-c465b4736118"},{"name":"Ship orders forcefully with a courier","id":"5219ca3e-8452-42a1-9c73-b660b3508da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2], //List[integer] These are unique IDs provided by WareIQ for an order\n    \"courier\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/force_run","description":"<ul>\n<li><p>This API is used to assign orders to a specific courier in bulk.</p>\n</li>\n<li><p>This API works asynchronously. As in, once we receive a call on this API, we queue the request and process it independently.</p>\n</li>\n<li><p><code>courier</code> field accepts name of the courier as seen on WareIQ dashboard. Please reach out to your customer success PoC to get a list for testing purposes.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["celery","shipping","v1","force_run"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"aff1f3e0-f4b4-4f57-b296-07878b9b883f","name":"202","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2], //List[integer] These are unique IDs provided by WareIQ for an order\n    \"courier\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/force_run"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"shipping request created\"\n}"},{"id":"40f97964-3da4-47ce-87ea-2a7473bc43bc","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2], //List[integer] These are unique IDs provided by WareIQ for an order\n    \"courier\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/force_run"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"order ids not found\"\n}"},{"id":"74712c8a-d222-4f79-95a2-f76286e73b2b","name":"401 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [1, 2], //List[integer] These are unique IDs provided by WareIQ for an order\n    \"courier\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/celery/shipping/v1/force_run"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Authentication failed\"\n}"}],"_postman_id":"5219ca3e-8452-42a1-9c73-b660b3508da1"}],"id":"189427ec-5289-419d-a367-a1f7b4a908c5","_postman_id":"189427ec-5289-419d-a367-a1f7b4a908c5","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Warehouses","item":[{"name":"Pickup warehouse details","id":"4091d66c-3c38-4075-93cf-ae3a98d202ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search=a&child_client_prefix=a&warehouse_prefix=a","description":"<p>This API sends all the pickup points (warehouses) that match the given <code>search</code> string</p>\n<p><code>child_client_prefix</code> and <code>warehouse_prefix</code> can be passed for <code>marketplace-aggregator</code> accounts to get details corresponding to a child brand.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","pickups_and_returns","list"],"host":["{{base_url}}"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"key":"search","value":"a"},{"description":{"content":"<p>[OPTIONAL] For marketplace clients</p>\n","type":"text/plain"},"key":"child_client_prefix","value":"a"},{"description":{"content":"<p>[OPTIONAL] For marketplace clients</p>\n","type":"text/plain"},"key":"warehouse_prefix","value":"a"}],"variable":[]}},"response":[{"id":"9b7d02fe-6fc2-4e54-a93c-2359cb90b220","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search=a&child_client_prefix=a&warehouse_prefix=a","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns","list"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"key":"search","value":"a"},{"key":"child_client_prefix","value":"a","description":"[OPTIONAL] For marketplace clients"},{"key":"warehouse_prefix","value":"a","description":"[OPTIONAL] For marketplace clients"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"pickups\": {\n        \"client_prefix\": \"a\",\n        \"id\": 1,\n        \"warehouse_prefix\": \"a\",\n        \"pickup_location\": \"a\",\n        \"contact_name\": \"a\",\n        \"contact_number\": \"9999999999\",\n        \"address\": \"abc\",\n        \"city\": \"abc\",\n        \"state\": \"abc\",\n        \"country\": \"abc\",\n        \"pincode\": \"123456\",\n        \"gstin\": \"abc\"\n    },\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 10,\n            \"total\": 100,\n            \"total_pages\": 10\n        }\n    }\n}"},{"id":"25319c16-a54c-438e-b55b-290652073d42","name":"500","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search=a&child_client_prefix=a&warehouse_prefix=a","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns","list"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"key":"search","value":"a"},{"key":"child_client_prefix","value":"a","description":"[OPTIONAL] For marketplace clients"},{"key":"warehouse_prefix","value":"a","description":"[OPTIONAL] For marketplace clients"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while getting pickup and return point details\",\n    \"data\": {},\n    \"meta\": {}\n}"}],"_postman_id":"4091d66c-3c38-4075-93cf-ae3a98d202ab"}],"id":"eace474c-2417-42de-a386-2f476f9facce","_postman_id":"eace474c-2417-42de-a386-2f476f9facce","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Failed Orders","id":"ea27e2a8-fab2-42ad-9c43-499a2365bc03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/failed?search&page=1&per_page=20","description":"<p>This API sends details of all the failed orders that match a given <code>search</code> string (search on order ID)</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","failed"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Search key string</p>\n","type":"text/plain"},"key":"search","value":null},{"description":{"content":"<p>Page number for pagination</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of items per page</p>\n","type":"text/plain"},"key":"per_page","value":"20"}],"variable":[]}},"response":[{"id":"69fae081-9509-4027-a376-54c2839f93fb","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/failed?search&page=1&per_page=20","host":["{{base_url}}"],"path":["","orders","v2","failed"],"query":[{"key":"search","value":null,"description":"Search key string"},{"key":"page","value":"1","description":"Page number for pagination"},{"key":"per_page","value":"20","description":"Number of items per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"channel_logo\": null,\n            \"channel_name\": null,\n            \"customer_email\": \"\",\n            \"customer_name\": \"Abc\",\n            \"customer_phone\": \"9999999999\",\n            \"error\": \"Inventory not assigned\",\n            \"order_date\": \"06 Sep 2021, 05:26 PM\",\n            \"order_id\": \"123456\",\n            \"unique_id\": 123\n        },\n        {\n            \"channel_logo\": \"https://example.com\",\n            \"channel_name\": \"Abc\",\n            \"customer_email\": \"\",\n            \"customer_name\": \"Abc\",\n            \"customer_phone\": \"9999999999\",\n            \"error\": \"Inventory not assigned\",\n            \"order_date\": \"02 Sep 2021, 01:30 PM\",\n            \"order_id\": \"1234\",\n            \"unique_id\": 124\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 20,\n            \"total\": 1,\n            \"total_pages\": 1\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"ea27e2a8-fab2-42ad-9c43-499a2365bc03"},{"name":"Update NDR","id":"4c282755-380f-4ec3-9360-8a4f33b7f9cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/ndr","description":"<p>This API updates NDR details of an order with given <code>ndr_id</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","actions","ndr"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"148b302a-f99e-42b5-abe1-567cbde64515","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/ndr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"Updated\"\n}"},{"id":"0ba82206-39ca-4c68-b692-3d62786c84ce","name":"400 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/ndr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"7a290d3e-1e40-46de-909e-70ce26d03616","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/ndr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid User\"\n}"},{"id":"915a8054-6b2a-4cb7-8a02-52b1ccc50ba1","name":"400 Not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/actions/ndr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"NDR not found\"\n}"}],"_postman_id":"4c282755-380f-4ec3-9360-8a4f33b7f9cd"},{"name":"Manifests","id":"2196e2ed-6a96-457b-bbe0-86455a74bb64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": \"1\",\n    \"per_page\": \"10\",\n    \"filters\": {\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"] //Optional - [start_date, end_date]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/manifests","description":"<p>This API sends details of all manifests that match given <code>filters</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","manifests"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"35647f01-df6e-44e3-926d-fedfb459a20a","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": \"1\",\n    \"per_page\": \"10\",\n    \"filters\": {\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"] //Optional - [start_date, end_date]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/manifests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"manifest_id\": \"1\",\n            \"pickup_id\": 1,\n            \"courier\": \"Abc\",\n            \"pickup_point\": \"Def\",\n            \"total_scheduled\": 1,\n            \"total_picked\": 1,\n            \"pickup_date\": \"2019-11-29 15:00:00\",\n            \"manifest_url\": \"https://example.com\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 20,\n            \"total\": 1,\n            \"total_pages\": 1\n        }\n    },\n    \"success\": true\n}"},{"id":"c1da1d66-477d-44be-87d9-13787a82a09b","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": \"1\",\n    \"per_page\": \"10\",\n    \"filters\": {\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"] //Optional - [start_date, end_date]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/manifests"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"2196e2ed-6a96-457b-bbe0-86455a74bb64"},{"name":"Couriers list","id":"79550009-afd8-4b6e-b7b2-6db8a1af9a63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/ship_orders","description":"<ul>\n<li>This API is available for user of type <strong>super admin</strong></li>\n<li>This API sends all the couriers available on WareIQ</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","ship_orders"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d6007701-f986-4bbd-b71a-6832428255ba","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/ship_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"couriers\": [\n        \"Bluedart\",\n        \"Delhivery\"\n    ],\n    \"success\": true\n}"},{"id":"896bd71d-249f-4886-9d34-33d8a0253bc9","name":"404 Auth failed","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/ship_orders"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"7141bbe1-8d73-44aa-829e-a82c00784cc5","name":"404 User not admin","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/ship_orders"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"User not Admin\"\n}"}],"_postman_id":"79550009-afd8-4b6e-b7b2-6db8a1af9a63"},{"name":"Invoice details","id":"82712e27-8a89-45f0-a136-63eb31f20e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/invoice/<unique_id>?uid=1R3E4","description":"<ul>\n<li>This API generates invoice for a given <code>unique_id</code></li>\n<li><code>unique_id</code> is the id of the order</li>\n<li><code>uid</code> is used to ensure invoice links are unique</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","invoice","<unique_id>"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Create a random string and pass it</p>\n","type":"text/plain"},"key":"uid","value":"1R3E4"}],"variable":[]}},"response":[{"id":"a4f301ae-8d80-4aa5-88ac-3cdbd82f154d","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/invoice/<unique_id>?uid=1R3E4","host":["{{base_url}}"],"path":["orders","v2","invoice","<unique_id>"],"query":[{"key":"uid","value":"1R3E4","description":"Create a random string and pass it"}]}},"_postman_previewlanguage":"html","header":null,"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\" />\n        <link rel=\"icon\" href=\"{{client_logo}}\" id=\"light-scheme-icon\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n        <title>{{client_name}} - {{invoice_no}}</title>\n        <style type=\"text/css\">\n      * {\n        font-family: 'Poppins', sans-serif, Helvetica, Arial !important;\n      }\n      body {\n        width: 100%;\n      }\n      .page-container {\n        display: flex;\n        flex-direction: column;\n        padding: 30px;\n        max-width: 100%;\n        width: 600px;\n        margin: 0 auto;\n      }\n      .seller-logo img {\n        max-width: 100%;\n        height: auto;\n        width: 400px;\n        display: block;\n        margin: 0 auto;\n      }\n      .seller-info {\n        margin-top: 40px;\n        color: #212121;\n        font-size: 20px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n      }\n      .seller-name {\n        font-weight: 600;\n        padding: 10px 0;\n        font-size: 24px;\n      }\n      .seller-gst label {\n        font-weight: 600;\n      }\n      .invoice-details {\n        padding-top: 40px;\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: space-between;\n      }\n      .invoice-details table {\n        max-width:100%; \n        margin: auto; \n        text-align: center;\n      }\n      .invoice-details .detail {\n        padding-bottom: 30px;\n        font-size: 20px;\n      }\n      .invoice-details .detail label {\n        font-weight: 600;\n      }\n      .invoice-details .detail div {\n        padding-top: 10px;\n      }\n      @media (max-width: 575px) {\n        .invoice-details table {\n          text-align: left;\n        }\n      }\n    </style>\n    </head>\n    <body>\n        <div class=\"page-container\">\n            <div class=\"seller-logo\">\n                <img src=\"{{client_logo}}\" alt=\"{{client_name}}\"/>\n            </div>\n            <div class=\"seller-info\">\n                <div class=\"seller-name\">\n          {{client_name}}\n        </div>\n                <div class=\"seller-gst\">\n                    <label>GSTIN: </label>\n                    <span>{{client_gstin}}</span>\n                </div>\n            </div>\n            <div class=\"invoice-details\">\n                <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\">\n                    <tr>\n                        <td>\n                            <div class=\"detail\">\n                                <label>Invoice Number</label>\n                                <div>{{invoice_no}}</div>\n                            </div>\n                        </td>\n                        <td>\n                            <div class=\"detail\">\n                                <label>Invoice Date</label>\n                                <div>{{invoice_date}}</div>\n                            </div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>\n                            <div class=\"detail\">\n                                <label>CGST</label>\n                                <div>{{invoice_cgst}}</div>\n                            </div>\n                        </td>\n                        <td>\n                            <div class=\"detail\">\n                                <label>SGST</label>\n                                <div>{{invoice_sgst}}</div>\n                            </div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>\n                            <div class=\"detail\">\n                                <label>IGST</label>\n                                <div>{{invoice_igst}}</div>\n                            </div>\n                        </td>\n                        <td>\n                            <div class=\"detail\">\n                                <label>Total Amount</label>\n                                <div>{{invoice_amount}}</div>\n                            </div>\n                        </td>\n                    </tr>\n                </table>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"1377aca3-9cb0-4faf-8b89-4817057f5f92","name":"400 Invalid url","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/invoice/<unique_id>?uid=1R3E4","host":["{{base_url}}"],"path":["orders","v2","invoice","<unique_id>"],"query":[{"key":"uid","value":"1R3E4","description":"Create a random string and pass it"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid URL\"\n}"},{"id":"27a059ce-2ac6-4336-ad28-b9ed7874d9b0","name":"404","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v2/invoice/<unique_id>?uid=1R3E4","host":["{{base_url}}"],"path":["orders","v2","invoice","<unique_id>"],"query":[{"key":"uid","value":"1R3E4","description":"Create a random string and pass it"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"82712e27-8a89-45f0-a136-63eb31f20e72"}],"id":"0d96452a-d068-4cdf-aedc-a0364c451eed","description":"<p>This folder has APIs that tackle end-to-end life cycle of an order on WareIQ platform.</p>\n","_postman_id":"0d96452a-d068-4cdf-aedc-a0364c451eed","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Core","item":[{"name":"Warehouses","item":[{"name":"Pickups & returns","item":[{"name":"Pickups and returns","id":"ecff4d1b-55fb-4df3-8f35-4b20640f55c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_location\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"pickup_address\": \"\",\n    \"pickup_address_two\": \"\",\n    \"pickup_city\": \"\",\n    \"pickup_state\": \"\",\n    \"pickup_country\": \"\",\n    \"pickup_pincode\": \"\",\n    \"pickup_warehouse_prefix\": \"\",\n    \"return_location\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"return_address\": \"\",\n    \"return_address_two\": \"\",\n    \"return_city\": \"\",\n    \"return_state\": \"\",\n    \"return_country\": \"\",\n    \"return_pincode\": \"\",\n    \"return_warehouse_prefix\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","pickups_and_returns"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a9aa65c7-e982-4d4a-aa73-e5ec72db7815","name":"201","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_location\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"pickup_address\": \"\",\n    \"pickup_address_two\": \"\",\n    \"pickup_city\": \"\",\n    \"pickup_state\": \"\",\n    \"pickup_country\": \"\",\n    \"pickup_pincode\": \"\",\n    \"pickup_warehouse_prefix\": \"\",\n    \"return_location\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"return_address\": \"\",\n    \"return_address_two\": \"\",\n    \"return_city\": \"\",\n    \"return_state\": \"\",\n    \"return_country\": \"\",\n    \"return_pincode\": \"\",\n    \"return_warehouse_prefix\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"a93f14d8-8383-435d-9db0-02cf89816005","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_location\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"pickup_address\": \"\",\n    \"pickup_address_two\": \"\",\n    \"pickup_city\": \"\",\n    \"pickup_state\": \"\",\n    \"pickup_country\": \"\",\n    \"pickup_pincode\": \"\",\n    \"pickup_warehouse_prefix\": \"\",\n    \"return_location\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"return_address\": \"\",\n    \"return_address_two\": \"\",\n    \"return_city\": \"\",\n    \"return_state\": \"\",\n    \"return_country\": \"\",\n    \"return_pincode\": \"\",\n    \"return_warehouse_prefix\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while adding the entry in ClientPickups and returns\"\n}"}],"_postman_id":"ecff4d1b-55fb-4df3-8f35-4b20640f55c5"},{"name":"List of pickups and returns","id":"ed24f167-194c-4f1c-8d0b-f14e80859303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/pickups_and_returns?page_number=1&page_size=10","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","pickups_and_returns"],"host":["{{base_url}}"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"9f505a40-036a-48a6-b8d8-7f01e6d4c047","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns?page_number=1&page_size=10","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"wms\": \"Abc\",\n        \"data\": [\n            {\n                \"id\": 1,\n                \"client_prefix\": \"Abc\",\n                \"pickup_address\": \"Abc\",\n                \"pickup_address_two\": \"Abc\",\n                \"pickup_name\": \"Abc\",\n                \"pickup_location\": \"Abc\",\n                \"pickup_phone\": \"9999999999\",\n                \"pickup_city\": \"Abc\",\n                \"pickup_state\": \"Abc\",\n                \"pickup_country\": \"Abc\",\n                \"pickup_pincode\": \"123456\",\n                \"pickup_warehouse_prefix\": \"Abc\",\n                \"gstin\": \"Abc\",\n                \"return_address\": \"Abc\",\n                \"return_address_two\": \"Abc\",\n                \"return_name\": \"Abc\",\n                \"return_location\": \"Abc\",\n                \"return_phone\": \"9999999999\",\n                \"return_city\": \"Abc\",\n                \"return_state\": \"Abc\",\n                \"return_country\": \"Abc\",\n                \"return_pincode\": \"123456\",\n                \"return_warehouse_prefix\": \"Abc\",\n                \"active\": true,\n                \"wareiq_location\": false,\n                \"return_wareiq_location\": false\n            }\n        ]\n    },\n    \"page_numner\": 1,\n    \"page_size\": 20,\n    \"total_page\": 1\n}"},{"id":"aab32655-fd16-45dc-b7e1-fd643676b07a","name":"500","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns?page_number=1&page_size=10","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while getting with ClientPickups and returns\"\n}"}],"_postman_id":"ed24f167-194c-4f1c-8d0b-f14e80859303"},{"name":"Pickups and returns","id":"7fd93054-c4ee-46b7-8235-f67815346419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"gstin\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","pickups_and_returns"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"148fbe20-ed00-4d43-b66f-972614e32405","name":"200","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"gstin\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"35584cc1-d4f6-44f8-9265-4cb998fef649","name":"400","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"gstin\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while adding the entry in ClientPickups and returns\"\n}"}],"_postman_id":"7fd93054-c4ee-46b7-8235-f67815346419"},{"name":"Assign WareIQ warehouse","id":"1460107b-dd03-49bd-972f-e5f3ab76df25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/wiq","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","wiq"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"57f7bc5c-3d72-41c0-8eea-db18318fc108","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/wiq"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"location\": \"Abc\",\n            \"warehouse_prefix\": \"Abc\",\n            \"name\": \"Abc\",\n            \"phone\": \"0123456789\",\n            \"address\": \"Abc\",\n            \"address_two\": \"Abc\",\n            \"city\": \"Abc\",\n            \"state\": \"Abc\",\n            \"country\": \"Abc\",\n            \"pincode\": 123456,\n            \"latitude\": 12.34,\n            \"longitude\": 13.45,\n            \"pickup_enabled\": true\n        }\n    ]\n}"},{"id":"d5c311d0-3a85-4885-ba4e-d60acb348f0b","name":"401","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Authentication failed\"\n}"},{"id":"35099c01-75cc-4b30-9d6e-9e5696232f19","name":"500","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/wiq"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while getting wareiq warehouses\"\n}"}],"_postman_id":"1460107b-dd03-49bd-972f-e5f3ab76df25"},{"name":"Assign WareIQ warehouse","id":"042ebfae-c2f7-407d-b986-ed559fe02cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","wiq"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"91e168ff-dd7b-4787-ac0a-c1b654e923e1","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"WareIQ warehouse has been successfully connected\"\n}"},{"id":"fc9d1fe8-7fb3-4b66-a9cf-1a17fd44fa64","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Bad request\"\n}"},{"id":"d232cde6-3fb2-408c-8b84-2820fac5427a","name":"401","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Authentication failed\"\n}"},{"id":"4e7dd11c-517b-4afe-a242-5e349ac71dd3","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while connecting wareiq warehouses\"\n}"}],"_postman_id":"042ebfae-c2f7-407d-b986-ed559fe02cbc"},{"name":"Assign WareIQ warehouses","id":"359461fe-f41c-4a8c-a5e0-a12481c87ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v1","wiqWarehouses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f8da95ce-05d2-4cfa-aca5-39a1d69d91a4","name":"200","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"WareIQ warehouse has been updated successfully\"\n}"},{"id":"a1df3f04-b3ff-4e98-9073-064e0c6f92b7","name":"400","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Bad request\"\n}"},{"id":"f5ccf9aa-9220-4257-a675-2a56190c263e","name":"401","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Authentication failed\"\n}"},{"id":"8d7f32d4-cdf8-48f3-a2df-a71f79e0e6b3","name":"500","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while updating wareiq warehouses\"\n}"}],"_postman_id":"359461fe-f41c-4a8c-a5e0-a12481c87ff6"}],"id":"d63cd720-a463-48c0-b65f-303954f2de1a","_postman_id":"d63cd720-a463-48c0-b65f-303954f2de1a","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Update status","id":"2b6f6260-0303-4aa9-aaee-ccf278c40b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"active\": false //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns","description":"<p>This API is used to update status of a pickup and return with given <code>id</code>.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","pickups_and_returns"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"711ff160-de6d-4aba-bdd6-aea79fb794e2","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"active\": false //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"977fae2d-f0d0-4a29-8483-0e77f7ba73b2","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"active\": false //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while updating client pickups and returns status\"\n}"}],"_postman_id":"2b6f6260-0303-4aa9-aaee-ccf278c40b68"},{"name":"Check warehouse prefix","id":"5ac970f5-1a3d-4321-ba48-e34762eaaf11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_prefix\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/check_prefix","description":"<p>This API is used to check if a pickup point exists.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","check_prefix"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7976c223-0d57-4a9b-9d2e-76280c640f47","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_prefix\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/check_prefix"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"exists\": true\n}"},{"id":"d0d3ae41-15d7-4a10-9db6-716478f3a37c","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_prefix\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/check_prefix"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while checking warehouse prefix\"\n}"}],"_postman_id":"5ac970f5-1a3d-4321-ba48-e34762eaaf11"},{"name":"Warehouse pickups","id":"529f702d-3def-44f7-91bb-9a21ffeb72f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search_query=a","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","pickups_and_returns","list"],"host":["{{base_url}}"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"search_query","value":"a"}],"variable":[]}},"response":[{"id":"3af798fd-19d2-49cd-91bf-163c7f210a30","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search_query=a","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns","list"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"key":"search_query","value":"a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"pickups\": [\n            {\n                \"id\": 1,\n                \"client_prefix\": \"Abc\",\n                \"pickup_address\": \"Abc\",\n                \"pickup_address_two\": \"Abc\",\n                \"pickup_name\": \"Abc\",\n                \"pickup_location\": \"Abc\",\n                \"pickup_phone\": \"9999999999\",\n                \"pickup_city\": \"Abc\",\n                \"pickup_state\": \"Abc\",\n                \"pickup_country\": \"Abc\",\n                \"pickup_pincode\": \"123456\",\n                \"pickup_warehouse_prefix\": \"Abc\",\n                \"gstin\": \"Abc\",\n                \"return_address\": \"Abc\",\n                \"return_address_two\": \"Abc\",\n                \"return_name\": \"Abc\",\n                \"return_location\": \"Abc\",\n                \"return_phone\": \"9999999999\",\n                \"return_city\": \"Abc\",\n                \"return_state\": \"Abc\",\n                \"return_country\": \"Abc\",\n                \"return_pincode\": \"123456\",\n                \"return_warehouse_prefix\": \"Abc\",\n                \"active\": true,\n                \"wareiq_location\": false,\n                \"return_wareiq_location\": false\n            }\n        ]\n    },\n    \"page_number\": 1,\n    \"page_size\": 10,\n    \"total_page\": 1\n}"},{"id":"ceb1d913-8f9b-4501-94fb-b6a640650375","name":"400","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search_query=a","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns","list"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"key":"search_query","value":"a","description":"(Optional)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while getting warehouse pickups\"\n}"}],"_postman_id":"529f702d-3def-44f7-91bb-9a21ffeb72f7"}],"id":"b9c5e98f-d729-42c3-ba2d-2a7afe52f88b","_postman_id":"b9c5e98f-d729-42c3-ba2d-2a7afe52f88b","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Client management","item":[{"name":"Child account details","id":"4cb15a7c-185b-41ea-a15d-6b6a299c4103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/core/v1/childAccounts","description":"<p>This API can be used by users of type <code>marketplace-aggregator</code> to get all the client accounts connected to them.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v1","childAccounts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2bd7d76b-3bd3-47c0-8947-f50b45e60447","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/core/v1/childAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"client_list\": [\n        \"client_1\",\n        \"client_2\",\n        \"client_3\"\n    ]\n}"}],"_postman_id":"4cb15a7c-185b-41ea-a15d-6b6a299c4103"}],"id":"435a68d0-38f8-4a30-9057-173ae6320f49","_postman_id":"435a68d0-38f8-4a30-9057-173ae6320f49","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Seller APis","item":[{"name":"Update Seller info","id":"89a3f346-7481-4f3f-b5bc-fdc40e132d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"type":"text","key":"data","value":"{\"id\":1,\"seller_name\":\"AJAY1\",\"activate\":false}"},{"type":"file","key":"brand_logo","src":"/Users/rohanjain/Downloads/BLISSCLUB_invoice_00003.csv"}]},"url":"{{base_url}}/clients/v1/sellers","description":"<p>API to update seller info passing id as parameter is mandatory to update seller info.</p>\n<p>To activate /deactivate user pass <code>activate</code> key in the payload.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["clients","v1","sellers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"eb8f2113-7567-4171-9c85-b18a0f81d1da","name":"200","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"type":"text","key":"data","value":"{\"id\":1,\"seller_name\":\"AJAY1\",\"activate\":false}"},{"type":"file","key":"brand_logo","src":"/Users/rohanjain/Downloads/BLISSCLUB_invoice_00003.csv"}]},"url":"{{base_url}}/clients/v1/sellers"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Seller details updated successfully\"\n}"}],"_postman_id":"89a3f346-7481-4f3f-b5bc-fdc40e132d71"},{"name":"Add Seller info","id":"21004b81-ee78-407a-b283-615f6c72c01f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"type":"text","key":"data","value":"{\"seller_code\":\"gGhH5\",\"seller_name\":\"RAAKA1\"}"},{"type":"file","key":"brand_logo","src":"/Users/rohanjain/Downloads/Popclub_client_details_template.xlsx"}]},"url":"{{base_url}}/clients/v1/sellers","description":"<p>API to add new distinct seller ,seller_code should be unique.</p>\n<p>No special characters and spaces are allowed in seller code</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["clients","v1","sellers"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4e472b6e-0ed4-4310-99f2-2a398482e304","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"type":"text","key":"data","value":"{\"seller_code\":\"gGhH5\",\"seller_name\":\"RAAKA1\"}"},{"type":"file","key":"brand_logo","src":"/Users/rohanjain/Downloads/Popclub_client_details_template.xlsx"},{"key":"","value":"","type":"text","disabled":true}]},"url":"{{base_url}}/clients/v1/sellers"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"seller\": {\n        \"id\": 46,\n        \"name\": \"RAAKA1\",\n        \"active\": true,\n        \"code\": \"g1GhH15\"\n    },\n    \"msg\": \"Seller added successfully\"\n}"},{"id":"06b5cbdd-9b9a-4ad3-87b7-3bff6bedbcd6","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"type":"text","key":"data","value":"{\"seller_code\":\"gG@hH5\",\"seller_name\":\"RAAKA1\"}"},{"type":"file","key":"brand_logo","src":"/Users/rohanjain/Downloads/Popclub_client_details_template.xlsx"},{"key":"","value":"","type":"text","disabled":true}]},"url":"{{base_url}}/clients/v1/sellers"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" {\"msg\": \"Remove special character and spaces from the seller_code\", \"success\": False}"}],"_postman_id":"21004b81-ee78-407a-b283-615f6c72c01f"},{"name":"Get seller info","id":"12f5ba2a-e822-4135-b62f-e86c3efb0dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/clients/v1/sellers?seller_code=R&page_size=10&page_number=1","description":"<p>API to get seller info.</p>\n<p>Query param <code>seller_code</code> is used to search for user.</p>\n<p>All the 3 query param <code>seller_code, page_size and page_number</code> are non-mandatory.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["clients","v1","sellers"],"host":["{{base_url}}"],"query":[{"key":"seller_code","value":"R"},{"key":"page_size","value":"10"},{"key":"page_number","value":"1"}],"variable":[]}},"response":[{"id":"62cd19dc-93e3-47f7-98b7-62a19ea93a9c","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/clients/v1/sellers?seller_code=R&page_size=10&page_number=1","host":["{{base_url}}"],"path":["clients","v1","sellers"],"query":[{"key":"seller_code","value":"R"},{"key":"page_size","value":"10"},{"key":"page_number","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"success\",\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 7,\n            \"per_page\": 10,\n            \"current_page\": 1,\n            \"total_pages\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 3,\n            \"seller_code\": \"ADDA\",\n            \"seller_name\": \"ROAN\",\n            \"seller_logo\": \"AD\",\n            \"active\": null,\n            \"created_date\": null\n        },\n        {\n            \"id\": 5,\n            \"seller_code\": \"gGhH\",\n            \"seller_name\": \"RAAKA1\",\n            \"seller_logo\": \"https://s3.us-east-1.amazonaws.com/marketplace-seller-logo/WAREIQ_gGhH.csv\",\n            \"active\": true,\n            \"created_date\": \"2023-05-05\"\n        },\n        {\n            \"id\": 4,\n            \"seller_code\": \"3GGHH\",\n            \"seller_name\": \"RAAKA1\",\n            \"seller_logo\": \"https://s3.us-east-1.amazonaws.com/marketplace-seller-logo/POPCLUB_GGHH.csv\",\n            \"active\": true,\n            \"created_date\": \"2023-05-05\"\n        },\n        {\n            \"id\": 7,\n            \"seller_code\": \"gGhH5\",\n            \"seller_name\": \"RAAKA1\",\n            \"seller_logo\": \"https://s3.us-east-1.amazonaws.com/marketplace-seller-logo/WAREIQ_gGhH5.xlsx\",\n            \"active\": true,\n            \"created_date\": \"2023-05-10\"\n        },\n        {\n            \"id\": 8,\n            \"seller_code\": \"test_seller\",\n            \"seller_name\": \"test123\",\n            \"seller_logo\": \"https://s3.us-east-1.amazonaws.com/marketplace-seller-logo/AMAZISIDE_test_seller.png\",\n            \"active\": true,\n            \"created_date\": \"2023-05-10\"\n        },\n        {\n            \"id\": 6,\n            \"seller_code\": \"FAIDN\",\n            \"seller_name\": \"RAWE\",\n            \"seller_logo\": \"https://s3.us-east-1.amazonaws.com/marketplace-seller-logo/WAREIQ_gGhH.csv\",\n            \"active\": false,\n            \"created_date\": null\n        },\n        {\n            \"id\": 9,\n            \"seller_code\": \"RASD\",\n            \"seller_name\": \"RAS12\",\n            \"seller_logo\": \"https://s3.us-east-1.amazonaws.com/marketplace-seller-logo/AMAZISIDE_RASD.png\",\n            \"active\": true,\n            \"created_date\": \"2023-05-10\"\n        }\n    ]\n}"}],"_postman_id":"12f5ba2a-e822-4135-b62f-e86c3efb0dac"}],"id":"86069aa0-8776-474b-b902-55bb2678b4c6","description":"<p>This folder is Add ,update and get details of a seller.</p>\n","_postman_id":"86069aa0-8776-474b-b902-55bb2678b4c6","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}}],"id":"2b772ca5-a1ca-4f79-a9bb-f13058e0b30e","_postman_id":"2b772ca5-a1ca-4f79-a9bb-f13058e0b30e","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Products","item":[{"name":"Create a product","id":"71782c48-4fb0-44c4-96ef-f451752331b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Abc\", //Product name\n    \"sku\": \"123\",\n    \"dimensions\": {\n        \"length\": \"1.23\",\n        \"breadth\": \"2.34\",\n        \"height\": \"3.45\"\n    }, //Optional\n    \"weight\": \"1.2\", //Optional\n    \"client\": \"\", //Optional, Client prefix\n    \"hsn\": \"\", //Optional, HSN code\n    \"tax_rate\": \"0.18\",\n    \"brand_name\": \"Anything\", //Optional\n    \"model_name\": \"AS1\", //Optional\n    \"model_number\": \"1234556\", //Optional\n    \"eanupc\": \"12176271\", //Optional\n    \"color\": \"Red\", //Optional\n    \"product_image\": null, //Optional\n    \"category\": \"Clothes\", //Optional\n    \"subcategory\": \"Jeans\", //Optional\n    \"typeofgoods\": null, //Optional\n    \"custom_field\": null, //Optional\n    \"price\": 25\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/add_sku","description":"<p>This API is used to create a master product.</p>\n<ul>\n<li>Dimensions to be sent in centi meters</li>\n<li>Weight to be sent in kilo grams</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["products","v1","add_sku"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ebf99d3b-aa88-4225-8ebe-c1597960d3c7","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Abc\", //Product name\n    \"sku\": \"123\",\n    \"dimensions\": {\n        \"length\": \"1.23\",\n        \"breadth\": \"2.34\",\n        \"height\": \"3.45\"\n    }, //Optional\n    \"weight\": \"1.2\", //Optional\n    \"client\": \"\", //Optional, Client prefix\n    \"hsn\": \"\", //HSN code\n    \"tax_rate\": \"0.18\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/add_sku"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Successfully added\",\n    \"id\": 1\n}"},{"id":"7ae8b791-e340-4da9-97d2-00e5d2b2c45b","name":"400 SKU already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Abc\", //Product name\n    \"sku\": \"123\",\n    \"dimensions\": {\n        \"length\": \"1.23\",\n        \"breadth\": \"2.34\",\n        \"height\": \"3.45\"\n    }, //Optional\n    \"weight\": \"1.2\", //Optional\n    \"client\": \"\", //Optional, Client prefix\n    \"hsn\": \"\", //HSN code\n    \"tax_rate\": \"0.18\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/add_sku"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"SKU already exists\"\n}"},{"id":"c7f148bc-d716-4a21-a5fb-e1874c68f5df","name":"401 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Abc\", //Product name\n    \"sku\": \"123\",\n    \"dimensions\": {\n        \"length\": \"1.23\",\n        \"breadth\": \"2.34\",\n        \"height\": \"3.45\"\n    }, //Optional\n    \"weight\": \"1.2\", //Optional\n    \"client\": \"\", //Optional, Client prefix\n    \"hsn\": \"\", //HSN code\n    \"tax_rate\": \"0.18\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/add_sku"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"336a1fa3-e0a1-467c-90fd-0ba48bf8e057","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Abc\", //Product name\n    \"sku\": \"123\",\n    \"dimensions\": {\n        \"length\": \"1.23\",\n        \"breadth\": \"2.34\",\n        \"height\": \"3.45\"\n    }, //Optional\n    \"weight\": \"1.2\", //Optional\n    \"client\": \"\", //Optional, Client prefix\n    \"hsn\": \"\", //HSN code\n    \"tax_rate\": \"0.18\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/add_sku"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"71782c48-4fb0-44c4-96ef-f451752331b2"},{"name":"List of products","id":"66779671-dfc0-4fbc-8c01-d614c420673a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {},\n    \"page\": 1,\n    \"per_page\": 20,\n    \"search_key\": \"\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/master?download=false","description":"<p>This API is used to get list of products.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["products","v1","master"],"host":["{{base_url}}"],"query":[{"key":"download","value":"false"}],"variable":[]}},"response":[{"id":"7b5c546a-1e03-4542-b68c-2b07a8332f4b","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {},\n    \"page\": 1,\n    \"per_page\": 20,\n    \"search_key\": \"\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/products/v1/master?download=false","host":["{{base_url}}"],"path":["products","v1","master"],"query":[{"key":"download","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"product_name\": \"Abc\",\n            \"product_image\": null,\n            \"master_sku\": \"abc\",\n            \"price\": 1,\n            \"total_quantity\": null,\n            \"available_quantity\": null,\n            \"current_quantity\": null,\n            \"inline_quantity\": null,\n            \"rto_quantity\": null,\n            \"dimensions\": {\n                \"length\": 10,\n                \"breadth\": 10,\n                \"height\": 10\n            },\n            \"weight\": 0.1,\n            \"hsn\": null,\n            \"tax_rate\": null,\n            \"brand_name\": null,\n            \"category_name\": null,\n            \"color\": null,\n            \"custom_field\": null,\n            \"eanupc\": null,\n            \"is_freezed\": null,\n            \"item_type\": null,\n            \"model_number\": null,\n            \"mrp\": 500\n        },\n        {\n            \"id\": 1,\n            \"product_name\": \"Def\",\n            \"product_image\": null,\n            \"master_sku\": \"abc\",\n            \"price\": 2.3,\n            \"total_quantity\": null,\n            \"available_quantity\": null,\n            \"current_quantity\": null,\n            \"inline_quantity\": null,\n            \"rto_quantity\": null,\n            \"dimensions\": {\n                \"length\": 10,\n                \"breadth\": 10,\n                \"height\": 10\n            },\n            \"weight\": 0.1,\n            \"hsn\": null,\n            \"tax_rate\": null,\n            \"brand_name\": null,\n            \"category_name\": null,\n            \"color\": null,\n            \"custom_field\": null,\n            \"eanupc\": null,\n            \"is_freezed\": null,\n            \"item_type\": null,\n            \"model_number\": null,\n            \"mrp\": 500\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 2,\n            \"per_page\": 20,\n            \"current_page\": 1,\n            \"total_pages\": 1\n        }\n    }\n}"},{"id":"fb7bc47c-f7b9-45a6-830c-742842270b0b","name":"400 Max limit on results","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {},\n    \"page\": 1,\n    \"per_page\": 20,\n    \"search_key\": \"\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/products/v1/master?download=false","host":["{{base_url}}"],"path":["products","v1","master"],"query":[{"key":"download","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"upto 250 results allowed per page\"\n}"},{"id":"73ebc20e-cbe9-4ceb-b017-9339cd1161c7","name":"401 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {},\n    \"page\": 1,\n    \"per_page\": 20,\n    \"search_key\": \"\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/products/v1/master?download=false","host":["{{base_url}}"],"path":["products","v1","master"],"query":[{"key":"download","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"f1043f76-1390-4617-a3b6-dd5078026a99","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\": {},\n    \"page\": 1,\n    \"per_page\": 20,\n    \"search_key\": \"\",\n    \"sort\": \"desc\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/products/v1/master?download=false","host":["{{base_url}}"],"path":["products","v1","master"],"query":[{"key":"download","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"\"\n}"}],"_postman_id":"66779671-dfc0-4fbc-8c01-d614c420673a"},{"name":"Product details","id":"66812eb0-1435-4dbc-8898-ef296a86605e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/products/v1/details?sku=abc&sku_id=1234&warehouse=def&child_client_prefix=ghi","description":"<p>This API is used to get details of a product using either it's <code>sku</code> or it's <code>sku_id</code>. To filter out inventory details, <code>warehouse</code> prefix can also be passed to the API.</p>\n<p>For accounts of type <code>marketplace-aggregator</code>, <code>child_client_prefix</code> can be passed. And inventory details will not be shared for this account type.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["products","v1","details"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>(Optional) Master SKU of the product</p>\n","type":"text/plain"},"key":"sku","value":"abc"},{"description":{"content":"<p>(Optional) SKU ID of a product</p>\n","type":"text/plain"},"key":"sku_id","value":"1234"},{"description":{"content":"<p>(Optional) Warehouse prefix</p>\n","type":"text/plain"},"key":"warehouse","value":"def"},{"description":{"content":"<p>(Optional) Child client prefix</p>\n","type":"text/plain"},"key":"child_client_prefix","value":"ghi"}],"variable":[]}},"response":[{"id":"df9944cb-c251-439d-9d50-945d39a41ca9","name":"200 All warehouses","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/details?sku=abc","host":["{{base_url}}"],"path":["products","v1","details"],"query":[{"key":"sku","value":"abc","description":"(Optional) Master SKU of the product"},{"key":"sku_id","value":"1234","description":"(Optional) SKU ID of a product","disabled":true},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix","disabled":true},{"key":"child_client_prefix","value":"ghi","description":"(Optional) Child client prefix","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": 1234,\n        \"name\": \"Abc\",\n        \"master_sku\": \"abc\",\n        \"client_prefix\": \"ghi\",\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 1,\n            \"breadth\": 1.1,\n            \"height\": 1.1\n        },\n        \"price\": 100,\n        \"hsn\": null,\n        \"tax_rate\": 0.18,\n        \"mrp\": null,\n        \"brand_name\": null,\n        \"category_name\": null,\n        \"model_number\": null,\n        \"eanupc\": null,\n        \"color\": null,\n        \"item_type\": null,\n        \"custom_field\": null,\n        \"inventory\": [\n            {\n                \"warehouse\": \"def\",\n                \"total_quantity\": 1,\n                \"current_quantity\": 2,\n                \"available_quantity\": 1,\n                \"inline_quantity\": 1,\n                \"rto_quantity\": 0\n            }\n        ]\n    }\n}"},{"id":"a33002a2-958a-4af3-b65b-2128bf9ffc2c","name":"200 Per warehouse","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/details?sku=abc&warehouse=def","host":["{{base_url}}"],"path":["products","v1","details"],"query":[{"key":"sku","value":"abc","description":"Master SKU of the product"},{"key":"sku_id","value":"1234","description":"(Optional) SKU ID of a product","disabled":true},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix"},{"key":"child_client_prefix","value":"ghi","description":"(Optional) Child client prefix","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"name\": \"Abc\",\n        \"master_sku\": \"abc\",\n        \"weight\": 1,\n        \"dimensions\": {\n            \"length\": 1,\n            \"breadth\": 1.1,\n            \"height\": 1.1\n        },\n        \"price\": 100,\n        \"hsn\": null,\n        \"tax_rate\": 0.18,\n        \"mrp\": null,\n        \"brand_name\": null,\n        \"category_name\": null,\n        \"model_number\": null,\n        \"eanupc\": null,\n        \"color\": null,\n        \"item_type\": null,\n        \"custom_field\": null,\n        \"warehouse\": \"def\",\n        \"total_quantity\": 1,\n        \"current_quantity\": 2,\n        \"available_quantity\": 1,\n        \"inline_quantity\": 1,\n        \"rto_quantity\": 0\n    }\n}"},{"id":"147d6936-830d-4c84-9667-b2ba66a02a12","name":"200 Marketplace aggregator","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/details?sku=abc&child_client_prefix=ghi","host":["{{base_url}}"],"path":["products","v1","details"],"query":[{"key":"sku","value":"abc","description":"(Optional) Master SKU of the product"},{"key":"sku_id","value":"1234","description":"(Optional) SKU ID of a product","disabled":true},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix","disabled":true},{"key":"child_client_prefix","value":"ghi","description":"(Optional) Child client prefix"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1234,\n            \"name\": \"Abc\",\n            \"master_sku\": \"abc\",\n            \"client_prefix\": \"ghi\",\n            \"weight\": 1,\n            \"dimensions\": {\n                \"length\": 1,\n                \"breadth\": 1.1,\n                \"height\": 1.1\n            },\n            \"price\": 100,\n            \"hsn\": null,\n            \"tax_rate\": 0.18,\n            \"mrp\": null,\n            \"brand_name\": null,\n            \"category_name\": null,\n            \"model_number\": null,\n            \"eanupc\": null,\n            \"color\": null,\n            \"item_type\": null,\n            \"custom_field\": null\n        },\n        {\n            \"id\": 5678,\n            \"name\": \"Def\",\n            \"master_sku\": \"def\",\n            \"client_prefix\": \"ghi\",\n            \"weight\": 1,\n            \"dimensions\": {\n                \"length\": 1,\n                \"breadth\": 1.1,\n                \"height\": 1.1\n            },\n            \"price\": 100,\n            \"hsn\": null,\n            \"tax_rate\": 0.18,\n            \"mrp\": null,\n            \"brand_name\": null,\n            \"category_name\": null,\n            \"model_number\": null,\n            \"eanupc\": null,\n            \"color\": null,\n            \"item_type\": null,\n            \"custom_field\": null\n        }\n    ]\n}"},{"id":"e1f2f6b3-a49e-4779-9973-34ac97a81bf4","name":"400 SKU details not provided","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/details?sku=abc&sku_id=1234&warehouse=def","host":["{{base_url}}"],"path":["products","v1","details"],"query":[{"key":"sku","value":"abc","description":"Master SKU of the product"},{"key":"sku_id","value":"1234","description":"(Optional) SKU ID of a product"},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Prod ID or SKU not provided\"\n}"},{"id":"73a680e9-296e-4c60-8dd8-bc6cb6c6f1de","name":"400 SKU, warehouse mismatch","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/details?sku=abc&sku_id=1234&warehouse=def","host":["{{base_url}}"],"path":["products","v1","details"],"query":[{"key":"sku","value":"abc","description":"Master SKU of the product"},{"key":"sku_id","value":"1234","description":"(Optional) SKU ID of a product"},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"SKU, warehouse combination not found\"\n}"},{"id":"d127deeb-fe1f-4778-9def-5aec0e4a1812","name":"500","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/details?sku=abc&sku_id=1234&warehouse=def","host":["{{base_url}}"],"path":["products","v1","details"],"query":[{"key":"sku","value":"abc","description":"Master SKU of the product"},{"key":"sku_id","value":"1234","description":"(Optional) SKU ID of a product"},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"66812eb0-1435-4dbc-8898-ef296a86605e"},{"name":"Inventory details","id":"8f924520-9312-43a5-8280-ca1b0d8f1cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/products/v1/inventory_details?sku=abc&warehouse=def&child_client_prefix=ghi","description":"<p>This API is used to get details of a product using it's <code>sku</code> or <code>warehuse_prefix</code>. To filter out inventory details, <code>warehouse</code> prefix can also be passed to the API.</p>\n<p>For accounts of type <code>marketplace-aggregator</code>, <code>child_client_prefix</code> can be passed and <code>sku</code> is the channel sku.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["products","v1","inventory_details"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>(Optional) Master SKU of the product</p>\n","type":"text/plain"},"key":"sku","value":"abc"},{"description":{"content":"<p>(Optional) Warehouse prefix</p>\n","type":"text/plain"},"key":"warehouse","value":"def"},{"description":{"content":"<p>(Optional) Child client prefix</p>\n","type":"text/plain"},"key":"child_client_prefix","value":"ghi"}],"variable":[]}},"response":[{"id":"2059cae5-ed71-4d49-962b-5185ee3b9752","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/inventory_details?sku=abc&warehouse=def&child_client_prefix=ghi","host":["{{base_url}}"],"path":["products","v1","inventory_details"],"query":[{"key":"sku","value":"abc","description":"(Optional) Master SKU of the product"},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix"},{"key":"child_client_prefix","value":"ghi","description":"Child client prefix"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1234,\n            \"name\": \"Abc\",\n            \"sku\": \"abc\",\n            \"client_prefix\": \"ghi\",\n            \"inventory\": [\n                {\n                    \"warehouse\": \"def\",\n                    \"total_quantity\": 1,\n                    \"current_quantity\": 2,\n                    \"available_quantity\": 1,\n                    \"inline_quantity\": 1,\n                    \"rto_quantity\": 0\n                }\n            ]\n        }\n    ]\n}"},{"id":"33edd605-f3b9-4879-afd4-e8ba67b3c7ef","name":"400 Client prefix not provided (Marketplace aggregator)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/inventory_details?sku=abc&warehouse=def&child_client_prefix=ghi","host":["{{base_url}}"],"path":["products","v1","inventory_details"],"query":[{"key":"sku","value":"abc","description":"(Optional) Master SKU of the product"},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix"},{"key":"child_client_prefix","value":"ghi","description":"(Optional) Child client prefix"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Client prefix not provided\"\n}"},{"id":"f646175d-dc73-4d81-a6d5-e2d74364a86f","name":"500","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/inventory_details?sku=abc&warehouse=def&child_client_prefix=ghi","host":["{{base_url}}"],"path":["products","v1","inventory_details"],"query":[{"key":"sku","value":"abc","description":"(Optional) Master SKU of the product"},{"key":"warehouse","value":"def","description":"(Optional) Warehouse prefix"},{"key":"child_client_prefix","value":"ghi","description":"(Optional) Child client prefix"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"8f924520-9312-43a5-8280-ca1b0d8f1cb8"},{"name":"Create a combo","id":"7b9f6570-2a1d-4f2d-820a-38f874853b79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"parent_id\": 1, //Unique ID of parent SKU\n    \"parent_sku\": \"abc\", //Optional - Master SKU of parent SKU. Either parent_sku or parent_id can be provided\n    \"child_skus\": [\n        {\n            \"id\": 2, //Unique ID of child SKU 1\n            \"sku\": \"def\", //Optional - Master SKU of child SKU 1. Either sku or id can be provided\n            \"quantity\": 1\n        },\n        {\n            \"id\": 3, //Unique ID of child SKU 2\n            \"sku\": \"ghi\", //Optional - Master SKU of child SKU 2. Either sku or id can be provided\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/add_combo","description":"<p>Before a combo is created, products against parent of all children SKUs need to be created using <strong>Create a product</strong> API. And the product IDs or channel sku's (only if you are using a API key of a client account) returned after successfully creating the products using above API need to be passed in the payload of the combo creation API.</p>\n<p>If you pass id of the parent SKU, then you need to pass ids of the child SKUs. Whereas if you pass SKU code of parent SKU, then you need to pass SKU codes of the child SKUs.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["products","v1","add_combo"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8b833a70-286e-4680-8d81-1c652b4b7582","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"parent_id\": 1, //Unique ID of parent SKU\n    \"parent_sku\": \"abc\", //Optional - Master SKU of parent SKU. Either parent_sku or parent_id can be provided\n    \"child_skus\": [\n        {\n            \"id\": 2, //Unique ID of child SKU 1\n            \"sku\": \"def\", //Optional - Master SKU of child SKU 1. Either sku or id can be provided\n            \"quantity\": 1\n        },\n        {\n            \"id\": 3, //Unique ID of child SKU 2\n            \"sku\": \"ghi\", //Optional - Master SKU of child SKU 2. Either sku or id can be provided\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/add_combo"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"d1256e73-1105-4a0b-94b9-a52c7502dfa9","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"parent_id\": 1, //Unique ID of parent SKU\n    \"parent_sku\": \"abc\", //Optional - Master SKU of parent SKU. Either parent_sku or parent_id can be provided\n    \"child_skus\": [\n        {\n            \"id\": 2, //Unique ID of child SKU 1\n            \"sku\": \"def\", //Optional - Master SKU of child SKU 1. Either sku or id can be provided\n            \"quantity\": 1\n        },\n        {\n            \"id\": 3, //Unique ID of child SKU 2\n            \"sku\": \"ghi\", //Optional - Master SKU of child SKU 2. Either sku or id can be provided\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/add_combo"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"abc\"\n}"}],"_postman_id":"7b9f6570-2a1d-4f2d-820a-38f874853b79"},{"name":"Map a product to a channel","id":"dabbe6cf-e2fe-4214-af62-8a89460d2029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"Name\": \"Product Name\",\n            \"ChannelSKU\": \"Channel SKU\",\n            \"Price\": \"Price\",\n            \"MasterSKU\": \"Master SKU\",\n            \"ChannelName\": \"Channel Name\",\n            \"ImageURL\": \"Image URL\",\n            \"HSNCode\": \"HSN Code\",\n            \"Weight\": \"Weight\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/map_channel_products","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["products","v1","map_channel_products"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"db00818d-6bb0-43a7-a308-3242bae17b23","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"Name\": \"Product Name\",\n            \"ChannelSKU\": \"Channel SKU\",\n            \"Price\": \"Price\",\n            \"MasterSKU\": \"Master SKU\",\n            \"ChannelName\": \"Channel Name\",\n            \"ImageURL\": \"Image URL\",\n            \"HSNCode\": \"HSN Code\",\n            \"Weight\": \"Weight\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/map_channel_products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"failed_skus\": []\n}"},{"id":"bc768acb-ff41-4907-9674-739fd2d356ac","name":"200 Some failed products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"Name\": \"Product Name\",\n            \"ChannelSKU\": \"Channel SKU\",\n            \"Price\": \"Price\",\n            \"MasterSKU\": \"Master SKU\",\n            \"ChannelName\": \"Channel Name\",\n            \"ImageURL\": \"Image URL\",\n            \"HSNCode\": \"HSN Code\",\n            \"Weight\": \"Weight\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/map_channel_products"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"failed_skus\": [\n        {\n            \"products\": [\n                {\n                    \"Name\": \"Name\",\n                    \"ChannelSKU\": \"CSKU 1\",\n                    \"Price\": \"200\",\n                    \"MasterSKU\": \"SKU 1\",\n                    \"ChannelName\": \"abc\",\n                    \"ImageURL\": \"\",\n                    \"HSNCode\": \"\",\n                    \"Weight\": \"0.1\",\n                    \"error\": \"Channel is either not active/integrated for the client\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"b46313a2-46a8-4404-8906-b15588af4032","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"Name\": \"Product Name\",\n            \"ChannelSKU\": \"Channel SKU\",\n            \"Price\": \"Price\",\n            \"MasterSKU\": \"Master SKU\",\n            \"ChannelName\": \"Channel Name\",\n            \"ImageURL\": \"Image URL\",\n            \"HSNCode\": \"HSN Code\",\n            \"Weight\": \"Weight\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/products/v1/map_channel_products"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"failure\",\n    \"msg\": \"Maximum 20 products can be mapped at a time\"\n}"}],"_postman_id":"dabbe6cf-e2fe-4214-af62-8a89460d2029"},{"name":"Unmap a product to a channel","id":"351339ff-852d-449b-9515-92c0791b3e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/products/v1/map_sku?channel_sku=sku1&channel_name=abc","description":"<p>To disassociate an SKU from a channel, you have two options.</p>\n<ul>\n<li><p>You can use the SKU assigned to the channel (channel_sku) that you want to unmap, along<br />  with the associated channel name.</p>\n</li>\n<li><p>Alternatively, you can use the ID assigned to the channel product, and then make a GET request to this endpoint.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["products","v1","map_sku"],"host":["{{base_url}}"],"query":[{"key":"channel_sku","value":"sku1"},{"key":"channel_name","value":"abc"}],"variable":[]}},"response":[{"id":"9e1f75b1-9fba-4c5e-a769-2a843b9964a4","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/map_sku?channel_sku=sku1&channel_name=abc","host":["{{base_url}}"],"path":["products","v1","map_sku"],"query":[{"key":"channel_sku","value":"sku1"},{"key":"channel_name","value":"abc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"64fa0a76-8483-48fa-9f1a-60e93257b96d","name":"400","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/products/v1/map_sku?channel_sku=sku1&channel_name=abc","host":["{{base_url}}"],"path":["products","v1","map_sku"],"query":[{"key":"channel_sku","value":"sku1"},{"key":"channel_name","value":"abc"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"channel_id\": 123123,\n            \"master_id\": null,\n            \"message\": \"Channel SKU not found for channel_id - 123123\"\n        }\n    ]\n}"}],"_postman_id":"351339ff-852d-449b-9515-92c0791b3e76"}],"id":"e620a613-3a29-40fe-b797-5b8f8f3af156","description":"<p>This folder has APIs related to life cycle of a product</p>\n","_postman_id":"e620a613-3a29-40fe-b797-5b8f8f3af156","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Status update","id":"98ec0f57-a83b-4d76-985b-e882e55fb4db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"custom_header_key_1","value":"custom_header_value_1"}],"body":{"mode":"raw","raw":"{\n    \"awb\": \"123\",\n    \"status\": \"IN TRANSIT\",\n    \"tracking_status\": \"In Transit\",\n    \"event_time\": \"2023-10-03 18:34:28\",\n    \"location\": \"Bangalore\",\n    \"order_id\": \"Abc\",\n    \"status_text\": \"Abc\",\n    \"phone_number\": \"9999999999\",\n    \"customer_name\": \"Abc\",\n    \"tracking_url\": \"https://wareiq.wiq.app/tracking/123\",\n    \"order_flow\": \"return\" //one of return or forward are sent based on journey of the order\n}","options":{"raw":{"language":"json"}}},"url":"{{third_party_url}}","description":"<p><code>third_party_url</code> can be configured on WareIQ dashboard along with any custom headers to be passed.</p>\n<p>Events are sent for READY TO SHIP, IN TRANSIT, DISPATCHED, PENDING, DELIVERED, RTO, DTO statuses. DISPATCHED status is used when courier person is out to deliver the package. These are the values that the key <code>status</code> assumes.</p>\n<p><code>tracking_status</code> assumes one of the follwing values:</p>\n<ul>\n<li><p>Received</p>\n</li>\n<li><p>Ready To Ship</p>\n</li>\n<li><p>Picked</p>\n</li>\n<li><p>In Transit</p>\n</li>\n<li><p>Out for Delivery</p>\n</li>\n<li><p>Pending</p>\n</li>\n<li><p>Delivered</p>\n</li>\n<li><p>Dispatched for RTO</p>\n</li>\n<li><p>RTO</p>\n</li>\n<li><p>Picked RVP</p>\n</li>\n<li><p>Dispatched for DTO</p>\n</li>\n<li><p>DTO</p>\n</li>\n<li><p>Cancelled</p>\n</li>\n<li><p>On Hold</p>\n</li>\n<li><p>Destroyed</p>\n</li>\n<li><p>Lost</p>\n</li>\n</ul>\n<p><code>tracking_status</code> is end-customer friendly version and <code>status</code> is the version maintained in WareIQ systems.</p>\n<p>For pending orders, NDR reason is passed with <code>status_text</code> field in the payload.</p>\n<p>For reverse pickup orders, <code>order_flow</code> is passed as <code>return</code> and for normal forward orders, <code>forward</code> is passed as the value.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"host":["{{third_party_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98ec0f57-a83b-4d76-985b-e882e55fb4db"}],"id":"263dcf27-08b0-4a45-b7cf-56231361b0f3","description":"<p>Third party webhooks can be configured on WareIQ to get certain real-time updates.</p>\n","_postman_id":"263dcf27-08b0-4a45-b7cf-56231361b0f3","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Deprecated APIs","item":[{"name":"Orders","item":[{"name":"Orders - Bulk change","item":[{"name":"Create orders in bulk","id":"2c8f6ce8-240b-4011-9e25-fa7d586790bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"myfile","description":"<p>Attach orders file to be uploaded</p>\n","type":"file","value":null}]},"url":"{{base_url}}/orders/v1/upload","description":"<p>This API creates orders in bulk with details from the attached file</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","upload"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5edf53cb-e423-42b7-8bad-ced421c59b43","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"myfile","description":"Attach orders file to be uploaded","type":"file","value":null}]},"url":"{{base_url}}/orders/v1/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"failed_ids\": [\n        \"123\"\n    ]\n}"},{"id":"1a375408-49ed-444c-a54d-68344a5504ae","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"myfile","description":"Attach orders file to be uploaded","type":"file","value":null}]},"url":"{{base_url}}/orders/v1/upload"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"2c8f6ce8-240b-4011-9e25-fa7d586790bc"},{"name":"Update orders in bulk","id":"078e674a-6446-4ee3-bb2f-85a1cc8630d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkupdate/<mark_op>","description":"<ul>\n<li><p>This API is meant for super admin users and will work only with self ship orders</p>\n</li>\n<li><p>This API updates status of the orders with given <code>order_ids</code> to <code>mark_op</code></p>\n</li>\n<li><p><code>mark_op</code> assumes one of the following:</p>\n<ol>\n<li>delivered</li>\n<li>shipped</li>\n<li>rto</li>\n</ol>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","bulkupdate","<mark_op>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"adbebe3c-9767-41ed-9cd6-3b90638a9011","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkupdate/<mark_op>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"{'status': 'success'}\"\n}"},{"id":"b9b49c15-f7b8-4aef-9061-2b45197a3bab","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkupdate/<mark_op>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"please select orders\"\n}"},{"id":"7a075b14-03ba-4451-9175-ba320a498de2","name":"400 Invalid order ids","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkupdate/<mark_op>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"invalid order ids\"\n}"},{"id":"fbe1226d-29e4-44ce-a811-c3df771501ba","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkupdate/<mark_op>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"078e674a-6446-4ee3-bb2f-85a1cc8630d2"},{"name":"Cancel orders in bulk","id":"b3e22f42-5f97-4dde-94d4-63d26899a3d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"],//List[str]\n    \"reason\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkcancel","description":"<p>This API cancels all the orders with given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","bulkcancel"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9c0ac086-11cc-4923-a3bf-a26d8509c2a2","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"],//List[str]\n    \"reason\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkcancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"Cancelled orders successfully\"\n}"},{"id":"5e2e619f-887f-4eb0-b2eb-0391a979e8ab","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"],//List[str]\n    \"reason\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkcancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"invalid user\"\n}"},{"id":"2caf675c-9560-407d-b4cd-94bc4df31906","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"],//List[str]\n    \"reason\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkcancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"please select orders\"\n}"},{"id":"cc2eb5b5-12af-4a43-b624-b0d9d56e2aad","name":"400 Invalid order ids","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkcancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid order ids\"\n}"},{"id":"b9885506-c4c8-4b49-9fbc-6756cc84631b","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkcancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"b3e22f42-5f97-4dde-94d4-63d26899a3d6"},{"name":"Assign pickups in bulk","id":"1ccd4bd3-bb2b-4c04-9aac-09d08c0f329e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkAssignPickup","description":"<p>This API sets <code>pickup_point</code> for all the orders with given <code>order_ids</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","bulkAssignPickup"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5884ae59-68ea-46c7-97ce-4b4dfb5beafd","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkAssignPickup"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"316ad119-deb7-4cf4-a5d7-f1c2ad1e1faa","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkAssignPickup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"invalid user\"\n}"},{"id":"8b1fe047-0137-473e-b3c1-5089657612af","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkAssignPickup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"please select orders\"\n}"},{"id":"a7cf156f-81d1-417c-bafb-a3abbb1e8bd2","name":"400 Invalid orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkAssignPickup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"invalid orders selected\"\n}"},{"id":"3a07be8b-aeb5-4dea-8497-eab0f47f6aa0","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_ids\": [\"id_1\", \"id_2\"], //List[str]\n    \"pickup_point\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/bulkAssignPickup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"msg\": \"assigned pickups successfully\"\n}"}],"_postman_id":"1ccd4bd3-bb2b-4c04-9aac-09d08c0f329e"}],"id":"24412b7f-2643-4483-9d5d-fbbe05957434","_postman_id":"24412b7f-2643-4483-9d5d-fbbe05957434","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Serviceability","item":[{"name":"Serviceability","id":"f3fabd47-9a1d-46a7-b54f-750afbd8a0d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability","description":"<p>This API sends serviceability of a given <code>pincode</code> for given <code>sku_list</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","serviceability"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b3ae07cb-1c81-4649-b548-fcfe283fd772","name":"200 Empty sku_list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"serviceable\": true,\n        \"cod_available\": false,\n        \"covid_zone\": true,\n        \"reverse_pickup\": true,\n        \"city\": \"abc\",\n        \"state\": \"Abc\"\n    }\n}"},{"id":"a838bbd0-752b-4635-a9e2-01c14c5386ef","name":"200 Non empty sku_list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"warehouse\": \"Abc\",\n        \"delivery_date\": \"17-09-2021\",\n        \"cod_available\": true,\n        \"order_before\": \"17-09-2021 21:00:00\",\n        \"delivery_zone\": \"A\",\n        \"label_url\": \"https://example.com\",\n        \"sku_wise\": [\n            {\n                \"sku\": \"123\",\n                \"quantity\": 1,\n                \"warehouse\": \"Abc\",\n                \"delivery_date\": \"17-09-2021\",\n                \"delivery_zone\": \"A\"\n            }\n        ],\n        \"covid_zone\": null,\n        \"city\": \"Abc\",\n        \"state\": \"Abc\",\n        \"split_order\": true\n    }\n}"},{"id":"54de93ca-2a52-4b2f-96d3-b5d432a6fcb1","name":"400 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"2918ccc0-c0d0-4165-a535-70e34ca41c09","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not provided\"\n}"},{"id":"10f74d8e-4772-48ce-bcbf-d84ff5b6842d","name":"400 Not serviceable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not serviceable\"\n}"},{"id":"73c98ce5-a302-41dd-ae42-dcf8844b83f2","name":"400 Out of stock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Product(s) currently out of stock, try again later\",\n    \"cod_available\": true,\n    \"label_url\": \"https://example.com\"\n}"},{"id":"84d91803-0389-4ebb-8efb-9b1ffef688c7","name":"400 Service not available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Service not available\",\n    \"cod_available\": true,\n    \"label_url\": \"https://example.com\"\n}"},{"id":"10fd8d5b-b575-4c26-b96c-f20d30776971","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"sku\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/serviceability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"f3fabd47-9a1d-46a7-b54f-750afbd8a0d4"},{"name":"Serviceability","id":"4fe8d3e7-e7ea-4171-8a3a-559dbba2ccdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/serviceability?pincode=123456","description":"<p>This API sends serviceability of a given <code>pincode</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","serviceability"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Pincode to get serviceability status</p>\n","type":"text/plain"},"key":"pincode","value":"123456"}],"variable":[]}},"response":[{"id":"ddfa7a7e-1c13-4f9c-9c32-94ae9d1dd9c0","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/serviceability?pincode=123456","host":["{{base_url}}"],"path":["orders","v1","serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"serviceable\": true,\n        \"cod_available\": false,\n        \"reverse_pickup\": true,\n        \"city\": \"Abc\",\n        \"state\": \"Abc\"\n    }\n}"},{"id":"57f160e2-cc8e-47eb-9876-8d8e6fc3541a","name":"400 Auth failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/serviceability?pincode=123456","host":["{{base_url}}"],"path":["orders","v1","serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"acdc0f2d-c69e-4790-b26f-c57a295c4068","name":"400 Not serviceable","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/serviceability?pincode=123456","host":["{{base_url}}"],"path":["orders","v1","serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not serviceable\"\n}"},{"id":"2273fb81-6099-47c1-8032-1a7eb0681356","name":"400 Exception","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/serviceability?pincode=123456","host":["{{base_url}}"],"path":["orders","v1","serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"},{"id":"a647b4ef-db96-46de-9b98-203920e2bbf4","name":"401 Bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/serviceability?pincode=123456","host":["{{base_url}}"],"path":["orders","v1","serviceability"],"query":[{"key":"pincode","value":"123456","description":"Pincode to get serviceability status"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not provided\"\n}"}],"_postman_id":"4fe8d3e7-e7ea-4171-8a3a-559dbba2ccdb"},{"name":"Serviceability badge - Shopify","id":"ba29792a-ce39-4128-8dab-3fa52c3d75d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ], //List[dict]\n    \"shop_url\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify?mode=air","description":"<p>This API sends serviceability of <code>sku_list</code> for a given <code>pincode</code> via Shopify channel</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","badges","shopify"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Courier mode :  air, surface</p>\n","type":"text/plain"},"key":"mode","value":"air"}],"variable":[]}},"response":[{"id":"c56ab8df-8f86-42ae-9cbb-6406602b63a0","name":"200 Non empty sku_list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"delivery_date\": \"17-09-2021\",\n        \"cod_available\": true,\n        \"order_before\": \"15-09-2021 21:00:00\",\n        \"delivery_zone\": \"B\",\n        \"label_url\": \"https://example.com\",\n        \"covid_zone\": null,\n        \"city\": \"Abc\",\n        \"state\": \"Abc\"\n    }\n}"},{"id":"29acb734-f09e-4cf2-9689-8d12ead6645b","name":"200 Empty sku_list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"serviceable\": true,\n        \"cod_available\": true,\n        \"covid_zone\": null,\n        \"reverse_pickup\": false,\n        \"city\": \"Abc\",\n        \"state\": \"Abc\"\n    }\n}"},{"id":"a4f46f3d-956e-488b-be9a-db969f44f7ad","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not provided\"\n}"},{"id":"88566ab8-89b1-4f82-8466-0a241d2be55c","name":"400 Not serviceable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Pincode not serviceable\"\n}"},{"id":"1a662428-469b-40be-8d60-12c189faedd8","name":"400 Out of stock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Product(s) currently out of stock, try again later\",\n    \"cod_available\": false,\n    \"label_url\": \"https://example.com\"\n}"},{"id":"93958f79-9124-46a7-9425-10b27c745221","name":"400 Service not available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pincode\": \"\",\n    \"sku_list\": [\n        {\n            \"variant_id\": \"\",\n            \"quantity\": 1 //Integer\n        }\n    ] //List[dict]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/badges/shopify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Service not available\",\n    \"cod_available\": true,\n    \"label_url\": \"https://example.com\"\n}"}],"_postman_id":"ba29792a-ce39-4128-8dab-3fa52c3d75d5"},{"name":"Shippable couriers","id":"d32bd221-6438-4587-a279-b854aec5bcbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates","description":"<ul>\n<li>This API is available only for users of type <strong>client</strong> and <strong>super admin</strong></li>\n<li>This API sends couriers that can service given <code>order_nos</code> (order IDs)</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["shipping","v1","couriers","estimates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5fa9c344-9ec2-4e27-9ee8-ab4f3f14a766","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Invalid user type\"\n}"},{"id":"ef3c276f-c0e5-4d1a-8883-cfee67d107ee","name":"400 Invalid order IDs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid order ids\"\n}"},{"id":"9dd63c6d-1367-4a04-bbbf-ed79fe85b803","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"courier_list\": [\n        {\n            \"courier_name\": \"Abc\",\n            \"id\": 1,\n            \"serviceable_count\": 10,\n            \"unserviceable_count\": 100\n        },\n        {\n            \"courier_name\": \"Self Ship\",\n            \"id\": 2,\n            \"serviceable_count\": 10,\n            \"unserviceable_count\": 0\n        }\n    ],\n    \"success\": true\n}"},{"id":"c43dfe54-e694-48f6-ba41-e7204eac3e31","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false\n}"}],"_postman_id":"d32bd221-6438-4587-a279-b854aec5bcbd"},{"name":"Shippable couriers v2","id":"277fcd27-96ff-4ef1-9c9c-be6a0aeda8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates","description":"<ul>\n<li>This API is available only for users of type <strong>client</strong> and <strong>super admin</strong></li>\n<li>This API sends couriers that can service given <code>order_nos</code> (order IDs)</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["shipping","v1","couriers","estimates"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2dca7262-61cf-4ebf-93db-7ee3095e3e41","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Invalid user type\"\n}"},{"id":"2e859f62-388d-452c-91b4-68073b0130ce","name":"400 Invalid order IDs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid order ids\"\n}"},{"id":"6c1bdb4f-7a01-4b4d-8a40-bbf3a775b13e","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"order_list\": {\n        \"id_1\": {\n            \"order_id\": \"id_1\",\n            \"channel_order_id\": \"58967\",\n            \"pickup_pincode\": \"421101\",\n            \"delivery_pincode\": \"401606\",\n            \"order_value\": 2535.0,\n            \"weight\": 0.4,\n            \"order_type\": \"COD\",\n            \"zone\": \"B\",\n            \"couriers\": [\n                \"Self Ship\",\n                \"Amazon Shipping\",\n                \"Delhivery Surface Standard\"\n            ]\n        },\n        \"id_2\": {\n            \"order_id\": \"id_2\",\n            \"channel_order_id\": \"63968\",\n            \"pickup_pincode\": \"411023\",\n            \"delivery_pincode\": \"416012\",\n            \"order_value\": 3059.15,\n            \"weight\": 0.105,\n            \"order_type\": \"COD\",\n            \"zone\": \"B\",\n            \"couriers\": [\n                \"Self Ship\",\n                \"Amazon Shipping\",\n                \"Delhivery Surface Standard\"\n                \n            ]\n        }\n    },\n    \"courier_list\": [\n        {\n            \"courier_name\": \"Amazon Shipping\",\n            \"id\": 12,\n            \"logo_url\": \"https://logourls.s3.amazonaws.com/couriers/amazon-shipping-logo._CB1587549279_.png\",\n            \"base_weight\": 0.5,\n            \"additional_weight\": 0.5,\n            \"cod_charge\": 1.5,\n            \"cod_perc\": 25.0,\n            \"courier_type\": \"Air\",\n            \"orders\": [\n                {\n                    \"order_id\": \"id_1\",\n                    \"Price\": 82.03\n                },\n                {\n                    \"order_id\": \"id_2\",\n                    \"Price\": 89.89\n                }\n            ],\n            \"servicability_count\": 2\n        },\n        {\n            \"courier_name\": \"Delhivery Surface Standard\",\n            \"id\": 1,\n            \"logo_url\": \"https://logourls.s3.amazonaws.com/couriers/delhivery.png\",\n            \"base_weight\": 0.5,\n            \"additional_weight\": 0.5,\n            \"cod_charge\": 2.0,\n            \"cod_perc\": 42.0,\n            \"courier_type\": \"Surface\",\n            \"orders\": [\n                {\n                    \"order_id\": \"id_1\",\n                    \"Price\": 86.7\n                },\n                {\n                    \"order_id\": \"id_2\",\n                    \"Price\": 97.18\n                }\n            ],\n            \"servicability_count\": 2\n        }\n    ],\n    \"FailedOrderIDs\": []\n}"},{"id":"0b0c3029-42f7-4c02-a36e-ff4e0eb6c225","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/shipping/v1/couriers/estimates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false\n}"}],"_postman_id":"277fcd27-96ff-4ef1-9c9c-be6a0aeda8f7"}],"id":"5201f7ec-1140-4cbd-b331-c95e771f3be6","_postman_id":"5201f7ec-1140-4cbd-b331-c95e771f3be6","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Orders","id":"6bc956d6-d020-4029-b290-f78a7c72bc27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search_key\": \"\", //Optional\n    \"search_key_on_customer_detail\": \"\", //Optional\n    \"since_id\": \"\", //Optional\n    \"page\": 1,\n    \"per_page\": 10,\n    \"sku_search\": \"\", // Search order with product SKU\n    \"bulk_search\": \"\", // comma separated AWB or order ids\n    \"exact_search\": false, // Exact search flag\n    \"filters\": {\n        \"status\": [], //Optional List[str] - \"SHORTAGE\", 'DELIVERED\", \"LOST\", \"NEW\", \"READY TO SHIP\", \"PICKUP REQUESTED\", \"OPEN\", \"DTO\", \"NOT SHIPPED\", \"DESTROYED\", \"PENDING\", \"RTO\", \"CLOSED\", \"DISPATCHED\", \"CANCELED\", \"IN TRANSIT\", \"DAMAGED\", \"DELETED\", \"SCHEDULED\", \"SHIPPED\"\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"ndr_reason\": [], //Optional List[str]\n        \"ndr_type\": [], //Optional List[str]\n        \"payment_mode\": [], //Optional List[str] - \"prepaid\", \"cod\", \"pickup\"\n        \"order_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"thirdwatch_score\": [\"0\", \"1\"], //Optional - [from, to]\n        \"thirdwatch_flag\": [], //Optional List[str] - \"red\", \"green\"\n        \"thirdwatch_tags\": [], //Optional List[str] - \"MultipleSameItemsInADay\", \"NetworkFlag\", \"MultipleSameItemInAnOrder\", \"Address\", \"HighRtoZipcode\", \"Phone\", \"multipleSameItemInAWeek\", \"ZipCode\", \"CustomerName\", \"AddressTest\"\n        \"updated_after\": \"2021-09-13\", //Date in string format YYYY-MM-DD\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"channels\": [], //Optional List[str]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"reason_type\": [] //Optional List[str]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/<type>/<subset>","description":"<ul>\n<li>This API sends details all the orders of a given <code>type</code> and <code>sub_type</code> to be consumed by a front-end client</li>\n<li><code>type</code> assumes one of the following values:<ol>\n<li>b2c</li>\n<li>b2b</li>\n<li>international</li>\n</ol>\n</li>\n<li><code>sub_type</code> assumes one of the following values:<ol>\n<li>new</li>\n<li>ready_to_ship</li>\n<li>shipped</li>\n<li>return</li>\n<li>ndr</li>\n<li>rvp</li>\n<li>all</li>\n</ol>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","<type>","<subset>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5dd15199-7a73-472c-ba3a-d1333fe76d65","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search_key\": \"\", //Optional\n    \"search_key_on_customer_detail\": \"\", //Optional\n    \"since_id\": \"\", //Optional\n    \"page\": 1,\n    \"per_page\": 10,\n    \"sku_search\": \"\", // Search order with product SKU\n    \"bulk_search\": \"\", // comma separated AWB or order ids\n    \"exact_search\": false, // Exact search flag\n    \"filters\": {\n        \"status\": [], //Optional List[str] - \"SHORTAGE\", 'DELIVERED\", \"LOST\", \"NEW\", \"READY TO SHIP\", \"PICKUP REQUESTED\", \"OPEN\", \"DTO\", \"NOT SHIPPED\", \"DESTROYED\", \"PENDING\", \"RTO\", \"CLOSED\", \"DISPATCHED\", \"CANCELED\", \"IN TRANSIT\", \"DAMAGED\", \"DELETED\", \"SCHEDULED\", \"SHIPPED\"\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"ndr_reason\": [], //Optional List[str]\n        \"ndr_type\": [], //Optional List[str]\n        \"payment_mode\": [], //Optional List[str] - - \"prepaid\", \"cod\", \"pickup\"\n        \"order_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"thirdwatch_score\": [\"0\", \"1\"], //Optional - [from, to]\n        \"thirdwatch_flag\": [], //Optional List[str] - \"red\", \"green\"\n        \"thirdwatch_tags\": [], //Optional List[str] - \"MultipleSameItemsInADay\", \"NetworkFlag\", \"MultipleSameItemInAnOrder\", \"Address\", \"HighRtoZipcode\", \"Phone\", \"multipleSameItemInAWeek\", \"ZipCode\", \"CustomerName\", \"AddressTest\"\n        \"updated_after\": \"2021-09-13\", //Date in string format YYYY-MM-DD\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"channels\": [], //Optional List[str]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"reason_type\": [] //Optional List[str]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/<type>/<subset>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"order_id\": \"1\",\n            \"channel_name\": \"Shopify\",\n            \"error_reason\": \"N/A\",\n            \"order_type\": \"b2c\",\n            \"remark\": null,\n            \"return_awb\": null,\n            \"shipping_provider\": null,\n            \"unique_id\": 1,\n            \"pickup_point\": \"Abc\",\n            \"customer_details\": {\n                \"name\": \"Abc\",\n                \"email\": \"Abc@gmail.com\",\n                \"phone\": \"09999999999\",\n                \"address_one\": \"Abc\",\n                \"address_two\": null,\n                \"city\": \"Abc\",\n                \"state\": \"Abc\",\n                \"country\": \"Abc\",\n                \"pincode\": \"123456\"\n            },\n            \"order_date\": \"14 Sep 2021, 05:22 PM\",\n            \"delivered_time\": null,\n            \"manifest_time\": null,\n            \"payment\": {\n                \"mode\": \"COD\",\n                \"amount\": 1,\n                \"collectable_amount\": null,\n                \"currency_type\": \"INR\"\n            },\n            \"product_details\": [\n                {\n                    \"name\": \"Abc\",\n                    \"reason\": null,\n                    \"sku\": \"Abc\",\n                    \"quantity\": 1\n                }\n            ],\n            \"cod_verification\": {\n                \"confirmed\": null,\n                \"via\": null\n            },\n            \"shipping_details\": {\n                \"courier\": null,\n                \"awb\": null,\n                \"tracking_link\": \"https://webapp.wareiq.com/tracking/\"\n            },\n            \"dimensions\": null,\n            \"weight\": null,\n            \"volumetric\": null,\n            \"channel_logo\": \"https://example.com\",\n            \"last_updated\": \"2021-09-14 17:48:15\",\n            \"status\": \"NEW\",\n            \"status_change\": true,\n            \"thirdwatch\": {\n                \"score\": 0,\n                \"flag\": \"red\",\n                \"reasons\": [\n                    {\n                        \"name\": \"_shipAddressHasDigits\",\n                        \"display_name\": \"Shipping Address looks incomplete\",\n                        \"flag\": \"red\",\n                        \"value\": \"Abc\",\n                        \"is_display\": true\n                    }\n                ],\n                \"tags\": [\n                    \"Address\"\n                ]\n            }\n        },\n        {\n            \"order_id\": \"2\",\n            \"unique_id\": 2,\n            \"pickup_point\": \"Abc\",\n            \"channel_name\": \"Shopify\",\n            \"error_reason\": \"N/A\",\n            \"order_type\": \"b2c\",\n            \"remark\": null,\n            \"return_awb\": null,\n            \"shipping_provider\": null,\n            \"customer_details\": {\n                \"name\": \"Abc\",\n                \"email\": \"Abc@gmail.com\",\n                \"phone\": \"09999999999\",\n                \"address_one\": \"Abc\",\n                \"address_two\": null,\n                \"city\": \"Abc\",\n                \"state\": \"Abc\",\n                \"country\": \"Abc\",\n                \"pincode\": \"123456\"\n            },\n            \"order_date\": \"14 Sep 2021, 03:37 PM\",\n            \"delivered_time\": null,\n            \"manifest_time\": \"14 Sep 2021, 04:08 PM\",\n            \"payment\": {\n                \"mode\": \"PREPAID\",\n                \"amount\": 1,\n                \"collectable_amount\": null,\n                \"currency_type\": \"INR\"\n            },\n            \"product_details\": [\n                {\n                    \"name\": \"Abc\",\n                    \"sku\": \"Abc\",\n                    \"reason\": null,\n                    \"quantity\": 2\n                },\n                {\n                    \"name\": \"Def\",\n                    \"sku\": \"123\",\n                    \"reason\": null,\n                    \"quantity\": 1\n                },\n                {\n                    \"name\": \"Ghi\",\n                    \"sku\": \"Ade\",\n                    \"reason\": null,\n                    \"quantity\": 1\n                }\n            ],\n            \"shipping_details\": {\n                \"courier\": \"Bluedart\",\n                \"awb\": \"123\",\n                \"tracking_link\": \"https://webapp.wareiq.com/tracking/123\"\n            },\n            \"dimensions\": {\n                \"length\": 4,\n                \"breadth\": 4,\n                \"height\": 40\n            },\n            \"weight\": 0.4,\n            \"volumetric\": 0.1,\n            \"channel_logo\": \"https://example.com\",\n            \"last_updated\": \"2021-09-14 15:48:15\",\n            \"status\": \"READY TO SHIP\",\n            \"status_change\": true,\n            \"thirdwatch\": {\n                \"score\": 0,\n                \"flag\": \"green\",\n                \"reasons\": [],\n                \"tags\": []\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"per_page\": 20,\n            \"current_page\": 1\n        }\n    }\n}"},{"id":"ea519e8e-6c49-4273-b932-c80d36b507b3","name":"400 Max records","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search_key\": \"\", //Optional\n    \"search_key_on_customer_detail\": \"\", //Optional\n    \"since_id\": \"\", //Optional\n    \"page\": 1,\n    \"per_page\": 10,\n    \"sku_search\": \"\", // Search order with product SKU\n    \"bulk_search\": \"\", // comma separated AWB or order ids\n    \"exact_search\": false, // Exact search flag\n    \"filters\": {\n        \"status\": [], //Optional List[str] - \"SHORTAGE\", 'DELIVERED\", \"LOST\", \"NEW\", \"READY TO SHIP\", \"PICKUP REQUESTED\", \"OPEN\", \"DTO\", \"NOT SHIPPED\", \"DESTROYED\", \"PENDING\", \"RTO\", \"CLOSED\", \"DISPATCHED\", \"CANCELED\", \"IN TRANSIT\", \"DAMAGED\", \"DELETED\", \"SCHEDULED\", \"SHIPPED\"\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"ndr_reason\": [], //Optional List[str]\n        \"ndr_type\": [], //Optional List[str]\n        \"payment_mode\": [], //Optional List[str] - - \"prepaid\", \"cod\", \"pickup\"\n        \"order_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"thirdwatch_score\": [\"0\", \"1\"], //Optional - [from, to]\n        \"thirdwatch_flag\": [], //Optional List[str] - \"red\", \"green\"\n        \"thirdwatch_tags\": [], //Optional List[str] - \"MultipleSameItemsInADay\", \"NetworkFlag\", \"MultipleSameItemInAnOrder\", \"Address\", \"HighRtoZipcode\", \"Phone\", \"multipleSameItemInAWeek\", \"ZipCode\", \"CustomerName\", \"AddressTest\"\n        \"updated_after\": \"2021-09-13\", //Date in string format YYYY-MM-DD\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"channels\": [], //Optional List[str]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"reason_type\": [] //Optional List[str]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/<type>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Max 500 records allowed at a time\"\n}"},{"id":"33c7242b-6197-4789-8d8b-19c90770b119","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search_key\": \"\", //Optional\n    \"search_key_on_customer_detail\": \"\", //Optional\n    \"since_id\": \"\", //Optional\n    \"page\": 1,\n    \"per_page\": 10,\n    \"sku_search\": \"\", // Search order with product SKU\n    \"bulk_search\": \"\", // comma separated AWB or order ids\n    \"exact_search\": false, // Exact search flag\n    \"filters\": {\n        \"status\": [], //Optional List[str] - \"SHORTAGE\", 'DELIVERED\", \"LOST\", \"NEW\", \"READY TO SHIP\", \"PICKUP REQUESTED\", \"OPEN\", \"DTO\", \"NOT SHIPPED\", \"DESTROYED\", \"PENDING\", \"RTO\", \"CLOSED\", \"DISPATCHED\", \"CANCELED\", \"IN TRANSIT\", \"DAMAGED\", \"DELETED\", \"SCHEDULED\", \"SHIPPED\"\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"ndr_reason\": [], //Optional List[str]\n        \"ndr_type\": [], //Optional List[str]\n        \"payment_mode\": [], //Optional List[str] - - \"prepaid\", \"cod\", \"pickup\"\n        \"order_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"thirdwatch_score\": [\"0\", \"1\"], //Optional - [from, to]\n        \"thirdwatch_flag\": [], //Optional List[str] - \"red\", \"green\"\n        \"thirdwatch_tags\": [], //Optional List[str] - \"MultipleSameItemsInADay\", \"NetworkFlag\", \"MultipleSameItemInAnOrder\", \"Address\", \"HighRtoZipcode\", \"Phone\", \"multipleSameItemInAWeek\", \"ZipCode\", \"CustomerName\", \"AddressTest\"\n        \"updated_after\": \"2021-09-13\", //Date in string format YYYY-MM-DD\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"channels\": [], //Optional List[str]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"reason_type\": [] //Optional List[str]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/<type>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"\"\n}"},{"id":"b60f355d-3041-4580-9aa3-22cc2506a987","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search_key\": \"\", //Optional\n    \"search_key_on_customer_detail\": \"\", //Optional\n    \"since_id\": \"\", //Optional\n    \"page\": 1,\n    \"per_page\": 10,\n    \"sku_search\": \"\", // Search order with product SKU\n    \"bulk_search\": \"\", // comma separated AWB or order ids\n    \"exact_search\": false, // Exact search flag\n    \"filters\": {\n        \"status\": [], //Optional List[str] - \"SHORTAGE\", 'DELIVERED\", \"LOST\", \"NEW\", \"READY TO SHIP\", \"PICKUP REQUESTED\", \"OPEN\", \"DTO\", \"NOT SHIPPED\", \"DESTROYED\", \"PENDING\", \"RTO\", \"CLOSED\", \"DISPATCHED\", \"CANCELED\", \"IN TRANSIT\", \"DAMAGED\", \"DELETED\", \"SCHEDULED\", \"SHIPPED\"\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"ndr_reason\": [], //Optional List[str]\n        \"ndr_type\": [], //Optional List[str]\n        \"payment_mode\": [], //Optional List[str] - \"prepaid\", \"cod\", \"pickup\"\n        \"order_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_date\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"thirdwatch_score\": [\"0\", \"1\"], //Optional - [from, to]\n        \"thirdwatch_flag\": [], //Optional List[str] - \"red\", \"green\"\n        \"thirdwatch_tags\": [], //Optional List[str] - \"MultipleSameItemsInADay\", \"NetworkFlag\", \"MultipleSameItemInAnOrder\", \"Address\", \"HighRtoZipcode\", \"Phone\", \"multipleSameItemInAWeek\", \"ZipCode\", \"CustomerName\", \"AddressTest\"\n        \"updated_after\": \"2021-09-13\", //Date in string format YYYY-MM-DD\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"channels\": [], //Optional List[str]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"reason_type\": [] //Optional List[str]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/<type>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"6bc956d6-d020-4029-b290-f78a7c72bc27"},{"name":"Cancel order","id":"1a82cc36-4758-410b-adfe-6c8f003d2dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 123,\n    \"awb\": \"\", //Optional\n    \"courier_id\": \"\", //Optional\n    \"cancellation_reason\": \"\", //Optional\n    \"remarks\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/cancel","description":"<ul>\n<li>This API is used to cancel an order with given <code>unique_id</code></li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","cancel"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"849f666f-21ca-4c03-8a0c-7af7a1d9f348","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 123,\n    \"awb\": \"\", //Optional\n    \"courier_id\": \"\", //Optional\n    \"cancellation_reason\": \"\", //Optional\n    \"remarks\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"3dd45f87-4aa5-452b-838a-8cb33e4ed946","name":"404 Auth failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"unique_id\": 123,\n    \"awb\": \"\", //Optional\n    \"courier_id\": \"\", //Optional\n    \"cancellation_reason\": \"\", //Optional\n    \"remarks\": \"\" //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/cancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"1a82cc36-4758-410b-adfe-6c8f003d2dd3"},{"name":"Orders List V2","id":"ec348907-76ee-498e-99a8-0664c8e7c967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/<type>/<subset>","description":"<p>This API sends details of the orders of a given <code>type</code> and <code>sub_type</code></p>\n<p>Values assumed by <code>type</code> : b2c, return, b2b, international</p>\n<p>Values assumed by <code>subset</code>: new, ready_to_ship, shipped, return, ndr, rvp, all</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v2","<type>","<subset>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"41a211fc-b361-4c85-9f12-5e9bf43159b7","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/<type>/<subset>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"order_id\": \"1\",\n            \"unique_id\": 1,\n            \"client_prefix\": \"abc\",\n            \"order_type\": \"b2c\",\n            \"channel_name\": \"def\",\n            \"channel_logo\": \"https://example.com\",\n            \"pickup_point\": null,\n            \"order_date\": \"25 Oct 2024, 07:19 AM\",\n            \"manifest_time\": null,\n            \"delivered_time\": null,\n            \"return_inward_time\": null,\n            \"last_updated\": \"2024-10-25 07:30:06\",\n            \"payment\": {\n                \"mode\": \"prepaid\",\n                \"amount\": 10.25,\n                \"currency_type\": \"INR\",\n                \"collectable_amount\": null\n            },\n            \"product_details\": [\n                {\n                    \"name\": \"ghi\",\n                    \"sku\": \"jkl\",\n                    \"quantity\": 1,\n                    \"damage_reason\": null,\n                    \"sku_units\": []\n                }\n            ],\n            \"status\": \"NEW\",\n            \"unprocessed_error_reason\": \"Pickup point not assigned\",\n            \"status_change\": true,\n            \"not_shipped\": \"Pickup point not assigned\",\n            \"customer_details\": {\n                \"name\": \"mno\",\n                \"email\": \"xxxx@gmail.com\",\n                \"phone\": \"086523xxxxx\",\n                \"address_one\": \"Address1\",\n                \"address_two\": \"Address2\",\n                \"city\": \"pqr\",\n                \"state\": \"stu\",\n                \"country\": \"India\",\n                \"pincode\": \"123456\"\n            },\n            \"dimensions\": null,\n            \"weight\": null,\n            \"volumetric_weight\": null,\n            \"order_action\": [\n                \"vwx\"\n            ]\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"per_page\": 20,\n            \"current_page\": 1\n        }\n    }\n}"},{"id":"864d00b3-60db-42b9-9095-36249a796278","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/<type>/<subset>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"input validation failed for field: search\"\n}"},{"id":"57ad09ff-50f1-4d51-918f-72f4bc010ee7","name":"401 Unauthenticated user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/<type>/<subset>"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Invalid token.\"\n}"},{"id":"31cb8c47-a8c4-4f9a-aa01-f2f1070ca045","name":"403 Unauthorised user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/<type>/<subset>"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Permission Denied. Please contact the administrator for access.\"\n}"},{"id":"55142b40-7544-47ed-8e7c-bd63c0fdf927","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\":{\n        \"order_details\":\"\", //Optional - str - Use this field to search on order ID or AWB\n        \"order_details_bulk\": \"\", //Optional - str - Use this field to search in bulk on order IDs or AWBs\n        \"customer_details\": \"\", //Optional - str - Use this field to search on customer name or phone or email\n        \"sku_details\": \"\", //Optional - str - Use this field to search on orders with given product SKU\n        \"product_details\":\"\",//Optional - str - Use this field to search on orders with given product name\n        \"exact_search\": false // Optional - boolean - default to true - Use this flag to communicate to the API if an exact search needs to be performed\n    },\n    \"filters\": {\n        \"client\": [], //Optional - List[str] - Use this field to filter based on client prefixes - Relevant only for WIQ-integrated marketplace aggregators\n        \"reason_type\": [], //Optional - List[str] - Use this field to filter based on unprocessed reason type\n        \"pickup_point\": [], //Optional - List[str] - Use this field to filter based on pickup point\n        \"channel\": [], //Optional - List[str] - Use this field to filter based on channels of orders\n        \"payment_mode\": [], //Optional - List[str] - Use this field to filter based on payment mode - Possible values: \"prepaid\", \"cod\", \"pickup\"\n        \"cod_status\":[], //Optional - List[str] - Use this field to filter based on cod status\n        \"courier\": [], //Optional - List[str] - Use this field to filter based on courier assigned to the orders\n        \"status\": [], //Optional - List[str] - Use this field to filter based on order shipping status - Possible values: \"NEW\", \"READY TO SHIP\", \"OPEN\", \"PICKUP REQUESTED\", \"SHIPPED\", \"NOT SHIPPED\", \"IN TRANSIT\", \"DISPATCHED\", \"PENDING\", \"DESTROYED\", \"LOST\",\"DAMAGED\", \"SHORTAGE\", \"CLOSED\", \"DELIVERED\", \"IN TRANSIT-RT\", \"DISPATCHED-RT\", \"PENDING-RT\", \"RTO\", \"DTO\", \"CANCELED\"\n        \"ndr_reason\": [], //Optional - List[str] - Use this field to filter based on ndr reason\n        \"ndr_type\": [], //Optional - List[str] - Use this field to filter based on ndr type\n        \"order_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"manifest_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"ndr_first_attempt_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"edd\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"delivered_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"], //Optional - [start_date, end_date]\n        \"updated_after\": \"2021-09-13T12:00:00\", //Optional\n        \"return_inward_time\":[], //Optional - [start_date, end_date]\n        \"return_captured_time\":[] //Optional - [start_date, end_date]\n    },\n    \"page\": 1,\n    \"per_page\": 10 // this contains max no of records in api response\n  \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v2/<type>/<subset>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Something went wrong.\"\n}"}],"_postman_id":"ec348907-76ee-498e-99a8-0664c8e7c967"},{"name":"Add orders","id":"c1ae73b0-b794-400a-8282-c46c25f71138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/add","description":"<p>This API creates a new order.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","add"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5c69ceac-c2de-48c6-9ec6-d36923713c4b","name":"200 order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"successfully added\",\n    \"order_id\": \"123\",\n    \"unique_id\": 1,\n    \"client_prefix\": \"abc\"\n}"},{"id":"9f802dd6-d86f-4ec6-ae0d-d2e592f522f4","name":"200 Marketplace aggregator account - Split/Single orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"successfully added\",\n    \"data\": [\n        {\n            \"order_id\": \"123\",\n            \"unique_id\": 1,\n            \"client_prefix\": \"abc\"\n        },\n        {\n            \"order_id\": \"123\",\n            \"unique_id\": 2,\n            \"client_prefix\": \"def\"\n        }\n    ]\n}"},{"id":"e19806ce-b218-48d4-8f93-d60a5de40b08","name":"400 Order already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Order ID already exists\",\n    \"unique_id\": 1\n}"},{"id":"51ded05e-42b8-48f0-bcc0-8899be4e23d8","name":"400 Duplicate order id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/add"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"Duplicate order_id\"\n}"},{"id":"c6bd1026-47e0-41e6-8044-19c5622791e7","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"id_1\",\n    \"full_name\": \"\",\n    \"address1\": \"\",\n    \"address2\": \"\",\n    \"city\": \"\",\n    \"pincode\": \"\",\n    \"state\": \"\",\n    \"country\": \"\",\n    \"customer_phone\": \"\", //Pad zero at the start of 10 digits\n    \"customer_email\": \"\",\n    \"billing_address\": {\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"pincode\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"phone\": \"\" //Pad zero at the start of 10 digits\n    }, //Optional\n    \"warehouse\": \"\", //Optional\n    \"weight\": \"\", //Optional\n    \"order_date\": \"YYYY-MM-DD hh:mm:ss\", //Optional\n    \"total\": \"\", //Total amount excluding shipping charges\n    \"shipping_charges\": 0, //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"no_of_pieces\": 1, // Optional - If order needs to be shipped under multiple boxes, pass the number of child shipments here.\n    \"piece_dimensions\": [\n        {\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\"    //In centimeters\n        }\n    ], // Optional - Pass it only when value of no_of_pieces is greater than 1\n    \"client\": \"\", // Optional\n    \"products\": [\n        {\n            \"sku\": \"\",\n            \"name\": \"\",\n            \"price\": \"\",    //Original price of the product\n            \"client_prefix\": \"\",    //A marketplace aggregator doesn't have to pass this field at all\n            \"weight\": \"\",   //In kilograms\n            \"length\": \"\",   //In centimeters\n            \"breadth\": \"\",  //In centimeters\n            \"height\": \"\",   //In centimeters\n            \"tax_lines\": [\n                {\n                    \"title\": \"CGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",   //Item selling price before discount for the entire quantity of the product\n            \"item_discount\": \"\",    //Discount for the entire quantity of the product\n            \"quantity\": \"\"\n        },\n        {\n            \"id\": 1,    //This the unique ID given by WareIQ for the product when it is created on WareIQ\n            \"tax_lines\": [\n                {\n                    \"title\": \"SGST\", //Assumes one of \"CGST\", \"SGST\", \"IGST\"\n                    \"rate\": 0.09 //If 9%, then 0.09\n                }\n            ],\n            \"amount\": \"\",\n            \"quantity\": \"\"\n        }\n    ] ,//Optional - Any of the two formats in the list can be used. If the product is already present in WareIQ platform, second format can be used. If the product needs to be created on the go, first format can be used.\n    \"seller_code\":\"\" //Optional - seller code of the seller\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/add"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"c1ae73b0-b794-400a-8282-c46c25f71138"},{"name":"Create return order","id":"1626fd08-bac3-4bb0-8974-cdf72b075377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/create_return/<unique_id>","description":"<ul>\n<li><p>This API creates a new return order for some/all products of an order with given unique_id</p>\n</li>\n<li><p><code>unique_id</code> is the id given to the order by WareIQ</p>\n</li>\n<li><p>For <code>marketplace-aggregator</code> accounts, channel sku needs to be passed for <code>sku</code> key</p>\n</li>\n<li><p>For other accounts, product <code>id</code> needs to be passed</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","create_return","<unique_id>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7e9e71f2-4627-4542-8790-e0b137ad10f3","name":"201","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/create_return/<unique_id>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"msg\": \"Successfully created\",\n    \"order_id\": \"123\",\n    \"unique_id\": 234\n}"},{"id":"e223f0d8-0be3-4684-8741-5f2db1a41f18","name":"200 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/create_return/<unique_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\"\n}"},{"id":"6e955803-381e-4020-96df-5e454c072fd8","name":"400 No order available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/create_return/<unique_id>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No order found for given id\"\n}"},{"id":"320dbf42-c8ca-4d06-aa8b-c8e654a9e0d9","name":"400 Duplicate order_id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/create_return/<unique_id>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"Duplicate order_id\"\n}"},{"id":"9bef31f5-1bd6-4ba7-8907-0cab0f7d005e","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/create_return/<unique_id>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"ce06f83b-7539-454e-8f62-34badf748e89","name":"201 - Marketplace aggregator account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"id\": \"\", //Optional - Required for non marketplace-aggregator api calls\n            \"sku\": \"\", // Optional - Required for marketplace-aggregator api calls\n            \"client_prefix\": \"abc\", //Optional - Required for marketplace-aggregator api calls\n            \"quantity\": 1, //Integer\n            \"qc_enabled\": true,\n            \"image_url\": \"\", //Optional - If qc_enabled is true\n            \"color\": \"#000000\", //Optional Hexcode - If qc_enabled is true\n            \"reason\": \"\", //Optional - If qc_enabled is true\n            \"unique_id\": \"\" //Optional - If qc_enabled is true\n        }\n    ] //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/create_return/<unique_id>"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"msg\": \"Successfully created\",\n    \"data\": [\n        {\n            \"order_id\": \"123\",\n            \"unique_id\": 1,\n            \"client_prefix\": \"abc\"\n        }\n    ]\n}"}],"_postman_id":"1626fd08-bac3-4bb0-8974-cdf72b075377"},{"name":"Search orders","id":"13adc18c-3242-447d-b725-1406f2d423ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/add?search=a","description":"<p>This API sends orders whose product names match with the given <code>search</code> string</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","add"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Search string for product name</p>\n","type":"text/plain"},"key":"search","value":"a"}],"variable":[]}},"response":[{"id":"2ae7a9d8-b6fe-4a14-ad30-ad44dc8ab6ec","name":"200 Non empty search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/add?search=a","host":["{{base_url}}"],"path":["orders","add"],"query":[{"key":"search","value":"a","description":"Search string for product name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"search_list\": [\n        {\n            \"id\": 1,\n            \"name\": \"Abc\",\n            \"master_sku\": \"Abc\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Def\",\n            \"master_sku\": \"Xyz\"\n        }\n    ]\n}"},{"id":"7418b87e-49c6-4eb6-bb98-2d4c7377a3e3","name":"200 Empty search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/add?search=a","host":["{{base_url}}"],"path":["orders","add"],"query":[{"key":"search","value":"a","description":"Search string for product name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"search_list\": [\n        {\n            \"id\": 1,\n            \"name\": \"Abc\",\n            \"master_sku\": \"Abc\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Def\",\n            \"master_sku\": \"Xyz\"\n        }\n    ],\n    \"payment_modes\": [\"prepaid\", \"COD\"],\n    \"warehouses\": [\"Abc\", \"Def\"]\n}"},{"id":"61865978-b83d-425f-b074-1e47c46cff9b","name":"404 Auth failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/add?search=a","host":["{{base_url}}"],"path":["orders","add"],"query":[{"key":"search","value":"a","description":"Search string for product name"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"13adc18c-3242-447d-b725-1406f2d423ec"},{"name":"Order details","id":"f5d62fbc-7d7f-4bd4-b33e-c7854c370eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/order/<unique_id>","description":"<ul>\n<li><p>This API sends details for a given <code>unique_id</code></p>\n</li>\n<li><p><code>unique_id</code> is the id of the order given by WareIQ</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","order","<unique_id>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ae8c4f5e-f92c-4aa3-9461-639cf6f720c8","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"order_id\": \"123\",\n        \"unique_id\": 12,\n        \"channel_name\": \"Shopify\",\n        \"customer_details\": {\n            \"name\": \"Abc\",\n            \"email\": null,\n            \"phone\": \"09999999999\",\n            \"address_one\": \"Abc\",\n            \"address_two\": \"Abc\",\n            \"city\": \"Abc\",\n            \"country\": \"Abc\",\n            \"state\": \"Abc\",\n            \"pincode\": \"123456\"\n        },\n        \"dead_weight\": null,\n        \"invoice_no\": null,\n        \"no_of_pieces\": 1,\n        \"order_type\": \"b2c\",\n        \"piece_dimensions\": null,\n        \"return_awb\": null,\n        \"return_details\": {},\n        \"shipping_provider\": null,\n        \"order_date\": \"15 Sep 2021, 10:39 AM\",\n        \"payment\": {\n            \"mode\": \"COD\",\n            \"amount\": 1,\n            \"collectable_amount\": 1,\n            \"currency_type\": \"INR\"\n        },\n        \"product_details\": [\n            {\n                \"name\": \"Abc\",\n                \"sku\": \"Abc\",\n                \"quantity\": 1,\n                \"id\": 123,\n                \"total\": 1\n            }\n        ],\n        \"shipping_details\": {\n            \"courier\": \"Ekart\",\n            \"awb\": \"123\"\n        },\n        \"dimensions\": null,\n        \"weight\": null,\n        \"volumetric\": null,\n        \"pickup_point\": \"Abc\",\n        \"status\": \"NOT SHIPPED\",\n        \"remark\": null\n    }\n}"},{"id":"2618ea78-4929-473b-99b5-2a0024b0b658","name":"400 Exception","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"\"\n}"},{"id":"bc9fde77-a1de-4df5-a649-b44a6e4a988d","name":"404 Auth failed","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"a0717687-f4ab-466a-84d8-1d0828b4343b","name":"404 No order found","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v2/<unique_id>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"No order with given ID found\"\n}"}],"_postman_id":"f5d62fbc-7d7f-4bd4-b33e-c7854c370eb6"},{"name":"Failed orders","id":"d4e4455a-7d03-4831-81d2-717e37d62aae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/failedOrders?search&page=1&per_page=20","description":"<p>This API sends details of all the failed orders that match a given <code>search</code> string (search on order ID)</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","failedOrders"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Search key string</p>\n","type":"text/plain"},"key":"search","value":null},{"description":{"content":"<p>Page number for pagination</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of items per page</p>\n","type":"text/plain"},"key":"per_page","value":"20"}],"variable":[]}},"response":[{"id":"2c98a722-5860-4133-ab30-ed7daaa05a76","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/failedOrders?search&page=1&per_page=20","host":["{{base_url}}"],"path":["orders","v1","failedOrders"],"query":[{"key":"search","value":null,"description":"Search key string"},{"key":"page","value":"1","description":"Page number for pagination"},{"key":"per_page","value":"20","description":"Number of items per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"channel_logo\": null,\n            \"channel_name\": null,\n            \"customer_email\": \"\",\n            \"customer_name\": \"Abc\",\n            \"customer_phone\": \"9999999999\",\n            \"error\": \"Inventory not assigned\",\n            \"order_date\": \"06 Sep 2021, 05:26 PM\",\n            \"order_id\": \"123456\",\n            \"unique_id\": 123\n        },\n        {\n            \"channel_logo\": \"https://example.com\",\n            \"channel_name\": \"Abc\",\n            \"customer_email\": \"\",\n            \"customer_name\": \"Abc\",\n            \"customer_phone\": \"9999999999\",\n            \"error\": \"Inventory not assigned\",\n            \"order_date\": \"02 Sep 2021, 01:30 PM\",\n            \"order_id\": \"1234\",\n            \"unique_id\": 124\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 20,\n            \"total\": 1,\n            \"total_pages\": 1\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"d4e4455a-7d03-4831-81d2-717e37d62aae"},{"name":"Manifests","id":"554f5768-a019-4efa-850b-d1d388aa1238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": \"1\",\n    \"per_page\": \"10\",\n    \"filters\": {\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"] //Optional - [start_date, end_date]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/manifests","description":"<p>This API sends details of all manifests that match given <code>filters</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","manifests"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2f9e9df6-d6d5-4bbb-a7d6-5ff71abd0fda","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": \"1\",\n    \"per_page\": \"10\",\n    \"filters\": {\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"] //Optional - [start_date, end_date]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/manifests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"manifest_id\": \"1\",\n            \"pickup_id\": 1,\n            \"courier\": \"Abc\",\n            \"pickup_point\": \"Def\",\n            \"total_scheduled\": 1,\n            \"total_picked\": 1,\n            \"pickup_date\": \"2019-11-29 15:00:00\",\n            \"manifest_url\": \"https://example.com\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"current_page\": 1,\n            \"per_page\": 20,\n            \"total\": 1,\n            \"total_pages\": 1\n        }\n    },\n    \"success\": true\n}"},{"id":"0d97d3a3-7fb4-464b-9bac-6bc700b8106d","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": \"1\",\n    \"per_page\": \"10\",\n    \"filters\": {\n        \"courier\": [], //Optional List[str]\n        \"client\": [], //Optional List[str]\n        \"pickup_point\": [], //Optional List[str]\n        \"pickup_time\": [\"2021-08-13T12:00:00\", \"2021-09-13T12:00:00\"] //Optional - [start_date, end_date]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/manifests"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"554f5768-a019-4efa-850b-d1d388aa1238"},{"name":"Update NDR","id":"69d50abf-5ad6-48c0-a9b1-e4e76192c886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/updateNdr","description":"<p>This API updates NDR details of an order with given <code>ndr_id</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","updateNdr"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8fdcfa22-f686-4aef-a904-cb315f2e2945","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/updateNdr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"Updated\"\n}"},{"id":"5ec43177-251b-4409-9880-914639fdc8ac","name":"400 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/updateNdr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"},{"id":"2814925d-ba66-4c7c-b0a1-b8bf7acfdc9a","name":"400 Invalid user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/updateNdr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid User\"\n}"},{"id":"5f29960b-9de5-45ae-a6a5-22455adf00cf","name":"400 Not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ndr_id\": \"\",\n    \"defer_dd\": \"\",\n    \"updated_add\": \"\",\n    \"updated_phone\": \"\",\n    \"reattempt\": true //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/updateNdr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"NDR not found\"\n}"}],"_postman_id":"69d50abf-5ad6-48c0-a9b1-e4e76192c886"},{"name":"Invoice details","id":"88195d63-3922-4396-b85b-b67ff57c8421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/invoice/<unique_id>?uid=1R3E4","description":"<ul>\n<li>This API generates invoice for a given <code>unique_id</code></li>\n<li><code>unique_id</code> is the id of the order</li>\n<li><code>uid</code> is used to ensure invoice links are unique</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","invoice","<unique_id>"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Create a random string and pass it</p>\n","type":"text/plain"},"key":"uid","value":"1R3E4"}],"variable":[]}},"response":[{"id":"d18d12dc-ebb1-40d7-a4da-3763b802dc83","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/invoice/<unique_id>?uid=1R3E4","host":["{{base_url}}"],"path":["orders","v1","invoice","<unique_id>"],"query":[{"key":"uid","value":"1R3E4","description":"Create a random string and pass it"}]}},"_postman_previewlanguage":"html","header":null,"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\" />\n        <link rel=\"icon\" href=\"{{client_logo}}\" id=\"light-scheme-icon\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n        <title>{{client_name}} - {{invoice_no}}</title>\n        <style type=\"text/css\">\n      * {\n        font-family: 'Poppins', sans-serif, Helvetica, Arial !important;\n      }\n      body {\n        width: 100%;\n      }\n      .page-container {\n        display: flex;\n        flex-direction: column;\n        padding: 30px;\n        max-width: 100%;\n        width: 600px;\n        margin: 0 auto;\n      }\n      .seller-logo img {\n        max-width: 100%;\n        height: auto;\n        width: 400px;\n        display: block;\n        margin: 0 auto;\n      }\n      .seller-info {\n        margin-top: 40px;\n        color: #212121;\n        font-size: 20px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n      }\n      .seller-name {\n        font-weight: 600;\n        padding: 10px 0;\n        font-size: 24px;\n      }\n      .seller-gst label {\n        font-weight: 600;\n      }\n      .invoice-details {\n        padding-top: 40px;\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: space-between;\n      }\n      .invoice-details table {\n        max-width:100%; \n        margin: auto; \n        text-align: center;\n      }\n      .invoice-details .detail {\n        padding-bottom: 30px;\n        font-size: 20px;\n      }\n      .invoice-details .detail label {\n        font-weight: 600;\n      }\n      .invoice-details .detail div {\n        padding-top: 10px;\n      }\n      @media (max-width: 575px) {\n        .invoice-details table {\n          text-align: left;\n        }\n      }\n    </style>\n    </head>\n    <body>\n        <div class=\"page-container\">\n            <div class=\"seller-logo\">\n                <img src=\"{{client_logo}}\" alt=\"{{client_name}}\"/>\n            </div>\n            <div class=\"seller-info\">\n                <div class=\"seller-name\">\n          {{client_name}}\n        </div>\n                <div class=\"seller-gst\">\n                    <label>GSTIN: </label>\n                    <span>{{client_gstin}}</span>\n                </div>\n            </div>\n            <div class=\"invoice-details\">\n                <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\">\n                    <tr>\n                        <td>\n                            <div class=\"detail\">\n                                <label>Invoice Number</label>\n                                <div>{{invoice_no}}</div>\n                            </div>\n                        </td>\n                        <td>\n                            <div class=\"detail\">\n                                <label>Invoice Date</label>\n                                <div>{{invoice_date}}</div>\n                            </div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>\n                            <div class=\"detail\">\n                                <label>CGST</label>\n                                <div>{{invoice_cgst}}</div>\n                            </div>\n                        </td>\n                        <td>\n                            <div class=\"detail\">\n                                <label>SGST</label>\n                                <div>{{invoice_sgst}}</div>\n                            </div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>\n                            <div class=\"detail\">\n                                <label>IGST</label>\n                                <div>{{invoice_igst}}</div>\n                            </div>\n                        </td>\n                        <td>\n                            <div class=\"detail\">\n                                <label>Total Amount</label>\n                                <div>{{invoice_amount}}</div>\n                            </div>\n                        </td>\n                    </tr>\n                </table>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"baab8713-8fb2-40ec-9117-2a65584adeaf","name":"400 Invalid url","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/invoice/<unique_id>?uid=1R3E4","host":["{{base_url}}"],"path":["orders","v1","invoice","<unique_id>"],"query":[{"key":"uid","value":"1R3E4","description":"Create a random string and pass it"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Invalid URL\"\n}"},{"id":"bced9574-9834-4d85-8178-09de970e02ae","name":"404","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/orders/v1/invoice/<unique_id>?uid=1R3E4","host":["{{base_url}}"],"path":["orders","v1","invoice","<unique_id>"],"query":[{"key":"uid","value":"1R3E4","description":"Create a random string and pass it"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"88195d63-3922-4396-b85b-b67ff57c8421"},{"name":"Order details","id":"5f2129ba-36ca-4193-9d16-5e4296e65c36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"\", //Optional\n    \"customer_email\": \"\", //Optional\n    \"customer_phone\": \"\", //Optional - Pad zero at the start of 10 digits\n    \"address1\": \"\", //Optional\n    \"address2\": \"\", //Optional\n    \"city\": \"\", //Optional\n    \"pincode\": \"\", //Optional\n    \"state\": \"\", //Optional\n    \"country\": \"\", //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"total\": \"\", //Optional\n    \"awb\": \"\", //Optional\n    \"shipping_provider\": \"\", //Optional - \"WIQ\" or any courier names provided in the GET Couriers list API\n    \"cod_verification\": true, //Optional boolean\n    \"ndr_verification\": true, //Optional boolean\n    \"reason\": \"\", //Optional Cancellation reason\n    \"pickup_point\": \"\", //Optional\n    \"shiplabel_content\": \"\", //Optional encoded string,\n    \"no_of_pieces\": \"\", // Optional\n    \"dead_weight\": \"\", //Optional\n    \"piece_dimensions\": {} //Optional\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/order/<unique_id>","description":"<ul>\n<li>This API updates details of an order with given <code>unique_id</code></li>\n</ul>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","order","<unique_id>"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"aaf8bbc6-4211-4b4d-948a-3d81900cd97a","name":"200","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"\", //Optional\n    \"customer_email\": \"\", //Optional\n    \"customer_phone\": \"\", //Optional - Pad zero at the start of 10 digits\n    \"address1\": \"\", //Optional\n    \"address2\": \"\", //Optional\n    \"city\": \"\", //Optional\n    \"pincode\": \"\", //Optional\n    \"state\": \"\", //Optional\n    \"country\": \"\", //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"total\": \"\", //Optional\n    \"awb\": \"\", //Optional\n    \"shipping_provider\": \"\", //Optional - \"WIQ\" or any courier names provided in the GET Couriers list API\n    \"cod_verification\": true, //Optional boolean\n    \"ndr_verification\": true, //Optional boolean\n    \"pickup_point\": \"\", //Optional\n    \"shiplabel_content\": \"\" //Optional encoded string\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/order/<unique_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"successfully updated\"\n}"},{"id":"cd4cf8db-ef9a-49b7-8dcb-de174136af3c","name":"200 Exception","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"\", //Optional\n    \"customer_email\": \"\", //Optional\n    \"customer_phone\": \"\", //Optional - Pad zero at the start of 10 digits\n    \"address1\": \"\", //Optional\n    \"address2\": \"\", //Optional\n    \"city\": \"\", //Optional\n    \"pincode\": \"\", //Optional\n    \"state\": \"\", //Optional\n    \"country\": \"\", //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"total\": \"\", //Optional\n    \"awb\": \"\", //Optional\n    \"shipping_provider\": \"\", //Optional - \"WIQ\" or any courier names provided in the GET Couriers list API\n    \"cod_verification\": true, //Optional boolean\n    \"ndr_verification\": true, //Optional boolean\n    \"pickup_point\": \"\", //Optional\n    \"shiplabel_content\": \"\" //Optional encoded string\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/order/<unique_id>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\"\n}"},{"id":"e9c82145-f440-4661-aaa0-910d32e30496","name":"400 No order found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"\", //Optional\n    \"customer_email\": \"\", //Optional\n    \"customer_phone\": \"\", //Optional - Pad zero at the start of 10 digits\n    \"address1\": \"\", //Optional\n    \"address2\": \"\", //Optional\n    \"city\": \"\", //Optional\n    \"pincode\": \"\", //Optional\n    \"state\": \"\", //Optional\n    \"country\": \"\", //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"total\": \"\", //Optional\n    \"awb\": \"\", //Optional\n    \"shipping_provider\": \"\", //Optional - \"WIQ\" or any courier names provided in the GET Couriers list API\n    \"cod_verification\": true, //Optional boolean\n    \"ndr_verification\": true, //Optional boolean\n    \"pickup_point\": \"\", //Optional\n    \"shiplabel_content\": \"\" //Optional encoded string\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/order/<unique_id>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"No order found for given id\"\n}"},{"id":"69123746-a23a-4647-8fde-79b03614101e","name":"404 Auth failed","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"full_name\": \"\", //Optional\n    \"customer_email\": \"\", //Optional\n    \"customer_phone\": \"\", //Optional - Pad zero at the start of 10 digits\n    \"address1\": \"\", //Optional\n    \"address2\": \"\", //Optional\n    \"city\": \"\", //Optional\n    \"pincode\": \"\", //Optional\n    \"state\": \"\", //Optional\n    \"country\": \"\", //Optional\n    \"payment_method\": \"\", //Optional - \"prepaid\", \"cod\", \"pickup\"\n    \"total\": \"\", //Optional\n    \"awb\": \"\", //Optional\n    \"shipping_provider\": \"\", //Optional - \"WIQ\" or any courier names provided in the GET Couriers list API\n    \"cod_verification\": true, //Optional boolean\n    \"ndr_verification\": true, //Optional boolean\n    \"pickup_point\": \"\", //Optional\n    \"shiplabel_content\": \"\" //Optional encoded string\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/order/<unique_id>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"5f2129ba-36ca-4193-9d16-5e4296e65c36"}],"id":"e443ed36-c8fb-47b3-b4af-20a318098792","_postman_id":"e443ed36-c8fb-47b3-b4af-20a318098792","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Core","item":[{"name":"Warehouses","item":[{"name":"Pickups & returns","item":[{"name":"Pickups and returns","id":"ce01aaa2-b066-4d23-9ff7-3fda0b2fd950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_location\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"pickup_address\": \"\",\n    \"pickup_address_two\": \"\",\n    \"pickup_city\": \"\",\n    \"pickup_state\": \"\",\n    \"pickup_country\": \"\",\n    \"pickup_pincode\": \"\",\n    \"pickup_warehouse_prefix\": \"\",\n    \"return_location\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"return_address\": \"\",\n    \"return_address_two\": \"\",\n    \"return_city\": \"\",\n    \"return_state\": \"\",\n    \"return_country\": \"\",\n    \"return_pincode\": \"\",\n    \"return_warehouse_prefix\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v2/clientPickupsAndReturns","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v2","clientPickupsAndReturns"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"324f139d-bfa7-4207-9754-064ef7a6bf9c","name":"201","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_location\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"pickup_address\": \"\",\n    \"pickup_address_two\": \"\",\n    \"pickup_city\": \"\",\n    \"pickup_state\": \"\",\n    \"pickup_country\": \"\",\n    \"pickup_pincode\": \"\",\n    \"pickup_warehouse_prefix\": \"\",\n    \"return_location\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"return_address\": \"\",\n    \"return_address_two\": \"\",\n    \"return_city\": \"\",\n    \"return_state\": \"\",\n    \"return_country\": \"\",\n    \"return_pincode\": \"\",\n    \"return_warehouse_prefix\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"fa2843a6-3bd9-4c1f-a1a8-f116f576fefe","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_location\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"pickup_address\": \"\",\n    \"pickup_address_two\": \"\",\n    \"pickup_city\": \"\",\n    \"pickup_state\": \"\",\n    \"pickup_country\": \"\",\n    \"pickup_pincode\": \"\",\n    \"pickup_warehouse_prefix\": \"\",\n    \"return_location\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"return_address\": \"\",\n    \"return_address_two\": \"\",\n    \"return_city\": \"\",\n    \"return_state\": \"\",\n    \"return_country\": \"\",\n    \"return_pincode\": \"\",\n    \"return_warehouse_prefix\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while adding the entry in ClientPickups and returns\"\n}"}],"_postman_id":"ce01aaa2-b066-4d23-9ff7-3fda0b2fd950"},{"name":"List of pickups and returns","id":"f44bd722-a0e1-42ee-9122-77b12eceb810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/core/v2/clientPickupsAndReturns?page_number=1&page_size=10","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v2","clientPickupsAndReturns"],"host":["{{base_url}}"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"2d447ed0-f082-4ec7-8011-f41d00294478","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns?page_number=1&page_size=10","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"wms\": \"Abc\",\n        \"data\": [\n            {\n                \"id\": 1,\n                \"client_prefix\": \"Abc\",\n                \"pickup_address\": \"Abc\",\n                \"pickup_address_two\": \"Abc\",\n                \"pickup_name\": \"Abc\",\n                \"pickup_location\": \"Abc\",\n                \"pickup_phone\": \"9999999999\",\n                \"pickup_city\": \"Abc\",\n                \"pickup_state\": \"Abc\",\n                \"pickup_country\": \"Abc\",\n                \"pickup_pincode\": \"123456\",\n                \"pickup_warehouse_prefix\": \"Abc\",\n                \"gstin\": \"Abc\",\n                \"return_address\": \"Abc\",\n                \"return_address_two\": \"Abc\",\n                \"return_name\": \"Abc\",\n                \"return_location\": \"Abc\",\n                \"return_phone\": \"9999999999\",\n                \"return_city\": \"Abc\",\n                \"return_state\": \"Abc\",\n                \"return_country\": \"Abc\",\n                \"return_pincode\": \"123456\",\n                \"return_warehouse_prefix\": \"Abc\",\n                \"active\": true,\n                \"wareiq_location\": false,\n                \"return_wareiq_location\": false\n            }\n        ]\n    },\n    \"page_numner\": 1,\n    \"page_size\": 20,\n    \"total_page\": 1\n}"},{"id":"3e8807ae-ba02-4e08-9778-8411dd6c173c","name":"500","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns?page_number=1&page_size=10","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while getting with ClientPickups and returns\"\n}"}],"_postman_id":"f44bd722-a0e1-42ee-9122-77b12eceb810"},{"name":"Pickups and returns","id":"61a50441-9de1-4499-86da-b8e44ac3baba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"gstin\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v2/clientPickupsAndReturns","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v2","clientPickupsAndReturns"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"43dc543f-9ea0-4c34-a6e5-bdee769c5025","name":"200","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"gstin\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"7378f7bd-e782-451b-aefc-7df5a51d1005","name":"400","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"pickup_name\": \"\",\n    \"pickup_phone\": \"\",\n    \"return_name\": \"\",\n    \"return_phone\": \"\",\n    \"gstin\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/pickups_and_returns"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while adding the entry in ClientPickups and returns\"\n}"}],"_postman_id":"61a50441-9de1-4499-86da-b8e44ac3baba"},{"name":"Assign WareIQ warehouse","id":"b1c8443c-cb30-4eba-96d1-725736e48e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/core/v1/wiqWarehouses","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v1","wiqWarehouses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"082ecc1c-e5ef-4e33-bbae-359a04215f72","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/wiq"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"location\": \"Abc\",\n            \"warehouse_prefix\": \"Abc\",\n            \"name\": \"Abc\",\n            \"phone\": \"0123456789\",\n            \"address\": \"Abc\",\n            \"address_two\": \"Abc\",\n            \"city\": \"Abc\",\n            \"state\": \"Abc\",\n            \"country\": \"Abc\",\n            \"pincode\": 123456,\n            \"latitude\": 12.34,\n            \"longitude\": 13.45,\n            \"pickup_enabled\": true\n        }\n    ]\n}"},{"id":"93358eb1-b452-4894-a85e-22401a791367","name":"401","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Authentication failed\"\n}"},{"id":"91a9334a-099b-4290-9d47-d1e48b867d98","name":"500","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/wiq"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while getting wareiq warehouses\"\n}"}],"_postman_id":"b1c8443c-cb30-4eba-96d1-725736e48e2f"},{"name":"Assign WareIQ warehouse","id":"ce97bc5d-8408-4bf8-a844-74bcc91b2f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v1","wiqWarehouses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5aceebd8-39e4-4d71-8920-39bec31a70fe","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"WareIQ warehouse has been successfully connected\"\n}"},{"id":"03f3fbb1-211f-4af9-9778-42258192cbc3","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Bad request\"\n}"},{"id":"9e8e8d8f-b3f6-4d9c-9505-7338a7e4c2da","name":"401","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Authentication failed\"\n}"},{"id":"acfb12bb-d3b0-4992-987e-bc716404bcae","name":"500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/wiq"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while connecting wareiq warehouses\"\n}"}],"_postman_id":"ce97bc5d-8408-4bf8-a844-74bcc91b2f53"},{"name":"Assign WareIQ warehouses","id":"51ad6d46-1744-476a-9245-ed3470376edf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v1","wiqWarehouses"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9491e1b5-0955-4593-8eac-fb9ad9954fd6","name":"200","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"WareIQ warehouse has been updated successfully\"\n}"},{"id":"d0ff300f-bc4f-4f2a-a3c2-15bf7e6d9a87","name":"400","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Bad request\"\n}"},{"id":"41ed01f6-a41d-44c5-9e49-ab42dde301e1","name":"401","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Authentication failed\"\n}"},{"id":"ebd07c9b-8394-4613-8f01-5aa9b607e364","name":"500","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_warehouse_prefix\": \"Abc\",\n    \"return_warehouse_prefix\": \"Def\",\n    \"gstin\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/wiqWarehouses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while updating wareiq warehouses\"\n}"}],"_postman_id":"51ad6d46-1744-476a-9245-ed3470376edf"}],"id":"36cfa53f-ed9e-4ed3-9185-205e34dda963","_postman_id":"36cfa53f-ed9e-4ed3-9185-205e34dda963","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Update status","id":"54ec3c8c-67af-4ee7-a8f5-6651684f0de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"active\": false //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/updateClientPickupsAndReturnStatus","description":"<p>This API is used to update status of a pickup and return with given <code>id</code>.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["core","v1","updateClientPickupsAndReturnStatus"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"910a18cd-0b39-4899-91d6-8fae0d130243","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"active\": false //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/updateClientPickupsAndReturnStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"5197bd98-5710-4d00-927a-950b5bb62bc6","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"\",\n    \"active\": false //Boolean\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/core/v1/updateClientPickupsAndReturnStatus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while updating client pickups and returns status\"\n}"}],"_postman_id":"54ec3c8c-67af-4ee7-a8f5-6651684f0de0"},{"name":"Check warehouse prefix","id":"a88adb10-77ac-4762-9d71-ea50d2c30033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_prefix\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/check_prefix","description":"<p>This API is used to check if a pickup point exists.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","check_prefix"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"78f1f043-547c-40dd-b3f9-da50b07a4754","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_prefix\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/check_prefix"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"exists\": true\n}"},{"id":"225eaa82-8bc6-459b-a91d-c9bc1a1b0a23","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"warehouse_prefix\": \"Abc\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/warehouses/v1/check_prefix"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while checking warehouse prefix\"\n}"}],"_postman_id":"a88adb10-77ac-4762-9d71-ea50d2c30033"},{"name":"Warehouse pickups","id":"7eff2f3f-ee55-498f-9a85-c65358053cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search_query=a","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["warehouses","v1","pickups_and_returns","list"],"host":["{{base_url}}"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"search_query","value":"a"}],"variable":[]}},"response":[{"id":"7b737205-fe88-449f-94f2-46baaf874eb3","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search_query=a","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns","list"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"key":"search_query","value":"a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"pickups\": [\n            {\n                \"id\": 1,\n                \"client_prefix\": \"Abc\",\n                \"pickup_address\": \"Abc\",\n                \"pickup_address_two\": \"Abc\",\n                \"pickup_name\": \"Abc\",\n                \"pickup_location\": \"Abc\",\n                \"pickup_phone\": \"9999999999\",\n                \"pickup_city\": \"Abc\",\n                \"pickup_state\": \"Abc\",\n                \"pickup_country\": \"Abc\",\n                \"pickup_pincode\": \"123456\",\n                \"pickup_warehouse_prefix\": \"Abc\",\n                \"gstin\": \"Abc\",\n                \"return_address\": \"Abc\",\n                \"return_address_two\": \"Abc\",\n                \"return_name\": \"Abc\",\n                \"return_location\": \"Abc\",\n                \"return_phone\": \"9999999999\",\n                \"return_city\": \"Abc\",\n                \"return_state\": \"Abc\",\n                \"return_country\": \"Abc\",\n                \"return_pincode\": \"123456\",\n                \"return_warehouse_prefix\": \"Abc\",\n                \"active\": true,\n                \"wareiq_location\": false,\n                \"return_wareiq_location\": false\n            }\n        ]\n    },\n    \"page_number\": 1,\n    \"page_size\": 10,\n    \"total_page\": 1\n}"},{"id":"36bd8af4-ae08-4e9a-a02f-81bae8fdc951","name":"400","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/warehouses/v1/pickups_and_returns/list?page_number=1&page_size=10&search_query=a","host":["{{base_url}}"],"path":["warehouses","v1","pickups_and_returns","list"],"query":[{"key":"page_number","value":"1"},{"key":"page_size","value":"10"},{"key":"search_query","value":"a","description":"(Optional)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failure\",\n    \"message\": \"Failed while getting warehouse pickups\"\n}"}],"_postman_id":"7eff2f3f-ee55-498f-9a85-c65358053cb0"}],"id":"dc8ab32d-43b0-4af1-bd8e-13938d5264bf","_postman_id":"dc8ab32d-43b0-4af1-bd8e-13938d5264bf","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Track","item":[{"name":"Track an order","id":"bc93a8bc-c356-49cb-b175-cfe7cfc596f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/track/<awb>","description":"<ul>\n<li><p>This API sends tracking details of an order with a given <code>awb</code></p>\n</li>\n<li><p><code>awb</code> is the awb for the order</p>\n</li>\n<li><p><code>status</code> assumes one of the follwing values:</p>\n<ul>\n<li><p>Received</p>\n</li>\n<li><p>Picked</p>\n</li>\n<li><p>In Transit</p>\n</li>\n<li><p>Out for Delivery</p>\n</li>\n<li><p>Pending</p>\n</li>\n<li><p>Delivered</p>\n</li>\n<li><p>Dispatched for RTO</p>\n</li>\n<li><p>RTO</p>\n</li>\n<li><p>Picked RVP</p>\n</li>\n<li><p>Dispatched for DTO</p>\n</li>\n<li><p>DTO</p>\n</li>\n<li><p>Cancelled</p>\n</li>\n<li><p>On Hold</p>\n</li>\n<li><p>Destroyed</p>\n</li>\n<li><p>Lost</p>\n</li>\n</ul>\n</li>\n<li><p><code>wareiq_status</code> assumes one of the following values:</p>\n<ul>\n<li><p>READY TO SHIP</p>\n</li>\n<li><p>IN TRANSIT</p>\n</li>\n<li><p>PENDING</p>\n</li>\n<li><p>DELIVERED</p>\n</li>\n<li><p>RTO</p>\n</li>\n<li><p>DTO</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>status</code> is end-customer friendly version and <code>wareiq_status</code> is the version maintained in WareIQ systems.</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","track","<awb>"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Boolean (Get extra tracking details from courier)</p>\n","type":"text/plain"},"key":"details","value":"true"}],"variable":[]}},"response":[{"id":"e81fe520-3f19-4317-ae2e-22111148bfe3","name":"200","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/track/<awb>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"arriving_on\": null,\n        \"destination_city\": \"Abc\",\n        \"get_details\": true,\n        \"logo_url\": \"https://example.com\",\n        \"order_id\": \"123\",\n        \"order_track\": [\n            {\n                \"city\": \"Abc\",\n                \"status\": \"Received\",\n                \"time\": \"15 Sep 2021, 04:30 AM\"\n            },\n            {\n                \"city\": \"Abc\",\n                \"status\": \"Picked\",\n                \"time\": \"15 Sep 2021, 05;30 AM\"\n            },\n            {\n                \"city\": null,\n                \"status\": \"In Transit\",\n                \"time\": null\n            },\n            {\n                \"city\": null,\n                \"status\": \"Out for delivery\",\n                \"time\": null\n            },\n            {\n                \"city\": null,\n                \"status\": \"Delivered\",\n                \"time\": null\n            }\n        ],\n        \"placed_on\": \"15 Sep 2021, 02:30 AM\",\n        \"products\": [],\n        \"remark\": \"SHIPMENT PICKED UP\",\n        \"status\": \"Picked\",\n        \"wareiq_status\": \"IN TRANSIT\",\n        \"theme_color\": \"\",\n        \"tracking_id\": \"<awb>\"\n    },\n    \"success\": true\n}"},{"id":"c79264ef-6b20-444f-b98c-a12af0c441bc","name":"400 Tracking ID not found","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/track/<awb>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"tracking id not found\"\n}"},{"id":"c012eb6e-dd39-4c82-901f-3ea890215836","name":"400 No details","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/track/<awb>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Details not available\"\n}"},{"id":"0a2e41e8-f23e-499c-8a0d-ae43406d534a","name":"400 No tracking for this AWB","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/track/<awb>"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"tracking not available for this id\"\n}"},{"id":"0f2a0dbe-482e-4d74-8b2c-478da2ab77e0","name":"404 Exception","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/orders/v1/track/<awb>"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"\"\n}"}],"_postman_id":"bc93a8bc-c356-49cb-b175-cfe7cfc596f5"},{"name":"Track shipments","id":"1dc98e37-eec1-48c7-a3e7-365584e3fdc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"awbs\": [\"awb_1\", \"awb_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments/track","description":"<p>This API sends tracking details of all shipments with given <code>awbs</code></p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","shipments","track"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"deb004ab-6b16-4c8e-af75-5571c4cf1ec7","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"awbs\": [\"awb_1\", \"awb_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments/track"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"awb\": \"122\",\n            \"success\": false,\n            \"msg\": \"awb not found\"\n        },\n        {\n            \"awb\": \"123\",\n            \"success\": false,\n            \"msg\": \"something went wrong\"\n        },\n        {\n            \"awb\": \"124\",\n            \"status\": \"failure\",\n            \"msg\": \"tracking not available for this id\"\n        },\n        {\n            \"awb\": \"125\",\n            \"success\": true,\n            \"status\": \"Received\",\n            \"logo_url\": \"https://example.com\",\n            \"theme_color\": \"\",\n            \"products\": [\n                {\n                    \"name\": \"Abc\",\n                    \"quantity\": 1\n                }\n            ],\n            \"remark\": \"SHIPMENT PICKED UP\",\n            \"placed_on\": \"15 Sep 2021, 02:30 AM\",\n            \"get_details\": true,\n            \"arriving_on\": \"17 Sep\",\n            \"order_track\": [\n                {\n                    \"city\": \"Abc\",\n                    \"status\": \"Received\",\n                    \"time\": \"15 Sep 2021, 04:30 AM\"\n                },\n                {\n                    \"city\": \"Abc\",\n                    \"status\": \"Picked\",\n                    \"time\": \"15 Sep 2021, 05;30 AM\"\n                },\n                {\n                    \"city\": null,\n                    \"status\": \"In Transit\",\n                    \"time\": null\n                },\n                {\n                    \"city\": null,\n                    \"status\": \"Out for delivery\",\n                    \"time\": null\n                },\n                {\n                    \"city\": null,\n                    \"status\": \"Delivered\",\n                    \"time\": null\n                }\n            ]\n        }\n    ]\n}"},{"id":"384b8550-9a1e-4580-8103-cffe8c6e7d83","name":"400 Bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"awbs\": [\"awb_1\", \"awb_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments/track"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"awbs value is mandatory\"\n}"},{"id":"44f014ef-c7a0-4e7d-a96e-36c371258c7e","name":"400 Bad request 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"awbs\": [\"awb_1\", \"awb_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments/track"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"max allowed awbs 200\"\n}"},{"id":"47664438-c500-46bd-aac5-864de5eabc18","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"awbs\": [\"awb_1\", \"awb_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments/track"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"\"\n}"},{"id":"6a196b92-3738-4f3f-9464-551434d80051","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"awbs\": [\"awb_1\", \"awb_2\"] //List[str]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments/track"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"1dc98e37-eec1-48c7-a3e7-365584e3fdc2"}],"id":"b9e335ff-b816-41de-9e1c-06326507b641","_postman_id":"b9e335ff-b816-41de-9e1c-06326507b641","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}},{"name":"Shipping","item":[{"name":"Shipments","id":"7f5da8f7-c4e7-4825-85c0-2d0ecb75f533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments","description":"<p>This API sends shipment data for all the given <code>order_nos</code> (order IDs)</p>\n","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}},"urlObject":{"path":["orders","v1","shipments"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"916ef459-58e7-4f6c-b24c-2a2cb27d6e06","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"order_no\": \"1\",\n            \"order_date\": \"2021-09-14 05:14 PM\",\n            \"status\": \"success\",\n            \"sort_code\": \"1\",\n            \"awb\": \"123\",\n            \"courier\": \"Abc\",\n            \"order_status\": \"SHORTAGE\",\n            \"tracking_url\": \"https://wareiq.wiq.app/tracking/87giu78\"\n        },\n        {\n            \"order_no\": \"2\",\n            \"order_date\": null,\n            \"status\": \"failure\",\n            \"msg\": \"order not shipped yet\",\n            \"order_status\": \"DELIVERED\"\n        },\n        {\n            \"order_no\": \"3\",\n            \"status\": \"failure\",\n            \"msg\": \"order not found\"\n        }\n    ]\n}"},{"id":"0d449734-ac80-428b-a34b-ed38f26e6e28","name":"400 Mandatory order_nos","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"orders_nos is mandatory\"\n}"},{"id":"04697ca7-3eee-4255-b075-e63ccea069a2","name":"400 Order not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Orders not found for given ids\"\n}"},{"id":"5361a65c-5acd-4f17-b365-716380f01d87","name":"400 Max orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Max 200 orders allowed at a time\"\n}"},{"id":"03dfe650-f605-4693-bf19-6b29e12d9cc3","name":"400 Exception","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Failed\",\n    \"msg\": \"\"\n}"},{"id":"896a0395-97e1-493b-a944-d81e26cfb151","name":"404 Auth failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_nos\": [\"id_1\", \"id_2\"] //List[str] - channel order ids\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/orders/v1/shipments"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"msg\": \"Auth Failed\"\n}"}],"_postman_id":"7f5da8f7-c4e7-4825-85c0-2d0ecb75f533"}],"id":"f65a033c-72d5-49d8-ae3f-2a9ae035e278","_postman_id":"f65a033c-72d5-49d8-ae3f-2a9ae035e278","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}}],"id":"c2ee84c4-90a1-43fb-af1a-fd5efdee2d0f","_postman_id":"c2ee84c4-90a1-43fb-af1a-fd5efdee2d0f","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}}],"id":"be6b42dc-1cf7-4709-885f-16ce870bf765","_postman_id":"be6b42dc-1cf7-4709-885f-16ce870bf765","description":"","auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"},"isInherited":true,"source":{"_postman_id":"bbee54da-d628-4005-aa35-56ad2886f44e","id":"bbee54da-d628-4005-aa35-56ad2886f44e","name":"WareIQ APIs","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"key":"{{auth_key}}","value":"{{api_key}}"}},"event":[{"listen":"prerequest","script":{"id":"8df93340-b60e-4eda-8a08-be8cc28ffd60","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"392f650c-6f56-4a0a-bb51-19e0a93059b0","type":"text/javascript","exec":[""]}}]}