{"info":{"_postman_id":"7c9fffbf-2950-4ac6-8faf-38c838261223","name":"InTargos API Guide","description":"<html><head></head><body><h4 id=\"introduction\">Introduction</h4>\n<p>Using this <em><strong>InTargos</strong></em> API documentation guide, developers/users can integrate our platform into their applications. The API is designed to allow application developers to use and manage following:</p>\n<ul>\n<li><p><strong>Warehouse Management</strong></p>\n<ul>\n<li><p>Add Warehouse</p>\n</li>\n<li><p>Update Warehouse</p>\n</li>\n<li><p>Get Warehouse Details</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Order Management</strong></p>\n<ul>\n<li><p>Create Forward Order</p>\n</li>\n<li><p>Create Reverse Order</p>\n</li>\n<li><p>Create MPS/B2B Order</p>\n</li>\n<li><p>Generate Shipping Labels</p>\n</li>\n<li><p>Cancel Order</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Order Tracking</strong></p>\n<ul>\n<li><p>Tracking History</p>\n</li>\n<li><p>Latest Status</p>\n</li>\n</ul>\n</li>\n<li><p><strong>NDR Management</strong></p>\n<ul>\n<li><p>Re-Attempt</p>\n</li>\n<li><p>Re-Schedule</p>\n</li>\n<li><p>Mark RTO</p>\n</li>\n<li><p>Update Details</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Utility APIs</strong></p>\n<ul>\n<li><p>Rate Calculator</p>\n</li>\n<li><p>Pincode Serviceability Check</p>\n</li>\n<li><p>Carriers Availability</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"type-of-operations\">Type of Operations</h4>\n<ul>\n<li><p><strong>Forward Operations</strong> – Orders that are originating at client's warehouse or seller's side and are to be delivered to end customer.</p>\n</li>\n<li><p><strong>Reverse Operations</strong> – Return orders that are originating at customer side and are to be delivered or returned to client's warehouse or seller.</p>\n</li>\n</ul>\n<h4 id=\"environments\">Environments</h4>\n<h5 id=\"stagingsandbox\">Staging/Sandbox</h5>\n<p>Endpoint URL – <a href=\"https://staging.intargos.com/apiToken/API\">https://staging.intargos.com/api</a></p>\n<p>Token/API Key – VNL3N8FGEWK67O4HPL5IUXBSRM2VPU</p>\n<h5 id=\"production\">Production</h5>\n<p>Endpoint URL – <a href=\"https://app.intargos.com/api\">https://app.intargos.com/api</a></p>\n<p>Token/API Key – <strong>Can be obtained from –</strong> <em><strong>Profile &gt; My Details &gt; API Token Key</strong></em></p>\n<h4 id=\"terminology\">Terminology</h4>\n<ul>\n<li><p><strong>AWB</strong> – Also known as waybill number or airwaybill number is unique tracking number which is obtained when any order is successfully placed within <em><strong>InTargos</strong></em> system.</p>\n</li>\n<li><p><strong>Order Id</strong> – Unique Order Id is given to every order within <em><strong>InTargos</strong></em> System for references.</p>\n</li>\n<li><p><strong>Authentication</strong> – Each call for <em><strong>InTargos</strong></em> API request requires an Authentication Token called as <em>signature</em>, to process your API request in our system. There will be different Staging and Production API key/signature.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p><em>InTargos</em> API uses HTTP status codes to indicate the status of your requests. This includes successful, unsuccessful and error responses. All responses are in JSON by default.</p>\n<h5 id=\"status-codes\">Status Codes</h5>\n<ul>\n<li><p>200 - OK: Everything went as planned.</p>\n</li>\n<li><p>400 - Bad Request: You did something wrong. Often a missing argument or parameter.</p>\n</li>\n<li><p>401 - Unauthorized: Authentication was incorrect.</p>\n</li>\n<li><p>404 - Not Found</p>\n</li>\n<li><p>405 - Method not allowed</p>\n</li>\n<li><p>500 - Internal Server Error: We had a problem processing the request.</p>\n</li>\n<li><p>503 - Service Unavailable: Try again later.</p>\n</li>\n</ul>\n<h6 id=\"all-our-api-is-rest-based-which-means\">All our API is REST-based which means:</h6>\n<ul>\n<li><p>It makes use of standard HTTP verbs like GET, POST</p>\n</li>\n<li><p>The API uses standard HTTP error responses to describe errors.</p>\n</li>\n<li><p>Authentication is specified with HTTP Token Authentication.</p>\n</li>\n<li><p>POST data should be encoded as standard application/JSON</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23031903","collectionId":"7c9fffbf-2950-4ac6-8faf-38c838261223","publishedId":"VV4s1zKR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2024-01-30T14:09:51.000Z"},"item":[{"name":"Warehouse Management","item":[{"name":"AddWarehouse","id":"da5a3c8a-610e-492d-b5cb-3640821495f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_title\": \"Noida Warehouse 20\",\r\n    \"addressee\": \"Mr. Gagan Shukla\",\r\n    \"full_address\": \"Full Address of warehouse\",\r\n    \"phone\": \"9967321054\",\r\n    \"pincode\": \"201301\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/AddWarehouse","description":"<p>Creation of pickup locations is essential for initiating pickups. Users have the capability to add multiple pickup locations through this API. Each address is assigned with unique <strong>address id</strong>, (can be found in <em><strong>InTargos</strong></em> Dashboard under \"<em>Manage Warehouse\"</em>). This unique address ID is utilized during the order creation.</p>\n<p>This usually comes under advance integration, and hence before creating an order, the client warehouse needs to be created in our system.</p>\n<h6 id=\"note\"><strong>Note:</strong></h6>\n<ul>\n<li><p>Integration of this API is completely optional, as the same can be created using <em><strong>InTargos</strong></em> Dashboard. But if the business use case demands dynamic pickup locations addition, then this API is good to integrate with.</p>\n</li>\n<li><p>The pickup address will be also be registered as <em>return address</em>, by default.</p>\n</li>\n</ul>\n<h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>address_title</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>This value is a unique identifier for an address in the <em>InTargos</em> system &amp; cannot be changed.</td>\n<td>The value should be at least 3 characters and can only include alphabets, numbers, spaces, hyphens (-) &amp; dot (.) .</td>\n</tr>\n<tr>\n<td><strong>addressee</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Name of contact person at the pickup address.</td>\n<td>The value should be at least 3 characters and can only include alphabets, numbers, spaces, hyphens (-) &amp; dot (.) .</td>\n</tr>\n<tr>\n<td><strong>full_address</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Complete address of warehouse or pickup location.</td>\n<td>Enter full address, including landmark or other details. No need to mention pincode, city or state.</td>\n</tr>\n<tr>\n<td><strong>phone</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Contact number of the warehouse or pickup location.</td>\n<td>Phone number can be a valid mobile or landline number.</td>\n</tr>\n<tr>\n<td><strong>pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pincode of warehouse or pickup location.</td>\n<td>Pincode entered should be valid. The city &amp; state will be automatically selected by the system.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response\"><strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>Response Message or Error Description</td>\n</tr>\n<tr>\n<td>address_id</td>\n<td>integer</td>\n<td>This comes in response only for successfully processed requests. It will be later used, while creating orders.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"api-request-details\">API Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/AddWarehouse\">https://staging.intargos.com/api/AddWarehouse</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/AddWarehouse\">https://app.intargos.com/api/AddWarehouse</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","AddWarehouse"],"query":[],"variable":[]}},"response":[{"id":"134a2342-8c72-4050-85ee-696d6cb838c3","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_title\": \"Noida Warehouse II\",\r\n    \"addressee\": \"Mr. Gagan Shukla\",\r\n    \"full_address\": \"Full Address of warehouse\",\r\n    \"phone\": \"9967321054\",\r\n    \"pincode\": \"201301\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/AddWarehouse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jun 2022 06:16:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"address_id\": 160,\n    \"response\": \"Warehouse saved successfully.\"\n}"},{"id":"f147542d-6235-40a6-b17b-cbf159d8fc53","name":"ErrorResponse - DuplicateWarehouse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_title\": \"Noida Warehouse II\",\r\n    \"addressee\": \"Mr. Gagan Shukla\",\r\n    \"full_address\": \"Full Address of warehouse\",\r\n    \"phone\": \"9967321054\",\r\n    \"pincode\": \"201301\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/AddWarehouse"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 10:00:54 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=86fe8ac4d997168c1d507f756c287a858698c670; expires=Mon, 29-Aug-2022 12:00:54 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"response\": \"The Title is already taken\"\n}"},{"id":"0c900434-f861-419f-99fd-cd62b1d398a9","name":"ErrorResponse - Invalid Pincode","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_title\": \"Noida Warehouse IV\",\r\n    \"addressee\": \"Mr. Gagan Shukla\",\r\n    \"full_address\": \"Full Address of warehouse\",\r\n    \"phone\": \"9967321054\",\r\n    \"pincode\": \"4444222\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/AddWarehouse"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 10:09:26 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"response\": \"Invalid Pincode\"\n}"},{"id":"006dd4e9-6a0f-4744-bf09-75aa94a93090","name":"ErrorResponse - InvalidPhone","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_title\": \"Noida Warehouse VIII\",\r\n    \"addressee\": \"Mr. Gagan Shukla\",\r\n    \"full_address\": \"Full Address of warehouse\",\r\n    \"phone\": \"99673210540000\",\r\n    \"pincode\": \"201301\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/AddWarehouse"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 10:16:29 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"response\": \"Invalid Phone number\"\n}"}],"_postman_id":"da5a3c8a-610e-492d-b5cb-3640821495f3"},{"name":"UpdateWarehouse","id":"bd2da602-3ca9-46c3-93ec-043f2e9db65a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_id\": \"193\",\r\n    \"address_title\": \"Noida Warehouse 20\",\r\n    \"addressee\": \"Mr Gagan Shukla\",\r\n    \"full_address\": \"Full Address of warehouse Updated\",\r\n    \"phone\": \"9876543210\",\r\n    \"pincode\": \"201301\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/UpdateWarehouse","description":"<p>This update API facilitates the modification of existing warehouse details within <em><strong>InTargos</strong></em> system. All details can be altered, with the exception of the warehouse title, which is unique &amp; serves as identifier for <em><strong>InTargos</strong></em> system.</p>\n<h6 id=\"note\">Note:</h6>\n<ul>\n<li><p>Integration of this API is also optional, as the same can be updated using <em><strong>InTargos</strong></em> Dashboard.</p>\n</li>\n<li><p>The pickup address will be also be registered as return address, by default.</p>\n</li>\n</ul>\n<h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>address_id</strong></td>\n<td><strong>string or integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Address Id of the warehouse.</td>\n<td>Can be passed as integer or enclosed within double inverted commas. This can't be changed.</td>\n</tr>\n<tr>\n<td><strong>address_title</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Address Title of the warehouse as used in AddWarehouse api.</td>\n<td>This can't be changed.</td>\n</tr>\n<tr>\n<td><strong>addressee</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Name of contact person at the pickup address.</td>\n<td>The value should be at least 3 characters and can only include alphabets, numbers, spaces, hyphens (-) &amp; dot (.) .</td>\n</tr>\n<tr>\n<td><strong>full_address</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Complete address of warehouse or pickup location.</td>\n<td>Enter full address, including landmark or other details. No need to mention pincode, city or state.</td>\n</tr>\n<tr>\n<td><strong>phone</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Contact number of the warehouse or pickup location.</td>\n<td>Phone number can be a valid mobile or landline number.</td>\n</tr>\n<tr>\n<td><strong>pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pincode of warehouse or pickup location.</td>\n<td>Pincode entered should be valid. The city &amp; state will be automatically selected by the system.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response\"><strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>Response Message or Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"api-request-details\">API Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/UpdateWarehouse\">https://staging.intargos.com/api/UpdateWarehouse</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/UpdateWarehouse\">https://app.intargos.com/api/UpdateWarehouse</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","UpdateWarehouse"],"query":[],"variable":[]}},"response":[{"id":"fc957a70-d9e0-40a3-b20b-e89a9b22ce80","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_id\": \"193\",\r\n    \"address_title\": \"Noida Warehouse NP\",\r\n    \"addressee\": \"Mr. Gagan Shukla\",\r\n    \"full_address\": \"Full Address of warehouse Updated\",\r\n    \"phone\": \"9876543210\",\r\n    \"pincode\": \"201301\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/UpdateWarehouse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jun 2022 06:22:30 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"response\": \"Warehouse Updated Successfully.\"\n}"},{"id":"22b5a100-2828-45be-9bb5-351b29c2171d","name":"ErrorResponse - No Change","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address_id\": \"193\",\r\n    \"address_title\": \"Noida Warehouse NP\",\r\n    \"addressee\": \"Mr. Gagan Shukla\",\r\n    \"full_address\": \"Full Address of warehouse Updated\",\r\n    \"phone\": \"9876543210\",\r\n    \"pincode\": \"201301\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/UpdateWarehouse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 08:38:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"response\": \"Request is not processed, as no changes have been found.\"\n}"}],"_postman_id":"bd2da602-3ca9-46c3-93ec-043f2e9db65a"},{"name":"GetWarehouseDetails","id":"4d151bf4-e4d4-44c2-8193-5b75a54e23f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY"}],"url":"/api/GetWarehouseDetails?warehouse_title=Warehouse Title","description":"<p>This GET API enables you to fetch and view details of existing warehouse within <em><strong>InTargos</strong></em> system based on address title.</p>\n<h5 id=\"response\"><strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>Response Message or Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"api-request-details\">API Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/GetWarehouse\">https://staging.intargos.com/api/GetWarehouse</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/GetWarehouse\">https://app.intargos.com/api/GetWarehouse</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","GetWarehouseDetails"],"query":[{"key":"warehouse_title","value":"Warehouse Title"}],"variable":[]}},"response":[{"id":"b85d1c95-3ee3-43d2-97aa-5660c65d6bc5","name":"SuccessResponse","originalRequest":{"method":"GET","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://staging.intargos.com/api/GetWarehouseDetails?warehouse_title=Noida Warehouse 20","protocol":"https","host":["staging","intargos","com"],"path":["api","GetWarehouseDetails"],"query":[{"key":"warehouse_title","value":"Noida Warehouse 20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2024 13:40:30 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=38c613a7b9067029495e4a3a589267bce560d4e3; expires=Tue, 21-May-2024 15:40:30 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Warehouse found successfully.\",\n    \"warehouse_details\": {\n        \"address_id\": \"193\",\n        \"addressee_name\": \"Mr Gagan Shukla\",\n        \"contact_phone\": \"9876543210\",\n        \"warehouse_address\": \"Full Address of warehouse Updated\",\n        \"city\": \"NOIDA\",\n        \"state\": \"UTTAR PRADESH\",\n        \"pincode\": \"201301\"\n    }\n}"},{"id":"82d0f04f-c715-4425-bde1-afb517508aca","name":"ErrorResponse","originalRequest":{"method":"GET","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://staging.intargos.com/api/GetWarehouseDetails?warehouse_title=MyWarehouse","protocol":"https","host":["staging","intargos","com"],"path":["api","GetWarehouseDetails"],"query":[{"key":"warehouse_title","value":"MyWarehouse"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 May 2024 13:50:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": true,\n    \"response\": \"Warehouse not found.\"\n}"}],"_postman_id":"4d151bf4-e4d4-44c2-8193-5b75a54e23f4"}],"id":"44b1f40b-30ca-421f-8719-8d37073d21fd","description":"<p>This API collection provides endpoints for the management of your warehouses or pickup addresses. These APIs facilitate tasks such as creating new warehouses or pickup locations and modifying existing ones.</p>\n","_postman_id":"44b1f40b-30ca-421f-8719-8d37073d21fd"},{"name":"Order Management","item":[{"name":"Create Forward Order","id":"b4c9505f-2a4f-449b-94ae-13b74c511b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consignee_name\": \"Mr. Somesh Diwakar\",\r\n    \"consignee_mobile\": \"9876543210\",\r\n    \"consignee_phone\": \"01203216540\",\r\n    \"consignee_emailid\": \"somesh.d@gmail.com\",\r\n    \"consignee_address1\": \"Address Line 1\",\r\n    \"consignee_address2\": \"Near Some Landmark\",\r\n    \"address_type\": \"\",\r\n    \"consignee_pincode\": \"201301\",\r\n    \"consignee_city\": \"Noida\",\r\n    \"consignee_state\": \"Uttar Pradesh\",\r\n    \"consignee_country\": \"India\",\r\n    \"invoice_number\": \"INVN - 23/21\",\r\n    \"payment_mode\": \"COD\",\r\n    \"express_type\": \"surface\",\r\n    \"is_ndd\": \"0\",\r\n    \"order_amount\": \"1499.00\",\r\n    \"cod_amount\": \"1299\",\r\n    \"shipment_weight\": \"0.5\",\r\n    \"shipment_length\": \"10.00\",\r\n    \"shipment_width\": \"10.00\",\r\n    \"shipment_height\": \"10.00\",\r\n    \"pick_address_id\": \"160\",\r\n    \"return_address_id\": \"160\",\r\n    \"seller_id\":\"\",\r\n    \"ewaybill_number\":\"\",\r\n    \"products\": [\r\n        {\r\n            \"product_name\": \"Product Name 1\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN1SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 18\r\n        },\r\n        {\r\n            \"product_name\": \"Product Name 2\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN2SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 5\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/CreateOrder","description":"<p>This API is employed to initiate a new <strong>forward</strong> order in our system. Upon the creation of each order, a unique order ID is dynamically assigned. Upon successful order processing, a unique waybill/tracking number is then allocated.</p>\n<p><em>This API facilitates single order only. For bulk order - Bulk Order option can be used within</em> <em><strong>InTargos</strong></em> <em>Dashboard.</em></p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/CreateOrder\">https://staging.intargos.com/api/CreateOrder</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/CreateOrder\">https://app.intargos.com/api/CreateOrder</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters-order\"><strong>Request Parameters: (Order)</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Remark/Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>consignee_name</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Name of consignee/receiver of the shipment.</td>\n<td>The value should be at least 3 characters and can only include alphabets and spaces.</td>\n</tr>\n<tr>\n<td><strong>consignee_mobile</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mobile number of the consignee/receiver.</td>\n<td>10 digit Valid mobile number</td>\n</tr>\n<tr>\n<td>consignee_phone</td>\n<td>string</td>\n<td>No</td>\n<td>Phone or Alternate number of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_emailid</td>\n<td>string</td>\n<td>No</td>\n<td>Email Id of the consignee/receiver.</td>\n<td>Valid Email Id.</td>\n</tr>\n<tr>\n<td><strong>consignee_address1</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Address Line 1 of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_address2</td>\n<td>string</td>\n<td>No</td>\n<td>Address Line 2 of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td>address_type</td>\n<td>string</td>\n<td>No</td>\n<td>Type of Address – Home, Office, etc. Default: Home</td>\n<td>Can accept Home or Office.</td>\n</tr>\n<tr>\n<td><strong>consignee_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pincode of the consignee.</td>\n<td>Pincode entered should be valid. The city &amp; state will be automatically selected by the system.</td>\n</tr>\n<tr>\n<td>consignee_city</td>\n<td>string</td>\n<td>No</td>\n<td>City name of the consignee.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_state</td>\n<td>string</td>\n<td>No</td>\n<td>State of the consignee.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_country</td>\n<td>string</td>\n<td>No</td>\n<td>Default value will be India.</td>\n<td>Default: India</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>No</td>\n<td>Invoice Number for the order.</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>payment_mode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mode of Payment – COD for Cash on Delivery Orders, PPD for Prepaid Orders.</td>\n<td>Possible Value: COD or PPD</td>\n</tr>\n<tr>\n<td><strong>express_type</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mode of express – air or surface</td>\n<td>Possible Value: air or surface</td>\n</tr>\n<tr>\n<td>is_ndd</td>\n<td>string</td>\n<td>No</td>\n<td>Next Day Delivery. Pass 1, if you want next day delivery.</td>\n<td>Possible Value: 0 or 1. Default 0.</td>\n</tr>\n<tr>\n<td><strong>order_amount</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>The total amount of the order. [Like Invoice Amount + Taxes + Extra Charges (if any)]</td>\n<td>Must be a decimal value upto 2 DP and more than or equal to 1.</td>\n</tr>\n<tr>\n<td><strong>cod_amount</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>COD or Collectible amount. Pass non-zero value for making placing COD. Pass 0 for prepaid order.</td>\n<td>Must be a decimal value upto 2 DP and more than or equal to 1.</td>\n</tr>\n<tr>\n<td><strong>shipment_weight</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Weight of Shipment in Kilograms (Kgs).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_length</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Length of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_width</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Width of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_height</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Height of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>pick_address_id</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Address Id for pickup address, from where the shipment has to be picked.</td>\n<td>It is obtained when Address is registered using API or <em>InTargos</em> dashboard.</td>\n</tr>\n<tr>\n<td>return_address_id</td>\n<td>integer</td>\n<td>No</td>\n<td>Address Id for return address. Shipment will be delivered to this address in case its marked RTO.</td>\n<td>Pass value when you need to get shipment returned to another address. If blank, <strong>pickup address</strong> will be automatically used as return address.</td>\n</tr>\n<tr>\n<td>seller_id</td>\n<td>integer</td>\n<td>No</td>\n<td>Seller Id to show seller name on the shipping label.</td>\n<td>Seller Id can be obtained from <em>InTargos</em> Dashboard.</td>\n</tr>\n<tr>\n<td>ewaybill_number</td>\n<td><strong>string</strong></td>\n<td>No</td>\n<td>Mandatory for <strong>order_amount more than 50,000</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>carrier_id</td>\n<td>integer</td>\n<td>No</td>\n<td>Pass Carrier Id, if you want to process the order with specific courier only.</td>\n<td>List can be provided on demand by mailing your POC.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters-products\"><strong>Request Parameters: (Products)</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Remark/Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>product_name</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Name of the product.</td>\n<td>Accepts alphabets, numbers &amp; space.</td>\n</tr>\n<tr>\n<td><strong>product_quantity</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Quantity of products.</td>\n<td>Value must be more than 0.</td>\n</tr>\n<tr>\n<td><strong>product_value</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Value of the product in INR.</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td>product_category</td>\n<td>string</td>\n<td>No</td>\n<td>Category of the product Like apparels, electronics, pet supplies, etc.</td>\n<td></td>\n</tr>\n<tr>\n<td>product_description</td>\n<td>string</td>\n<td>No</td>\n<td>Detailed Description of the product.</td>\n<td></td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>string</td>\n<td>No</td>\n<td>SKU of the product.</td>\n<td></td>\n</tr>\n<tr>\n<td>product_hsnsac</td>\n<td>string</td>\n<td>No</td>\n<td>HSN/SAC code of the product</td>\n<td></td>\n</tr>\n<tr>\n<td>product_taxper</td>\n<td>string</td>\n<td>No</td>\n<td>Tax percentage (GST) applied on the product.</td>\n<td>Only number to be entered and not the % sign or any character.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"additional-info\">Additional Info:</h6>\n<ul>\n<li>Pass address id for <strong>pick_address_id</strong>, parameter. Address Id can be obtained from InTargos Dashboard, under Manage Warehouse, option.</li>\n<li>By default, Return Address (in case of RTO), will be same as pick address, if no return_address_id, is given.</li>\n<li>Pass return_address_id, if you want to get the shipment returned to different address from that of pick-up address, in case of RTO.</li>\n<li>If 0, value is passed for cod_amount, InTargos system will assume it Prepaid (PPD) order.</li>\n<li>Volumetric Weight is calculated – (LxBxH/5000).</li>\n<li>For multiple products in single shipment, you can pass array of products, as shown in payload with necessary details.</li>\n</ul>\n<h5 id=\"response\"><strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>error</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>Response Message or Error Description</td>\n</tr>\n<tr>\n<td>order_status</td>\n<td>string</td>\n<td>On Successful Request: Status of the order.</td>\n</tr>\n<tr>\n<td>intargos_orderid</td>\n<td>integer</td>\n<td>On Successful Request: InTargos order id.</td>\n</tr>\n<tr>\n<td>waybill</td>\n<td>string</td>\n<td>On Successful Request: Waybill Number or tracking id of delivery partner.</td>\n</tr>\n<tr>\n<td>route_code</td>\n<td>string</td>\n<td>On Successful Request: Route code to be printed on shipping label.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>On Successful Request: Name of the carrier or delivery partner who will be fulfilling the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","CreateOrder"],"query":[],"variable":[]}},"response":[{"id":"32455041-bc5f-4c05-bb25-e93644800315","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consignee_name\": \"Mr. Somesh Rao\",\r\n    \"consignee_mobile\": \"9876543210\",\r\n    \"consignee_phone\": \"9876543210\",\r\n    \"consignee_emailid\": \"someshrao@gmail.com\",\r\n    \"consignee_address1\": \"Somesh Rao Address\",\r\n    \"consignee_address2\": \"Near Some Landmark\",\r\n    \"address_type\": \"\",\r\n    \"consignee_pincode\": \"201301\",\r\n    \"consignee_city\": \"Noida\",\r\n    \"consignee_state\": \"Uttar Pradesh\",\r\n    \"consignee_country\": \"India\",\r\n    \"invoice_number\": \"YHNNTB2223000548\",\r\n    \"payment_mode\": \"COD\",\r\n    \"express_type\": \"air\",\r\n    \"is_ndd\": \"0\",\r\n    \"order_amount\": \"1.00\",\r\n    \"cod_amount\": \"1299\",\r\n    \"shipment_weight\": \"0.5\",\r\n    \"shipment_length\": \"10.000\",\r\n    \"shipment_width\": \"10.000\",\r\n    \"shipment_height\": \"10.000\",\r\n    \"pick_address_id\": \"160\",\r\n    \"return_address_id\": \"160\",\r\n    \"seller_id\":\"\",\r\n    \"ewaybill_number\":\"\",\r\n    \"products\": [\r\n        {\r\n            \"product_name\": \"Product Name 1\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN1SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 18\r\n        },\r\n        {\r\n            \"product_name\": \"Product Name 2\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN2SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 5\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jun 2022 06:28:15 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"order_status\": \"success\",\n    \"intargos_orderid\": 1002546,\n    \"waybill\": \"5027010247225\",\n    \"route_code\": \"1209\",\n    \"carrier\": \"Delhivery\",\n    \"response\": \"Order placed successfully.\"\n}"},{"id":"817d2b03-4f9d-4f1e-8491-2f70f5fdc9ad","name":"ErrorResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consignee_name\": \"Mr. Somesh Diwakar\",\r\n    \"consignee_mobile\": \"98765432100\",\r\n    \"consignee_phone\": \"01203214569\",\r\n    \"consignee_emailid\": \"somesh.d@gmail.com\",\r\n    \"consignee_address1\": \"Address Line 1\",\r\n    \"consignee_address2\": \"Near Some Landmark\",\r\n    \"address_type\": \"\",\r\n    \"consignee_pincode\": \"201301\",\r\n    \"consignee_city\": \"Noida\",\r\n    \"consignee_state\": \"Uttar Pradesh\",\r\n    \"consignee_country\": \"India\",\r\n    \"invoice_number\": \"INVN - 23/21\",\r\n    \"payment_mode\": \"COD\",\r\n    \"express_type\": \"air\",\r\n    \"is_ndd\": \"0\",\r\n    \"order_amount\": \"1499.00\",\r\n    \"cod_amount\": \"1299\",\r\n    \"shipment_weight\": \"0.5\",\r\n    \"shipment_length\": \"10.00\",\r\n    \"shipment_width\": \"10.00\",\r\n    \"shipment_height\": \"10.00\",\r\n    \"pick_address_id\": \"160\",\r\n    \"return_address_id\": \"160\",\r\n    \"seller_id\":\"\",\r\n    \"products\": [\r\n        {\r\n            \"product_name\": \"Product Name 1\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN1SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 18\r\n        },\r\n        {\r\n            \"product_name\": \"Product Name 2\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN2SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 5\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateOrder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 12:10:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": true,\n    \"response\": \"The Mobile No. is not in the correct format.\"\n}"},{"id":"a43cf644-075a-4d64-93a3-d861cd93539d","name":"ErrorResponse - Pincode Nonserviceable","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consignee_name\": \"Mr. Somesh Diwakar\",\r\n    \"consignee_mobile\": \"9876543210\",\r\n    \"consignee_phone\": \"9876543210\",\r\n    \"consignee_emailid\": \"somesh.d@gmail.com\",\r\n    \"consignee_address1\": \"Address Line 1\",\r\n    \"consignee_address2\": \"Near Some Landmark\",\r\n    \"address_type\": \"\",\r\n    \"consignee_pincode\": \"118745\",\r\n    \"consignee_city\": \"Noida\",\r\n    \"consignee_state\": \"Uttar Pradesh\",\r\n    \"consignee_country\": \"India\",\r\n    \"invoice_number\": \"INVN - 23/21\",\r\n    \"payment_mode\": \"COD\",\r\n    \"express_type\": \"surface\",\r\n    \"is_ndd\": \"0\",\r\n    \"order_amount\": \"1499.00\",\r\n    \"cod_amount\": \"1299\",\r\n    \"shipment_weight\": \"0.5\",\r\n    \"shipment_length\": \"10.00\",\r\n    \"shipment_width\": \"10.00\",\r\n    \"shipment_height\": \"10.00\",\r\n    \"pick_address_id\": \"160\",\r\n    \"return_address_id\": \"160\",\r\n    \"seller_id\":\"\",\r\n    \"products\": [\r\n        {\r\n            \"product_name\": \"Product Name 1\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN1SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 18\r\n        },\r\n        {\r\n            \"product_name\": \"Product Name 2\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN2SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 5\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 12:15:17 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=de251ad51376148a7f6063550b7036e3cf5c45bc; expires=Wed, 31-Aug-2022 14:15:17 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": true,\n    \"response\": \"Pincode is not serviceable by assigned partners.\"\n}"},{"id":"b0ac0ae7-d9e7-4cc0-be13-7866af652863","name":"ErrorResponse - Insuffiecient Balance","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"consignee_name\": \"Mr. Somesh Diwakar\",\r\n    \"consignee_mobile\": \"98765432100\",\r\n    \"consignee_phone\": \"01203214569\",\r\n    \"consignee_emailid\": \"somesh.d@gmail.com\",\r\n    \"consignee_address1\": \"Address Line 1\",\r\n    \"consignee_address2\": \"Near Some Landmark\",\r\n    \"address_type\": \"\",\r\n    \"consignee_pincode\": \"201301\",\r\n    \"consignee_city\": \"Noida\",\r\n    \"consignee_state\": \"Uttar Pradesh\",\r\n    \"consignee_country\": \"India\",\r\n    \"invoice_number\": \"INVN - 23/21\",\r\n    \"payment_mode\": \"COD\",\r\n    \"express_type\": \"air\",\r\n    \"is_ndd\": \"0\",\r\n    \"order_amount\": \"1499.00\",\r\n    \"cod_amount\": \"1299\",\r\n    \"shipment_weight\": \"0.5\",\r\n    \"shipment_length\": \"10.00\",\r\n    \"shipment_width\": \"10.00\",\r\n    \"shipment_height\": \"10.00\",\r\n    \"pick_address_id\": \"160\",\r\n    \"return_address_id\": \"160\",\r\n    \"seller_id\":\"\",\r\n    \"products\": [\r\n        {\r\n            \"product_name\": \"Product Name 1\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN1SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 18\r\n        },\r\n        {\r\n            \"product_name\": \"Product Name 2\",\r\n            \"product_quantity\": \"1\",\r\n            \"product_value\": \"100.00\",\r\n            \"product_category\":\"\",\r\n            \"product_description\": \"\",\r\n            \"product_sku\": \"PN2SKU\",\r\n            \"product_hsnsac\":\"\",\r\n            \"product_taxper\": 5\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateOrder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 12:10:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": true,\n    \"response\": \"insufficient Balance.\"\n}"}],"_postman_id":"b4c9505f-2a4f-449b-94ae-13b74c511b4d"},{"name":"Create Reverse Order","id":"3c88383c-a409-4727-90ed-996384c4fe03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"forward_reference\": \"\",\r\n    \"consignee_name\": \"Shipra Kumar\",\r\n    \"consignee_mobile\": \"8345678901\",\r\n    \"consignee_phone\": \"\",\r\n    \"consignee_emailid\": \"\",\r\n    \"consignee_address1\": \"H.No. 002, Karol Bagh\",\r\n    \"consignee_address2\": \"Near Landmark\",\r\n    \"address_type\": \"Home\",\r\n    \"consignee_pincode\": \"110030\",\r\n    \"consignee_city\": \"New Delhi\",\r\n    \"consignee_state\": \"UTTAR PRADESH\",\r\n    \"consignee_country\": \"INDIA\",\r\n    \"product_name\": \"Jeans\",\r\n    \"product_quantity\": \"2\",\r\n    \"product_value\": \"1500\",\r\n    \"product_category\": \"Clothing\",\r\n    \"product_description\": \"\",\r\n    \"product_sku\": \"\",\r\n    \"product_hsnsac\": \"\",\r\n    \"product_taxper\": \"\",\r\n    \"shipment_weight\": \"27.10\",\r\n    \"shipment_length\": \"20.00\",\r\n    \"shipment_width\": \"20.00\",\r\n    \"shipment_height\": \"20.00\",\r\n    \"pick_address_id\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/CreateReverse","description":"<p>This API is utilized to initiate a new <strong>reverse</strong> order within our system. With each order creation, a unique order ID is dynamically assigned. Upon successful order completion, a distinctive waybill/tracking number is then allocated.</p>\n<p><em>This API facilitates single order only. For bulk order - Bulk Order option can be used in</em> <em><strong>InTargos</strong></em> <em>Dashboard.</em></p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/CreateReverse\">https://staging.intargos.com/api/CreateReverse</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/CreateReverse\">https://app.intargos.com/api/CreateReverse</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Remark/Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>forward_reference</td>\n<td>string</td>\n<td>No</td>\n<td>Pass the <strong>intargos order id</strong> of forward order, if forward shipment was fulfilled by <em>InTargos</em>.</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>consignee_name</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Name of consignee/receiver of the shipment.</td>\n<td>The value should be at least 3 characters and can only include alphabets and spaces.</td>\n</tr>\n<tr>\n<td><strong>consignee_mobile</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mobile number of the consignee/receiver.</td>\n<td>10 digit Valid mobile number</td>\n</tr>\n<tr>\n<td>consignee_phone</td>\n<td>string</td>\n<td>No</td>\n<td>Phone or Alternate number of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_emailid</td>\n<td>string</td>\n<td>No</td>\n<td>Email Id of the consignee/receiver.</td>\n<td>Valid Email Id.</td>\n</tr>\n<tr>\n<td><strong>consignee_address1</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Address Line 1 of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_address2</td>\n<td>string</td>\n<td>No</td>\n<td>Address Line 2 of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td>address_type</td>\n<td>string</td>\n<td>No</td>\n<td>Type of Address – Home, Office, etc. Default: Home</td>\n<td>Can accept Home or Office.</td>\n</tr>\n<tr>\n<td><strong>consignee_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pincode of the consignee.</td>\n<td>Pincode entered should be valid. The city &amp; state will be automatically selected by the system.</td>\n</tr>\n<tr>\n<td>consignee_city</td>\n<td>string</td>\n<td>No</td>\n<td>City name of the consignee.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_state</td>\n<td>string</td>\n<td>No</td>\n<td>State of the consignee.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_country</td>\n<td>string</td>\n<td>No</td>\n<td>Default value will be India.</td>\n<td>Default: India</td>\n</tr>\n<tr>\n<td><strong>product_name</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Name of the product.</td>\n<td>Accepts alphabets, numbers &amp; space.</td>\n</tr>\n<tr>\n<td><strong>product_quantity</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Quantity of products.</td>\n<td>Value must be more than 0.</td>\n</tr>\n<tr>\n<td><strong>product_value</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Value of the product in INR.</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td>product_category</td>\n<td>string</td>\n<td>No</td>\n<td>Category of the product Like apparels, electronics, pet supplies, etc.</td>\n<td></td>\n</tr>\n<tr>\n<td>product_description</td>\n<td>string</td>\n<td>No</td>\n<td>Detailed Description of the product.</td>\n<td></td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>string</td>\n<td>No</td>\n<td>SKU of the product.</td>\n<td></td>\n</tr>\n<tr>\n<td>product_hsnsac</td>\n<td>string</td>\n<td>No</td>\n<td>HSN/SAC code of the product</td>\n<td></td>\n</tr>\n<tr>\n<td>product_taxper</td>\n<td>string</td>\n<td>No</td>\n<td>Tax percentage (GST) applied on the product.</td>\n<td>Only number to be entered and not the % sign or any character.</td>\n</tr>\n<tr>\n<td><strong>shipment_weight</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Weight of Shipment in Kilograms (Kgs).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_length</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Length of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_width</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Width of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_height</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Height of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>pick_address_id</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Address Id for pickup address, from where the shipment has to be picked.</td>\n<td>It is obtained when Address is registered using API or <em>InTargos</em> dashboard.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response\"><strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>error</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>Response Message or Error Description</td>\n</tr>\n<tr>\n<td>order_status</td>\n<td>string</td>\n<td>On Successful Request: Status of the order.</td>\n</tr>\n<tr>\n<td>intargos_orderid</td>\n<td>integer</td>\n<td>On Successful Request: InTargos order id.</td>\n</tr>\n<tr>\n<td>waybill</td>\n<td>string</td>\n<td>On Successful Request: Waybill Number or tracking id of delivery partner.</td>\n</tr>\n<tr>\n<td>route_code</td>\n<td>string</td>\n<td>On Successful Request: Route code to be printed on shipping label.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>On Successful Request: Name of the carrier or delivery partner who will be fulfilling the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","CreateReverse"],"query":[],"variable":[]}},"response":[{"id":"e5f5cbcd-ff75-48fa-9ae6-64959b017ad5","name":"Response","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"forward_reference\": \"\",\r\n    \"consignee_name\": \"Shipra Kumar\",\r\n    \"consignee_mobile\": \"8345678901\",\r\n    \"consignee_phone\": \"\",\r\n    \"consignee_emailid\": \"\",\r\n    \"consignee_address1\": \"H.No. 002, Karol Bagh\",\r\n    \"consignee_address2\": \"Near Landmark\",\r\n    \"address_type\": \"Home\",\r\n    \"consignee_pincode\": \"110030\",\r\n    \"consignee_city\": \"New Delhi\",\r\n    \"consignee_state\": \"UTTAR PRADESH\",\r\n    \"consignee_country\": \"INDIA\",\r\n    \"product_name\": \"Jeans\",\r\n    \"product_quantity\": \"2\",\r\n    \"product_value\": \"1500\",\r\n    \"product_category\": \"Clothing\",\r\n    \"product_description\": \"\",\r\n    \"product_sku\": \"\",\r\n    \"product_hsnsac\": \"\",\r\n    \"product_taxper\": \"\",\r\n    \"shipment_weight\": \"27.10\",\r\n    \"shipment_length\": \"20.00\",\r\n    \"shipment_width\": \"20.00\",\r\n    \"shipment_height\": \"20.00\",\r\n    \"pick_address_id\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateReverse"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jun 2022 06:35:57 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=4c05dec175e4702fa7a6bc357ca03baa37f36e72; expires=Wed, 15-Jun-2022 08:35:57 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"order_status\": \"success\",\n    \"intargos_orderid\": 1002547,\n    \"waybill\": \"5027010247236\",\n    \"carrier\": \"Delhivery\",\n    \"response\": \"Pickup request placed successfully.\"\n}"}],"_postman_id":"3c88383c-a409-4727-90ed-996384c4fe03"},{"name":"Create MPS/B2B Order","id":"365750e9-f77d-4f6f-bcb0-d6d19cebc142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY"}],"body":{"mode":"raw","raw":"{\n    \"consignee_name\": \"Prateek Deshmukh\",\n    \"consignee_mobile\": \"9876543210\",\n    \"consignee_phone\": \"\",\n    \"consignee_emailid\": \"\",\n    \"consignee_address1\": \"Address Line 1\",\n    \"consignee_address2\": \"Address Line , or Near Some Landmark\",\n    \"consignee_pincode\": \"110011\",\n    \"consignee_city\": \"Delhi\",\n    \"consignee_state\": \"Delhi\",\n    \"consignee_country\": \"India\",\n    \"invoice_number\": \"\",\n    \"shipment_mode\": \"Forward\",\n    \"payment_mode\": \"PPD\",\n    \"order_amount\": \"2000\",\n    \"cod_amount\": \"0\",\n    \"pick_address_id\": \"601\",\n    \"return_address_id\": \"\",\n    \"ewaybill_number\":\"\",\n    \"carrier_id\":\"\",\n    \"seller_id\":\"\",\n    \"products\": [\n         {\n            \"product_name\": \"Product Name 1\",\n            \"product_quantity\": \"1\",\n            \"value_per_box\": \"1000\",\n            \"box_length\":\"40\",\n            \"box_width\":\"20\",\n            \"box_height\":\"40\",\n            \"weight_per_box\":\"6\",\n            \"number_of_box\":\"1\"\n        },\n        {\n            \"product_name\": \"Product Name 2\",\n            \"product_quantity\": \"1\",\n            \"value_per_box\": \"1000\",\n            \"box_length\":\"40\",\n            \"box_width\":\"20\",\n            \"box_height\":\"40\",\n            \"weight_per_box\":\"6\",\n            \"number_of_box\":\"1\"\n        },\n        {\n            \"product_name\": \"Product Name 3\",\n            \"product_quantity\": \"1\",\n            \"value_per_box\": \"1000\",\n            \"box_length\":\"40\",\n            \"box_width\":\"20\",\n            \"box_height\":\"40\",\n            \"weight_per_box\":\"6\",\n            \"number_of_box\":\"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/api/CreateMPSOrder","description":"<p>This API facilitates to initiate B2B or Multi Piece Shipments (MPS) orders. Every time an order is created, a unique order id is dynamically allocated to it. Upon successful order creation, an unique waybill/tracking numbers are assigned in Parent-Child format. Correspondingly, multiple shipping labels are generated, which can be affixed/paste to various boxes associated with the same order.</p>\n<p><em>This API facilitates single order only with multiple boxes in same order.</em></p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/CreateMPSOrder\">https://staging.intargos.com/api/CreateMPSOrder</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/CreateMPSOrder\">https://app.intargos.com/api/CreateMPSOrder</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters-order\"><strong>Request Parameters: (Order)</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Remark/Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>consignee_name</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Name of consignee/receiver of the shipment.</td>\n<td>The value should be at least 3 characters and can only include alphabets and spaces.</td>\n</tr>\n<tr>\n<td><strong>consignee_mobile</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mobile number of the consignee/receiver.</td>\n<td>10 digit Valid mobile number</td>\n</tr>\n<tr>\n<td>consignee_phone</td>\n<td>string</td>\n<td>No</td>\n<td>Phone or Alternate number of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_emailid</td>\n<td>string</td>\n<td>No</td>\n<td>Email Id of the consignee/receiver.</td>\n<td>Valid Email Id.</td>\n</tr>\n<tr>\n<td><strong>consignee_address1</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Address Line 1 of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_address2</td>\n<td>string</td>\n<td>No</td>\n<td>Address Line 2 of the consignee/receiver.</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>consignee_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pincode of the consignee.</td>\n<td>Pincode entered should be valid. The city &amp; state will be automatically selected by the system.</td>\n</tr>\n<tr>\n<td>consignee_city</td>\n<td>string</td>\n<td>No</td>\n<td>City name of the consignee.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_state</td>\n<td>string</td>\n<td>No</td>\n<td>State of the consignee.</td>\n<td></td>\n</tr>\n<tr>\n<td>consignee_country</td>\n<td>string</td>\n<td>No</td>\n<td>Default value will be India.</td>\n<td>Default: India</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>string</td>\n<td>No</td>\n<td>Invoice Number for the order.</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>shipment_mode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Type of Shipment – Forward, Reverse.</td>\n<td>Possible Value: Forward or Reverse</td>\n</tr>\n<tr>\n<td><strong>payment_mode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mode of Payment – COD for Cash on Delivery Orders, PPD for Prepaid Orders.</td>\n<td>Possible Value: COD or PPD</td>\n</tr>\n<tr>\n<td><strong>order_amount</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>The total amount of the order. [Like Invoice Amount + Taxes + Extra Charges (if any)]</td>\n<td>Must be a decimal value upto 2 DP and more than or equal to 1.</td>\n</tr>\n<tr>\n<td><strong>cod_amount</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>COD or Collectible amount. Pass non-zero value for making placing COD. Pass 0 for prepaid order.</td>\n<td>Must be a decimal value upto 2 DP and more than or equal to 1.</td>\n</tr>\n<tr>\n<td><strong>pick_address_id</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Address Id for pickup address, from where the shipment has to be picked.</td>\n<td>It is obtained when Address is registered using API or <em>InTargos</em> dashboard.</td>\n</tr>\n<tr>\n<td>return_address_id</td>\n<td>integer</td>\n<td>No</td>\n<td>Address Id for return address. Shipment will be delivered to this address in case its marked RTO.</td>\n<td>Pass value when you need to get shipment returned to another address. If blank, <strong>pickup address</strong> will be automatically used as return address.</td>\n</tr>\n<tr>\n<td>seller_id</td>\n<td>integer</td>\n<td>No</td>\n<td>Seller Id to show seller name on the shipping label.</td>\n<td>Seller Id can be obtained from <em>InTargos</em> Dashboard.</td>\n</tr>\n<tr>\n<td>ewaybill_number</td>\n<td><strong>string</strong></td>\n<td>No</td>\n<td>Mandatory for <strong>order_amount more than 50,000</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>carrier_id</td>\n<td>integer</td>\n<td>No</td>\n<td>Pass Carrier Id, if you want to process the order with specific courier only.</td>\n<td>List can be provided on demand by mailing you POC.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters-productsboxes\"><strong>Request Parameters: (Products/Boxes)</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Remark/Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>product_name</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Name of the product(s) that are in that Box.  <br />Each product name represents a box.</td>\n<td>Accepts alphabets, numbers &amp; space.</td>\n</tr>\n<tr>\n<td><strong>product_quantity</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Quantity of products.</td>\n<td>Value must be more than 0.</td>\n</tr>\n<tr>\n<td><strong>value_per_box</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Value of the products in the box in INR.</td>\n<td>Must be a decimal value upto 2 DP and more than 1.</td>\n</tr>\n<tr>\n<td><strong>box_length</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Length of box(es) of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 1.</td>\n</tr>\n<tr>\n<td><strong>box_width</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Width of box(es) of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 1.</td>\n</tr>\n<tr>\n<td><strong>box_height</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Height of box(es) of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 1.</td>\n</tr>\n<tr>\n<td><strong>weight_per_box</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Weight of box(es) of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 1.</td>\n</tr>\n<tr>\n<td><strong>number_of_box</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Number of boxes within same consignment.</td>\n<td>Value must be more than 0.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"additional-info\">Additional Info:</h6>\n<ul>\n<li><p>Pass address id for <strong>pick_address_id</strong>, parameter. Address Id can be obtained from InTargos Dashboard, under Manage Warehouse, option.</p>\n</li>\n<li><p>By default, Return Address (in case of RTO), will be same as pick address, if no return_address_id, is given.</p>\n</li>\n<li><p>Pass return_address_id, if you want to get the shipment returned to different address from that of pick-up address, in case of RTO.</p>\n</li>\n<li><p>For Multi Piece Shipments (MPS), several Air Way Bills (AWBs) will be generated according to the details of the number of boxes provided in the payload.</p>\n</li>\n<li><p>Likewise, multiple shipping labels will be generated for MPS orders. These labels can be acquired by submitting the Parent/Master waybill number in the <a href=\"https://documenter.getpostman.com/view/23031903/VV4s1zKR#fc789ce6-01b5-429a-b23f-0f210f7b74ae\">ShippingLabelAPI</a></p>\n</li>\n</ul>\n<h5 id=\"response\"><strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>error</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>Response Message or Error Description</td>\n</tr>\n<tr>\n<td>order_status</td>\n<td>string</td>\n<td>On Successful Request: Status of the order.</td>\n</tr>\n<tr>\n<td>intargos_orderid</td>\n<td>integer</td>\n<td>On Successful Request: InTargos order id.</td>\n</tr>\n<tr>\n<td>mps_waybills</td>\n<td>string</td>\n<td>On Successful Request: Waybill Numbers or tracking ids for all boxes.</td>\n</tr>\n<tr>\n<td>master_waybill</td>\n<td>string</td>\n<td>On Successful Request: Parent/Master waybill number of aggregated shipments.</td>\n</tr>\n<tr>\n<td>child_waybills</td>\n<td>string</td>\n<td>On Successful Request: All the Child waybill numbers for each box.</td>\n</tr>\n<tr>\n<td>route_code</td>\n<td>string</td>\n<td>On Successful Request: Route code to be printed on shipping label.</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>string</td>\n<td>On Successful Request: Name of the carrier or delivery partner who will be fulfilling the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","CreateMPSOrder"],"query":[],"variable":[]}},"response":[{"id":"510023af-e84d-4533-b7bc-128e03f4fdbf","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"consignee_name\": \"Prateek Deshmukh\",\n    \"consignee_mobile\": \"9876543210\",\n    \"consignee_phone\": \"\",\n    \"consignee_emailid\": \"\",\n    \"consignee_address1\": \"Address Line 1\",\n    \"consignee_address2\": \"Address Line , or Near Some Landmark\",\n    \"consignee_pincode\": \"110011\",\n    \"consignee_city\": \"Delhi\",\n    \"consignee_state\": \"Delhi\",\n    \"consignee_country\": \"India\",\n    \"invoice_number\": \"\",\n    \"shipment_mode\": \"Forward\",\n    \"payment_mode\": \"PPD\",\n    \"order_amount\": \"2000\",\n    \"cod_amount\": \"0\",\n    \"pick_address_id\": \"601\",\n    \"return_address_id\": \"\",\n    \"ewaybill_number\":\"\",\n    \"carrier_id\":\"\",\n    \"seller_id\":\"\",\n    \"products\": [\n         {\n            \"product_name\": \"Product Name 1\",\n            \"product_quantity\": \"1\",\n            \"value_per_box\": \"1000\",\n            \"box_length\":\"40\",\n            \"box_width\":\"20\",\n            \"box_height\":\"40\",\n            \"weight_per_box\":\"6\",\n            \"number_of_box\":\"1\"\n        },\n        {\n            \"product_name\": \"Product Name 2\",\n            \"product_quantity\": \"1\",\n            \"value_per_box\": \"1000\",\n            \"box_length\":\"40\",\n            \"box_width\":\"20\",\n            \"box_height\":\"40\",\n            \"weight_per_box\":\"6\",\n            \"number_of_box\":\"1\"\n        },\n        {\n            \"product_name\": \"Product Name 3\",\n            \"product_quantity\": \"1\",\n            \"value_per_box\": \"1000\",\n            \"box_length\":\"40\",\n            \"box_width\":\"20\",\n            \"box_height\":\"40\",\n            \"weight_per_box\":\"6\",\n            \"number_of_box\":\"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateMPSOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jan 2024 10:59:06 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"order_status\": \"success\",\n    \"intargos_orderid\": 3927709,\n    \"mps_waybills\": [\n        \"5995010038743\",\n        \"5995010038754\",\n        \"5995010038765\"\n    ],\n    \"master_waybill\" : \"5995010038743\",\n    \"child_waybills\" : [\"5995010038754\",\n        \"5995010038765\"],\n    \"route_code\": \"\",\n    \"carrier\": \"DelhiveryB2B\",\n    \"response\": \"Order/Pickup request placed successfully.\"\n}"}],"_postman_id":"365750e9-f77d-4f6f-bcb0-d6d19cebc142"},{"name":"Generate Shipping Label","id":"fc789ce6-01b5-429a-b23f-0f210f7b74ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010247225,5027010246175\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/ShippingLabel","description":"<p>This API furnishes all the necessary information that needs to be included on the shipment packing slip or shipping label. Clients have the flexibility to incorporate these details into their HTML, aligning with their specific design preferences for the shipping label. Alternatively, a PDF link of the shipping label, according to the design preferences set in the InTargos Dashboard, can be obtained in the response.</p>\n<p>To retrieve details for multiple shipments, one can pass comma-separated waybill numbers.</p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/ShippingLabel\">https://staging.intargos.com/api/ShippingLabel</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/ShippingLabel\">https://app.intargos.com/api/ShippingLabel</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Remark/Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Waybill numbers or Tracking Id of successfull orders.</td>\n<td>Comma Seperated AWBs/waybills can be passed for multiple requests.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","ShippingLabel"],"query":[],"variable":[]}},"response":[{"id":"8efd138a-c03b-4872-bcb1-2ff2dd50c17e","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010247225\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShippingLabel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Dec 2023 07:36:52 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"resultSummary\": {\n        \"Total AWBs\": 1,\n        \"Valid AWBs\": 1,\n        \"Invalid AWBs\": 0\n    },\n    \"resultDetails\": {\n        \"5027010247225\": {\n            \"AWBStatus\": \"success\",\n            \"AWBNumber\": \"5027010247225\",\n            \"OrderId\": \"1002546\",\n            \"MPS\": \"No\",\n            \"RoutingCode\": \"1209\",\n            \"ShipmentType\": \"forward\",\n            \"PaymentMode\": \"COD\",\n            \"CODAmount\": \"1299.00\",\n            \"OrderDate\": \"2022-06-15\",\n            \"InvoiceNum\": \"YHNNTB2223000548\",\n            \"ShipmentWt\": \"0.50\",\n            \"FulfilledBy\": \"Delhivery\",\n            \"SellerName\": \"\",\n            \"ShipTo\": {\n                \"CustomerName\": \"Mr. Somesh Rao\",\n                \"CustomerContact\": \"9876543210\",\n                \"CustomerAltContact\": \"9876543210\",\n                \"CustomerAddress1\": \"Somesh Rao Address\",\n                \"CustomerAddress2\": \"Near Some Landmark\",\n                \"City\": \"1\",\n                \"State\": \"Uttar Pradesh\",\n                \"Pincode\": \"201301\"\n            },\n            \"ReturnTo\": {\n                \"ReturnAddress\": \"E-47, Somesh Vihar Chhawala, New Delhi\",\n                \"ReturnContact\": \"9784554785\",\n                \"City\": \"NOIDA\",\n                \"State\": \"UTTAR PRADESH\",\n                \"Pincode\": \"201301\"\n            },\n            \"Products\": [\n                {\n                    \"ProductName\": \"Product Name\",\n                    \"ProductSKU\": \"OUTOFSTOCK6\",\n                    \"ProductQty\": \"1\",\n                    \"ProductValue\": \"1.00\"\n                }\n            ]\n        }\n    },\n    \"LabelPDFURL\": \"https://intargosstagingstorage.blob.core.windows.net/shippinglabel/5027010247225.pdf\"\n}"},{"id":"3ae23b0e-b2da-4384-93e4-82c21fb7c74d","name":"SuccessResponse - MultiAWB","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010247225,5027010246175\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShippingLabel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Dec 2023 07:38:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"resultSummary\": {\n        \"Total AWBs\": 2,\n        \"Valid AWBs\": 2,\n        \"Invalid AWBs\": 0\n    },\n    \"resultDetails\": {\n        \"5027010247225\": {\n            \"AWBStatus\": \"success\",\n            \"AWBNumber\": \"5027010247225\",\n            \"OrderId\": \"1002546\",\n            \"MPS\": \"No\",\n            \"RoutingCode\": \"1209\",\n            \"ShipmentType\": \"forward\",\n            \"PaymentMode\": \"COD\",\n            \"CODAmount\": \"1299.00\",\n            \"OrderDate\": \"2022-06-15\",\n            \"InvoiceNum\": \"YHNNTB2223000548\",\n            \"ShipmentWt\": \"0.50\",\n            \"FulfilledBy\": \"Delhivery\",\n            \"SellerName\": \"\",\n            \"ShipTo\": {\n                \"CustomerName\": \"Mr. Somesh Rao\",\n                \"CustomerContact\": \"9876543210\",\n                \"CustomerAltContact\": \"9876543210\",\n                \"CustomerAddress1\": \"Somesh Rao Address\",\n                \"CustomerAddress2\": \"Near Some Landmark\",\n                \"City\": \"1\",\n                \"State\": \"Uttar Pradesh\",\n                \"Pincode\": \"201301\"\n            },\n            \"ReturnTo\": {\n                \"ReturnAddress\": \"E-47, Somesh Vihar Chhawala, New Delhi\",\n                \"ReturnContact\": \"9784554785\",\n                \"City\": \"NOIDA\",\n                \"State\": \"UTTAR PRADESH\",\n                \"Pincode\": \"201301\"\n            },\n            \"Products\": [\n                {\n                    \"ProductName\": \"Product Name\",\n                    \"ProductSKU\": \"OUTOFSTOCK6\",\n                    \"ProductQty\": \"1\",\n                    \"ProductValue\": \"1.00\"\n                }\n            ]\n        },\n        \"5027010246175\": {\n            \"AWBStatus\": \"success\",\n            \"AWBNumber\": \"5027010246175\",\n            \"OrderId\": \"1001832\",\n            \"MPS\": \"No\",\n            \"RoutingCode\": \"1209\",\n            \"ShipmentType\": \"forward\",\n            \"PaymentMode\": \"COD\",\n            \"CODAmount\": \"2999.00\",\n            \"OrderDate\": \"2022-05-10\",\n            \"InvoiceNum\": \"\",\n            \"ShipmentWt\": \"1.60\",\n            \"FulfilledBy\": \"Delhivery\",\n            \"SellerName\": \"\",\n            \"ShipTo\": {\n                \"CustomerName\": \"Sudip Chabra\",\n                \"CustomerContact\": \"9089087654\",\n                \"CustomerAltContact\": \"\",\n                \"CustomerAddress1\": \"My Address\",\n                \"CustomerAddress2\": \"\",\n                \"City\": \"0\",\n                \"State\": \"Haryana\",\n                \"Pincode\": \"201301\"\n            },\n            \"ReturnTo\": {\n                \"ReturnAddress\": \"E-47, Somesh Vihar Chhawala, New Delhi\",\n                \"ReturnContact\": \"9784554785\",\n                \"City\": \"NOIDA\",\n                \"State\": \"UTTAR PRADESH\",\n                \"Pincode\": \"201301\"\n            },\n            \"Products\": [\n                {\n                    \"ProductName\": \"Shirt\",\n                    \"ProductSKU\": \"\",\n                    \"ProductQty\": \"1\",\n                    \"ProductValue\": \"1000.00\"\n                },\n                {\n                    \"ProductName\": \"Belt\",\n                    \"ProductSKU\": \"NA\",\n                    \"ProductQty\": \"3\",\n                    \"ProductValue\": \"1500.00\"\n                }\n            ]\n        }\n    },\n    \"LabelPDFURL\": \"https://intargosstagingstorage.blob.core.windows.net/shippinglabel/5027010247225.pdf\"\n}"},{"id":"eda6f13c-f108-4f15-bfad-c464cffd8e1f","name":"ErrorResponse - Invalid AWB","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010247285\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShippingLabel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 09:54:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"resultSummary\": {\n        \"Total AWBs\": 1,\n        \"Valid AWBs\": 0,\n        \"Invalid AWBs\": 1\n    },\n    \"resultDetails\": {\n        \"5027010247285\": {\n            \"AWBStatus\": \"error\",\n            \"AWBNumber\": \"5027010247285\",\n            \"AWBRemark\": \"Invalid AWB\"\n        }\n    }\n}"}],"_postman_id":"fc789ce6-01b5-429a-b23f-0f210f7b74ae"},{"name":"Generate Manifest/Proof of Handover","id":"4de1497b-2e28-4b2c-a447-e88a9e992d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"waybill\": \"4840610156612\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/Manifestation","description":"<p>This API helps you to get the printed document to get it signed by the pickup partner as proof of handover of the shipments. Different manifests get generated for different courier and pick up address.</p>\n<p>To retrieve details for multiple shipments, one can pass comma-separated waybill numbers.</p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/Manifestation\">https://staging.intargos.com/api/Manifestation</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/Manifestation\">https://app.intargos.com/api/Manifestation</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Remark/Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Waybill numbers or Tracking Id of successfull orders.</td>\n<td>Comma Seperated AWBs/waybills can be passed for multiple requests.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","Manifestation"],"query":[],"variable":[]}},"response":[{"id":"6a4dde0e-5526-40a2-9080-1b57881e3e46","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"waybill\": \"4840610156612\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/Manifestation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 07:45:06 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": true,\n    \"manifest_id\": 1753256706,\n    \"manifest_url\": \"https://intargosprodstorage.blob.core.windows.net/manifests/1753256706.pdf\"\n}"}],"_postman_id":"4de1497b-2e28-4b2c-a447-e88a9e992d4e"},{"name":"CancelOrder","id":"c1388305-a8a0-42e9-848e-726a1dffc04d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"143455210101399\",\r\n    \"reason\": \"Order Cancelled by user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/CancelOrder","description":"<p>This API is employed to cancel shipments within the <em><strong>InTargos</strong></em> system that are in an appropriate state (such as Booked or Ready for Pickup), that is allowing the cancellation request is made before the pickup stage, only.  </p>\n<h6 id=\"note\">Note:</h6>\n<ul>\n<li>Integration of this API is completely optional, as the shipments can be cancelled using <em><strong>InTargos</strong></em> dashboard also.</li>\n<li>The order should be in Booked, Ready for Pickup state only, to get cancelled.</li>\n</ul>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/CancelOrder\">https://staging.intargos.com/api/CancelOrder</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/CancelOrder\">https://app.intargos.com/api/CancelOrder</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Valid Waybill number or tracking id.</td>\n<td>Single waybill number has to be passed at a time.</td>\n</tr>\n<tr>\n<td><strong>reason</strong></td>\n<td><strong>string</strong></td>\n<td><strong>No</strong></td>\n<td>Reason to cancel the order.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","CancelOrder"],"query":[],"variable":[]}},"response":[{"id":"11cbcc13-fb13-4766-a66a-51dbcffd79d4","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"143455210101399\",\r\n    \"reason\": \"Order Cancelled by user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CancelOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jun 2022 06:39:49 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"true\",\n    \"response\": \"Shipment cancelled successfully\"\n}"},{"id":"a44ad471-82a4-4d35-ae26-b94af11eba43","name":"ErrorResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010246260\",\r\n    \"reason\": \"Order Cancelled by user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CancelOrder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 09:56:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"false\",\n    \"waybill\": \"5027010246260\",\n    \"response\": \"Invalid Waybill/ Waybill cannot be cancelled\"\n}"}],"_postman_id":"c1388305-a8a0-42e9-848e-726a1dffc04d"}],"id":"863d4214-2790-4749-b535-9d7d46e49025","description":"<p>This API spec offers endpoints for order management, providing functionalities for creating single forward orders, single reverse orders, MPS/B2B orders.</p>\n<p>It also includes APIs for generating shipping labels and canceling orders.</p>\n","_postman_id":"863d4214-2790-4749-b535-9d7d46e49025"},{"name":"Order Tracking","item":[{"name":"ShipmentTracking","id":"bb4a3b21-9711-489d-b8a6-f5355ddbb1c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010207546\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/ShipmentTracking","description":"<p>This API can be consumed for tracking any shipment within <em><strong>InTargos</strong></em> system. It allows you to retrieve details of all scans throughout the entire travel lifecycle of the shipment.</p>\n<p><em>This API consumes single valid waybill number only, for getting scans of the shipment.</em></p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/ShipmentTracking\">https://staging.intargos.com/api/ShipmentTracking</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/ShipmentTracking\">https://app.intargos.com/api/ShipmentTracking</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Valid Waybill number or tracking id.</td>\n<td>Single waybill number has to be passed at a time.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response\"><strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>error</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>Response Message or Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"successfull-response\"><strong>Successfull Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>summary</td>\n<td>array</td>\n<td>Comprises of InTargos Orderid, Fulfilled By, Order Date &amp; Time.</td>\n</tr>\n<tr>\n<td>trackingdata</td>\n<td>array</td>\n<td>Comprises of Scan Date &amp; Time, Status Code, Status, Remark, Scan Location.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","ShipmentTracking"],"query":[],"variable":[]}},"response":[{"id":"850e7636-52c7-4ba1-ac1c-760c3eaec0ea","name":"SuccessResponse - w/ Scans","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010207546\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentTracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jun 2022 07:18:28 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Scan data available.\",\n    \"summary\": {\n        \"waybill\": \"5027010207546\",\n        \"orderid\": \"51170\",\n        \"fulfilledby\": \"Delhivery\",\n        \"orderedon\": \"2021-11-27 19:00:31\"\n    },\n    \"trackingdata\": [\n        {\n            \"DateandTime\": \"2022-02-01 08:04:26\",\n            \"StatusCode\": \"222\",\n            \"Status\": \"Manifested\",\n            \"Remark\": \"Data Received\",\n            \"Location\": \"PCK/BJE, Delhi NCR, DELHI\"\n        },\n        {\n            \"DateandTime\": \"2022-02-01 09:02:04\",\n            \"StatusCode\": \"232\",\n            \"Status\": \"Pickup Pending\",\n            \"Remark\": \"Out For Pickup\",\n            \"Location\": \"PCK/BJE, Delhi NCR, DELHI\"\n        },\n        {\n            \"DateandTime\": \"2022-02-01 14:00:18\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"PickDone\",\n            \"Location\": \"PCK/BJE, Delhi NCR, DELHI\"\n        },\n        {\n            \"DateandTime\": \"2022-02-01 19:48:53\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Picked\",\n            \"Location\": \"DEL/PC1, Delhi NCR, DELHI\"\n        },\n        {\n            \"DateandTime\": \"2022-02-02 00:18:51\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"In Transit\",\n            \"Location\": \"DEL/PC1, Delhi NCR, DELHI\"\n        },\n        {\n            \"DateandTime\": \"2022-02-04 09:28:34\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"In Transit\",\n            \"Location\": \"HYD/IB1, Hyderabad, TELANGANA\"\n        },\n        {\n            \"DateandTime\": \"2022-02-04 14:55:35\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Reached At Destination\",\n            \"Location\": \"HYD/MPT, Hyderabad, TELANGANA\"\n        },\n        {\n            \"DateandTime\": \"2022-02-04 15:55:19\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Out For Delivery\",\n            \"Location\": \"HYD/MPT, Hyderabad, TELANGANA\"\n        },\n        {\n            \"DateandTime\": \"2022-02-04 18:36:51\",\n            \"StatusCode\": \"226\",\n            \"Status\": \"Delivered\",\n            \"Remark\": \"Delivered\",\n            \"Location\": \"HYD/MPT, Hyderabad, TELANGANA\"\n        }\n    ]\n}"},{"id":"dfbb98f0-fd44-4055-8adb-4ae1388ce7dd","name":"SuccessResponse - w/o Scans","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"6536310000070\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentTracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 10:28:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=2b76e9b0fab7803bb9b8cb1666d95bbb6995312f; expires=Wed, 31-Aug-2022 12:28:37 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Scan data not available now.\",\n    \"summary\": {\n        \"waybill\": \"6536310000070\",\n        \"orderid\": \"137\",\n        \"fulfilledby\": \"Delhivery\",\n        \"orderedon\": \"2021-08-04 14:43:07\"\n    }\n}"},{"id":"6b63f66a-29c1-43ad-94b9-acd0ac8b9f55","name":"SuccessResponse - Delivered","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"6536310001654\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentTracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 10:41:20 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Scan data available.\",\n    \"summary\": {\n        \"waybill\": \"6536310001654\",\n        \"orderid\": \"1327\",\n        \"fulfilledby\": \"XPressBees\",\n        \"orderedon\": \"2022-01-18 14:05:56\"\n    },\n    \"trackingdata\": [\n        {\n            \"DateandTime\": \"2021-08-18 13:37:11\",\n            \"StatusCode\": \"222\",\n            \"Status\": \"Manifested\",\n            \"Remark\": \"Shipment details manifested\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-18 16:34:34\",\n            \"StatusCode\": \"222\",\n            \"Status\": \"Manifested\",\n            \"Remark\": \"Shipment not ready for pickup\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-19 19:01:18\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment picked up\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-19 21:21:31\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Recieved at Origin Center\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-19 21:36:50\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-19 21:41:11\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 02:08:40\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 03:17:33\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 04:07:30\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 07:18:20\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 11:43:55\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Delhi_NangliSkrwati_I (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 11:51:49\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Delhi_NangliSkrwati_I (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 13:08:46\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Delhi_NangliSkrwati_I (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 13:24:22\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Delhi_NangliSkrwati_I (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 13:24:44\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Delhi_NangliSkrwati_I (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 14:13:33\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Delhi_Vikaspri_DC (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 14:15:50\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Delhi_Vikaspri_DC (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 14:55:55\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Delhi_Vikaspri_DC (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 15:35:57\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Out for delivery\",\n            \"Location\": \"Delhi_Vikaspri_DC (Delhi)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 17:09:18\",\n            \"StatusCode\": \"226\",\n            \"Status\": \"Delivered\",\n            \"Remark\": \"Delivered to consignee - OTP Verified delivery\",\n            \"Location\": \"Delhi_Vikaspri_DC (Delhi)\"\n        }\n    ]\n}"},{"id":"1928ad77-7277-4ca9-8ea3-ef9c20c23a3f","name":"SuccessResponse - RTO","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"6536310000070\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentTracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 10:45:56 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Scan data available.\",\n    \"summary\": {\n        \"waybill\": \"6536310000070\",\n        \"orderid\": \"1139\",\n        \"fulfilledby\": \"Delhivery\",\n        \"orderedon\": \"2021-08-04 14:43:07\"\n    },\n    \"trackingdata\": [\n        {\n            \"DateandTime\": \"2021-08-11 11:47:17\",\n            \"StatusCode\": \"222\",\n            \"Status\": \"Manifested\",\n            \"Remark\": \"Shipment details manifested\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-11 11:47:31\",\n            \"StatusCode\": \"222\",\n            \"Status\": \"Manifested\",\n            \"Remark\": \"Pincode updated by Addfix\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-11 12:52:35\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment picked up\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-11 18:16:30\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Recieved at Origin Center\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-11 19:07:18\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-11 19:49:42\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Noida_Sector63DBlock_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-12 01:20:49\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-12 01:56:48\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-12 12:27:09\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-14 04:44:43\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle delayed\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-15 08:44:23\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-15 19:00:40\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-15 19:00:40\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Scan location auto-updated to co-located center\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-16 11:16:27\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-16 12:15:27\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"System weight captured\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-16 13:04:45\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-16 16:56:32\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-16 21:50:37\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-16 22:38:03\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-17 00:15:54\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-17 06:07:51\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-17 07:27:37\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-17 08:32:41\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-17 09:20:14\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Out for delivery\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-17 17:13:24\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Consignee Unavailable\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-17 17:54:44\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Agent remark verified\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-18 08:29:25\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Out for delivery\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-18 13:27:01\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Call placed to consignee\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-18 13:28:19\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Consignee refused to accept/order cancelled\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-18 16:16:44\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"NDR Call - FE remark correct\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 01:36:57\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"No client instructions to Reattempt\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 13:11:05\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 14:29:59\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 15:50:32\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 15:55:08\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 18:21:41\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-20 21:40:59\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-21 01:53:51\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-21 01:53:51\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Scan location auto-updated to co-located center\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-21 03:54:09\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-21 04:43:10\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-21 04:43:13\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Scan location auto-updated to co-located center\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-21 07:37:35\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-21 16:51:14\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Reattempt - As per NDR instructions\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-23 11:52:12\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-23 18:39:01\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-23 19:37:07\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-23 23:44:41\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-24 01:17:02\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-25 16:34:06\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-26 14:48:34\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Noida_Sector59B_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-26 14:50:04\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Noida_Sector59B_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-26 16:44:05\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Noida_Sector59B_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-26 21:18:40\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Noida_Sector59B_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-27 16:53:32\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Noida_Sector59B_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-28 00:28:36\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-28 12:08:44\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-28 18:32:31\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-28 20:53:20\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-29 07:01:07\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-29 07:55:51\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-29 11:03:58\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-29 11:53:09\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-29 12:00:50\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-29 15:06:04\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-31 20:53:38\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle delayed\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2021-08-31 22:29:19\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 01:47:54\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 01:47:55\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Scan location auto-updated to co-located center\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 04:27:23\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 06:40:48\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 06:40:53\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Scan location auto-updated to co-located center\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 09:56:04\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 17:32:04\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle delayed\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 18:17:27\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Delayed. No Entry\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 20:22:59\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 21:05:49\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-01 23:28:47\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-02 05:58:28\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-02 06:20:06\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-02 07:05:56\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-02 07:56:17\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Out for delivery\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-02 13:08:00\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Call placed to consignee\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-02 13:10:59\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Consignee refused to accept/order cancelled\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-02 15:19:28\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"NDR Call - FE remark correct\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 09:48:43\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Returned as per Security Instructions\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 11:16:10\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 13:11:47\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Chikblapur_ShntiSgr_D (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 14:50:03\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 14:54:42\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 14:54:42\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 17:38:38\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 19:10:28\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 19:10:29\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Scan location auto-updated to co-located center\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-03 20:41:28\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-04 00:32:43\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Bangalore_Soukyaroad_I (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-04 00:32:47\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Scan location auto-updated to co-located center\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-04 03:03:34\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Bangalore_Soukyaroad_GW (Karnataka)\"\n        },\n        {\n            \"DateandTime\": \"2021-09-06 17:32:03\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        }\n    ]\n}"},{"id":"ee551184-cad9-4441-a3e9-05f3c02c0f09","name":"SuccessResponse - RTS","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010207535\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentTracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 10:48:18 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=c573f5ebc494928bb9bdc19e18124c169199861f; expires=Wed, 31-Aug-2022 12:48:18 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Scan data available.\",\n    \"summary\": {\n        \"waybill\": \"5027010207535\",\n        \"orderid\": \"51169\",\n        \"fulfilledby\": \"Delhivery\",\n        \"orderedon\": \"2021-11-17 15:55:15\"\n    },\n    \"trackingdata\": [\n        {\n            \"DateandTime\": \"2022-02-01 18:11:24\",\n            \"StatusCode\": \"222\",\n            \"Status\": \"Manifested\",\n            \"Remark\": \"Shipment details manifested\",\n            \"Location\": \"Noida_Sector63D_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-01 18:11:28\",\n            \"StatusCode\": \"222\",\n            \"Status\": \"Manifested\",\n            \"Remark\": \"Pickup scheduled\",\n            \"Location\": \"Noida_Sector63D_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-02 11:21:44\",\n            \"StatusCode\": \"222\",\n            \"Status\": \"Manifested\",\n            \"Remark\": \"Out for Pickup\",\n            \"Location\": \"Noida_Sector63D_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-02 13:33:46\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment picked up\",\n            \"Location\": \"Noida_Sector63D_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-02 17:33:08\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Recieved at Origin Center\",\n            \"Location\": \"Noida_Sector63D_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-02 18:36:16\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Noida_Sector63D_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-02 19:19:42\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Noida_Sector63D_C (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-03 01:29:42\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-03 02:00:02\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-03 05:33:14\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Connected to destination\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-03 15:50:41\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Vehicle Arrived\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-03 19:21:17\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-03 20:46:36\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-03 21:46:05\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"System weight captured\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-04 00:28:27\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 01:01:30\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 01:36:01\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 02:53:00\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 02:56:13\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 05:54:27\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Added To Trip\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 07:15:42\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 07:27:42\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 09:04:53\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 10:20:46\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Out for delivery\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 13:22:36\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Call placed to consignee\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-05 18:46:25\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Consignee refused to accept/order cancelled\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-07 23:22:10\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Reattempt as per Client's instruction\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-08 10:38:30\",\n            \"StatusCode\": \"228\",\n            \"Status\": \"Dispatched\",\n            \"Remark\": \"Out for delivery\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-08 17:58:59\",\n            \"StatusCode\": \"223\",\n            \"Status\": \"In Transit\",\n            \"Remark\": \"Consignee refused to accept/order cancelled\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-09 23:34:58\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Returned as per Client Instructions\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-10 11:38:51\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-11 06:37:54\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Added To Trip\",\n            \"Location\": \"Sojat_RendriCircle_DPP (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-11 16:45:09\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-11 16:49:07\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-11 17:13:04\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-11 17:15:32\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-12 01:17:46\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Added To Trip\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-12 10:45:35\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Vehicle delayed\",\n            \"Location\": \"Pali_SuryaColony_I (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-12 11:51:17\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-12 11:51:17\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-12 11:51:17\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-12 12:01:42\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-12 12:22:24\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Added To Trip\",\n            \"Location\": \"Jaipur_Sez_GW (Rajasthan)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-12 23:35:39\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-13 05:16:12\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-13 06:08:47\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Added To Trip\",\n            \"Location\": \"Gurgaon_Tauru_GW (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-13 11:59:51\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-13 12:41:00\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-13 13:45:25\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-13 14:38:32\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-14 11:22:47\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Added To Trip\",\n            \"Location\": \"Gurgaon_Tauru_RP (Haryana)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-14 17:33:10\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Trip Arrived\",\n            \"Location\": \"Noida_Sector59_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-14 17:40:13\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Bag Received at Facility\",\n            \"Location\": \"Noida_Sector59_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-15 02:11:45\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Shipment Received at Facility\",\n            \"Location\": \"Noida_Sector59_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-15 02:45:53\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Added to Bag\",\n            \"Location\": \"Noida_Sector59_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-15 11:01:49\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Dispatched for RTO\",\n            \"Location\": \"Noida_Sector59_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-15 11:01:49\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Dispatched for RTO\",\n            \"Location\": \"Noida_Sector59_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-15 11:01:49\",\n            \"StatusCode\": \"225\",\n            \"Status\": \"RTO\",\n            \"Remark\": \"Dispatched for RTO\",\n            \"Location\": \"Noida_Sector59_R (Uttar Pradesh)\"\n        },\n        {\n            \"DateandTime\": \"2022-02-15 13:40:46\",\n            \"StatusCode\": \"224\",\n            \"Status\": \"RTS\",\n            \"Remark\": \"RETURN Accepted\",\n            \"Location\": \"Noida_Sector59_R (Uttar Pradesh)\"\n        }\n    ]\n}"},{"id":"120420f2-4367-4c57-b143-8972b71278a8","name":"ErrorResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010246145\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentTracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 10:30:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": true,\n    \"response\": \"No Scans available, invalid waybill number\"\n}"}],"_postman_id":"bb4a3b21-9711-489d-b8a6-f5355ddbb1c7"},{"name":"ShipmentSummary","id":"fc8f5d1f-316f-413c-90c1-ec770429fc28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010207546\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/ShipmentSummary","description":"<p>This API can be used to fetch latest status of the shipment in <strong>InTargos</strong> system.</p>\n<p><em>This API consumes single valid waybill number only, for getting latest status of the shipment.</em></p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/ShipmentSummary\">https://staging.intargos.com/api/ShipmentSummary</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/ShipmentSummary\">https://app.intargos.com/api/ShipmentSummary</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Valid Waybill number or tracking id.</td>\n<td>Single waybill number has to be passed at a time.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response\"><strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>error</td>\n<td>boolean</td>\n<td>true or false</td>\n</tr>\n<tr>\n<td>response</td>\n<td>string</td>\n<td>Response Message or Error Description</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"successful-response\"><strong>Successful Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>summary</td>\n<td>array</td>\n<td>Comprises of InTargos Orderid, Fulfilled By, Order Date &amp; Time, Last Scan Date &amp; Time, Status Code, Status, Last Scan Location, Remark.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","ShipmentSummary"],"query":[],"variable":[]}},"response":[{"id":"12861080-6d92-4354-aeb8-f54bb79a05ce","name":"SuccessResponse - InTransit","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010207561\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 11:42:57 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=500bf97e8e1eb6022b6eb0c07adaf669b0f5b82c; expires=Fri, 02-Sep-2022 13:42:57 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Shipment summary available\",\n    \"summary\": {\n        \"waybill\": \"5027010207561\",\n        \"orderid\": \"51172\",\n        \"fulfilledby\": \"Delhivery\",\n        \"orderedon\": \"2021-11-28 11:42:35\",\n        \"lastscanned\": \"2022-02-17 14:56:51\",\n        \"statuscode\": \"223\",\n        \"status\": \"In Transit\",\n        \"location\": \"MAA/PC1, Chennai, TAMIL NADU\",\n        \"remark\": \"PickDone\"\n    }\n}"},{"id":"e56e1531-c28a-4935-935e-81d3647c2157","name":"SuccessResponse - Delivered","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010207546\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jun 2022 07:25:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Shipment summary available\",\n    \"summary\": {\n        \"waybill\": \"5027010207546\",\n        \"orderid\": \"51170\",\n        \"fulfilledby\": \"Delhivery\",\n        \"orderedon\": \"2021-11-27 19:00:31\",\n        \"lastscanned\": \"2022-02-04 18:36:51\",\n        \"statuscode\": \"226\",\n        \"status\": \"Delivered\",\n        \"location\": \"HYD/MPT, Hyderabad, TELANGANA\",\n        \"remark\": \"Delivered\"\n    }\n}"},{"id":"252941e2-c03e-47fe-9e78-1fd3b289a9fa","name":"SuccessResponse - RTS","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"5027010207535\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 11:00:16 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Shipment summary available\",\n    \"summary\": {\n        \"waybill\": \"5027010207535\",\n        \"orderid\": \"51169\",\n        \"fulfilledby\": \"Delhivery\",\n        \"orderedon\": \"2021-11-17 15:55:15\",\n        \"lastscanned\": \"2022-02-15 13:40:46\",\n        \"statuscode\": \"224\",\n        \"status\": \"RTS\",\n        \"location\": \"Noida_Sector59_R (Uttar Pradesh)\",\n        \"remark\": \"RETURN Accepted\"\n    }\n}"},{"id":"480c184b-7237-4788-93f5-de0aa844dc7c","name":"ErrorResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"278234669601\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/ShipmentSummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 11:03:38 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": true,\n    \"response\": \"No data available, invalid waybill number\"\n}"}],"_postman_id":"fc8f5d1f-316f-413c-90c1-ec770429fc28"}],"id":"5ee6894c-9a97-44e9-adb3-6cac04a9a3ce","description":"<p>This API specification enables you to retrieve tracking details for any order within the InTargos System. These APIs facilitate obtaining the latest status and comprehensive status scans for a requested AWB number(s).</p>\n","_postman_id":"5ee6894c-9a97-44e9-adb3-6cac04a9a3ce"},{"name":"NDR APIs","item":[{"name":"Re-Attempt","id":"076a9a5b-9e9a-412a-abf7-9a4a59fcc371","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"waybill_number\": \"4840610101581\",\n    \"ndr_action\": \"re_attempt\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateNDR","description":"<h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill_number</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Valid Waybill number or tracking id.</td>\n<td>Single waybill number has to be passed at a time.</td>\n</tr>\n<tr>\n<td><strong>ndr_action</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pass <strong>re_attempt</strong> to attempt delivery next day.</td>\n<td>Acceptable Value: <strong>re_attempt</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateNDR"],"host":["staging","intargos","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"076a9a5b-9e9a-412a-abf7-9a4a59fcc371"},{"name":"Re-Schedule","id":"33aef16f-8573-4f3f-864d-e50c01a47821","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"waybill_number\": \"4840610101581\",\n    \"ndr_action\": \"re_schedule\",\n    \"future_delivery\": \"25-01-2024\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateNDR","description":"<h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill_number</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Valid Waybill number or tracking id.</td>\n<td>Single waybill number has to be passed at a time.</td>\n</tr>\n<tr>\n<td><strong>ndr_action</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pass <strong>re_schedule</strong> to attempt delivery on specific date.</td>\n<td>Acceptable Value: <strong>re_schedule</strong></td>\n</tr>\n<tr>\n<td><strong>future_delivery</strong></td>\n<td><strong>date</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pass future delivery date in DD-MM-YYYY(e.g.: 25-01-2024) format.</td>\n<td>Given date must be more than current date and NOT more than 3 days from present date.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateNDR"],"host":["staging","intargos","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"33aef16f-8573-4f3f-864d-e50c01a47821"},{"name":"Update Details","id":"6a3ab014-957f-439a-b06b-f439ea3b5a84","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"waybill_number\": \"4840610101581\",\n    \"ndr_action\": \"update_details\",\n    \"new_address\": \"Updated Address\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateNDR","description":"<h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill_number</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Valid Waybill number or tracking id.</td>\n<td>Single waybill number has to be passed at a time.</td>\n</tr>\n<tr>\n<td><strong>ndr_action</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pass <strong>update_details</strong> to change delivery address.</td>\n<td>Acceptable Value: <strong>update_details</strong></td>\n</tr>\n<tr>\n<td><strong>new_address</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Updated/New delivery address</td>\n<td>The given address must be within the same city.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateNDR"],"host":["staging","intargos","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a3ab014-957f-439a-b06b-f439ea3b5a84"},{"name":"Cancel Order","id":"5d391276-43f3-4f8c-9191-5a534bfce0a9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"waybill_number\": \"4840610101581\",\r\n    \"ndr_action\": \"mark_rto\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CreateNDR","description":"<h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>waybill_number</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Valid Waybill number or tracking id.</td>\n<td>Single waybill number has to be passed at a time.</td>\n</tr>\n<tr>\n<td><strong>ndr_action</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pass <strong>mark_rto</strong> cancel &amp; return the order.</td>\n<td>Acceptable Value: <strong>mark_rto</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","CreateNDR"],"host":["staging","intargos","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d391276-43f3-4f8c-9191-5a534bfce0a9"}],"id":"508f6c4f-5319-45a0-a577-210e683b9c23","description":"<p>This API collection handles NDR instruction for non-delivered or failed delivery shipments. NDR instructions can include the following options:</p>\n<ul>\n<li><p>Re-Attempt: Attempt delivery for the next day.</p>\n</li>\n<li><p>Re-schedule: Schedule delivery on a specified date.</p>\n</li>\n<li><p>Cancel Order: Cancel &amp; Return back the order.</p>\n</li>\n<li><p>Update Details: Modify delivery details. (This feature only accepts a new address within the same city or within a specified distance range, which varies for different courier services)</p>\n</li>\n</ul>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/CreateNDR\">https://staging.intargos.com/api/CreateNDR</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/CreateNDR\">https://app.intargos.com/api/CreateNDR</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"508f6c4f-5319-45a0-a577-210e683b9c23"},{"name":"Utility APIs","item":[{"name":"Rate Calculator - B2C","id":"c85cf0be-3a2a-44a3-ab17-cd3259d57b5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"source_pincode\": \"400001\",\r\n    \"destination_pincode\": \"201301\",\r\n    \"payment_mode\": \"PPD\",\r\n    \"cod_amount\": \"0\",\r\n    \"express\": \"surface\",\r\n    \"shipment_length\": \"50\",\r\n    \"shipment_width\": \"20\",\r\n    \"shipment_height\": \"20\",\r\n    \"shipment_weight\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/RateCalculator","description":"<p>This API facilitates to get approximate charges for the any shipment/order carrier-wise, based on inputs given in request payload and carriers assigned.</p>\n<p><em>Integration of this API is completely optional, as the rates can also be obtained using</em> <em><strong>InTargos</strong></em> <em>Dashboard.</em></p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/RateCalculator\">https://staging.intargos.com/api/RateCalculator</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/RateCalculator\">https://app.intargos.com/api/RateCalculator</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>source_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Source Location Pincode</td>\n<td>Pincode entered should be valid.</td>\n</tr>\n<tr>\n<td><strong>destination_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Destination Location Pincode</td>\n<td>Valid Pincode is to be entered.</td>\n</tr>\n<tr>\n<td><strong>payment_mode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mode of Payment – COD for Cash on Delivery Orders, PPD for Prepaid Orders.</td>\n<td>Possible Value: COD or PPD</td>\n</tr>\n<tr>\n<td><strong>cod_amount</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>COD or Collectible amount. Pass non-zero value for COD. Pass 0 for prepaid order.</td>\n<td>Must be a decimal value upto 2 DP and more than or equal to 1.</td>\n</tr>\n<tr>\n<td><strong>express</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mode of express – air or surface</td>\n<td>Possible Value: air or surface</td>\n</tr>\n<tr>\n<td><strong>shipment_length</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Length of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_width</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Width of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_height</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Height of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_weight</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Weight of Shipment in Kilograms (Kgs).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","RateCalculator"],"query":[],"variable":[]}},"response":[{"id":"84dae7ea-179b-45b0-9972-9079a28349da","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"source_pincode\": \"400001\",\r\n    \"destination_pincode\": \"201301\",\r\n    \"payment_mode\": \"PPD\",\r\n    \"cod_amount\": \"0\",\r\n    \"express\": \"surface\",\r\n    \"shipment_length\": \"50\",\r\n    \"shipment_width\": \"20\",\r\n    \"shipment_height\": \"20\",\r\n    \"shipment_weight\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/RateCalculator"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 11:55:07 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=ce8be47e9ff0da05603a9103c94f1f15f430c816; expires=Fri, 02-Sep-2022 13:55:07 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Rate calculated successfully\",\n    \"source_pincode\": \"400001\",\n    \"source_location\": \"MUMBAI, MAHARASHTRA\",\n    \"destination_pincode\": \"201301\",\n    \"destination_location\": \"NOIDA, UTTAR PRADESH\",\n    \"express\": \"surface\",\n    \"weight_unit\": \"Kg(s).\",\n    \"charged_weight\": \"4.00\",\n    \"base_weight\": \"2.00\",\n    \"additional_weight\": \"2.00\",\n    \"carrierwise_charges\": [\n        {\n            \"carrier_name\": \"Delhivery  Test Account\",\n            \"charges\": \"00.00\"\n        },\n        {\n            \"carrier_name\": \"Bluedart DHL\",\n            \"charges\": \"00.00\"\n        },\n        {\n            \"carrier_name\": \"Ekart Testing\",\n            \"charges\": \"00.00\"\n        },\n        {\n            \"carrier_name\": \"XBees Test Account\",\n            \"charges\": \"00.00\"\n        }\n    ],\n    \"note\": \"Charges Incl. of GST.\"\n}"},{"id":"7a1c9b44-ae36-424e-ab80-e15f834dd08c","name":"ErrorResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"source_pincode\": \"226010\",\r\n    \"destination_pincode\": \"201301\",\r\n    \"payment_mode\": \"COD\",\r\n    \"cod_amount\": \"0\",\r\n    \"express\": \"surface\",\r\n    \"shipment_length\": \"50\",\r\n    \"shipment_width\": \"20\",\r\n    \"shipment_height\": \"20\",\r\n    \"shipment_weight\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/RateCalculator"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 11:05:44 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": true,\n    \"response\": \"COD Amount should be more than 0, for COD order\"\n}"}],"_postman_id":"c85cf0be-3a2a-44a3-ab17-cd3259d57b5d"},{"name":"Rate Calculator - B2B","id":"02e1d791-22e5-491a-a129-7e0a883c9332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"source_pincode\": \"400001\",\r\n    \"destination_pincode\": \"201301\",\r\n    \"payment_mode\": \"PPD\",\r\n    \"cod_amount\": \"0\",\r\n    \"express\": \"surface\",\r\n    \"shipment_length\": \"50\",\r\n    \"shipment_width\": \"20\",\r\n    \"shipment_height\": \"20\",\r\n    \"shipment_weight\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/RateCalculator","description":"<p>This API facilitates to get approximate charges for the any shipment/order for B2B shipments carrier-wise, based on inputs given in request payload and carriers assigned.</p>\n<p><em>Integration of this API is completely optional, as the rates can also be obtained using</em> <em><strong>InTargos</strong></em> <em>Dashboard.</em></p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/RateCalculator\">https://staging.intargos.com/api/RateCalculator</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/RateCalculator\">https://app.intargos.com/api/RateCalculator</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>source_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Source Location Pincode</td>\n<td>Pincode entered should be valid.</td>\n</tr>\n<tr>\n<td><strong>destination_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Destination Location Pincode</td>\n<td>Valid Pincode is to be entered.</td>\n</tr>\n<tr>\n<td><strong>payment_mode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mode of Payment – COD for Cash on Delivery Orders, PPD for Prepaid Orders.</td>\n<td>Possible Value: COD or PPD</td>\n</tr>\n<tr>\n<td><strong>cod_amount</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>COD or Collectible amount. Pass non-zero value for COD. Pass 0 for prepaid order.</td>\n<td>Must be a decimal value upto 2 DP and more than or equal to 1.</td>\n</tr>\n<tr>\n<td><strong>express</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mode of express – air or surface</td>\n<td>Possible Value: air or surface</td>\n</tr>\n<tr>\n<td><strong>is_mps</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pass yes for this to get charges for B2B shipments.</td>\n<td>Possible Value: yes or no or blank</td>\n</tr>\n</tbody>\n</table>\n</div><p>For MPS/B2B shipments, we need to provide boxes details as per format below:</p>\n<h5 id=\"request-parameters-boxes_descriptions\"><strong>Request Parameters: (<strong>boxes_descriptions[]</strong>)</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Remark/Validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>box_weight</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Value of the product in KGs.</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>number_of_box</strong></td>\n<td><strong>integer</strong></td>\n<td><strong>Yes</strong></td>\n<td>Total number of boxes within same consignment.</td>\n<td>Value must be more than 0.</td>\n</tr>\n<tr>\n<td><strong>box_length</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Length of the box in CMs.</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>box_width</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Width of the box in CMs.</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>box_height</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Height of the box in CMs.</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>box_value</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Value of the box in INR.</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","RateCalculator"],"query":[],"variable":[]}},"response":[{"id":"91a87ef5-009f-42b7-afa9-14b350418706","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"source_pincode\": \"110011\",\r\n    \"destination_pincode\": \"110011\",\r\n    \"payment_mode\": \"PPD\",\r\n    \"cod_amount\": \"0\",\r\n    \"express\": \"surface\",\r\n    \"shipment_length\": \"10\",\r\n    \"shipment_width\": \"10\",\r\n    \"shipment_height\": \"10\",\r\n    \"shipment_weight\": \"0.5\",\r\n    \"is_mps\": \"yes\",\r\n    \"order_amount\": \"2000\",\r\n    \"insurance_charges\": \"true\",\r\n    \"boxes_descriptions\": [\r\n        {\r\n            \"box_weight\": \"20\",\r\n            \"number_of_box\": \"1\",\r\n            \"box_length\": \"10\",\r\n            \"box_width\": \"10\",\r\n            \"box_height\": \"10\",\r\n            \"box_value\": \"2000\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/RateCalculator"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Sep 2022 11:55:07 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=ce8be47e9ff0da05603a9103c94f1f15f430c816; expires=Fri, 02-Sep-2022 13:55:07 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Rate calculated successfully\",\n    \"source_pincode\": \"110011\",\n    \"source_location\": \"NEW DELHI, DELHI\",\n    \"destination_pincode\": \"110011\",\n    \"destination_location\": \"NEW DELHI, DELHI\",\n    \"express\": \"surface\",\n    \"weight_unit\": \"Kg(s).\",\n    \"charged_weight\": \"20.00\",\n    \"base_weight\": \"20.00\",\n    \"additional_weight\": \"0.00\",\n    \"carrierwise_charges\": [\n        {\n            \"carrier_name\": \"DelhiveryB2B Test Acc\",\n            \"charges\": \"1,159.94\",\n            \"charges_sort\": \"1,159.94\",\n            \"additional_info\": {\n                \"fwd_charges\": \"204.00\",\n                \"fwd_addon\": 0,\n                \"additional_unit\": \"\",\n                \"charges_total\": 983,\n                \"gst_amount\": \"176.94\",\n                \"oth_charges_details\": {\n                    \"abd_charges\": \"222.00\",\n                    \"cod_charges\": 0,\n                    \"dacc_charges\": \"35.00\",\n                    \"fsc_charges\": \"222.00\",\n                    \"surcharge_2\": \"300.00\",\n                    \"fov_charges\": 0\n                },\n                \"oth_charges\": 779\n            },\n            \"oda_status\": \"Yes\"\n        },\n        {\n            \"carrier_name\": \"Ekart_B2b\",\n            \"charges\": \"43.66\",\n            \"charges_sort\": \"43.66\",\n            \"additional_info\": {\n                \"fwd_charges\": \"37.00\",\n                \"fwd_addon\": 0,\n                \"additional_unit\": \"\",\n                \"charges_total\": 37,\n                \"gst_amount\": \"6.66\",\n                \"oth_charges_details\": {\n                    \"abd_charges\": 0,\n                    \"cod_charges\": 0,\n                    \"dacc_charges\": 0,\n                    \"fsc_charges\": 0,\n                    \"surcharge_2\": 0,\n                    \"fov_charges\": 0\n                },\n                \"oth_charges\": 0\n            },\n            \"oda_status\": \"No\"\n        },\n        {\n            \"carrier_name\": \"Mahindra Logistics\",\n            \"charges\": \"43.66\",\n            \"charges_sort\": \"43.66\",\n            \"additional_info\": {\n                \"fwd_charges\": \"37.00\",\n                \"fwd_addon\": 0,\n                \"additional_unit\": \"\",\n                \"charges_total\": 37,\n                \"gst_amount\": \"6.66\",\n                \"oth_charges_details\": {\n                    \"abd_charges\": 0,\n                    \"cod_charges\": 0,\n                    \"dacc_charges\": 0,\n                    \"fsc_charges\": 0,\n                    \"surcharge_2\": 0,\n                    \"fov_charges\": 0\n                },\n                \"oth_charges\": 0\n            },\n            \"oda_status\": \"No\"\n        },\n        {\n            \"carrier_name\": \"Gati Test Account\",\n            \"charges\": \"805.94\",\n            \"charges_sort\": \"805.94\",\n            \"additional_info\": {\n                \"fwd_charges\": \"204.00\",\n                \"fwd_addon\": 0,\n                \"additional_unit\": \"\",\n                \"charges_total\": 683,\n                \"gst_amount\": \"122.94\",\n                \"oth_charges_details\": {\n                    \"abd_charges\": \"222.00\",\n                    \"cod_charges\": 0,\n                    \"dacc_charges\": \"35.00\",\n                    \"fsc_charges\": \"222.00\",\n                    \"surcharge_2\": 0,\n                    \"fov_charges\": 0\n                },\n                \"oth_charges\": 479\n            },\n            \"oda_status\": \"No\"\n        }\n    ],\n    \"note\": \"Charges Incl. of GST.\"\n}"}],"_postman_id":"02e1d791-22e5-491a-a129-7e0a883c9332"},{"name":"Pincode Serviceability","id":"badf4c11-1afe-4cb3-a7cd-1087fea13d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"source_pincode\": \"201301\",\r\n    \"destination_pincode\": \"400059\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/PincodeServiceability","description":"<p>This API allows to check serviceability of destination or source Pincode within <em><strong>InTargos</strong></em> system including other services available for queried pincode.</p>\n<p><em>Pincode serviceability can be checked using</em> <em><strong>InTargos</strong></em> <em>Dashboard also.</em></p>\n<p>Following Pincodes can be tested in Staging:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>226001  <br />226002  <br />226003  <br />226004  <br />226005  <br />226006  <br />226007  <br />226008</td>\n<td>226009  <br />226010  <br />201301  <br />201302  <br />201303  <br />201304  <br />201305  <br />201306</td>\n<td>201307  <br />201308  <br />201309  <br />201310  <br />110025  <br />110017  <br />110005  <br />110001</td>\n<td>200013  <br />800011  <br />110011  <br />122001  <br />122003  <br />110044  <br />110020  <br />400059</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/PincodeServiceability\">https://staging.intargos.com/api/PincodeServiceability</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/PincodeServiceability\">https://app.intargos.com/api/PincodeServiceability</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>source_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Source Location Pincode</td>\n<td>Pincode entered should be valid.</td>\n</tr>\n<tr>\n<td><strong>destination_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Destination Location Pincode</td>\n<td>Valid Pincode is to be entered.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"successful-response\">Successful <strong>Response:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Expected Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>source</td>\n<td>string</td>\n<td>City &amp; State Name for given pincode.</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>string</td>\n<td>City &amp; State Name for given pincode.</td>\n</tr>\n<tr>\n<td>Pickup</td>\n<td>string</td>\n<td>Yes/No</td>\n</tr>\n<tr>\n<td>Reverse</td>\n<td>string</td>\n<td>Yes/No</td>\n</tr>\n<tr>\n<td>Prepaid</td>\n<td>string</td>\n<td>Yes/No</td>\n</tr>\n<tr>\n<td>COD</td>\n<td>string</td>\n<td>Yes/No</td>\n</tr>\n<tr>\n<td>NDD-Next Day Delivery</td>\n<td>string</td>\n<td>Yes/No</td>\n</tr>\n<tr>\n<td>DG-Dangerous Goods</td>\n<td>string</td>\n<td>Yes/No</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","PincodeServiceability"],"query":[],"variable":[]}},"response":[{"id":"bf669295-0bae-4a70-8dc9-e9c849f33e2f","name":"SuccessResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"source_pincode\": \"201301\",\r\n    \"destination_pincode\": \"400059\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/PincodeServiceability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 11:07:45 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Valid & serviceable pincodes\",\n    \"source\": \"NOIDA, UTTAR PRADESH\",\n    \"destination\": \"MUMBAI, MAHARASHTRA\",\n    \"Pickup\": \"Yes\",\n    \"Reverse\": \"Yes\",\n    \"Prepaid\": \"Yes\",\n    \"COD\": \"Yes\",\n    \"NDD_NextDayDelivery\": \"Yes\",\n    \"DG_DangerousGoods\": \"Yes\"\n}"},{"id":"036e3d5e-7645-4c27-a71d-b33e757af9c5","name":"ErrorResponse","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"source_pincode\": \"201301\",\r\n    \"destination_pincode\": \"400076\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/PincodeServiceability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Aug 2022 11:08:22 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"error\": true,\n    \"response\": \"Invalid or non-serviceable pincodes\"\n}"}],"_postman_id":"badf4c11-1afe-4cb3-a7cd-1087fea13d04"},{"name":"Carriers Serviceability","id":"cf33555e-3b3f-4fd6-ab04-32a4542ad31e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"signature","value":"ENVIRONMENT'S TOKEN KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source_pincode\": \"400001\",\n    \"destination_pincode\": \"201301\",\n    \"express_type\": \"surface\",\n    \"shipment_length\": \"10\",\n    \"shipment_width\": \"10\",\n    \"shipment_height\": \"5\",\n    \"shipment_weight\": \"1.50\",\n    \"get_charges\": false,\n    \"order_amount\": \"999\",\n    \"cod_amount\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/CarrierServiceability","description":"<p>This API facilitates in giving us the list of carriers available for given pincode on real-time basis along with carrier id, which can be passed in <strong>CreateOrder</strong> API, (when you want to place order with specific courier).</p>\n<p>This API also allows you to get carrier-wise charges, when you change <code>get_charges</code> parameter to <code>true</code>.</p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging/Test Endpoint</td>\n<td><a href=\"https://staging.intargos.com/api/CarrierServiceability\">https://staging.intargos.com/api/CarrierServiceability</a></td>\n</tr>\n<tr>\n<td>Production Endpoint</td>\n<td><a href=\"https://app.intargos.com/api/CarrierServiceability\">https://app.intargos.com/api/CarrierServiceability</a></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Remark/Validation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>source_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Source/Pickup Location Pincode</td>\n<td>Pincode entered should be valid.</td>\n</tr>\n<tr>\n<td><strong>destination_pincode</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Destination/Delivery Location Pincode</td>\n<td>Valid Pincode is to be entered.</td>\n</tr>\n<tr>\n<td><strong>express</strong></td>\n<td><strong>string</strong></td>\n<td><strong>Yes</strong></td>\n<td>Mode of express – air or surface</td>\n<td>Possible Value: air or surface</td>\n</tr>\n<tr>\n<td><strong>shipment_length</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Length of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_width</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Width of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_height</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Height of box of the shipment in centimetres (cms).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>shipment_weight</strong></td>\n<td><strong>decimal</strong></td>\n<td><strong>Yes</strong></td>\n<td>Weight of Shipment in Kilograms (Kgs).</td>\n<td>Must be a decimal value upto 2 DP and more than 0.</td>\n</tr>\n<tr>\n<td><strong>get_charges</strong></td>\n<td><strong>boolean</strong></td>\n<td><strong>Yes</strong></td>\n<td>Pass <em><strong>false</strong></em> if you do not wish to retrieve charges.  <br />Pass <em><strong>true</strong></em> if you want to fetch charges.  <br />Note: If set to true, include two additional parameters in the request payload as specified below.</td>\n<td>Possible Value: true or false</td>\n</tr>\n<tr>\n<td><strong>order_amount</strong></td>\n<td><strong>decimal</strong></td>\n<td>No, <strong>but required when get_charges is true.</strong></td>\n<td>The total amount of the order.</td>\n<td>Must be a decimal value upto 2 DP and more than or equal to 1.</td>\n</tr>\n<tr>\n<td><strong>cod_amount</strong></td>\n<td><strong>decimal</strong></td>\n<td>No, <strong>but required when get_charges is true.</strong></td>\n<td>COD or Collectible amount. Pass non-zero value for COD. Pass 0 for prepaid order.</td>\n<td>Must be a decimal value upto 2 DP and more than or equal to 1.</td>\n</tr>\n<tr>\n<td><strong>is_b2b</strong></td>\n<td>boolean</td>\n<td>No, <strong>but required to check for B2B serviceability.</strong></td>\n<td></td>\n<td>Possible Value: true or false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","CarrierServiceability"],"query":[],"variable":[]}},"response":[{"id":"c0eb658d-48ce-4d0d-aac7-fb029b0fc037","name":"Response without Charges","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source_pincode\": \"400001\",\n    \"destination_pincode\": \"201301\",\n    \"express_type\": \"surface\",\n    \"shipment_length\": \"10\",\n    \"shipment_width\": \"10\",\n    \"shipment_height\": \"5\",\n    \"shipment_weight\": \"1.50\",\n    \"get_charges\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CarrierServiceability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jan 2024 11:19:08 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=386a31076b30ddf195adc0bdfe03190e3873d9c3; expires=Tue, 30-Jan-2024 13:19:08 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Carriers available on given pincodes\",\n    \"available_carriers\": [\n        {\n            \"carrier_name\": \"Delhivery\",\n            \"carrier_id\": \"0\"\n        },\n        {\n            \"carrier_name\": \"BlueDart\",\n            \"carrier_id\": \"0\"\n        },\n        {\n            \"carrier_name\": \"XPressBees\",\n            \"carrier_id\": \"0\"\n        },\n        {\n            \"carrier_name\": \"DTDC\",\n            \"carrier_id\": \"0\"\n        }\n    ]\n}"},{"id":"764a0f6e-e6da-420d-8370-e111b9d8ce08","name":"Response with Charges","originalRequest":{"method":"POST","header":[{"key":"signature","value":"VNL3N8FGEWK67O4HPL5IUXBSRM2VPU","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"source_pincode\": \"400001\",\n    \"destination_pincode\": \"201301\",\n    \"express_type\": \"surface\",\n    \"shipment_length\": \"10\",\n    \"shipment_width\": \"10\",\n    \"shipment_height\": \"5\",\n    \"shipment_weight\": \"1.50\",\n    \"get_charges\": true,\n    \"order_amount\": \"999\",\n    \"cod_amount\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://staging.intargos.com/api/CarrierServiceability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jan 2024 12:35:41 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Keep-Alive","value":"timeout=30"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"error\": false,\n    \"response\": \"Carriers available on given pincodes\",\n    \"available_carriers\": [\n        {\n            \"carrier_name\": \"Delhivery\",\n            \"carrier_id\": \"0\",\n            \"charges\": \"0.00\"\n        },\n        {\n            \"carrier_name\": \"BlueDart\",\n            \"carrier_id\": \"0\",\n            \"charges\": \"0.00\"\n        },\n        {\n            \"carrier_name\": \"XPressBees\",\n            \"carrier_id\": \"0\",\n            \"charges\": \"0.00\"\n        },\n        {\n            \"carrier_name\": \"DTDC\",\n            \"carrier_id\": \"0\",\n            \"charges\": \"0.00\"\n        }\n    ]\n}"}],"_postman_id":"cf33555e-3b3f-4fd6-ab04-32a4542ad31e"}],"id":"65cbd9c6-6ed9-4efb-aca4-0d3f7fcf4e3f","description":"<p>These Utility APIs comprise an additional collection of APIs provided by InTargos, assisting you in obtaining details such as Rate Calculator, Pin Serviceability, and retrieving the list of carriers assigned to you for specific slab and zone.</p>\n<p>These APIs can be integrated and uses based on your specific business use cases.</p>\n","_postman_id":"65cbd9c6-6ed9-4efb-aca4-0d3f7fcf4e3f"},{"name":"Tracking Webhook","item":[{"name":"Push API","id":"401c8048-c297-4c59-ba0d-7a7f586fe668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"awbNumber\"         : \"23458521566855\" ,\r\n    \"intargosOrderid\"   : \"305421\",\r\n    \"pushScan_refno\"    : \"98754120\",\r\n    \"status\"            : \"In Transit\",\r\n    \"statusCode\"        : \"223\",\r\n    \"statusDescription\" : \"Shipment in transit\",\r\n    \"statusTimestamp\"   : \"2024-01-24 18:34:16\",\r\n    \"statusLocation\"    : \"Mumbai-Hub\",\r\n    \"rtoAWBNumber\"      : \"\",\r\n    \"rtoComment\"        : \"\",\r\n    \"expectedDelivery\"  : \"2024-0-30\",\r\n    \"shipmentPOD\"       : \"POD Link\",\r\n    \"ndr_code\"          : \"\",\r\n    \"ndr_reason\"        : \"Reason for NDR\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://YourWebhookURL.com","description":"<p>We offer a generic PUSH API callback for our customers, enabling them to receive real-time notifications for each status change in push notifications.</p>\n<h5 id=\"request-details\">Request Details:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>POST</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>URL Endpoint</strong></td>\n<td>As given by customer in HTTPS</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"authentication\">Authentication:</h5>\n<ul>\n<li>No Authentication - All request pushed will be sent without any authentication header in requests.</li>\n<li>Auth Token - \"Authentication Token\" will be passed in <strong>header</strong> as \"auth_token\", in header with all requests.</li>\n</ul>\n<h5 id=\"to-enable-push-api-from-intargos-dashboard\">To Enable Push API from InTargos Dashboard:</h5>\n<ol>\n<li>Login to InTargos Dashboard</li>\n<li>Navigate to Utilities menu in left sidebar</li>\n<li>In the last Tab, you can find Push API option, click on it.</li>\n<li>Enter valid Endpoint URL, where you want to receive tracking scan logs.</li>\n<li>To enable header authentication, toggle \"Enable Authentication\" switch.</li>\n<li>This \"authentication token\" will be passed in <strong>header</strong> as \"auth_token\", parameter.</li>\n</ol>\n<h5 id=\"please-note\"><strong>Please Note:</strong></h5>\n<ul>\n<li>Push API service may take upto 7 business days to get enabled, as it involves comprehensive testing and mutual confirmation between the client and our technical team.</li>\n<li>Once the Push API tracking service is activated &amp; live, modifications cannot be made from your end. You need to reach our technical support at: <a href=\"https://mailto:techsupport@intargos.com\">techsupport@intargos.com</a> for any query or changes</li>\n</ul>\n<h5 id=\"request-parameters\"><strong>Request Parameters:</strong></h5>\n","urlObject":{"protocol":"https","host":["YourWebhookURL","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"401c8048-c297-4c59-ba0d-7a7f586fe668"}],"id":"ccf64ee6-cbc3-426b-968c-b34e35c202b7","description":"<p>Tracking Webhook or Push API can be used to received real-time tracking status updates for the shipments within <strong>InTargos</strong> system.</p>\n","_postman_id":"ccf64ee6-cbc3-426b-968c-b34e35c202b7"},{"name":"Tracking Statuses","id":"0931b8f6-3eea-4363-91dc-382614448d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[],"url":"InTargos Tracking Statuses","description":"<p><strong>Different Status and Scans For Every Package Life Cycle</strong></p>\n<p><em><strong>InTargos</strong></em> provides below mentioned \"Status Code\" and \"Status\" for forward and reverse shipments giving more clarity on the status of package in the entire lifecycle.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>INTARGOS STATUS CODE</strong></th>\n<th><strong>STATUS</strong></th>\n<th><strong>STATUS DESCRIPTION</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>221</strong></td>\n<td>Booked</td>\n<td>Shipment is successfully Booked</td>\n</tr>\n<tr>\n<td><strong>222</strong></td>\n<td>Manifested/Ready for Pickup</td>\n<td>Shipping Label is Generated or Pickup Request is created</td>\n</tr>\n<tr>\n<td><strong>223</strong></td>\n<td>In Transit</td>\n<td>In Transit (Forward)</td>\n</tr>\n<tr>\n<td><strong>224</strong></td>\n<td>RTS</td>\n<td>Returned/Delivered to Seller (Forward)</td>\n</tr>\n<tr>\n<td><strong>225</strong></td>\n<td>RTO</td>\n<td>Marked RTO &amp; RTO In-Transit (Forward)</td>\n</tr>\n<tr>\n<td><strong>226</strong></td>\n<td>Delivered</td>\n<td>Shipment Delivered to Consignee</td>\n</tr>\n<tr>\n<td><strong>227</strong></td>\n<td>Cancelled</td>\n<td>Shipment Cancelled</td>\n</tr>\n<tr>\n<td><strong>228</strong></td>\n<td>Dispatched/Out for Delivery</td>\n<td>Dispatched or Out for Delivery</td>\n</tr>\n<tr>\n<td><strong>229</strong></td>\n<td>Failed</td>\n<td>Shipment Failed due to any reason</td>\n</tr>\n<tr>\n<td><strong>233</strong></td>\n<td>Delivery Attempted (NDR)</td>\n<td>Delivery Attempted (NDR) or Non-Delivered</td>\n</tr>\n<tr>\n<td><strong>238</strong></td>\n<td>NDR - Out for Delivery</td>\n<td>Shipment is out for delivery after NDR</td>\n</tr>\n<tr>\n<td><strong>234</strong></td>\n<td>Lost/Missed</td>\n<td>Lost, Missed, Misrouted Shipments</td>\n</tr>\n<tr>\n<td><strong>235</strong></td>\n<td>Damaged/Destroyed</td>\n<td>Damaged/Destroyed Shipments</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["InTargos Tracking Statuses"],"query":[],"variable":[]}},"response":[],"_postman_id":"0931b8f6-3eea-4363-91dc-382614448d9c"},{"name":"NDR Codes","id":"b8dfa301-c376-4dca-8ab9-5393889c1f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"OPTIONS","header":[],"url":"InTargos NDR Status Codes","description":"<p>With <em><strong>InTargos</strong></em> you get below mentioned \"NDR Status Codes\" along with reason for forward and reverse shipments, which are not delivered due to particular reason.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>NDR Code</strong></th>\n<th><strong>NDR Reason</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10001</td>\n<td>Consignee Not Contactable</td>\n</tr>\n<tr>\n<td>10002</td>\n<td>Consignee Unavailable</td>\n</tr>\n<tr>\n<td>10003</td>\n<td>Consignee Refused to Accept</td>\n</tr>\n<tr>\n<td>10004</td>\n<td>Consignee Refused to Pay COD Amount</td>\n</tr>\n<tr>\n<td>10005</td>\n<td>Consignee Requested Open Delivery</td>\n</tr>\n<tr>\n<td>10006</td>\n<td>Consignee Asked For Future Delivery</td>\n</tr>\n<tr>\n<td>10007</td>\n<td>Consignee Details Incomplete</td>\n</tr>\n<tr>\n<td>10008</td>\n<td>Consignee Not Available at given address</td>\n</tr>\n<tr>\n<td>10009</td>\n<td>Self Collect by Consignee</td>\n</tr>\n<tr>\n<td>10010</td>\n<td>ID Proof not provided</td>\n</tr>\n<tr>\n<td>10011</td>\n<td>Wrong or Incomplete Address</td>\n</tr>\n<tr>\n<td>10012</td>\n<td>Delivery Address Closed</td>\n</tr>\n<tr>\n<td>10013</td>\n<td>Reattempt Next Day</td>\n</tr>\n<tr>\n<td>10014</td>\n<td>Auto Reattempt</td>\n</tr>\n<tr>\n<td>10015</td>\n<td>Entry Restricted Area</td>\n</tr>\n<tr>\n<td>10016</td>\n<td>COVID Restricted Zone</td>\n</tr>\n<tr>\n<td>10017</td>\n<td>Out of Delivery Area</td>\n</tr>\n<tr>\n<td>10018</td>\n<td>Payment/Qty/Bill Dispute</td>\n</tr>\n<tr>\n<td>10019</td>\n<td>COD Amount Not Ready</td>\n</tr>\n<tr>\n<td>10020</td>\n<td>Shipment Mis-route</td>\n</tr>\n<tr>\n<td>10021</td>\n<td>Natural Calamities</td>\n</tr>\n<tr>\n<td>10022</td>\n<td>OTP Error</td>\n</tr>\n<tr>\n<td>10023</td>\n<td>Others</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["InTargos NDR Status Codes"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8dfa301-c376-4dca-8ab9-5393889c1f00"}],"event":[{"listen":"prerequest","script":{"id":"66142374-afb7-489e-ba5b-7f57c64b88dc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dcc4a163-ba11-45dc-aeef-05014cd14679","type":"text/javascript","exec":[""]}}]}