{"info":{"_postman_id":"95f6e127-c940-4ef4-99ee-624716b92374","name":"SHIPMENT Copy","description":"<html><head></head><body><p><strong>Shipment API Documentation</strong></p>\n<p>Welcome to the Shipment API Documentation. This document is designed to help developers and users easily understand and integrate our APIs for creating, updating, retrieving, and managing shipments. With our APIs, you can seamlessly interact with your shipment management system.</p>\n<hr>\n<h3 id=\"api-guidelines\"><strong>API Guidelines</strong></h3>\n<p>Our APIs use the REST architecture and support the following HTTP methods:</p>\n<ul>\n<li><p><strong>POST</strong>: Create a new resource (e.g., create a shipment).</p>\n</li>\n<li><p><strong>GET</strong>: Retrieve details of a resource (e.g., get shipment details).</p>\n</li>\n<li><p><strong>PUT</strong>: Update an existing resource (e.g., update shipment status).</p>\n</li>\n</ul>\n<h4 id=\"request-and-response-format\"><strong>Request and Response Format</strong></h4>\n<ul>\n<li><p>Request body: JSON format</p>\n</li>\n<li><p>Response body: JSON format</p>\n</li>\n</ul>\n<h4 id=\"important-notes\"><strong>Important Notes</strong></h4>\n<ul>\n<li><p>Ensure all requests include valid API credentials.</p>\n</li>\n<li><p>Any changes made through the API will directly reflect in your account.</p>\n</li>\n</ul>\n<hr>\n<h3 id=\"common-errors-and-response-codes\"><strong>Common Errors and Response Codes</strong></h3>\n<p>Below are the standard response codes you may encounter:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success: The request was processed successfully.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request: Invalid request format or parameters.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized: Authentication failed.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found: The requested resource does not exist.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error: An unexpected error occurred.</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<p>These APIs can be used to get shipment details. You can either get all shipment details at once or the details of a particular shipment. You can create and update the shipment also.</p>\n<p>Below are some associated status codes related to the shipments:</p>\n<h5 id=\"shipment-status-codes\">Shipment Status Codes:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>SHIPMENT_CREATED</td>\n</tr>\n<tr>\n<td>2</td>\n<td>PICKUP_RESCHEDULED</td>\n</tr>\n<tr>\n<td>3</td>\n<td>OUT_FOR_PICKUP</td>\n</tr>\n<tr>\n<td>4</td>\n<td>PICKED_UP</td>\n</tr>\n<tr>\n<td>5</td>\n<td>SHIPPED</td>\n</tr>\n<tr>\n<td>6</td>\n<td>IN_TRANSIT</td>\n</tr>\n<tr>\n<td>7</td>\n<td>REACHED_DESTINATION_HUB</td>\n</tr>\n<tr>\n<td>8</td>\n<td>OUT_FOR_DELIVERY</td>\n</tr>\n<tr>\n<td>9</td>\n<td>DELIVERED</td>\n</tr>\n<tr>\n<td>10</td>\n<td>LOST</td>\n</tr>\n<tr>\n<td>11</td>\n<td>DAMAGED</td>\n</tr>\n<tr>\n<td>12</td>\n<td>PICKUP_EXCEPTION</td>\n</tr>\n<tr>\n<td>13</td>\n<td>DELIVERY_EXCEPTION</td>\n</tr>\n<tr>\n<td>14</td>\n<td>RTO_NDR</td>\n</tr>\n<tr>\n<td>15</td>\n<td>RTO_INITIATED</td>\n</tr>\n<tr>\n<td>16</td>\n<td>RTO_OFD</td>\n</tr>\n<tr>\n<td>17</td>\n<td>RTO_IN_TRANSIT</td>\n</tr>\n<tr>\n<td>18</td>\n<td>RTO_DELIVERED</td>\n</tr>\n<tr>\n<td>19</td>\n<td>CANCELLED</td>\n</tr>\n<tr>\n<td>20</td>\n<td>NDR</td>\n</tr>\n<tr>\n<td>21</td>\n<td>NPR</td>\n</tr>\n<tr>\n<td>22</td>\n<td>NDR_RESOLVED</td>\n</tr>\n<tr>\n<td>23</td>\n<td>NPR_RESOLVED</td>\n</tr>\n</tbody>\n</table>\n</div><p>Below are some associated NDR reasons related to the shipments:</p>\n<h3 id=\"npr-reasons\">NPR Reasons:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Reason Code</th>\n<th>Reason Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Seller Not Available / Phone no. Not Contactable</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Incomplete Address/vendor Shifted</td>\n</tr>\n<tr>\n<td>3</td>\n<td>No Pickup / Shipment Not Ready</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Vehicle Issue / Space Constraint</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Regulatory non-compliance</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Pickup request cancelled by Seller</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Seller Requested Future Pick up</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Awb rejected</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Duplicate Pickup Request</td>\n</tr>\n<tr>\n<td>10</td>\n<td>No Attempt / Pick up Delay</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Non Servicable Location</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Pick Failed Due to Dangerous Goods</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Product packaging Issue</td>\n</tr>\n<tr>\n<td>14</td>\n<td>RTO</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Shipment Handedover to other courier</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Shipper Premises Closed</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Bar Code Issue</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Seller Closed</td>\n</tr>\n<tr>\n<td>19</td>\n<td>COVID-Access Restricted</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Pick up Request Expired</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Partial Pickup</td>\n</tr>\n<tr>\n<td>22</td>\n<td>Entry not Permitted</td>\n</tr>\n<tr>\n<td>23</td>\n<td>Customer wants refund/replacement first</td>\n</tr>\n</tbody>\n</table>\n</div><p>Below are some associated NPR reasons related to the shipments:</p>\n<h3 id=\"ndr-reasons\">NDR Reasons:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Reason Code</th>\n<th>Reason Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Consignee Uncontactable</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Wrong Address</td>\n</tr>\n<tr>\n<td>3</td>\n<td>COD Not Ready</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Customer Asked For Future Delivery</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Customer Asked For Self Collect</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Customer Refused</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Auto Reattempt</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Office/Residence Closed</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Others</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Entry Restricted Area</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Out of Delivery Area</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Payment/Qty/Bill/OTP Dispute</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Reattempt Next Day</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Customer Requested Open Delivery</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Customer did not show ID card</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Customer Not Available</td>\n</tr>\n<tr>\n<td>17</td>\n<td>COVID - Access Restricted</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Customer Refused - OTP Verified</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Customer Refused - IVR Verified</td>\n</tr>\n</tbody>\n</table>\n</div><p>Below are some associated RTO_NDR reasons related to the shipments:</p>\n<h3 id=\"rto_ndr-reasons\">RTO_NDR Reasons</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Reason Code</th>\n<th>Reason Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Seller Wants Open Delivery</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Seller Premise / Warehouse Closed</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Seller Not Contactable &amp; the address is not locatable</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Address Not Correct</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Seller / Warehouse Refused to Accept Delivery</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Other</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Wrong Address</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Seller Refused - Shipment Damaged/Short Received</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Seller Refused - Content Missing/Content Mismatch</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Seller Refused - Invoice Missing</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Seller Uncontactable</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Seller Not Available</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Seller Asked For Future Delivery</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Seller Asked For Self Collect</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Entry Restricted Area</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Payment/Qty/Bill/OTP Dispute</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Seller did not show ID card</td>\n</tr>\n<tr>\n<td>18</td>\n<td>COVID - Access Restricted</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Seller Refused - OTP Verified</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"40785460","collectionId":"95f6e127-c940-4ef4-99ee-624716b92374","publishedId":"2sAYQZHsEU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-16T11:34:54.000Z"},"item":[{"name":"Authentication API","item":[{"name":"Generate Token","id":"6305be1b-10c8-420a-8a13-f567136cf977","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"projectName\":\"LAPP\",\n    \"userEmail\": \"example@gmail.com\",\n    \"password\": \"example@123\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/login","description":"<p>This api is use to log in to your account and it gives use authorization token.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PARAMS</strong></th>\n<th><strong>REQUIRED</strong></th>\n<th><strong>DATA TYPE</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n<th><strong>EXAMPLE</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>projectName</code></td>\n<td>YES</td>\n<td>string</td>\n<td>The name of the project.</td>\n<td>LAPP</td>\n</tr>\n<tr>\n<td><code>userEmail</code></td>\n<td>YES</td>\n<td>string</td>\n<td>The email address of the user.</td>\n<td><a href=\"https://mailto:example@gmail.com\">example@gmail.com</a></td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>YES</td>\n<td>string</td>\n<td>The password for the user account.</td>\n<td>example@123</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","login"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f6f59dc0-db36-4d16-99fe-2824240a3cd0","name":"Generate Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n    \"projectName\":\"LAPP\",\n    \"userEmail\": \"john@example.in\",\n    \"password\": \"john@123456\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/login"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"445"},{"key":"ETag","value":"W/\"1bd-iz+IN1o0tFG9GQHoKjwm8WDh1Oo\""},{"key":"Date","value":"Wed, 01 Jan 2025 13:13:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"msg\": \"User login successful\",\n    \"data\": {\n        \"access_token\": \"xxx\",\n        \"userName\": \"john.david\",\n        \"userEmail\": \"john@example.in\",\n        \"projectName\": \"LAPP\",\n        \"approved\": \"incomplete\",\n        \"userProfile\": \"default user\"\n    }\n}"}],"_postman_id":"6305be1b-10c8-420a-8a13-f567136cf977"}],"id":"f20474c0-d223-4cb8-8f57-7a6a47f88570","description":"<p>The authentication token is an alphanumeric code, unique to your Shipment account, can be used from any system to validate your API calls to access Shipment's resources. Shipment API uses <a href=\"https://jwt.io/introduction/\">JWT</a> tokens for validation.</p>\n<p>Use this API to validate your API user and obtain the authentication token. Copy this token and use it further to validate your API calls.</p>\n<p><strong>Steps To Use Token:</strong></p>\n<ul>\n<li><p>Copy the token received in response.</p>\n</li>\n<li><p>Include <em><strong>'Authorization: yourtokenvalue'</strong></em> in the appropriate field of your code.</p>\n</li>\n<li><p>That's all! In case of any error, try checking your parameters.</p>\n</li>\n</ul>\n","_postman_id":"f20474c0-d223-4cb8-8f57-7a6a47f88570"},{"name":"Webhook","item":[{"name":"GetAllEvents","id":"45fd666b-47a3-4c7d-8b2e-f8c2b4a77d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<YOUR TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/getAllEvents","description":"<p>This API retrieves a comprehensive list of all webhook events available for shipment services. These events represent the actions or changes that the shipment system monitors and notifies through webhooks.</p>\n","urlObject":{"path":["user","shipment","getAllEvents"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"94fbb8ce-c352-4021-881f-88d4c00e9fc8","name":"GetAllEvents","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"url":"https://lap.techeagle.in/api/v1/user/shipment/getAllEvents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9602"},{"key":"ETag","value":"W/\"2582-LWAGRKhaYm+inxq378upjTCCBF0\""},{"key":"Date","value":"Wed, 01 Jan 2025 13:20:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"allEvents\": [\n            \"shipment/create\",\n            \"shipment/npr\",\n            \"shipment/ndr\",\n            \"shipment/status-update\",\n            \"shipment/tracking\",\n            \"shipment/cancel\",\n            \"shipment/reschedule\"\n        ]\n    },\n    \"status\": \"success\",\n    \"message\": \"All Events fetched successfully\"\n}"}],"_postman_id":"45fd666b-47a3-4c7d-8b2e-f8c2b4a77d37"},{"name":"Register Callback","id":"2e420737-8e2f-4772-9744-bcc248f417f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventName\": \"shipment/create\",\n    \"projectName\": \"LAPP\",\n    \"callbackLink\": \"https://example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/webhook","description":"<p>The <strong>Register Callback API</strong> allows users to register a webhook URL to receive event notifications for specific actions or updates within the system. By providing the appropriate webhook URL, users can enable seamless and automated communication between the system and their application, ensuring real-time updates. The callback URL is recommended to use the HTTPS protocol to ensure secure communication. Using HTTPS helps protect sensitive data and maintain the integrity of the communication.</p>\n<p>Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eventName</code></td>\n<td><code>string</code></td>\n<td>The name of the event being triggered.</td>\n<td><code>\"shipment/create\"</code></td>\n</tr>\n<tr>\n<td><code>projectName</code></td>\n<td><code>string</code></td>\n<td>The name of the project.</td>\n<td><code>\"LAPP\"</code></td>\n</tr>\n<tr>\n<td><code>callbackLink</code></td>\n<td><code>string</code></td>\n<td>The URL to which the callback will be sent.</td>\n<td><code>\"https://example.com\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","webhook"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7b47308b-5bf7-4ca5-8721-fa0b616273db","name":"RegisterCallback","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventName\": \"shipment/create\",\n    \"projectName\": \"LAPP\",\n    \"callbackLink\": \"https://example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"358"},{"key":"ETag","value":"W/\"166-bFi0kX+BSJs5KHDhX2cf/QXsw2I\""},{"key":"Date","value":"Wed, 01 Jan 2025 15:12:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Webhook created successfully\",\n    \"data\": {\n        \"eventName\": \"shipment/create\",\n        \"callbackLink\": \"https://example.com\",\n        \"projectName\": \"LAPP\",\n        \"userEmail\": \"john@example.in\",\n        \"createdAt\": \"2025-01-01T15:12:49.760Z\",\n        \"updatedAt\": \"2025-01-01T15:12:49.760Z\"\n    }\n}"}],"_postman_id":"2e420737-8e2f-4772-9744-bcc248f417f3"}],"id":"8fe0a6f7-6bc2-4132-b28b-1141743753c0","description":"<p>This folder contains two key API endpoints for managing webhooks in our system:</p>\n<ul>\n<li><strong>Fetch Available Events</strong></li>\n</ul>\n<p><strong>Endpoint:</strong> /shipment/getAllEvents<br /><strong>Description:</strong><br />This API endpoint retrieves a list of all available events that can be subscribed to using webhooks. These events represent specific actions or updates in the system that can trigger a webhook. Use this endpoint to explore the event types and their details before registering a webhook.</p>\n<ul>\n<li><strong>Register Webhook Callback URL</strong></li>\n</ul>\n<p><strong>Endpoint:</strong> /user/webhook<br /><strong>Description:</strong><br />This API endpoint is used to register a callback URL for a specific event. Once registered, the system will send an HTTP request to the provided URL whenever the specified event occurs.</p>\n","_postman_id":"8fe0a6f7-6bc2-4132-b28b-1141743753c0"},{"name":"create new shipment","id":"f81596a9-4a23-4702-a00a-83b532fb3b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"governmentId\": \"NA\",\n     \"invoiceNumber\":\"Ship15454\",\n     \"invoiceDate\":\"2023-10-06 11:56:39\",\n     \"isScheduledConfirmed\": true,\n    \"receiverDetails\":{\n        \"email\": \"john@example.in\",\n        \"address\": {\n            \"city\": \"mumbai\",\n            \"state\": \"Maharashtra\",\n            \"addressLine\": \"sample receiver address line\",\n            \"pincode\": \"654321\"\n        },\n        \"pincode\": \"654321\",\n        \"phoneNo\": \"8888888888\",\n        \"altPhoneNo\": \"5656565656\"\n    },\n    \"senderDetails\":{\n       \"email\": \"sender@example.in\",\n        \"address\": {\n            \"city\": \"gurgaon\",\n            \"state\": \"Haryana\",\n            \"addressLine\": \"sample sender address line\",\n            \"pincode\": \"123456\"\n        },\n        \"pincode\": \"123456\",\n        \"phoneNo\": \"9999999999\",\n        \"altPhoneNo\": \"9898989898\"\n    },\n    \"paymentDetails\":{\n        \"isPaymentDone\": false,\n        \"paymentMode\": \"NA\",\n        \"paymentTransactionId\": \"NA\",\n        \"amount\": 0\n    },\n    \"shipmentDetails\":{\n        \"dimensions\": {\n                \"length\": 50,\n                \"width\": 50,\n                \"height\": 50\n            },\n        \"weight\": 500,\n        \"vWeight\": 500,\n        \"eWayBillNo\":\"NA\"\n    },\n    \"products\":[\n        {\n            \"SKU\": \"SKU1234\",\n            \"price\": 500,\n            \"quantity\": 2,\n            \"productId\": \"ProductId\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/new","description":"<p>This api is used to create the new shipment.</p>\n<p>Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PARAMS</strong></th>\n<th><strong>REQUIRED</strong></th>\n<th><strong>DATA TYPE</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n<th><strong>EXAMPLE</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>governmentId</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Unique government ID related to the order. If not available, use <code>\"NA\"</code>.</td>\n<td><code>\"NA\"</code></td>\n</tr>\n<tr>\n<td><code>invoiceNumber</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Invoice number for the shipment.</td>\n<td><code>\"Ship15454\"</code></td>\n</tr>\n<tr>\n<td><code>invoiceDate</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Invoice date in <code>yyyy-mm-dd hh:mm:ss</code> format.</td>\n<td><code>\"2023-10-06 11:56:39\"</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails</code></td>\n<td>YES</td>\n<td>object</td>\n<td>Details of the receiver, including email, address, and contact numbers.</td>\n<td><code>{...}</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.email</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Email address of the receiver.</td>\n<td><code>\"example@gmail.com\"</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.address</code></td>\n<td>YES</td>\n<td>object</td>\n<td>Address of the receiver. Includes city, state, address line, and zip code.</td>\n<td><code>{...}</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.address.city</code></td>\n<td>YES</td>\n<td>string</td>\n<td>City of the receiver's address.</td>\n<td><code>\"mumbai\"</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.address.state</code></td>\n<td>YES</td>\n<td>string</td>\n<td>State of the receiver's address.</td>\n<td><code>\"Maharashtra\"</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.address.addressLine</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Address line for the receiver's address.</td>\n<td><code>\"sample receiver address line\"</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.address.zipCode</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Zip code of the receiver's address.</td>\n<td><code>\"654321\"</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.pincode</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Pincode of the receiver's address.</td>\n<td><code>\"654321\"</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.phoneNo</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Phone number of the receiver.</td>\n<td><code>\"8888888888\"</code></td>\n</tr>\n<tr>\n<td><code>receiverDetails.altPhoneNo</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Alternate phone number of the receiver.</td>\n<td><code>\"5656565656\"</code></td>\n</tr>\n<tr>\n<td><code>senderDetails</code></td>\n<td>YES</td>\n<td>object</td>\n<td>Details of the sender, including email, address, and contact numbers.</td>\n<td><code>{...}</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.email</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Email address of the sender.</td>\n<td><code>\"sender@techeagle.in\"</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.address</code></td>\n<td>YES</td>\n<td>object</td>\n<td>Address of the sender. Includes city, state, address line, and zip code.</td>\n<td><code>{...}</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.address.city</code></td>\n<td>YES</td>\n<td>string</td>\n<td>City of the sender's address.</td>\n<td><code>\"gurgaon\"</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.address.state</code></td>\n<td>YES</td>\n<td>string</td>\n<td>State of the sender's address.</td>\n<td><code>\"Haryana\"</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.address.addressLine</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Address line for the sender's address.</td>\n<td><code>\"sample sender address line\"</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.address.zipCode</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Zip code of the sender's address.</td>\n<td><code>\"123456\"</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.pincode</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Pincode of the sender's address.</td>\n<td><code>\"123456\"</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.phoneNo</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Phone number of the sender.</td>\n<td><code>\"9999999999\"</code></td>\n</tr>\n<tr>\n<td><code>senderDetails.altPhoneNo</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Alternate phone number of the sender.</td>\n<td><code>\"9898989898\"</code></td>\n</tr>\n<tr>\n<td><code>paymentDetails</code></td>\n<td>YES</td>\n<td>object</td>\n<td>Payment details for the shipment, including payment status and mode.</td>\n<td><code>{...}</code></td>\n</tr>\n<tr>\n<td><code>paymentDetails.isPaymentDone</code></td>\n<td>YES</td>\n<td>boolean</td>\n<td>Whether payment is done (<code>true</code> or <code>false</code>).</td>\n<td><code>false</code></td>\n</tr>\n<tr>\n<td><code>paymentDetails.paymentMode</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Mode of payment, or <code>\"NA\"</code> if not applicable.</td>\n<td><code>\"NA\"</code></td>\n</tr>\n<tr>\n<td><code>paymentDetails.paymentTransactionId</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Transaction ID for the payment, or <code>\"NA\"</code> if not applicable.</td>\n<td><code>\"NA\"</code></td>\n</tr>\n<tr>\n<td><code>paymentDetails.amount</code></td>\n<td>YES</td>\n<td>integer</td>\n<td>Amount paid for the shipment.</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td><code>shipmentDetails</code></td>\n<td>YES</td>\n<td>object</td>\n<td>Details about the shipment, including dimensions, weight, and eWayBill number.</td>\n<td><code>{...}</code></td>\n</tr>\n<tr>\n<td><code>shipmentDetails.dimensions</code></td>\n<td>YES</td>\n<td>object</td>\n<td>Dimensions of the shipment (length, width, height in cm).</td>\n<td><code>{...}</code></td>\n</tr>\n<tr>\n<td><code>shipmentDetails.dimensions.length</code></td>\n<td>YES</td>\n<td>float</td>\n<td>Length of the shipment. Must be greater than <code>0.5</code>.</td>\n<td><code>50</code></td>\n</tr>\n<tr>\n<td><code>shipmentDetails.dimensions.width</code></td>\n<td>YES</td>\n<td>float</td>\n<td>Width of the shipment. Must be greater than <code>0.5</code>.</td>\n<td><code>50</code></td>\n</tr>\n<tr>\n<td><code>shipmentDetails.dimensions.height</code></td>\n<td>YES</td>\n<td>float</td>\n<td>Height of the shipment. Must be greater than <code>0.5</code>.</td>\n<td><code>50</code></td>\n</tr>\n<tr>\n<td><code>shipmentDetails.weight</code></td>\n<td>YES</td>\n<td>float</td>\n<td>Weight of the shipment in grams.</td>\n<td><code>500</code></td>\n</tr>\n<tr>\n<td><code>shipmentDetails.vWeight</code></td>\n<td>YES</td>\n<td>float</td>\n<td>Volumetric weight of the shipment in grams.</td>\n<td><code>500</code></td>\n</tr>\n<tr>\n<td><code>shipmentDetails.eWayBillNo</code></td>\n<td>NO</td>\n<td>string</td>\n<td>E-Way Bill number for the shipment, or <code>\"NA\"</code> if not applicable.</td>\n<td><code>\"NA\"</code></td>\n</tr>\n<tr>\n<td><code>products</code></td>\n<td>YES</td>\n<td>array of objects</td>\n<td>List of products being shipped, including SKU, price, and quantity.</td>\n<td><code>[{...}]</code></td>\n</tr>\n<tr>\n<td><code>products[i].SKU</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Stock Keeping Unit (SKU) of the product.</td>\n<td><code>\"SKU1234\"</code></td>\n</tr>\n<tr>\n<td><code>products[i].Price</code></td>\n<td>YES</td>\n<td>float</td>\n<td>Price of the product.</td>\n<td><code>500</code></td>\n</tr>\n<tr>\n<td><code>products[i].Quantity</code></td>\n<td>YES</td>\n<td>integer</td>\n<td>Quantity of the product being shipped.</td>\n<td><code>2</code></td>\n</tr>\n<tr>\n<td><code>products[i].ProductId</code></td>\n<td>YES</td>\n<td>string</td>\n<td>Product ID for the product.</td>\n<td><code>\"ProductId\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","shipment","new"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c25d9260-9dbb-4e24-ba7c-6701d6de0398","name":"create new shipment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"governmentId\": \"NA\",\n     \"invoiceNumber\":\"Ship15454\",\n     \"invoiceDate\":\"2023-10-06 11:56:39\",\n     \"isScheduledConfirmed\": true,\n    \"receiverDetails\":{\n        \"email\": \"john@example.in\",\n        \"address\": {\n            \"city\": \"mumbai\",\n            \"state\": \"Maharashtra\",\n            \"addressLine\": \"sample receiver address line\",\n            \"pincode\": \"654321\"\n        },\n        \"pincode\": \"654321\",\n        \"phoneNo\": \"8888888888\",\n        \"altPhoneNo\": \"5656565656\"\n    },\n    \"senderDetails\":{\n       \"email\": \"sender@example.in\",\n        \"address\": {\n            \"city\": \"gurgaon\",\n            \"state\": \"Haryana\",\n            \"addressLine\": \"sample sender address line\",\n            \"pincode\": \"123456\"\n        },\n        \"pincode\": \"123456\",\n        \"phoneNo\": \"9999999999\",\n        \"altPhoneNo\": \"9898989898\"\n    },\n    \"paymentDetails\":{\n        \"isPaymentDone\": false,\n        \"paymentMode\": \"NA\",\n        \"paymentTransactionId\": \"NA\",\n        \"amount\": 0\n    },\n    \"shipmentDetails\":{\n        \"dimensions\": {\n                \"length\": 50,\n                \"width\": 50,\n                \"height\": 50\n            },\n        \"weight\": 500,\n        \"vWeight\": 500,\n        \"eWayBillNo\":\"NA\"\n    },\n    \"products\":[\n        {\n            \"SKU\": \"SKU1234\",\n            \"price\": 500,\n            \"quantity\": 2,\n            \"productId\": \"ProductId\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2017"},{"key":"ETag","value":"W/\"7e1-Pl5U5lhnTQopegSm83OcmijxbPE\""},{"key":"Date","value":"Wed, 01 Jan 2025 15:28:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Shipment Entry Created Successfully\",\n    \"data\": {\n        \"s_Status\": {\n            \"name\": \"CREATED\",\n            \"statusCode\": 1\n        },\n        \"imageUrls\": [],\n        \"droneTrackLink\": null,\n        \"isNPR\": false,\n        \"isNDR\": false,\n        \"isCancelled\": false,\n        \"pickUpDetails\": {\n            \"isDone\": false,\n            \"scheduledDate\": \"2025-01-12T06:06:40.201Z\",\n            \"otpRequired\": true,\n            \"otpVerified\": false,\n            \"current_TS\": null,\n            \"itemImage\": null,\n            \"statusIdx\": 0,\n            \"status\": \"Pending\"\n        },\n        \"deliveryDetails\": {\n            \"isDone\": false,\n            \"scheduledDate\": \"2025-01-16T07:06:40.201Z\",\n            \"otpRequired\": true,\n            \"otpVerified\": false,\n            \"current_TS\": null,\n            \"itemImage\": null,\n            \"statusIdx\": 0,\n            \"status\": \"Pending\"\n        },\n        \"products\": [\n            {\n                \"SKU\": \"SKU1234\",\n                \"price\": 500,\n                \"quantity\": 2,\n                \"productId\": \"ProductId\"\n            }\n        ],\n        \"d_Status\": [\n            {\n                \"statusCode\": 1,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:06:40.191Z\",\n                \"title\": \"Shipment Entry Created\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Shipment Entry Created\"\n            }\n        ],\n        \"assignedAWBNumbers\": \"TEL00098784\",\n        \"senderDetails\": {\n            \"email\": \"sender@example.in\",\n            \"address\": {\n                \"city\": \"gurgaon\",\n                \"state\": \"Haryana\",\n                \"addressLine\": \"sample sender address line\",\n                \"pincode\": \"123456\"\n            },\n            \"pincode\": \"123456\",\n            \"phoneNo\": \"9999999999\",\n            \"altPhoneNo\": \"9898989898\",\n            \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n        },\n        \"receiverDetails\": {\n            \"email\": \"john@example.in\",\n            \"address\": {\n                \"city\": \"mumbai\",\n                \"state\": \"Maharashtra\",\n                \"addressLine\": \"sample receiver address line\",\n                \"pincode\": \"654321\"\n            },\n            \"pincode\": \"654321\",\n            \"phoneNo\": \"8888888888\",\n            \"altPhoneNo\": \"5656565656\",\n            \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n        },\n        \"shipmentDetails\": {\n            \"weight\": 500,\n            \"dimensions\": {\n                \"length\": 50,\n                \"width\": 50,\n                \"height\": 50\n            },\n            \"vWeight\": 500,\n            \"eWayBillNo\": \"NA\",\n            \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n        },\n        \"invoiceDate\": \"2023-10-06T06:26:39.000Z\",\n        \"invoiceNumber\": \"Ship15454\"\n    }\n}"}],"_postman_id":"f81596a9-4a23-4702-a00a-83b532fb3b16"},{"name":"get shipment by AWB","id":"7d5b9c72-619f-4710-9e34-2fbf6ddb0b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://lap.techeagle.in/api/v1/user/shipment/get/TEL00098773","description":"<p>Get the details of a specific Shipment by passing the awb number in the endpoint URL. No other body parameters are required.</p>\n","urlObject":{"path":["user","shipment","get","TEL00098773"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cd1e3e1b-5058-4fdb-9afe-5456f3a217a4","name":"get shipment by awb","originalRequest":{"method":"GET","header":[],"url":"https://lap.techeagle.in/api/v1/user/shipment/get/TEL00098773"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2011"},{"key":"ETag","value":"W/\"7db-f3nw1Ag4+hYfb6DG8mxAys3Ba2w\""},{"key":"Date","value":"Wed, 01 Jan 2025 13:35:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Shipment found successfully\",\n    \"data\": [\n        {\n            \"s_Status\": {\n                \"name\": \"CREATED\",\n                \"statusCode\": 1\n            },\n            \"imageUrls\": [],\n            \"droneTrackLink\": null,\n            \"isNPR\": true,\n            \"isNDR\": true,\n            \"isCancelled\": false,\n            \"pickUpDetails\": {\n                \"isDone\": false,\n                \"scheduledDate\": null,\n                \"otpRequired\": true,\n                \"otpVerified\": false,\n                \"current_TS\": null,\n                \"itemImage\": [],\n                \"statusIdx\": 0,\n                \"status\": \"Pending\"\n            },\n            \"deliveryDetails\": {\n                \"isDone\": false,\n                \"scheduledDate\": \"2025-01-18T06:06:28.288Z\",\n                \"otpRequired\": true,\n                \"otpVerified\": false,\n                \"current_TS\": null,\n                \"itemImage\": null,\n                \"statusIdx\": 0,\n                \"status\": \"Pending\"\n            },\n            \"products\": [\n                {\n                    \"SKU\": \"SKU1234\",\n                    \"price\": 500,\n                    \"quantity\": 2,\n                    \"productId\": \"ProductId\"\n                }\n            ],\n            \"d_Status\": [\n                {\n                    \"statusCode\": 1,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:06:28.275Z\",\n                    \"title\": \"Shipment Entry Created\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"Shipment Entry Created\"\n                },\n                {\n                    \"statusCode\": 11,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:12:55.725Z\",\n                    \"title\": \"PICKED_UP\",\n                    \"currentLocation\": \"Gurgaon\",\n                    \"remarks\": \"Shipment PICKED_UP\"\n                },\n                {\n                    \"statusCode\": 21,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:13:14.638Z\",\n                    \"title\": \"No Pickup Reason\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"No Pickup Reason\"\n                },\n                {\n                    \"statusCode\": 20,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:13:35.643Z\",\n                    \"title\": \"Non Delivery Report\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"Non Delivery Report\"\n                }\n            ],\n            \"assignedAWBNumbers\": \"TEL00098773\",\n            \"senderDetails\": {\n                \"email\": \"sender@example.in\",\n                \"address\": {\n                    \"city\": \"gurgaon\",\n                    \"state\": \"Haryana\",\n                    \"addressLine\": \"sample sender address line\",\n                    \"pincode\": \"123456\"\n                },\n                \"pincode\": \"123456\",\n                \"phoneNo\": \"9999999999\",\n                \"altPhoneNo\": \"9898989898\",\n                \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n            },\n            \"receiverDetails\": {\n                \"email\": \"john@example.in\",\n                \"address\": {\n                    \"city\": \"mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"pincode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\",\n                \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n            },\n            \"shipmentDetails\": {\n                \"weight\": 500,\n                \"dimensions\": {\n                    \"length\": 50,\n                    \"width\": 50,\n                    \"height\": 50\n                },\n                \"vWeight\": 500,\n                \"eWayBillNo\": \"NA\",\n                \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n            },\n            \"invoiceDate\": \"2023-10-06T06:26:39.000Z\",\n            \"invoiceNumber\": \"Ship15454\"\n        }\n    ]\n}"}],"_postman_id":"7d5b9c72-619f-4710-9e34-2fbf6ddb0b74"},{"name":"get shipment bulk","id":"f30e0287-8ad1-42f6-aa78-fc7e97aff82a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"url":"https://lap.techeagle.in/api/v1/user/shipment/get/TEL00098773,TEL00098784","description":"<p>Get the details of a specific Shipment by passing the multiple awb number quama seperated in the endpoint URL. No other body parameters are required.</p>\n","urlObject":{"path":["user","shipment","get","TEL00098773,TEL00098784"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6a884be6-efe8-43f4-a110-a7be958bd665","name":"get shipment bulk","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"url":"https://lap.techeagle.in/api/v1/user/shipment/get/TEL00098773,TEL00098784"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3953"},{"key":"ETag","value":"W/\"f71-CpGF9G8LovflVRZOC7zASgeVCFI\""},{"key":"Date","value":"Wed, 01 Jan 2025 13:36:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Shipment found successfully\",\n    \"data\": [\n        {\n            \"s_Status\": {\n                \"name\": \"CREATED\",\n                \"statusCode\": 1\n            },\n            \"imageUrls\": [],\n            \"droneTrackLink\": null,\n            \"isNPR\": true,\n            \"isNDR\": true,\n            \"isCancelled\": false,\n            \"pickUpDetails\": {\n                \"isDone\": false,\n                \"scheduledDate\": null,\n                \"otpRequired\": true,\n                \"otpVerified\": false,\n                \"current_TS\": null,\n                \"itemImage\": [],\n                \"statusIdx\": 0,\n                \"status\": \"Pending\"\n            },\n            \"deliveryDetails\": {\n                \"isDone\": false,\n                \"scheduledDate\": \"2025-01-18T06:06:28.288Z\",\n                \"otpRequired\": true,\n                \"otpVerified\": false,\n                \"current_TS\": null,\n                \"itemImage\": null,\n                \"statusIdx\": 0,\n                \"status\": \"Pending\"\n            },\n            \"products\": [\n                {\n                    \"SKU\": \"SKU1234\",\n                    \"price\": 500,\n                    \"quantity\": 2,\n                    \"productId\": \"ProductId\"\n                }\n            ],\n            \"d_Status\": [\n                {\n                    \"statusCode\": 1,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:06:28.275Z\",\n                    \"title\": \"Shipment Entry Created\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"Shipment Entry Created\"\n                },\n                {\n                    \"statusCode\": 11,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:12:55.725Z\",\n                    \"title\": \"PICKED_UP\",\n                    \"currentLocation\": \"Gurgaon\",\n                    \"remarks\": \"Shipment PICKED_UP\"\n                },\n                {\n                    \"statusCode\": 21,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:13:14.638Z\",\n                    \"title\": \"No Pickup Reason\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"No Pickup Reason\"\n                },\n                {\n                    \"statusCode\": 20,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:13:35.643Z\",\n                    \"title\": \"Non Delivery Report\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"Non Delivery Report\"\n                }\n            ],\n            \"assignedAWBNumbers\": \"TEL00098773\",\n            \"senderDetails\": {\n                \"email\": \"sender@example.in\",\n                \"address\": {\n                    \"city\": \"gurgaon\",\n                    \"state\": \"Haryana\",\n                    \"addressLine\": \"sample sender address line\",\n                    \"pincode\": \"123456\"\n                },\n                \"pincode\": \"123456\",\n                \"phoneNo\": \"9999999999\",\n                \"altPhoneNo\": \"9898989898\",\n                \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n            },\n            \"receiverDetails\": {\n                \"email\": \"john@example.in\",\n                \"address\": {\n                    \"city\": \"mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"pincode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\",\n                \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n            },\n            \"shipmentDetails\": {\n                \"weight\": 500,\n                \"dimensions\": {\n                    \"length\": 50,\n                    \"width\": 50,\n                    \"height\": 50\n                },\n                \"vWeight\": 500,\n                \"eWayBillNo\": \"NA\",\n                \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n            },\n            \"invoiceDate\": \"2023-10-06T06:26:39.000Z\",\n            \"invoiceNumber\": \"Ship15454\"\n        },\n        {\n            \"s_Status\": {\n                \"name\": \"CREATED\",\n                \"statusCode\": 1\n            },\n            \"imageUrls\": [],\n            \"droneTrackLink\": null,\n            \"isNPR\": false,\n            \"isNDR\": false,\n            \"isCancelled\": false,\n            \"pickUpDetails\": {\n                \"isDone\": false,\n                \"scheduledDate\": \"2025-01-12T06:06:40.201Z\",\n                \"otpRequired\": true,\n                \"otpVerified\": false,\n                \"current_TS\": null,\n                \"itemImage\": null,\n                \"statusIdx\": 0,\n                \"status\": \"Pending\"\n            },\n            \"deliveryDetails\": {\n                \"isDone\": false,\n                \"scheduledDate\": \"2025-01-16T07:06:40.201Z\",\n                \"otpRequired\": true,\n                \"otpVerified\": false,\n                \"current_TS\": null,\n                \"itemImage\": null,\n                \"statusIdx\": 0,\n                \"status\": \"Pending\"\n            },\n            \"products\": [\n                {\n                    \"SKU\": \"SKU1234\",\n                    \"price\": 500,\n                    \"quantity\": 2,\n                    \"productId\": \"ProductId\"\n                }\n            ],\n            \"d_Status\": [\n                {\n                    \"statusCode\": 1,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:06:40.191Z\",\n                    \"title\": \"Shipment Entry Created\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"Shipment Entry Created\"\n                }\n            ],\n            \"assignedAWBNumbers\": \"TEL00098784\",\n            \"senderDetails\": {\n                \"email\": \"sender@example.in\",\n                \"address\": {\n                    \"city\": \"gurgaon\",\n                    \"state\": \"Haryana\",\n                    \"addressLine\": \"sample sender address line\",\n                    \"pincode\": \"123456\"\n                },\n                \"pincode\": \"123456\",\n                \"phoneNo\": \"9999999999\",\n                \"altPhoneNo\": \"9898989898\",\n                \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n            },\n            \"receiverDetails\": {\n                \"email\": \"john@example.in\",\n                \"address\": {\n                    \"city\": \"mumbai\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"pincode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\",\n                \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n            },\n            \"shipmentDetails\": {\n                \"weight\": 500,\n                \"dimensions\": {\n                    \"length\": 50,\n                    \"width\": 50,\n                    \"height\": 50\n                },\n                \"vWeight\": 500,\n                \"eWayBillNo\": \"NA\",\n                \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n            },\n            \"invoiceDate\": \"2023-10-06T06:26:39.000Z\",\n            \"invoiceNumber\": \"Ship15454\"\n        }\n    ]\n}"}],"_postman_id":"f30e0287-8ad1-42f6-aa78-fc7e97aff82a"},{"name":"update by AWB","id":"bbc41682-d0a1-46d6-bd43-0fe692863187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"manifestationDetails\":[\n        {\n            \"assignedAWBNumbers\":\"TEL00098773\",\n            \"receiverDetails\":{\n                \"email\": \"john@example.in\",\n                \"address\": {\n                    \"city\": \"nashik\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"pincode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/updatedetailsbyawb","description":"<p>This function updates the shipment details using provided AWB number. This function can update the Payment details, Reciever details, Shipment details, Sender details.</p>\n<p>Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PARAMS</strong></th>\n<th><strong>REQUIRED</strong></th>\n<th><strong>DATA TYPE</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n<th><strong>DEFAULT VALUE</strong></th>\n<th><strong>EXAMPLE</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>SenderRecieverDetails</strong></td>\n<td></td>\n<td>Object</td>\n<td>Details of the sender or receiver.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Email address of the sender/receiver.</td>\n<td></td>\n<td><code>\"example@gmail.com\"</code></td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>NO</td>\n<td>Object</td>\n<td>Address details of the sender/receiver.</td>\n<td></td>\n<td><code>{city: \"Delhi\", ...}</code></td>\n</tr>\n<tr>\n<td><code>address.city</code></td>\n<td>NO</td>\n<td>string</td>\n<td>City of the sender/receiver's address.</td>\n<td></td>\n<td><code>\"Delhi\"</code></td>\n</tr>\n<tr>\n<td><code>address.state</code></td>\n<td>NO</td>\n<td>string</td>\n<td>State of the sender/receiver's address.</td>\n<td></td>\n<td><code>\"Delhi\"</code></td>\n</tr>\n<tr>\n<td><code>address.addressLine</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Full address line of the sender/receiver.</td>\n<td></td>\n<td><code>\"123 Street Name\"</code></td>\n</tr>\n<tr>\n<td><code>address.zipCode</code></td>\n<td>NO</td>\n<td></td>\n<td>Zip code of the sender/receiver's address.</td>\n<td></td>\n<td><code>\"110011\"</code></td>\n</tr>\n<tr>\n<td><code>pincode</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Pincode of the sender/receiver's address.</td>\n<td></td>\n<td><code>\"110011\"</code></td>\n</tr>\n<tr>\n<td><code>phoneNo</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Primary phone number of the sender/receiver.</td>\n<td></td>\n<td><code>\"9876543210\"</code></td>\n</tr>\n<tr>\n<td><code>altPhoneNo</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Alternate phone number of the sender/receiver.</td>\n<td><code>\"\"</code></td>\n<td><code>\"9876500000\"</code></td>\n</tr>\n<tr>\n<td><strong>ShipmentDetails</strong></td>\n<td></td>\n<td>Object</td>\n<td>Details about the shipment.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td>NO</td>\n<td>number</td>\n<td>Weight of the shipment in units.</td>\n<td></td>\n<td><code>5.0</code></td>\n</tr>\n<tr>\n<td><code>dimensions</code></td>\n<td>NO</td>\n<td>Object</td>\n<td>Dimensions of the shipment (length, width, height).</td>\n<td></td>\n<td><code>{length: 10, ...}</code></td>\n</tr>\n<tr>\n<td><code>dimensions.length</code></td>\n<td>NO</td>\n<td>number</td>\n<td>Length of the shipment in units.</td>\n<td></td>\n<td><code>10</code></td>\n</tr>\n<tr>\n<td><code>dimensions.width</code></td>\n<td>NO</td>\n<td>number</td>\n<td>Width of the shipment in units.</td>\n<td></td>\n<td><code>15</code></td>\n</tr>\n<tr>\n<td><code>dimensions.height</code></td>\n<td>NO</td>\n<td>number</td>\n<td>Height of the shipment in units.</td>\n<td></td>\n<td><code>20</code></td>\n</tr>\n<tr>\n<td><code>vWeight</code></td>\n<td>NO</td>\n<td>number</td>\n<td>Volumetric weight of the shipment.</td>\n<td></td>\n<td><code>5.5</code></td>\n</tr>\n<tr>\n<td><code>eWayBillNo</code></td>\n<td>NO</td>\n<td>string</td>\n<td>E-Way Bill Number for the shipment.</td>\n<td></td>\n<td><code>\"EWB1234567890\"</code></td>\n</tr>\n<tr>\n<td><strong>PaymentDetails</strong></td>\n<td></td>\n<td>Object</td>\n<td>Payment-related details.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><code>isPaymentDone</code></td>\n<td>NO</td>\n<td>boolean</td>\n<td>Indicates if the payment has been made.</td>\n<td><code>false</code></td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>paymentMode</code></td>\n<td>NO</td>\n<td><code>\"Prepaid\"</code> or <code>\"Postpaid\"</code></td>\n<td>Mode of payment for the shipment.</td>\n<td><code>\"\"</code></td>\n<td><code>\"Prepaid\"</code></td>\n</tr>\n<tr>\n<td><code>paymentTransactionId</code></td>\n<td>NO</td>\n<td>string</td>\n<td>Payment transaction ID, if applicable.</td>\n<td><code>\"\"</code></td>\n<td><code>\"TXN1234567890\"</code></td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>NO</td>\n<td>number</td>\n<td>Amount for the payment.</td>\n<td></td>\n<td><code>500.00</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","shipment","updatedetailsbyawb"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"036fa68c-dc3e-4dc2-b9a0-b7bdb76969d3","name":"update by AWB","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"manifestationDetails\":[\n        {\n            \"assignedAWBNumbers\":\"TEL00098773\",\n            \"receiverDetails\":{\n                \"email\": \"john@example.in\",\n                \"address\": {\n                    \"city\": \"nashik\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"pincode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/updatedetailsbyawb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2019"},{"key":"ETag","value":"W/\"7e3-Up5Z9x2TEnC3VU1uLJCtKS82gPE\""},{"key":"Date","value":"Wed, 01 Jan 2025 13:37:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"shipment manifests updated successfully\",\n    \"data\": [\n        {\n            \"s_Status\": {\n                \"name\": \"CREATED\",\n                \"statusCode\": 1\n            },\n            \"imageUrls\": [],\n            \"droneTrackLink\": null,\n            \"isNPR\": true,\n            \"isNDR\": true,\n            \"isCancelled\": false,\n            \"pickUpDetails\": {\n                \"isDone\": false,\n                \"scheduledDate\": null,\n                \"otpRequired\": true,\n                \"otpVerified\": false,\n                \"current_TS\": null,\n                \"itemImage\": [],\n                \"statusIdx\": 0,\n                \"status\": \"Pending\"\n            },\n            \"deliveryDetails\": {\n                \"isDone\": false,\n                \"scheduledDate\": \"2025-01-18T06:06:28.288Z\",\n                \"otpRequired\": true,\n                \"otpVerified\": false,\n                \"current_TS\": null,\n                \"itemImage\": null,\n                \"statusIdx\": 0,\n                \"status\": \"Pending\"\n            },\n            \"products\": [\n                {\n                    \"SKU\": \"SKU1234\",\n                    \"price\": 500,\n                    \"quantity\": 2,\n                    \"productId\": \"ProductId\"\n                }\n            ],\n            \"d_Status\": [\n                {\n                    \"statusCode\": 1,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:06:28.275Z\",\n                    \"title\": \"Shipment Entry Created\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"Shipment Entry Created\"\n                },\n                {\n                    \"statusCode\": 11,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:12:55.725Z\",\n                    \"title\": \"PICKED_UP\",\n                    \"currentLocation\": \"Gurgaon\",\n                    \"remarks\": \"Shipment PICKED_UP\"\n                },\n                {\n                    \"statusCode\": 21,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:13:14.638Z\",\n                    \"title\": \"No Pickup Reason\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"No Pickup Reason\"\n                },\n                {\n                    \"statusCode\": 20,\n                    \"lat\": \"NA\",\n                    \"lng\": \"NA\",\n                    \"TS_status\": \"2025-01-10T07:13:35.643Z\",\n                    \"title\": \"Non Delivery Report\",\n                    \"currentLocation\": \"NA\",\n                    \"remarks\": \"Non Delivery Report\"\n                }\n            ],\n            \"assignedAWBNumbers\": \"TEL00098773\",\n            \"senderDetails\": {\n                \"email\": \"sender@example.in\",\n                \"address\": {\n                    \"city\": \"gurgaon\",\n                    \"state\": \"Haryana\",\n                    \"addressLine\": \"sample sender address line\",\n                    \"pincode\": \"123456\"\n                },\n                \"pincode\": \"123456\",\n                \"phoneNo\": \"9999999999\",\n                \"altPhoneNo\": \"9898989898\",\n                \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n            },\n            \"receiverDetails\": {\n                \"email\": \"john@example.in\",\n                \"address\": {\n                    \"city\": \"nashik\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"pincode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\",\n                \"TS_updated\": \"2025-01-10T07:27:02.542Z\"\n            },\n            \"shipmentDetails\": {\n                \"weight\": 500,\n                \"dimensions\": {\n                    \"length\": 50,\n                    \"width\": 50,\n                    \"height\": 50\n                },\n                \"vWeight\": 500,\n                \"eWayBillNo\": \"NA\",\n                \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n            },\n            \"invoiceDate\": \"2023-10-06T06:26:39.000Z\",\n            \"invoiceNumber\": \"Ship15454\"\n        }\n    ]\n}"}],"_postman_id":"bbc41682-d0a1-46d6-bd43-0fe692863187"},{"name":"Cancel","id":"d8f54f83-bd8d-44e3-9403-c28a8f28d572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n\"awb\":\"TEL00098784\",\n\"reason\":\"Delivery is getting late\"\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/cancel","description":"<p>This api cancel the shipment using awb number.</p>\n<p>Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PARAMS</strong></th>\n<th><strong>DATA TYPE</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n<th><strong>REQUIRED</strong></th>\n<th><strong>EXAMPLE</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>awb</code></td>\n<td>String</td>\n<td>The Air Waybill (AWB) number for the shipment.</td>\n<td>Yes</td>\n<td>TE012345678</td>\n</tr>\n<tr>\n<td><code>reason</code></td>\n<td>String</td>\n<td>Shipment cancellation reason.</td>\n<td>Yes</td>\n<td>Delivery is getting late</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","shipment","cancel"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ff02f378-a531-4ef7-8410-bf428f4634b2","name":"Cancel","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n\"awb\":\"TEL00098784\",\n\"reason\":\"Delivery is getting late\"\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2173"},{"key":"ETag","value":"W/\"87d-u9YxMRdmGc1WzG06k5rWGIRGdpw\""},{"key":"Date","value":"Wed, 01 Jan 2025 13:37:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Shipment cancelled successfully.\",\n    \"data\": {\n        \"s_Status\": {\n            \"name\": \"cancelled\",\n            \"statusCode\": 19\n        },\n        \"imageUrls\": [],\n        \"droneTrackLink\": null,\n        \"isNPR\": false,\n        \"isNDR\": false,\n        \"isCancelled\": true,\n        \"pickUpDetails\": {\n            \"isDone\": false,\n            \"scheduledDate\": \"2025-01-12T06:06:40.201Z\",\n            \"otpRequired\": true,\n            \"otpVerified\": false,\n            \"current_TS\": null,\n            \"itemImage\": null,\n            \"statusIdx\": 0,\n            \"status\": \"Pending\"\n        },\n        \"deliveryDetails\": {\n            \"isDone\": false,\n            \"scheduledDate\": \"2025-01-16T07:06:40.201Z\",\n            \"otpRequired\": true,\n            \"otpVerified\": false,\n            \"current_TS\": null,\n            \"itemImage\": null,\n            \"statusIdx\": 0,\n            \"status\": \"Pending\"\n        },\n        \"products\": [\n            {\n                \"SKU\": \"SKU1234\",\n                \"price\": 500,\n                \"quantity\": 2,\n                \"productId\": \"ProductId\"\n            }\n        ],\n        \"d_Status\": [\n            {\n                \"statusCode\": 1,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:06:40.191Z\",\n                \"title\": \"Shipment Entry Created\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Shipment Entry Created\"\n            },\n            {\n                \"statusCode\": 19,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:42:04.590Z\",\n                \"title\": \"CANCELLED\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Delivery is getting late\"\n            }\n        ],\n        \"assignedAWBNumbers\": \"TEL00098784\",\n        \"senderDetails\": {\n            \"email\": \"sender@example.in\",\n            \"address\": {\n                \"city\": \"gurgaon\",\n                \"state\": \"Haryana\",\n                \"addressLine\": \"sample sender address line\",\n                \"pincode\": \"123456\"\n            },\n            \"pincode\": \"123456\",\n            \"phoneNo\": \"9999999999\",\n            \"altPhoneNo\": \"9898989898\",\n            \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n        },\n        \"receiverDetails\": {\n            \"email\": \"john@example.in\",\n            \"address\": {\n                \"city\": \"mumbai\",\n                \"state\": \"Maharashtra\",\n                \"addressLine\": \"sample receiver address line\",\n                \"pincode\": \"654321\"\n            },\n            \"pincode\": \"654321\",\n            \"phoneNo\": \"8888888888\",\n            \"altPhoneNo\": \"5656565656\",\n            \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n        },\n        \"shipmentDetails\": {\n            \"weight\": 500,\n            \"dimensions\": {\n                \"length\": 50,\n                \"width\": 50,\n                \"height\": 50\n            },\n            \"vWeight\": 500,\n            \"eWayBillNo\": \"NA\",\n            \"TS_updated\": \"2025-01-10T07:06:40.191Z\"\n        },\n        \"invoiceDate\": \"2023-10-06T06:26:39.000Z\",\n        \"invoiceNumber\": \"Ship15454\"\n    }\n}"}],"_postman_id":"d8f54f83-bd8d-44e3-9403-c28a8f28d572"},{"name":"Reschedule","id":"6a206b40-d099-4ca7-a3c7-bd1e76004abb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AWB\": \"TEL00098773\",\n    \"pickupDate\": \"2025-11-10T10:50:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/rescheduledPickup","description":"<p>This API allows users to reschedule the pickup of a shipment. By providing the required details, such as the Air Waybill (AWB) number and the new pickup date, users can update the pickup schedule for an existing shipment.</p>\n<p>Paramters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PARAMS</strong></th>\n<th><strong>DATA TYPE</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n<th><strong>REQUIRED</strong></th>\n<th><strong>EXAMPLE</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>AWB</code></td>\n<td><code>string</code></td>\n<td>The Air Waybill (AWB) number associated with the shipment.</td>\n<td>Yes</td>\n<td>TE001298602</td>\n</tr>\n<tr>\n<td><code>pickupDate</code></td>\n<td><code>string</code></td>\n<td>The date and time when the shipment is scheduled for pickup, in ISO 8601 format.</td>\n<td>Yes</td>\n<td>2025-11-10T10:50:00Z</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["user","shipment","rescheduledPickup"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[]}},"response":[{"id":"68493b4b-d467-4e6e-9d30-62da6a42e393","name":"New Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AWB\": \"TEL00098773\",\n    \"pickupDate\": \"2025-11-10T10:50:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/rescheduledPickup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2017"},{"key":"ETag","value":"W/\"7e1-PAmGxWdtvK6P5mxRyGien3UY4p8\""},{"key":"Date","value":"Wed, 01 Jan 2025 13:39:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"shipment rescheduled successfully\",\n    \"data\": {\n        \"s_Status\": {\n            \"name\": \"OUT FOR DELIVERY\",\n            \"statusCode\": 8\n        },\n        \"imageUrls\": [],\n        \"droneTrackLink\": null,\n        \"isNPR\": true,\n        \"isNDR\": true,\n        \"isCancelled\": false,\n        \"pickUpDetails\": {\n            \"isDone\": false,\n            \"scheduledDate\": \"2025-11-10T10:50:00.000Z\",\n            \"otpRequired\": true,\n            \"otpVerified\": false,\n            \"current_TS\": null,\n            \"itemImage\": [],\n            \"statusIdx\": 0,\n            \"status\": \"Scheduled\"\n        },\n        \"deliveryDetails\": {\n            \"isDone\": false,\n            \"scheduledDate\": \"2025-01-18T06:06:28.288Z\",\n            \"otpRequired\": true,\n            \"otpVerified\": false,\n            \"current_TS\": null,\n            \"itemImage\": null,\n            \"statusIdx\": 0,\n            \"status\": \"Out For Delivery\"\n        },\n        \"products\": [\n            {\n                \"SKU\": \"SKU1234\",\n                \"price\": 500,\n                \"quantity\": 2,\n                \"productId\": \"ProductId\"\n            }\n        ],\n        \"d_Status\": [\n            {\n                \"statusCode\": 1,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:06:28.275Z\",\n                \"title\": \"Shipment Entry Created\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Shipment Entry Created\"\n            },\n            {\n                \"statusCode\": 11,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:12:55.725Z\",\n                \"title\": \"PICKED_UP\",\n                \"currentLocation\": \"Gurgaon\",\n                \"remarks\": \"Shipment PICKED_UP\"\n            },\n            {\n                \"statusCode\": 21,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:13:14.638Z\",\n                \"title\": \"No Pickup Reason\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"No Pickup Reason\"\n            },\n            {\n                \"statusCode\": 20,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:13:35.643Z\",\n                \"title\": \"Non Delivery Report\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Non Delivery Report\"\n            },\n            {\n                \"statusCode\": 23,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:31:38.936Z\",\n                \"title\": \"Resolve the NPR issue\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Issue Resolved\"\n            },\n            {\n                \"statusCode\": 8,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:34:23.114Z\",\n                \"title\": \"OUT_FOR_DELIVERY\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Order is out for delivery\"\n            },\n            {\n                \"statusCode\": 2,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:37:16.192Z\",\n                \"title\": \"RESCHEDULED PICK UP\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Pick up date is updated\"\n            }\n        ],\n        \"assignedAWBNumbers\": \"TEL00098773\",\n        \"senderDetails\": {\n            \"email\": \"sender@example.in\",\n            \"address\": {\n                \"city\": \"gurgaon\",\n                \"state\": \"Haryana\",\n                \"addressLine\": \"sample sender address line\",\n                \"pincode\": \"123456\"\n            },\n            \"pincode\": \"123456\",\n            \"phoneNo\": \"9999999999\",\n            \"altPhoneNo\": \"9898989898\",\n            \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n        },\n        \"receiverDetails\": {\n            \"email\": \"john@gmail.com\",\n            \"address\": {\n                \"city\": \"nashik\",\n                \"state\": \"Maharashtra\",\n                \"addressLine\": \"sample receiver address line\",\n                \"pincode\": \"654321\"\n            },\n            \"pincode\": \"654321\",\n            \"phoneNo\": \"8888888888\",\n            \"altPhoneNo\": \"5656565656\",\n            \"TS_updated\": \"2025-01-10T07:27:02.542Z\"\n        },\n        \"shipmentDetails\": {\n            \"weight\": 500,\n            \"dimensions\": {\n                \"length\": 50,\n                \"width\": 50,\n                \"height\": 50\n            },\n            \"vWeight\": 500,\n            \"eWayBillNo\": \"NA\",\n            \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n        },\n        \"invoiceDate\": \"2023-10-06T06:26:39.000Z\",\n        \"invoiceNumber\": \"Ship15454\"\n    }\n}"}],"_postman_id":"6a206b40-d099-4ca7-a3c7-bd1e76004abb"},{"name":"Resolve NPR/NDR","id":"3a220edf-ff2e-4b6e-a5bd-6f995467f5e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"manifestationDetails\":[\n        {\n            \"assignedAWBNumbers\":\"TEL00098773\",\n            \"receiverDetails\":{\n                \"email\": \"example@gmail.com\",\n                \"address\": {\n                    \"city\": \"nashik\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"zipCode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/resolve/:type/:awb","description":"<p>This API facilitates the resolution of shipments categorized under NPR (Non-Pickup Reason) or NDR (Non-Delivery Reason). By specifying the type (NPR or NDR), the shipment's Air Waybill (AWB) number, and the necessary update details, users can efficiently take corrective actions to manage and address issues with such shipments.</p>\n","urlObject":{"path":["user","shipment","resolve",":type",":awb"],"host":["https://lap.techeagle.in/api/v1"],"query":[],"variable":[{"id":"54c418ce-0095-48ca-bcf7-5f0ea90aa832","type":"any","value":"NPR / NDR","key":"type"},{"id":"13a489c3-5eb6-425d-95f5-b5bc508547df","type":"any","value":"TE012345678","key":"awb"}]}},"response":[{"id":"940a3bc7-870d-45b4-9945-5c3d15a1e574","name":"Resolve","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"manifestationDetails\":[\n        {\n            \"assignedAWBNumbers\":\"TEL00098773\",\n            \"receiverDetails\":{\n                \"email\": \"example@gmail.com\",\n                \"address\": {\n                    \"city\": \"nashik\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"zipCode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://lap.techeagle.in/api/v1/user/shipment/resolve/NPR/TEL00098773"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2696"},{"key":"ETag","value":"W/\"a88-jS6SvkxLzNZMF+15R7EFNTa0cwY\""},{"key":"Date","value":"Wed, 01 Jan 2025 14:12:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Issue  resolved successfully\",\n    \"data\": {\n        \"s_Status\": {\n            \"name\": \"CREATED\",\n            \"statusCode\": 1\n        },\n        \"imageUrls\": [],\n        \"droneTrackLink\": null,\n        \"isNPR\": true,\n        \"isNDR\": true,\n        \"isCancelled\": false,\n        \"pickUpDetails\": {\n            \"isDone\": false,\n            \"scheduledDate\": null,\n            \"otpRequired\": true,\n            \"otpVerified\": false,\n            \"current_TS\": null,\n            \"itemImage\": [],\n            \"statusIdx\": 0,\n            \"status\": \"Pending\"\n        },\n        \"deliveryDetails\": {\n            \"isDone\": false,\n            \"scheduledDate\": \"2025-01-18T06:06:28.288Z\",\n            \"otpRequired\": true,\n            \"otpVerified\": false,\n            \"current_TS\": null,\n            \"itemImage\": null,\n            \"statusIdx\": 0,\n            \"status\": \"Pending\"\n        },\n        \"products\": [\n            {\n                \"SKU\": \"SKU1234\",\n                \"price\": 500,\n                \"quantity\": 2,\n                \"productId\": \"ProductId\"\n            }\n        ],\n        \"d_Status\": [\n            {\n                \"statusCode\": 1,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:06:28.275Z\",\n                \"title\": \"Shipment Entry Created\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Shipment Entry Created\"\n            },\n            {\n                \"statusCode\": 11,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:12:55.725Z\",\n                \"title\": \"PICKED_UP\",\n                \"currentLocation\": \"Gurgaon\",\n                \"remarks\": \"Shipment PICKED_UP\"\n            },\n            {\n                \"statusCode\": 21,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:13:14.638Z\",\n                \"title\": \"No Pickup Reason\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"No Pickup Reason\"\n            },\n            {\n                \"statusCode\": 20,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:13:35.643Z\",\n                \"title\": \"Non Delivery Report\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Non Delivery Report\"\n            },\n            {\n                \"statusCode\": 23,\n                \"lat\": \"NA\",\n                \"lng\": \"NA\",\n                \"TS_status\": \"2025-01-10T07:31:38.936Z\",\n                \"title\": \"Resolve the NPR issue\",\n                \"currentLocation\": \"NA\",\n                \"remarks\": \"Issue Resolved\"\n            }\n        ],\n        \"assignedAWBNumbers\": \"TEL00098773\",\n        \"senderDetails\": {\n            \"email\": \"sender@example.in\",\n            \"address\": {\n                \"city\": \"gurgaon\",\n                \"state\": \"Haryana\",\n                \"addressLine\": \"sample sender address line\",\n                \"pincode\": \"123456\"\n            },\n            \"pincode\": \"123456\",\n            \"phoneNo\": \"9999999999\",\n            \"altPhoneNo\": \"9898989898\",\n            \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n        },\n        \"receiverDetails\": {\n            \"email\": \"example@gmail.com\",\n                \"address\": {\n                    \"city\": \"nashik\",\n                    \"state\": \"Maharashtra\",\n                    \"addressLine\": \"sample receiver address line\",\n                    \"zipCode\": \"654321\"\n                },\n                \"pincode\": \"654321\",\n                \"phoneNo\": \"8888888888\",\n                \"altPhoneNo\": \"5656565656\"\n        },\n        \"shipmentDetails\": {\n            \"weight\": 500,\n            \"dimensions\": {\n                \"length\": 50,\n                \"width\": 50,\n                \"height\": 50\n            },\n            \"vWeight\": 500,\n            \"eWayBillNo\": \"NA\",\n            \"TS_updated\": \"2025-01-10T07:06:28.275Z\"\n        },\n        \"invoiceDate\": \"2023-10-06T06:26:39.000Z\",\n        \"invoiceNumber\": \"Ship15454\"\n    }\n}"}],"_postman_id":"3a220edf-ff2e-4b6e-a5bd-6f995467f5e6"},{"name":"Post image","event":[{"listen":"test","script":{"exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""],"type":"text/javascript","packages":{},"id":"35836407-7b21-4693-992a-d5f9d873a8e5"}}],"id":"f3a2bf9a-d826-47b3-884e-ba6c62b333d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"https://cdn.techeagle.in/images/new-add","description":"<p>This API is used to upload photos related to a shipment. By calling this endpoint, you can add images such as proof of shipment, delivery photos, or condition images to associate them with a specific shipment record.</p>\n<p>Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>PARAMS</strong></th>\n<th><strong>DATA TYPE</strong></th>\n<th><strong>DESCRIPTION</strong></th>\n<th><strong>REQUIRED</strong></th>\n<th><strong>EXAMPLE</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>file</code></td>\n<td><code>file</code></td>\n<td>The image file to be uploaded.</td>\n<td>Yes</td>\n<td>(Select a image file)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["images","new-add"],"host":["cdn","techeagle","in"],"query":[],"variable":[]}},"response":[{"id":"b9a53c46-efa8-4baa-8a3d-08a89ef03be7","name":"Post image","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"<Your Token>","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":[]}]},"url":"https://cdn.techeagle.in/images/new-add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"166"},{"key":"ETag","value":"W/\"a6-/A5hhgGvzbCgXrcWatGa61pwRDQ\""},{"key":"Date","value":"Wed, 01 Jan 2025 14:57:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Image uploaded successfully\",\n    \"data\": {\n        \"image_link\":\"https://cdn.techeagle.in/files/img__<your-image>.jpg\"\n    }\n}"}],"_postman_id":"f3a2bf9a-d826-47b3-884e-ba6c62b333d7"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb96f9ca-89b4-4e72-9b03-d8761b5182b8"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f152152e-e868-4eea-8394-a3b6855b213c"}}],"variable":[{"key":"base_url","value":"https://lap.techeagle.in/api/v1","type":"string"}]}