{"info":{"_postman_id":"956411f6-2efb-49fa-8fcb-39e98f218480","name":"Clickpost APIs","description":"<html><head></head><body><p>Clickpost APIs are RESTful and all our responses are returned in JSON</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4565637","collectionId":"956411f6-2efb-49fa-8fcb-39e98f218480","publishedId":"TzY1iGmW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-20T20:52:18.000Z"},"item":[{"name":"Recommendation","item":[{"name":"Recommendation API v1","id":"126dd702-02e8-4be6-ac93-400691d2f7bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"reference_number\": \"12345\",\n        \"item\": \"1\",\n        \"pickup_pincode\": \"110017\",\n        \"drop_pincode\": \"110019\",\n        \"invoice_value\": 100,\n        \"weight\": 1,\n        \"length\": 1,\n        \"breadth\": 1,\n        \"height\": 1,\n        \"delivery_type\": \"FORWARD\",\n        \"order_type\": \"PREPAID\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"http://www.clickpost.in/api/v1/recommendation_api/?key=*****","description":"<h1 id=\"clickpost-recommendation-api-v1\">Clickpost Recommendation API v1</h1>\n<p>This API will recommend the courier partners on result of recommendation engine.</p>\n<h3 id=\"authorization\">Authorization</h3>\n<p>username and key_-_based Authentication is supported in the params.</p>\n<h3 id=\"payload\">Payload</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n{\n        \"item\": \"HealthcareProducts\",\n        \"height\": null,\n        \"length\": null,\n        \"weight\": null,\n        \"breadth\": null,\n        \"additional\": null,\n        \"order_type\": \"COD\",\n        \"drop_pincode\": \"431107\",\n        \"delivery_type\": \"FORWARD\",\n        \"invoice_value\": 2187.0,\n        \"pickup_pincode\": \"400078\",\n        \"reference_number\": \"FL1023075027\"\n    }\n]\n\n</code></pre>\n<h4 id=\"payload-details\">Payload Details</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pickup_pincode</td>\n<td>character</td>\n<td>pincode of pickup address</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>drop_pincode</td>\n<td>character</td>\n<td>pincode of drop address</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>character</td>\n<td>COD/PREPAID</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>character</td>\n<td>to identify each json object uniquely</td>\n<td>No</td>\n</tr>\n<tr>\n<td>item</td>\n<td>character</td>\n<td>item that you wish to send</td>\n<td>No</td>\n</tr>\n<tr>\n<td>invoice_value</td>\n<td>double</td>\n<td>invoice value of the shipment</td>\n<td>No</td>\n</tr>\n<tr>\n<td>delivery_type</td>\n<td>character</td>\n<td>FORWARD/RVP</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>additional</td>\n<td>JSON object</td>\n<td>custom parameters in the API request</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-details\">Response Details</h4>\n<p>Consider HTTP 200 response + meta status = true as success. You will get the list of eligible courier partners in preference_array object.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>preference_array</td>\n<td>JSON</td>\n<td>Array of courier accounts eligible to ship the shipment with priority</td>\n</tr>\n<tr>\n<td>priority (in preference_array)</td>\n<td>integer</td>\n<td>priority of courier partner accounts eligible for shipment. Priority 1 means best courier.</td>\n</tr>\n<tr>\n<td>cp_id (in preference_array)</td>\n<td>integer</td>\n<td>courier partner ID to be used in order creation API</td>\n</tr>\n<tr>\n<td>account_code (in preference_array)</td>\n<td>character</td>\n<td>courier partner account_code to be used in order creation API</td>\n</tr>\n<tr>\n<td>async (in preference_array)</td>\n<td>boolean</td>\n<td>represents if theis courier account only supports Async order creation. Using this field, you can build your async flow while calling order creation API for this account.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["api","v1","recommendation_api",""],"host":["www","clickpost","in"],"query":[{"key":"key","value":"*****"}],"variable":[]}},"response":[{"id":"0cb297a3-9cba-4e7c-a885-d0def185b671","name":"Recommendation API v1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"reference_number\": \"12345\",\n        \"item\": \"1\",\n        \"pickup_pincode\": \"110017\",\n        \"drop_pincode\": \"110019\",\n        \"invoice_value\": 100,\n        \"weight\": 1,\n        \"length\": 1,\n        \"breadth\": 1,\n        \"height\": 1,\n        \"delivery_type\": \"FORWARD\",\n        \"order_type\": \"PREPAID\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://www.clickpost.in/api/v1/recommendation_api/?key=*****","protocol":"http","host":["www","clickpost","in"],"path":["api","v1","recommendation_api",""],"query":[{"key":"key","value":"*****"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"success\": true,\n        \"message\": \"SUCCESS\",\n        \"status\": 200\n    },\n    \"result\": [\n        {\n            \"preference_array\": [\n                {\n                    \"cp_name\": \"Delhivery\",\n                    \"cp_id\": 4,\n                    \"account_code\": \"delhivery_surface\",\n                    \"async\": false,\n                    \"account_id\": 2782,\n                    \"priority\": 1,\n                    \"scores_computation\": {},\n                    \"shipping_charge\": null\n                },\n                {\n                    \"cp_name\": \"Delhivery\",\n                    \"cp_id\": 4,\n                    \"account_code\": \"delhivery_bulk\",\n                    \"async\": false,\n                    \"account_id\": 2784,\n                    \"priority\": 2,\n                    \"scores_computation\": {},\n                    \"shipping_charge\": null\n                }\n            ],\n            \"filters_ran\": {\n                \"1_active_accounts_filter\": [\n                    \"shadowfax_surface(2788)\",\n                    \"delhivery_surface(2782)\",\n                    \"ecom_express_essential(33685)\",\n                    \"Xpressbee(3009)\",\n                    \"ecom_express(2790)\",\n                    \"delhivery_bulk(2784)\"\n                ],\n                \"2_serviceable_accounts_filter\": [\n                    \"delhivery_bulk(2784)\",\n                    \"Xpressbee(3009)\",\n                    \"delhivery_surface(2782)\"\n                ],\n                \"2_1_serviceable_oda_accounts_filter\": [\n                    \"delhivery_bulk(2784)\",\n                    \"Xpressbee(3009)\",\n                    \"delhivery_surface(2782)\"\n                ],\n                \"3_clickpost_define_and_custom_filters_accounts\": [\n                    \"delhivery_bulk(2784)\",\n                    \"Xpressbee(3009)\",\n                    \"delhivery_surface(2782)\"\n                ],\n                \"order_list_matched_rule\": \"Blacklisted Pincodes for Xpressbees\",\n                \"4_ordered_list_account_names_filters_applied\": true,\n                \"ordered_list_filter_accounts\": [\n                    \"delhivery_surface(2782)\",\n                    \"delhivery_bulk(2784)\"\n                ],\n                \"accounts_after_load_distribution\": [\n                    \"delhivery_surface(2782)\",\n                    \"delhivery_bulk(2784)\"\n                ]\n            },\n            \"pincode_serviceable\": true\n        }\n    ]\n}"}],"_postman_id":"126dd702-02e8-4be6-ac93-400691d2f7bf"},{"name":"Recommendation API v2","id":"3ba0a1d9-da69-4e95-b8c3-d7a487069629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"drop_info\": {\n        \"city\": \"Sharjah\",\n        \"name\": \"Alreem Alghufli \",\n        \"email\": \"remeyh1@gmail.com\",\n        \"phone\": \"502690009\",\n        \"state\": \"Sharjah\",\n        \"address\": \"Al Madam sharjah 2,Al Madam sharjah \",\n        \"district\": \"\",\n        \"phone_code\": \"971\",\n        \"postal_code\": \"\",\n        \"country_code\": \"AE\"\n    },\n    \"additional\": {\n        \"custom_fields\": []\n    },\n    \"pickup_info\": {\n        \"city\": \"DUBAI\",\n        \"name\": \"The Giving Movement \",\n        \"time\": \"2023-02-06T18:49:00Z\",\n        \"email\": \"Umang@thegivingmovement.com\",\n        \"phone\": \"509810588\",\n        \"state\": \"DUBAI\",\n        \"address\": \"Aramex Fulfillment Center DUBAI LOGISTICS CITY \",\n        \"district\": \"\",\n        \"phone_code\": \"971\",\n        \"postal_code\": \"123456\",\n        \"country_code\": \"AE\"\n    },\n    \"shipment_details\": {\n        \"items\": [\n            {\n                \"sku\": \"S265LV9TEL2XL\",\n                \"price\": 399,\n                \"height\": 1,\n                \"images\": \"https://cdn.shopify.com/s/files/1/0273/2661/1491/products/S265RV9TELWD1_bed99366-6cab-4b7a-9b85-4fd1f80710cf.jpg?v=1667484970\",\n                \"length\": 1,\n                \"weight\": 100,\n                \"breadth\": 1,\n                \"hs_code\": \"62046300\",\n                \"quantity\": 1,\n                \"description\": \"Wide Leg Split - Long\",\n                \"product_url\": \"https://cdn.shopify.com/s/files/1/0273/2661/1491/products/S265RV9TELWD1_bed99366-6cab-4b7a-9b85-4fd1f80710cf.jpg?v=1667484970\",\n                \"return_days\": null,\n                \"final_amount_paid\": 399,\n                \"store_credits_used\": 0,\n                \"manufacture_country\": \"UNITED ARAB EMIRATES\",\n                \"manufacture_country_code\": \"AE\"\n            }\n        ],\n        \"height\": 1,\n        \"length\": 1,\n        \"weight\": 100,\n        \"breadth\": 1,\n        \"cod_value\": 0,\n        \"drop_city\": \"Sharjah\",\n        \"drop_name\": \"Alreem Alghufli \",\n        \"drop_email\": \"remeyh1@gmail.com\",\n        \"drop_phone\": \"502690009\",\n        \"drop_state\": \"Sharjah\",\n        \"order_type\": \"PREPAID\",\n        \"invoice_url\": null,\n        \"pickup_city\": \"DUBAI\",\n        \"pickup_name\": \"The Giving Movement \",\n        \"pickup_time\": \"2023-02-06T18:49:00Z\",\n        \"drop_address\": \"Al Madam sharjah 2,Al Madam sharjah \",\n        \"invoice_date\": \"2023-02-06\",\n        \"pickup_email\": \"Umang@thegivingmovement.com\",\n        \"pickup_phone\": \"509810588\",\n        \"pickup_state\": \"DUBAI\",\n        \"currency_code\": null,\n        \"custom_fields\": [],\n        \"delivery_type\": \"FORWARD\",\n        \"drop_district\": \"\",\n        \"invoice_value\": 399,\n        \"invoice_number\": \"268676\",\n        \"pickup_address\": \"Aramex Fulfillment Center DUBAI LOGISTICS CITY \",\n        \"courier_partner\": null,\n        \"drop_phone_code\": \"971\",\n        \"pickup_district\": \"\",\n        \"drop_postal_code\": \"\",\n        \"reference_number\": \"329692-s268676\",\n        \"drop_country_code\": \"AE\",\n        \"items_in_shipment\": [],\n        \"pickup_phone_code\": \"971\",\n        \"pickup_postal_code\": \"123456\",\n        \"pickup_country_code\": \"AE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v2/recommendation/?key=*****","urlObject":{"protocol":"https","path":["api","v2","recommendation",""],"host":["www","clickpost","in"],"query":[{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"3ba0a1d9-da69-4e95-b8c3-d7a487069629"}],"id":"267b2091-ab90-49b3-988a-bdc02ddc8b76","description":"<p>Our recommendation API helps you decide amongst your available Courier Partners, the best, most efficient and dependable choice of delivery for any given package.</p>\n<p>It makes these decisions based on historical data of deliveries, delays and other internal parameters in the user specified location.</p>\n","_postman_id":"267b2091-ab90-49b3-988a-bdc02ddc8b76"},{"name":"Manifestation","item":[{"name":"Create Order API v3 [For IN Customers]","id":"75055830-54b5-4099-9fdd-3268b78a06f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_info\": {\n        \"pickup_state\": \"DELHI\",\n        \"pickup_address\": \"A-228 top floor kalkaji New Delhi \",\n        \"email\": \"deepanshu.kartikey@pyck.in\",\n        \"pickup_time\": \"2017-05-20T12:00:00Z\",\n        \"pickup_pincode\": \"110019\",\n        \"pickup_city\": \"DELHI\",\n        \"tin\": \"120349483\",\n        \"pickup_name\": \"Deepanshu\",\n        \"pickup_country\": \"IN\",\n        \"pickup_phone\": \"9816691388\",\n        \"pickup_lat\": \"10.01\",\n        \"pickup_long\": \"10.00\"\n    },\n    \"drop_info\": {\n        \"drop_address\": \"F-68 third floor kalkaji New Delhi \",\n        \"drop_phone\": \"9717732407\",\n        \"drop_country\": \"IN\",\n        \"drop_state\": \"DELHI\",\n        \"drop_pincode\": \"110019\",\n        \"drop_city\": \"Delhi\",\n        \"drop_name\": \"Prashant\",\n        \"drop_email\": \"support@clickpost.in\",\n        \"drop_lat\": \"10.01\",\n        \"drop_long\": \"10.00\"\n    },\n    \"shipment_details\": {\n        \"height\": 12,\n        \"order_type\": \"COD\",\n        \"invoice_value\": 200,\n        \"invoice_number\": \"INV123\",\n        \"invoice_date\": \"2015-12-27\",\n        \"reference_number\": \"Order-9001\",\n        \"length\": 10,\n        \"breadth\": 10,\n        \"weight\": 100,\n        \"items\": [\n            {\n                \"product_url\": \"<Product Page Url>\",\n                \"price\": 200,\n                \"description\": \"item1\",\n                \"quantity\": 1,\n                \"sku\": \"XYZ1\",\n                \"additional\": {\n                    \"length\": 10,\n                    \"height\": 10,\n                    \"breadth\": 10,\n                    \"weight\": 100,\n                    \"images\": \"http://sample-file1.jpg,http://sample-file2.jpg\",\n                    \"return_days\": 2\n                }\n            }\n        ],\n        \"cod_value\": 200,\n        \"courier_partner\": 197\n    },\n    \"gst_info\": {\n        \"seller_gstin\": \"1234\",\n        \"taxable_value\": 100,\n        \"ewaybill_serial_number\": \"2345677\",\n        \"is_seller_registered_under_gst\": false,\n        \"sgst_tax_rate\": 100,\n        \"place_of_supply\": \"DELHI\",\n        \"gst_discount\": 0,\n        \"hsn_code\": \"1234\",\n        \"sgst_amount\": 100,\n        \"enterprise_gstin\": \"13\",\n        \"gst_total_tax\": 100,\n        \"igst_amount\": 100,\n        \"cgst_amount\": 200,\n        \"gst_tax_base\": 200,\n        \"consignee_gstin\": \"1233\",\n        \"igst_tax_rate\": 100,\n        \"invoice_reference\": \"1234\",\n        \"cgst_tax_rate\": 100\n    },\n    \"additional\": {\n        \"label\": true,\n        \"return_info\": {\n            \"pincode\": \"110019\",\n            \"address\": \"Test Address top floor kalkaji NewDelhi \",\n            \"state\": \"DELHI\",\n            \"phone\": \"8080808080\",\n            \"name\": \"Deepanshu\",\n            \"city\": \"DELHI\",\n            \"country\": \"IN\",\n            \"return_lng\": \"10.00\",\n            \"return_lat\": \"10.01\"\n        },\n        \"reseller_info\": {\n            \"name\": \"Clickpost Support\",\n            \"phone\": \"8080808080\"\n        },\n        \"delivery_type\": \"FORWARD\",\n        \"async\": false,\n        \"gst_number\": \"21313\",\n        \"account_code\": \"test\",\n        \"from_wh\": \"From Warehouse\",\n        \"to_wh\": \"To Warehouse\",\n        \"channel_name\": \"Channel Name: In case you have different channels to receive orders\",\n        \"order_date\": \"YYYY-MM-DD\",\n        \"enable_whatsapp\": false,\n        \"is_fragile\": true,\n        \"is_dangerous\": true,\n        \"order_id\": \"Order ID of the shipment\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v3/create-order/?username=*****&key=*****","description":"<p>The table below elaborates on the request body parameters in detail.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>S.No.</th>\n<th>Parameter</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>drop_alternate_phone</td>\n<td>False</td>\n<td>String</td>\n<td>Alternate phone number of the customer. Available only for Delhivery, XpressBees, Bluedart and Ecom Express</td>\n</tr>\n<tr>\n<td>2</td>\n<td>zone</td>\n<td>False</td>\n<td>String</td>\n<td>If you wish to club multiple pickup-drop pin-codes together for easier recommendation allocation rule or for better visibility on internal business metrics based on a collection of pin-codes, this field is handy.  <br />  <br />This can be configured in the Pricing section in courier partner account configuration section. (Settings&gt;Courier&gt;Integrations&gt;Accounts&gt; Configuration &gt; Pricing)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v3","create-order",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[{"id":"7ecd5109-0e40-4a89-90c2-52dd5535bcca","name":"(ALServices) Create Order API v3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_info\": {\n        \"pickup_state\": \"DELHI\",\n        \"pickup_address\": \"A-228 top floor kalkaji New Delhi \",\n        \"email\": \"deepanshu.kartikey@pyck.in\",\n        \"pickup_time\": \"2017-05-20T12:00:00Z\",\n        \"pickup_pincode\": \"110019\",\n        \"pickup_city\": \"DELHI\",\n        \"tin\": \"120349483\",\n        \"pickup_name\": \"Deepanshu\",\n        \"pickup_country\": \"IN\",\n        \"pickup_phone\": \"9816691388\",\n        \"pickup_lat\": \"10.01\",\n        \"pickup_long\": \"10.00\"\n    },\n    \"drop_info\": {\n        \"drop_address\": \"F-68 third floor kalkaji New Delhi \",\n        \"drop_phone\": \"9717732407\",\n        \"drop_country\": \"IN\",\n        \"drop_state\": \"DELHI\",\n        \"drop_pincode\": \"110019\",\n        \"drop_city\": \"Delhi\",\n        \"drop_name\": \"Prashant\",\n        \"drop_email\": \"support@clickpost.in\",\n        \"drop_lat\": \"10.01\",\n        \"drop_long\": \"10.00\"\n    },\n    \"shipment_details\": {\n        \"height\": 12,\n        \"order_type\": \"COD\",\n        \"invoice_value\": 200,\n        \"invoice_number\": \"INV123\",\n        \"invoice_date\": \"2015-12-27\",\n        \"reference_number\": \"Order-9001\",\n        \"length\": 10,\n        \"breadth\": 10,\n        \"weight\": 100,\n        \"items\": [\n            {\n                \"product_url\": \"<Product Page Url>\",\n                \"price\": 200,\n                \"description\": \"item1\",\n                \"quantity\": 1,\n                \"sku\": \"XYZ1\",\n                \"additional\": {\n                    \"length\": 10,\n                    \"height\": 10,\n                    \"breadth\": 10,\n                    \"weight\": 100,\n                    \"images\": \"http://sample-file1.jpg,http://sample-file2.jpg\",\n                    \"return_days\": 2\n                }\n            }\n        ],\n        \"cod_value\": 200,\n        \"courier_partner\": 197\n    },\n    \"gst_info\": {\n        \"seller_gstin\": \"1234\",\n        \"taxable_value\": 100,\n        \"ewaybill_serial_number\": \"2345677\",\n        \"is_seller_registered_under_gst\": false,\n        \"sgst_tax_rate\": 100,\n        \"place_of_supply\": \"DELHI\",\n        \"gst_discount\": 0,\n        \"hsn_code\": \"1234\",\n        \"sgst_amount\": 100,\n        \"enterprise_gstin\": \"13\",\n        \"gst_total_tax\": 100,\n        \"igst_amount\": 100,\n        \"cgst_amount\": 200,\n        \"gst_tax_base\": 200,\n        \"consignee_gstin\": \"1233\",\n        \"igst_tax_rate\": 100,\n        \"invoice_reference\": \"1234\",\n        \"cgst_tax_rate\": 100\n    },\n    \"additional\": {\n        \"label\": true,\n        \"return_info\": {\n            \"pincode\": \"110019\",\n            \"address\": \"Test Address top floor kalkaji NewDelhi \",\n            \"state\": \"DELHI\",\n            \"phone\": \"8080808080\",\n            \"name\": \"Deepanshu\",\n            \"city\": \"DELHI\",\n            \"country\": \"IN\",\n            \"return_lng\": \"10.00\",\n            \"return_lat\": \"10.01\"\n        },\n        \"reseller_info\": {\n            \"name\": \"Clickpost Support\",\n            \"phone\": \"8080808080\"\n        },\n        \"awb_number\": \"43062728295\",\n        \"delivery_type\": \"FORWARD\",\n        \"async\": false,\n        \"gst_number\": \"21313\",\n        \"account_code\": \"test\",\n        \"from_wh\": \"From Warehouse\",\n        \"to_wh\": \"To Warehouse\",\n        \"channel_name\": \"Channel Name: In case you have different channels to receive orders\",\n        \"order_date\": \"YYYY-MM-DD\",\n        \"enable_whatsapp\": false,\n        \"is_fragile\": true,\n        \"is_dangerous\": true,\n        \"order_id\": \"Order ID of the shipment\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.clickpost.in/api/v3/create-order/?username=*****&key=*****","protocol":"https","host":["www","clickpost","in"],"path":["api","v3","create-order",""],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"1a2c04bc-ea40-4bde-ba89-7954438cfde0","name":"(SecureGlobal) Create Order API v3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_info\": {\n        \"pickup_state\": \"KARNATAKA\",\n        \"pickup_address\": \"Test Address 123 \",\n        \"email\": \"deepanshu.kartikey@pyck.in\",\n        \"pickup_time\": \"2017-05-20T12:00:00Z\",\n        \"pickup_pincode\": \"560300\",\n        \"pickup_city\": \"KARNATAKA\",\n        \"tin\": \"120349483\",\n        \"pickup_name\": \"Deepanshu\",\n        \"pickup_country\": \"IN\",\n        \"pickup_phone\": \"9816691388\",\n        \"pickup_lat\": \"10.01\",\n        \"pickup_long\": \"10.00\"\n    },\n    \"drop_info\": {\n        \"drop_address\": \"Test Address 456 \",\n        \"drop_phone\": \"9717732407\",\n        \"drop_country\": \"IN\",\n        \"drop_state\": \"MAHARASHTRA\",\n        \"drop_pincode\": \"431202\",\n        \"drop_city\": \"MAHARASHTRA\",\n        \"drop_name\": \"Prashant\",\n        \"drop_email\": \"support@clickpost.in\",\n        \"drop_lat\": \"10.01\",\n        \"drop_long\": \"10.00\"\n    },\n    \"shipment_details\": {\n        \"height\": 12,\n        \"order_type\": \"COD\",\n        \"invoice_value\": 200,\n        \"invoice_number\": \"INV123\",\n        \"invoice_date\": \"2015-12-27\",\n        \"reference_number\": \"Order-9003\",\n        \"length\": 10,\n        \"breadth\": 10,\n        \"weight\": 100,\n        \"items\": [\n            {\n                \"product_url\": \"<Product Page Url>\",\n                \"price\": 200,\n                \"description\": \"item1\",\n                \"quantity\": 1,\n                \"sku\": \"XYZ1\",\n                \"additional\": {\n                    \"length\": 10,\n                    \"height\": 10,\n                    \"breadth\": 10,\n                    \"weight\": 100,\n                    \"images\": \"http://sample-file1.jpg,http://sample-file2.jpg\",\n                    \"return_days\": 2\n                }\n            }\n        ],\n        \"cod_value\": 200,\n        \"courier_partner\": 197\n    },\n    \"gst_info\": {\n        \"seller_gstin\": \"1234\",\n        \"taxable_value\": 100,\n        \"ewaybill_serial_number\": \"2345677\",\n        \"is_seller_registered_under_gst\": false,\n        \"sgst_tax_rate\": 100,\n        \"place_of_supply\": \"DELHI\",\n        \"gst_discount\": 0,\n        \"hsn_code\": \"1234\",\n        \"sgst_amount\": 100,\n        \"enterprise_gstin\": \"13\",\n        \"gst_total_tax\": 100,\n        \"igst_amount\": 100,\n        \"cgst_amount\": 200,\n        \"gst_tax_base\": 200,\n        \"consignee_gstin\": \"1233\",\n        \"igst_tax_rate\": 100,\n        \"invoice_reference\": \"1234\",\n        \"cgst_tax_rate\": 100\n    },\n    \"additional\": {\n        \"label\": true,\n        \"return_info\": {\n            \"pincode\": \"560300\",\n            \"address\": \"Test Address 123 \",\n            \"state\": \"560300\",\n            \"phone\": \"8080808080\",\n            \"name\": \"Deepanshu\",\n            \"city\": \"560300\",\n            \"country\": \"IN\",\n            \"long\": \"10.00\",\n            \"lat\": \"10.01\"\n        },\n        \"reseller_info\": {\n            \"name\": \"Clickpost Support\",\n            \"phone\": \"8080808080\"\n        },\n        \"awb_number\": \"43062728295\",\n        \"delivery_type\": \"FORWARD\",\n        \"async\": false,\n        \"gst_number\": \"21313\",\n        \"account_code\": \"test\",\n        \"from_wh\": \"From Warehouse\",\n        \"to_wh\": \"To Warehouse\",\n        \"channel_name\": \"Channel Name: In case you have different channels to receive orders\",\n        \"order_date\": \"2021-05-10\",\n        \"enable_whatsapp\": false,\n        \"is_fragile\": true,\n        \"is_dangerous\": true,\n        \"order_id\": \"Order ID of the shipment\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.clickpost.in/api/v3/create-order/?username=*****&key=*****","protocol":"https","host":["www","clickpost","in"],"path":["api","v3","create-order",""],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"75055830-54b5-4099-9fdd-3268b78a06f6"},{"name":"Create Order API v3 RVP [For IN Customers - to create reverse shipments]","id":"9a382abc-784f-4dbe-bbcf-30b7acc22539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_info\": {\n        \"pickup_state\": \"DELHI\",\n        \"pickup_address\": \"A-228 top floor kalkaji New Delhi \",\n        \"email\": \"support@clickpost.in\",\n        \"pickup_time\": \"2017-05-20T12:00:00Z\",\n        \"pickup_pincode\": \"110019\",\n        \"pickup_city\": \"DELHI\",\n        \"tin\": \"120349483\",\n        \"pickup_name\": \"Deepanshu\",\n        \"pickup_country\": \"IN\",\n        \"pickup_phone\": \"8080808080\",\n        \"pickup_lat\": \"10.01\",\n        \"pickup_long\": \"10.00\"\n    },\n    \"drop_info\": {\n        \"drop_address\": \"F-68 third floor kalkaji New Delhi \",\n        \"drop_phone\": \"8080808080\",\n        \"drop_country\": \"IN\",\n        \"drop_state\": \"DELHI\",\n        \"drop_pincode\": \"110019\",\n        \"drop_city\": \"Delhi\",\n        \"drop_name\": \"Prashant\",\n        \"drop_email\": \"support@clickpost.in\",\n        \"drop_lat\": \"10.01\",\n        \"drop_long\": \"10.00\"\n    },\n    \"shipment_details\": {\n        \"height\": 12,\n        \"order_type\": \"PREPAID\",\n        \"invoice_value\": 200,\n        \"invoice_number\": \"INV123\",\n        \"invoice_date\": \"2015-12-27\",\n        \"reference_number\": \"Order-21112021\",\n        \"length\": 10,\n        \"breadth\": 10,\n        \"weight\": 100,\n        \"items\": [\n            {\n                \"product_url\":\"<Product Page Url>\",\n                \"price\": 200,\n                \"description\": \"item1\",\n                \"quantity\": 1,\n                \"sku\": \"XYZ1\",\n                \"image_urls\": [\n                    \"https://assetscdn.paytm.com/images/catalog/view_item/114560/123.jpg\",\n                    \"https://assetscdn.paytm.com/images/catalog/view_item/116303/123434.jpg\"\n                ],\n                \"cat\": \"electronics\",\n                \"sub_cat\": \"tv\",\n                \"color\": \"Red\",\n                \"serial_no\": \"SRN1237890000\",\n                \"size\": \"7\",\n                \"qc_rules\": [{\n                    \"question\": \"Is product colour as per description ?\",\n                    \"is_mandatory\": 1,\n                    \"value\": \"Red\"\n                },\n                {\n                    \"question\": \"Is product size as per description ?\",\n                    \"is_mandatory\": 1,\n                    \"value\": \"7\"\n                }],\n                \"additional\": {\n                    \"length\": 10,\n                    \"height\": 10,\n                    \"breadth\": 10,\n                    \"weight\": 100\n                }\n            }\n        ],\n        \"cod_value\": 0,\n        \"courier_partner\": <Courier Partner Identifier at Clickpost>\n    },\n    \"gst_info\": {\n        \"seller_gstin\": \"1234\",\n        \"taxable_value\": 100,\n        \"ewaybill_serial_number\": \"2345677\",\n        \"is_seller_registered_under_gst\": false,\n        \"sgst_tax_rate\": 100,\n        \"place_of_supply\": \"DELHI\",\n        \"gst_discount\": 0,\n        \"hsn_code\": \"1234\",\n        \"sgst_amount\": 100,\n        \"enterprise_gstin\": \"13\",\n        \"gst_total_tax\": 100,\n        \"igst_amount\": 100,\n        \"cgst_amount\": 200,\n        \"gst_tax_base\": 200,\n        \"consignee_gstin\": \"1233\",\n        \"igst_tax_rate\": 100,\n        \"invoice_reference\": \"1234\",\n        \"cgst_tax_rate\": 100\n    },\n\n    \"additional\": {\n        \"label \": true,\n        \"awb_number\": \"43062728295\",\n        \"delivery_type\": \"RVP\",\n        \"rvp_reason\": \"Shipper cancellation\",\n        \"qc_type\": \"doorstep\",\n        \"async\": false,\n        \"account_code\": \"<Account_Code generated via Clickpost Dashboard>\"\n        \"from_wh\": \"From Warehouse\",\n        \"to_wh\": \"To Warehouse\",\n        \"channel_name\": \"Channel Name: In case you have different channels to receive orders\",\n        \"order_date\": \"YYYY-MM-DD\",\n        \"order_id\": \"order ID of the shipment\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v3/create-order/?username=*****&key=*****","description":"<p>Create RVP Order API is used to create Reverse Pickup Orders on Clickpost.</p>\n<p>Before using this API kindly check if your Courier Partner provides Reverse Pickup services on the Clickpost Dashboard. We use the nomenclature of \"Courier Partner name + Reverse\" to identify these courier partners. For e.g. FedEx Reverse, Bluedart Reverse etc.</p>\n<p>To add FedEx's reverse pickup services as an example, you'll use <code>FedEx Reverse</code> as a courier partner and get the required <code>Account Code</code> and <code>Courier Partner ID</code> from the dashboard.</p>\n<p>Below are the other mandatory fields for RVP Order Creation:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>SNo.</th>\n<th>Parameter</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>rvp_reason</td>\n<td>True</td>\n<td>String</td>\n<td>Reason for returning the shipment. Max. Length: 500 characters</td>\n</tr>\n<tr>\n<td>2</td>\n<td>delivery_type</td>\n<td>True</td>\n<td>String</td>\n<td>For Reverse Pickup, the value of this field should be   “RVP”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v3","create-order",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"9a382abc-784f-4dbe-bbcf-30b7acc22539"},{"name":"Create Order API v3 MPS [For Multi-Piece shipment creation for IN customers]","id":"b87a029c-c24d-48d6-9b77-946159fb71e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_info\": {\n        \"pickup_time\": \"2018-11-20T12:00:00Z\",\n        \"email\": \"support@clickpost.in\",\n        \"pickup_address\": \"Test Pickup Warehouse Address, Pickup Locality, Surat - 395002\",\n        \"pickup_state\": \"GUJARAT\",\n        \"pickup_name\": \"Test Pickup Warehouse Name\",\n        \"pickup_country\": \"IN\",\n        \"tin\": \"<GST_NUMBER>\",\n        \"pickup_city\": \"SURAT\",\n        \"pickup_phone\": \"8080808080\",\n        \"pickup_pincode\": \"395002\"\n    },\n    \"drop_info\": {\n        \"drop_country\": \"IN\",\n        \"drop_city\": \"Delhi\",\n        \"drop_phone\": \"8080808080\",\n        \"drop_address\": \"Test Drop address, Drop Locality, New Delhi \",\n        \"drop_name\": \"Test Drop Name\",\n        \"drop_state\": \"DELHI\",\n        \"drop_pincode\": \"110020\",\n        \"drop_email\": \"support@clickpost.in\"\n    },\n    \"shipment_details\": {\n        \"breadth\": 10, \n        \"cod_value\": 300,\n        \"height\": 12,\n        \"invoice_date\": \"2018-11-12\",\n        \"length\": 10,\n        \"order_type\": \"COD\",\n        \"invoice_number\": \"INV123\",\n        \"invoice_value\": 200,\n        \"shipment_type\": \"MPS\",\n        // Each item in items object represent a carton box.\n        \"items\": [{\n            \"quantity\": 1,\n            \"sku\": \"XYZ1\",\n            \"price\": 200,\n            \"description\": \"Cartoon Box 1\",\n            \"gst_info\": {\n                \"consignee_gstin\": \"11ANKPT8882D1ZD\",\n                \"invoice_reference\": \"DC68HJJ\",\n                \"seller_gstin\": \"11ANKPT8882D1ZC\",\n                \"cgst_tax_rate\": 100,\n                \"place_of_supply\": \"DELHI\",\n                \"sgst_tax_rate\": 100,\n                \"igst_tax_rate\": 100,\n                \"enterprise_gstin\": \"13\",\n                \"gst_tax_base\": 200,\n                \"igst_amount\": 100,\n                \"is_seller_registered_under_gst\": false,\n                \"sgst_amount\": 100,\n                \"taxable_value\": 100,\n                \"gst_discount\": 0,\n                \"gst_total_tax\": 100,\n                \"hsn_code\": \"1234\",\n                \"cgst_amount\": 200,\n                \"invoice_value\": 200,\n                \"seller_name\": \"Deepanshu\",\n                \"seller_address\": \"A-228 top floor kalkaji\",\n                \"seller_state\": \"Delhi\",\n                \"seller_pincode\": \"110019\",\n                \"invoice_number\": \"1882782\",\n                \"invoice_date\": \"2018-08-23\",\n                \"ewaybill_serial_number\": \"07AACCF1234T3AS\",\n                \"ewaybill_expiry_date\": \"2018-12-31 18:58:56\"\n            },\n            \"additional\": {\n                \"breadth\": 10,\n                \"product_url\":\"<Product Page Url>\",\n                \"images\": \"http://sample-file1.jpg,http://sample-file2.jpg\",\n                \"length\": 10,\n                \"weight\": 100,\n                \"height\": 10\n            }\n        },{\n            \"quantity\": 1,\n            \"sku\": \"XYZ2\",\n            \"price\": 200,\n            \"description\": \"Cartoon Box 2\",\n            \"gst_info\": {\n                \"consignee_gstin\": \"11ANKPT8882D1ZD\",\n                \"invoice_reference\": \"DC68HJJ1\",\n                \"seller_gstin\": \"11ANKPT8882D1ZC\",\n                \"cgst_tax_rate\": 100,\n                \"place_of_supply\": \"DELHI\",\n                \"sgst_tax_rate\": 100,\n                \"igst_tax_rate\": 100,\n                \"enterprise_gstin\": \"13\",\n                \"gst_tax_base\": 200,\n                \"igst_amount\": 100,\n                \"is_seller_registered_under_gst\": false,\n                \"sgst_amount\": 100,\n                \"taxable_value\": 100,\n                \"gst_discount\": 0,\n                \"gst_total_tax\": 100,\n                \"hsn_code\": \"1234\",\n                \"cgst_amount\": 200,\n                \"invoice_value\": 200,\n                \"seller_name\": \"Deepanshu\",\n                \"seller_address\": \"A-228 top floor kalkaji\",\n                \"seller_state\": \"Delhi\",\n                \"seller_pincode\": \"110019\",\n                \"invoice_number\": \"1882783\",\n                \"invoice_date\": \"2018-08-23\"\n            },\n            \"additional\": {\n                \"breadth\": 10,\n                \"product_url\":\"<Product Page Url>\",\n                \"images\": \"http://sample-file1.jpg,http://sample-file2.jpg\",\n                \"length\": 10,\n                \"weight\": 100,\n                \"height\": 10\n            }\n        }],\n        \"courier_partner\": 61,\n        \"weight\": 200,\n        \"reference_number\": \"UNIQUE-SHIPMENT-ID7\"\n    },\n    \"additional\": {\n        \"label\": true,\n        \"data_validation\": true,\n        \"async\": false,\n        \"return_info\": {\n            \"email\": \"support@clickpost.in\",\n            \"name\": \"Test Return Warehouse Name\",\n            \"phone\": \"8080808080\",\n            \"address\": \"Test Return Address New Delhi \",\n            \"country\": \"IN\",\n            \"city\": \"DELHI\",\n            \"pincode\": \"110020\",\n            \"state\": \"DELHI\"\n        },\n        \"delivery_type\": \"FORWARD\",\n        \"vendor_code\": \"SBL\",\n        \"pickup_type\": \"WH\",\n        \"is_multi_seller\": true,\n        \"account_code\":\"AIR\",\n        \"from_wh\": \"From Warehouse\",\n        \"to_wh\": \"To Warehouse\",\n        \"channel_name\": \"Channel Name: In case you have different channels to receive orders\",\n        \"order_id\": \"Order ID of the order\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v3/create-order/?username=*****&key=*****","description":"<p>Mandatory / Optional field details: <a href=\"https://docs.google.com/spreadsheets/d/1pRHr8Z8fsc-EEm_ONhiINKYQnaMNChLL8Fftd03I42I/edit?usp=sharing\">https://docs.google.com/spreadsheets/d/1pRHr8Z8fsc-EEm_ONhiINKYQnaMNChLL8Fftd03I42I/edit?usp=sharing</a></p>\n","urlObject":{"protocol":"https","path":["api","v3","create-order",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"b87a029c-c24d-48d6-9b77-946159fb71e6"},{"name":"Create Order API v4 [For customers shipping to a location other than IN]","id":"2a85a1f1-cbd5-4099-beb9-5051ce73c889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_info\": {\n        \"name\": \"Central Warehouse\",\n        \"phone\": \"34890878\",\n        \"phone_code\": \"+39\",\n        \"postal_code\": \"80078\",\n        \"state\": \"CAM\",\n        \"time\": \"2020-02-01T10:53:33\",\n        \"address\": \"Via Pisciarelli,79 \\n80078 Napoli (NA)\\nITA\",\n        \"city\": \"Napoli\",\n        \"country_code\": \"IT\",\n        \"district\": \"TBD\",\n        \"email\": \"a@b.com\",\n        \"landmark\": \"TBD\",\n        \"lat\": 33.0,\n        \"long\": 88.0\n    },\n    \"drop_info\": {\n        \"name\": \"Coni Sport Srl\",\n        \"phone\": \"34890878\",\n        \"phone_code\": \"+39\",\n        \"postal_code\": \"6123\",\n        \"state\": \"UMB\",\n        \"address\": \"Via Maesta'Delle Volte 16 \\n6123 Perugia (PG)\\nITA\",\n        \"city\": \"Perugia\",\n        \"country_code\": \"IT\",\n        \"district\": \"TBD\",\n        \"email\": \"a@b.com\",\n        \"landmark\": \"TBD\",\n        \"lat\": 33.0,\n        \"long\": 88.0\n    },\n    \"shipment_details\": {\n        \"courier_partner\": 35,\n        \"delivery_type\": \"FORWARD\",\n        \"order_type\": \"PREPAID\",\n        \"cod_value\": 0,\n        \"breadth\": 10,\n        \"height\": 10,\n        \"length\": 10,\n        \"weight\": 10,\n        \"invoice_date\": \"2021-04-16\",\n        \"invoice_number\": \"IOL-000024\",\n        \"currency_code\": \"EUR\",\n        \"invoice_value\": 100.0,\n        \"items\": [\n            {\n                \"breadth\": 10,\n                \"description\": \"Sample Product Description\",\n                \"height\": 10,\n                \"length\": 10,\n                \"price\": 254.00,\n                \"quantity\": 2,\n                \"sku\": \"123\",\n                \"weight\": 10,\n                \"carta_porte\": {\n                    \"bienesTransp\": \"10282\",\n                    \"descripcion\": \"LapTop\",\n                    \"claveUnidad\": \"H87\",\n                    \"materialPeligroso\": \"\",\n                    \"cveMaterialPeligroso\": \"\",\n                    \"embalaje\": \"\"\n                }\n            }\n        ],\n        \"reference_number\": \"IOL-000026\"\n    },\n    \"additional\": {\n        \"account_code\": \"TEST\",\n        \"duty_fee_paid_by\": \"\",\n        \"invoice_base_64\": \"\",\n        \"label\": true,\n        \"order_date\": \"2021-05-03\",\n        \"order_id\": \"Order123\",\n        \"rvp_reason\": \"<only for RVP orders>\",\n        \"vendor_code\": \"\",\n        \"from_wh\":\"000139\",\n        \"asn_code\":\"28042022001\",\n        \"channel_name\":\"575\"\n    },\n    \"return_info\": null,\n    \"tax_info\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v4/create-order/?username=*****&key=*****","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Datatype</th>\n<th>Sample Value</th>\n<th>Description</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pickup_info</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>name of person at pickup location which shall be contacted by courier partner</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>email of the person at pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone_code</td>\n<td>character</td>\n<td></td>\n<td>ISO phone code of the country where the pickup is to be done. Country and their phone codes: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>character (11 characters)</td>\n<td></td>\n<td>phone number of the person at pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>address</td>\n<td>character (500 character)</td>\n<td></td>\n<td>address of pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>character (50 character)</td>\n<td></td>\n<td>postal code of the pickup location. For MENA region, this field represents area code</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>city</td>\n<td>character (200 character)</td>\n<td></td>\n<td>city of the pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>district</td>\n<td>character (200 character)</td>\n<td></td>\n<td>district of the pickup location [Required for South East Asian countries]</td>\n<td>No</td>\n</tr>\n<tr>\n<td>state</td>\n<td>character (200 character)</td>\n<td></td>\n<td>state of the pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>character (2 character)</td>\n<td>MX</td>\n<td>ISO country code of the country where pickup is to be done. Country code list: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>float</td>\n<td></td>\n<td>latitude of the pickup location</td>\n<td></td>\n</tr>\n<tr>\n<td>long</td>\n<td>float</td>\n<td></td>\n<td>longitude of the pickup location</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>drop_info</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>name of person at destination location who will be contacted by courier partner</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>email of the person at destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone_code</td>\n<td>character</td>\n<td></td>\n<td>ISO phone code of the country where the delivery is to be done. Country and their phone codes: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>character (11 characters)</td>\n<td></td>\n<td>phone number of the person at destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>address</td>\n<td>character (500 character)</td>\n<td></td>\n<td>address of destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>character (50 character)</td>\n<td></td>\n<td>postal code of the destination location. For MENA region, this field represents area code</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>city</td>\n<td>character (200 character)</td>\n<td></td>\n<td>city of the destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>district</td>\n<td>character (200 character)</td>\n<td></td>\n<td>district of the destination location [Required for South East Asian countries]</td>\n<td>No</td>\n</tr>\n<tr>\n<td>state</td>\n<td>character (200 character)</td>\n<td></td>\n<td>state of the destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>character</td>\n<td></td>\n<td>ISO country code of the country where destination is to be done. Country code list: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>float</td>\n<td></td>\n<td>latitude of the destination location</td>\n<td></td>\n</tr>\n<tr>\n<td>long</td>\n<td>float</td>\n<td></td>\n<td>longitude of the destination location</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>shipment_details</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>courier_partner</td>\n<td>integer</td>\n<td></td>\n<td>ID of courier partner for which the order is to be placed. List of all courier partners: <a href=\"https://track.clickpost.in/courier_partner\">https://track.clickpost.in/courier_partner</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>string</td>\n<td></td>\n<td>Type of shipment based on payment mode [Possible values: “COD”, “PREPAID”]</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>delivery_type</td>\n<td>character</td>\n<td>FORWARD</td>\n<td>FORWARD or RVP (stands for Reverse Pickup)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>character</td>\n<td></td>\n<td>string of length 50 characters</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>invoice_date</td>\n<td>character</td>\n<td></td>\n<td>Format: YYYY-MM-DD, example: 2015-12-25 for 25th December 2015</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>invoice_value</td>\n<td>float</td>\n<td></td>\n<td>Declared value of the shipment</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cod_value</td>\n<td>float</td>\n<td></td>\n<td>Cash on Delivery value. If order_type = COD, cod_value should be greater than 0, if order_type = PREPAID, cod_value should be equal to 0. To be passed in shipment_details object</td>\n<td>Yes (COD)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string (3 characters)</td>\n<td></td>\n<td>ISO currency code of currency selected by customer for placing the order: Currency codes in Clickpost <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a> [<a href=\"https://en.wikipedia.org/wiki/ISO_4217%5D\">https://en.wikipedia.org/wiki/ISO_4217]</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>string (50 characters)</td>\n<td></td>\n<td>unique shipment ID for the shipment. (You can perform search on this parameter on Clickpost dashboard)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>length</td>\n<td>int</td>\n<td></td>\n<td>length in cms</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>height</td>\n<td>int</td>\n<td></td>\n<td>height in cms</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>int</td>\n<td></td>\n<td>breadth in cms</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>int</td>\n<td></td>\n<td>weight in grams</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>carta_porte</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>bienesTransp</td>\n<td>string</td>\n<td>10111307</td>\n<td>SKU ID of the product</td>\n<td>Yes (MX)</td>\n</tr>\n<tr>\n<td>descripcion</td>\n<td>string</td>\n<td>Laptop</td>\n<td>Item description</td>\n<td>Yes (MX)</td>\n</tr>\n<tr>\n<td>claveUnidad</td>\n<td>string</td>\n<td></td>\n<td>SKU</td>\n<td>Yes (MX)</td>\n</tr>\n<tr>\n<td>materialPeligroso</td>\n<td>boolean</td>\n<td>True/False</td>\n<td>Dangerous Flag: Yes/ No</td>\n<td>Yes (MX)</td>\n</tr>\n<tr>\n<td>cveMaterialPeligroso</td>\n<td>string</td>\n<td>XPK</td>\n<td>Dangerous ID</td>\n<td>Yes (MX)</td>\n</tr>\n<tr>\n<td>embalaje</td>\n<td>string</td>\n<td>4G</td>\n<td>Packing of the shipment</td>\n<td>Yes (MX)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string (50 character)</td>\n<td></td>\n<td>SKU (Stock Keeping Unit) ID of the item</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string (500 characters)</td>\n<td></td>\n<td>SKU description</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>int</td>\n<td></td>\n<td>quantity of SKU ordered by customer</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>price</td>\n<td>float</td>\n<td></td>\n<td>price of 1 unit</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>images</td>\n<td>string (1000 character)</td>\n<td></td>\n<td>image URL of the SKU</td>\n<td>No</td>\n</tr>\n<tr>\n<td>return_days</td>\n<td>int</td>\n<td></td>\n<td>\"eligible days for return from the date, shipment was delivered to customer\"</td>\n<td>No</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>additional</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>character</td>\n<td></td>\n<td>timestamp when the order was placed in YYYY-MM-DD format</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ship_date</td>\n<td>character</td>\n<td></td>\n<td>timestamp when order was ready to ship in YYYY-MM-DD format</td>\n<td>No</td>\n</tr>\n<tr>\n<td>min_edd</td>\n<td>integer</td>\n<td></td>\n<td>minimum days committed to the customer for 1st delivery attempt</td>\n<td>No</td>\n</tr>\n<tr>\n<td>max_edd</td>\n<td>integer</td>\n<td></td>\n<td>maximum days committed to the customer for 1st delivery attempt</td>\n<td>No</td>\n</tr>\n<tr>\n<td>enable_whatsapp</td>\n<td>boolean</td>\n<td></td>\n<td>If you have Whatsapp for business account, you can pass opt-in information here so Clickpost starts sending out communications to customers\"</td>\n<td>No</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>character [50 characters]</td>\n<td></td>\n<td>order ID of the shipment</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>invoice_base_64</td>\n<td>character</td>\n<td></td>\n<td>base 64 string of invoice. Required by DHL for PLT (Paper Less Trade) process</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>rvp_reason</td>\n<td>character</td>\n<td></td>\n<td>Mandatory for reverse pickups [pickups from customer location]. Not required for forward, warehouse to customer</td>\n<td>Yes (RVP)</td>\n</tr>\n<tr>\n<td>duty_fee_paid_by</td>\n<td>character</td>\n<td></td>\n<td>Defines who will be paying the duty charges for the shipment. Possible values: “S”: Shipper, “R”: Recipient [only applicable for UPS / DHL]</td>\n<td>No</td>\n</tr>\n<tr>\n<td>from_wh</td>\n<td>string</td>\n<td></td>\n<td>[Walmart specific] Distribution Center Code</td>\n<td>No</td>\n</tr>\n<tr>\n<td>asn_code</td>\n<td>string</td>\n<td></td>\n<td>[Walmart specific] ASN Code</td>\n<td>No</td>\n</tr>\n<tr>\n<td>channel_name</td>\n<td>string</td>\n<td></td>\n<td>[Walmart specific] Branch Code</td>\n<td>No</td>\n</tr>\n<tr>\n<td>sort_code</td>\n<td>string</td>\n<td></td>\n<td>[Walmart specific] Routing Code</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v4","create-order",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"2a85a1f1-cbd5-4099-beb9-5051ce73c889"},{"name":"Create Order API v4 MPS [For customers shipping to a location other than IN]","id":"3c631676-23c1-4cb9-9fdf-339cfa2d6d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"drop_info\": {\n        \"lat\": \"0.0\",\n        \"city\": \"Austin\",\n        \"long\": \"0.0\",\n        \"name\": \"Ad Astra Rocket Labs Ltd.\",\n        \"time\": \"2022-04-08T10:15:54+04:00\",\n        \"email\": \"info@adastra.com\",\n        \"phone\": \"549967502\",\n        \"state\": \"Texas\",\n        \"address\": \"Austin, TX 78725, United States\",\n        \"district\": \"Dubai\",\n        \"landmark\": null,\n        \"phone_code\": \"+1\",\n        \"postal_code\": \"78725\",\n        \"country_code\": \"US\"\n    },\n    \"additional\": {\n        \"async\": false,\n        \"label \": true,\n        \"rvp_reason\": \"Seller Pickup\",\n        \"account_code\": \"ACCOUNT_CODE\",\n        \"delivery_type\": \"RVP\",\n        \"duty_fee_paid_by\": \"R\",\n        \"from_wh\": \"000139\",\n        \"channel_name\": \"575\",\n        \"sort_code\": \"533\"\n    },\n    \"pickup_info\": {\n        \"lat\": 0,\n        \"city\": \"Shinjuku-ku\",\n        \"long\": 0,\n        \"name\": \"Higuchi Laboratories\",\n        \"time\": \"2022-04-08T13:15:54+04:00\",\n        \"email\": \"orders@upteamco.com\",\n        \"phone\": \"8080808080\",\n        \"state\": \"Tokyo\",\n        \"address\": \"Ootori International Imas Nishi-Shinjuku Dai-ichi Building 2G, Nishi-Shinjuku\",\n        \"district\": \"Shinjuku-ku\",\n        \"landmark\": null,\n        \"phone_code\": \"+81\",\n        \"postal_code\": \"160-0023\",\n        \"country_code\": \"JP\"\n    },\n    \"return_info\": {\n        \"lat\": 0,\n        \"city\": \"Shinjuku-ku\",\n        \"long\": 0,\n        \"name\": \"Higuchi Laboratories\",\n        \"email\": \"orders@upteamco.com\",\n        \"phone\": \"8080808080\",\n        \"state\": \"Tokyo\",\n        \"address\": \"Ootori International Imas Nishi-Shinjuku Dai-ichi Building 2G, Nishi-Shinjuku\",\n        \"district\": \"Shinjuku-ku\",\n        \"landmark\": null,\n        \"phone_code\": \"+81\",\n        \"postal_code\": \"160-0023\",\n        \"country_code\": \"JP\"\n    },\n    \"shipment_details\": {\n        \"items\": [\n            {\n                \"sku\": \"440192\",\n                \"price\": 192.45,\n                \"weight\": 200,\n                \"hs_code\": \"4202.22.00\",\n                \"quantity\": 1,\n                \"description\": \"Gucci Brown Canvas And Leather Tote\",\n                \"length\": 1,\n                \"breadth\": 20,\n                \"height\": 1,\n                \"additional\": {\n                    \"asn_code\": \"1123456745890\"\n                },\n                \"carta_porte\": {\n                    \"bienesTransp\": \"10282\",\n                    \"descripcion\": \"LapTop\",\n                    \"claveUnidad\": \"H87\",\n                    \"materialPeligroso\": \"\",\n                    \"cveMaterialPeligroso\": \"\",\n                    \"embalaje\": \"\"\n                }\n            },\n            {\n                \"sku\": \"570366\",\n                \"price\": 291.24,\n                \"weight\": 200,\n                \"hs_code\": \"4202.22.00\",\n                \"quantity\": 1,\n                \"description\": \"Gucci White Guccissima Canvas Fabri\",\n                \"length\": 1,\n                \"breadth\": 20,\n                \"height\": 1,\n                \"additional\": {\n                    \"asn_code\": \"1123456745890\"\n                },\n                \"carta_porte\": {\n                    \"bienesTransp\": \"10282\",\n                    \"descripcion\": \"LapTop\",\n                    \"claveUnidad\": \"H87\",\n                    \"materialPeligroso\": \"\",\n                    \"cveMaterialPeligroso\": \"\",\n                    \"embalaje\": \"\"\n                }\n            }\n        ],\n        \"height\": 2,\n        \"length\": 30,\n        \"weight\": 400,\n        \"breadth\": 40,\n        \"order_id\": \"130803-1649398554\",\n        \"cod_value\": 0,\n        \"order_type\": \"PREPAID\",\n        \"invoice_date\": \"2022-04-08\",\n        \"currency_code\": \"USD\",\n        \"delivery_type\": \"FORWARD\",\n        \"invoice_value\": 483.69,\n        \"invoice_number\": \"130803-1649398554\",\n        \"courier_partner\": \"159\",\n        \"reference_number\": \"130803-1649398554\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v4/create-order/?username=*****&key=*****","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Datatype</th>\n<th>Sample Value</th>\n<th>Description</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pickup_info</td>\n<td>object</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>name of person at pickup location which shall be contacted by courier partner</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>email of the person at pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone_code</td>\n<td>character</td>\n<td></td>\n<td>ISO phone code of the country where the pickup is to be done. Country and their phone codes: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>character (11 characters)</td>\n<td></td>\n<td>phone number of the person at pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>address</td>\n<td>character (500 character)</td>\n<td></td>\n<td>address of pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>character (50 character)</td>\n<td></td>\n<td>\"postal code of the pickup location. For MENA region, this field represents area code\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>city</td>\n<td>character (200 character)</td>\n<td></td>\n<td>city of the pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>district</td>\n<td>character (200 character)</td>\n<td></td>\n<td>district of the pickup location [Required for South East Asian countries]</td>\n<td>No</td>\n</tr>\n<tr>\n<td>state</td>\n<td>character (200 character)</td>\n<td></td>\n<td>state of the pickup location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>character (2 character)</td>\n<td>MX</td>\n<td>ISO country code of the country where pickup is to be done. Country code list: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>float</td>\n<td></td>\n<td>latitute of the pickup location</td>\n<td></td>\n</tr>\n<tr>\n<td>long</td>\n<td>float</td>\n<td></td>\n<td>longitud of the pickup location</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>drop_info</td>\n<td>object</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>name</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>name of person at destination location who will be contacted by courier partner</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>email of the person at destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone_code</td>\n<td>character</td>\n<td></td>\n<td>ISO phone code of the country where the delivery is to be done. Country and their phone codes: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>character (11 characters)</td>\n<td></td>\n<td>phone number of the person at destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>address</td>\n<td>character (500 character)</td>\n<td></td>\n<td>address of destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>character (50 character)</td>\n<td></td>\n<td>\"postal code of the destination location. For MENA region, this field represents area code\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>city</td>\n<td>character (200 character)</td>\n<td></td>\n<td>city of the destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>district</td>\n<td>character (200 character)</td>\n<td></td>\n<td>district of the destination location [Required for South East Asian countries]</td>\n<td>No</td>\n</tr>\n<tr>\n<td>state</td>\n<td>character (200 character)</td>\n<td></td>\n<td>state of the destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>character</td>\n<td></td>\n<td>ISO country code of the country where destination is to be done. Country code list: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>float</td>\n<td>null/99.10</td>\n<td>latitute of the destination location</td>\n<td></td>\n</tr>\n<tr>\n<td>long</td>\n<td>float</td>\n<td>null/99.10</td>\n<td>longitud of the destination location</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>return_info</td>\n<td>object</td>\n<td></td>\n<td></td>\n<td>No</td>\n</tr>\n<tr>\n<td>name</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>name of person at destination location who will be contacted by courier partner</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>email</td>\n<td>character (100 characters)</td>\n<td></td>\n<td>email of the person at destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone_code</td>\n<td>character</td>\n<td></td>\n<td>ISO phone code of the country where the delivery is to be done. Country and their phone codes: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>character (11 characters)</td>\n<td></td>\n<td>phone number of the person at destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>address</td>\n<td>character (500 character)</td>\n<td></td>\n<td>address of destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>character (50 character)</td>\n<td></td>\n<td>\"postal code of the destination location. For MENA region, this field represents area code\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>city</td>\n<td>character (200 character)</td>\n<td></td>\n<td>city of the destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>district</td>\n<td>character (200 character)</td>\n<td></td>\n<td>district of the destination location [Required for South East Asian countries]</td>\n<td>No</td>\n</tr>\n<tr>\n<td>state</td>\n<td>character (200 character)</td>\n<td></td>\n<td>state of the destination location</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>character</td>\n<td></td>\n<td>ISO country code of the country where destination is to be done. Country code list: <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>float</td>\n<td>null/99.10</td>\n<td>latitute of the destination location</td>\n<td></td>\n</tr>\n<tr>\n<td>long</td>\n<td>float</td>\n<td>null/99.10</td>\n<td>longitud of the destination location</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>shipment_details</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>courier_partner</td>\n<td>integer</td>\n<td></td>\n<td>ID of courier partner for which the order is to be placed. List of all courier partners: <a href=\"https://track.clickpost.in/courier_partner\">https://track.clickpost.in/courier_partner</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>string</td>\n<td></td>\n<td>\"Type of shipment based on payment mode [Possible values: “COD”, “PREPAID”]\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>delivery_type</td>\n<td>character</td>\n<td>FORWARD</td>\n<td>FORWARD or RVP (stands for Reverse Pickup)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>invoice_number</td>\n<td>character</td>\n<td></td>\n<td>string of length 50 characters</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>invoice_date</td>\n<td>character</td>\n<td></td>\n<td>\"Format: YYYY-MM-DD, example: 2015-12-25 for 25th December 2015\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>invoice_value</td>\n<td>float</td>\n<td></td>\n<td>Declared value of the shipment</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cod_value</td>\n<td>float</td>\n<td></td>\n<td>\"Cash on Delivery value. If order_type = COD, cod_value should be greater than 0, if order_type = PREPAID, cod_value should be equal to 0. To be passed in shipment_details object\"</td>\n<td>Yes (COD)</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string (3 characters)</td>\n<td></td>\n<td>ISO currency code of currency selected by customer for placing the order: Currency codes in Clickpost <a href=\"https://www.clickpost.in/api/v1/countries/\">https://www.clickpost.in/api/v1/countries/</a> [<a href=\"https://en.wikipedia.org/wiki/ISO_4217%5D\">https://en.wikipedia.org/wiki/ISO_4217]</a></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>string (50 characters)</td>\n<td></td>\n<td>unique shipment ID for the shipment. (You can perform search on this parameter on Clickpost dashboard)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>length</td>\n<td>int</td>\n<td></td>\n<td>length in cms</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>height</td>\n<td>int</td>\n<td></td>\n<td>height in cms</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>int</td>\n<td></td>\n<td>breadth in cms</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>int</td>\n<td></td>\n<td>weight in grams</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>item</td>\n<td>object</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>length</td>\n<td>int</td>\n<td></td>\n<td>length of the item (in cms)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>height</td>\n<td>int</td>\n<td></td>\n<td>height in cmsof the item (in cms)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>int</td>\n<td></td>\n<td>breadth of the item (in cms)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>int</td>\n<td></td>\n<td>weight of the item (in grams)</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string (50 character)</td>\n<td></td>\n<td>SKU (Stock Keeping Unit) ID of the item</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string (500 characters)</td>\n<td></td>\n<td>SKU description</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>int</td>\n<td></td>\n<td>quantity of SKU ordered by customer</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>price</td>\n<td>float</td>\n<td></td>\n<td>price of 1 unit</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>images</td>\n<td>string (1000 character)</td>\n<td></td>\n<td>image URL of the SKU</td>\n<td>No</td>\n</tr>\n<tr>\n<td>additional</td>\n<td>object</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>asn_code</td>\n<td>string</td>\n<td></td>\n<td>Walmart Specific Field</td>\n<td>Yes (C)</td>\n</tr>\n<tr>\n<td>carta_porte</td>\n<td>object</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>bienesTransp</td>\n<td>string</td>\n<td>10111307</td>\n<td>SKU ID of the product</td>\n<td>Yes (MX only)</td>\n</tr>\n<tr>\n<td>descripcion</td>\n<td>string</td>\n<td>Laptop</td>\n<td>Item description</td>\n<td>Yes (MX only)</td>\n</tr>\n<tr>\n<td>claveUnidad</td>\n<td>string</td>\n<td></td>\n<td>SKU</td>\n<td>Yes (MX only)</td>\n</tr>\n<tr>\n<td>materialPeligroso</td>\n<td>boolean</td>\n<td>True/False</td>\n<td>Dangerous Flag: Yes/ No</td>\n<td>Yes (MX only)</td>\n</tr>\n<tr>\n<td>cveMaterialPeligroso</td>\n<td>string</td>\n<td>XPK</td>\n<td>Dangerous ID</td>\n<td>Yes (MX only)</td>\n</tr>\n<tr>\n<td>embalaje</td>\n<td>string</td>\n<td>4G</td>\n<td>Packing of the shipment</td>\n<td>Yes (MX only)</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>additional</td>\n<td>object</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>character</td>\n<td></td>\n<td>timestamp when the order was placed in yyyy-mm-dd format</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ship_date</td>\n<td>character</td>\n<td></td>\n<td>timestamp when order was ready to ship in yyyy-mm-dd format</td>\n<td>No</td>\n</tr>\n<tr>\n<td>min_edd</td>\n<td>integer</td>\n<td></td>\n<td>minimum days commited to the customer for 1st delivery attempt</td>\n<td>No</td>\n</tr>\n<tr>\n<td>max_edd</td>\n<td>integer</td>\n<td></td>\n<td>maximum days commited to the customer for 1st delivery attempt</td>\n<td>No</td>\n</tr>\n<tr>\n<td>enable_whatsapp</td>\n<td>boolean</td>\n<td></td>\n<td>\"if you have whatsapp for business account, you can pass opt-in information here so Clickpost starts sending out communications to customers\"</td>\n<td>No</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>character [50 characters]</td>\n<td></td>\n<td>order ID of the shipment</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>invoice_base_64</td>\n<td>character</td>\n<td></td>\n<td>base 64 string of invoice. Required by DHL for PLT (Paper Less Trade) process</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>rvp_reason</td>\n<td>character</td>\n<td></td>\n<td>\"mandatory for reverse pickups [pickups from customer location]. Not required for forward, warehouse to customer\"</td>\n<td>Yes (RVP)</td>\n</tr>\n<tr>\n<td>duty_fee_paid_by</td>\n<td>character</td>\n<td></td>\n<td>\"defines who will be paying the duty charges for the shipment. Possible values: “S”: Shipper, “R”: Recipient [only applicable for UPS / DHL]\"</td>\n<td>No</td>\n</tr>\n<tr>\n<td>from_wh</td>\n<td>string</td>\n<td></td>\n<td>[Walmart specific] Distribution Center Code</td>\n<td>No</td>\n</tr>\n<tr>\n<td>channel_name</td>\n<td>string</td>\n<td></td>\n<td>[Walmart specific] Branch Code</td>\n<td>No</td>\n</tr>\n<tr>\n<td>sort_code</td>\n<td>string</td>\n<td></td>\n<td>[Walmart specific] Routing Code</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v4","create-order",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"3c631676-23c1-4cb9-9fdf-339cfa2d6d0c"},{"name":"QR Code Generation API","id":"df600f84-8248-4872-951c-131f8a7da0d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_details\": {\n        \"invoice_value\": 200,\n        \"invoice_number\": \"INV123\",\n        \"invoice_date\": \"2021-12-27\",\n        \"reference_number\": \"Order-1232\",\n        \"awb_number\": \"27101008-test\",\n        \"cod_value\": 200\n    },\n    \"tax_info\": {\n        \"cgst_amount\": 100,\n        \"sgst_amount\": 100,\n        \"igst_amount\": 100,\n        \"cess_amount\": 100,\n        \"taxable_value\": 100,\n        \"seller_gst_number\": \"1234\",\n        \"gst_percentage\": 12\n    },\n    \"bank_details\": {\n        \"shipper_upiid\": \"*****\",\n        \"enterprise_bank_account_no\": \"*****\",\n        \"enterprise_ifsc_no\": \"*****\"\n    },\n    \"courier_partner_specific_fields\": {\n        \"courier_partner_id\": 12,\n        \"account_name\": \"test\",\n        \"account_type\": 71\n    },\n    \"enterprise_details\": {\n        \"seller_name\": \"XYZ\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/qr-gen/?username=*****&key=*****","description":"<p>As per mandate from Govt of India, companies with turnover greater than INR 500 Cr have to affix QR code on the top of the Invoices/Labels to make payment. The aim is to enable customers to pay the shipment charges through any digital mode.</p>\n<p>Clickpost now allows for creation of these QR Codes for your shipments booked via Clickpost.</p>\n<p><strong>[NOTE] This API is only available for shipments fulfilled by either Bluedart or Delhivery.</strong></p>\n<p>This table demonstrates how to go about it and explains, in details, the meaning of each parameter required in the request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sno</th>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>invoice_value*</td>\n<td>float</td>\n<td>Total shipment value/collectable amount</td>\n</tr>\n<tr>\n<td>2</td>\n<td>invoice_number*</td>\n<td>character</td>\n<td>String of length [50]</td>\n</tr>\n<tr>\n<td>3</td>\n<td>invoice_date*</td>\n<td>character</td>\n<td>Format: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>4</td>\n<td>reference_number*</td>\n<td>character</td>\n<td>Reference number to tag the order with your order id</td>\n</tr>\n<tr>\n<td>5</td>\n<td>awb_number*</td>\n<td>character</td>\n<td>AWB Number of the shipment</td>\n</tr>\n<tr>\n<td>6</td>\n<td>cod_value*</td>\n<td>float</td>\n<td>Collectable amount</td>\n</tr>\n<tr>\n<td>7</td>\n<td>igst_amount*</td>\n<td>float</td>\n<td>Total GST applicable for the shipment</td>\n</tr>\n<tr>\n<td>8</td>\n<td>sgst_amount*</td>\n<td>float</td>\n<td>Tax percent applicable for sgst for the shipment</td>\n</tr>\n<tr>\n<td>9</td>\n<td>cess_amount*</td>\n<td>float</td>\n<td>Tax levied by the government</td>\n</tr>\n<tr>\n<td>10</td>\n<td>taxable_value*</td>\n<td>float</td>\n<td>Taxable amount of GST (generally invoice_value of shipment)</td>\n</tr>\n<tr>\n<td>11</td>\n<td>cgst_amount*</td>\n<td>float</td>\n<td>Amount applicable for cgst of the shipment</td>\n</tr>\n<tr>\n<td>12</td>\n<td>seller_gst_number*</td>\n<td>character</td>\n<td>GST No. of the seller</td>\n</tr>\n<tr>\n<td>13</td>\n<td>gst_percentage*</td>\n<td>int</td>\n<td>Tax Slab Eg: 12%, 25%</td>\n</tr>\n<tr>\n<td>14</td>\n<td>shipper_uiid</td>\n<td>character</td>\n<td>Bank Details</td>\n</tr>\n<tr>\n<td>15</td>\n<td>enterprise_bank_account_no</td>\n<td>character</td>\n<td>Bank Details</td>\n</tr>\n<tr>\n<td>16</td>\n<td>enterprise_ifsc_no</td>\n<td>character</td>\n<td>Bank Details</td>\n</tr>\n<tr>\n<td>17</td>\n<td>courier_partner_id*</td>\n<td>integer</td>\n<td>ID of courier partner for which the order is to be placed. This is to be passed in shipment_details object</td>\n</tr>\n<tr>\n<td>18</td>\n<td>account_name*</td>\n<td>character</td>\n<td>In case you have multiple accounts for a courier partner in Clickpost, name of account saved in clickpost is to be passed in additional object</td>\n</tr>\n<tr>\n<td>19</td>\n<td>account_type*</td>\n<td>integer</td>\n<td>In case you have multiple accounts for a courier partner in Clickpost, code of account saved in clickpost is to be passed in additional object</td>\n</tr>\n<tr>\n<td>20</td>\n<td>seller_name*</td>\n<td>character</td>\n<td>Enterprise Name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","qr-gen",""],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>[string] Username provided by Clickpost</p>\n","type":"text/plain"},"key":"username","value":"*****"},{"description":{"content":"<p>[string] API Key provided by Clickpost</p>\n","type":"text/plain"},"key":"key","value":"*****"}],"variable":[]}},"response":[{"id":"677a2ef0-79f7-4408-b592-b8e7b01bc0a2","name":"Test: QR Code Generation API","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipment_details\": {\n        \"invoice_value\": 1209.0,\n        \"invoice_number\": \"13913730\",\n        \"invoice_date\": \"2015-12-27\",\n        \"reference_number\": \"237785145\",\n        \"awb_number\": \"10178413502472\",\n        \"cod_value\": 1101.0\n    },\n    \"tax_info\": {\n        \"cgst_amount\" : 1000.0,\n        \"sgst_amount\" : 100.0,\n        \"igst_amount\" : 100.0,\n        \"cess_amount\" : 100.0,\n        \"taxable_value\" : 1000.0,\n        \"seller_gst_number\": \"*****************\",\n        \"gst_percentage\": 25\n    },\n    \"bank_details\" : {\n        \"shipper_upiid\": \"*****\",\n        \"enterprise_bank_account_no\": \"*****\",\n        \"enterprise_ifsc_no\": \"*****\"\n    },\n    \"courier_partner_specific_fields\": {\n        \"courier_partner_id\": 4,\n        \"account_name\": \"Delhivery-*****\",\n        \"account_type\": 33771\n    },\n    \"enterprise_details\": {\n        \"seller_name\": \"XYZ\"\n        \n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.clickpost.in/api/v1/qr-gen/?key=*****&username=*****","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","qr-gen",""],"query":[{"key":"key","value":"*****"},{"key":"username","value":"*****"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Oct 2021 07:28:41 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.11"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"3526"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"meta\": {\n            \"status\": 200,\n            \"message\": \"QR Code Generated Successfully\",\n            \"success\": \"SUCCESS\"\n        }\n    },\n    \"result\": {\n        \"courier_partner_id\": 4,\n        \"courier_name\": \"Delhivery\",\n        \"reference_number\": \"237785145\",\n        \"waybill\": \"10178413502472\",\n        \"qr_code\": \"iVBORw0KGgoAAAANSUhEUgAAAwIAAAMCAQAAAADyx0wVAAAI2ElEQVR4nO2dXY7qRhCFT8dIPDY7\\nmKWYnV3NzsxSZgfmcSSjykN3/ZlIiZKM+4KOH9AwNv6EpUN1/XYR/Oxx++OHAQAJJJBAAgkkkEAC\\nCSSQQAIJJIwhlH6cAOBRcLs89F8XALifANxLaRdfgf62XXext6WUcr3rR6+HfgcSSCABACAiIphF\\nRGSdpB1L3SAiGzCvk8iCSQBM7UT72FL1EwsAoIoeepd20+UdnhIJJLwOQTW9oum3C7EJ1s9O7RLV\\nOQA0nQMi9llgappuZ6lpEkg4nvCs6XWSYHWXukHttB3t7NaMNcyAt7czNU0CCb8X4VFkwSO40uVX\\n0G+/pJRyQvm1AphlA3A/C+av0z8i/M8HCSSQ4IeKsAqAO4DbZdoKKiC3a4EA01b88nkBCu7nru5b\\nmTbcSr+kABMEdyBa9Xd4SiSQ8DqEvvbuxyRhAf6vX/RuXHuTQMLxhGano12tG3D7+C4CbBDcH0Xf\\nfpd2tr98F7ld0E4I7gCAR+km/8jvQAIJJIQjxMha2Fo29Ni1Zqu6wbVA2Sw90+VRcVnwFBXvQbZ3\\neEokkPA6BKSEtDQltxMLVKao0tPQJud+1H62C9useIujU9MkkHA4IdScJHd46vnppSWl1HbPWofS\\nPrug56f7j8IKPCXD3uEpkUDC6xCSda47O+1lZWKra12FN+3XrZnjdi+zzuDamwQSBhH2NSexcMyd\\nZdd5K0FRdTcHWj3rneypaRJIGECI4mzeMXqBtxd9+wtQU/WYn13QFd8kvtidqWkSSDiUEP1pk2lc\\ngNecvVajrutxK/oWLwsFNU0CCcMIKUaW0lOaywLcd+7NHc3H7uFt8f4tWaPsGfcmgYQBhH3Yyx1j\\nX0QHsy0qXfeYe5+mhsZ9FU47TQIJAwghP+0LcI2WJe/Ys1puotsCvLphdq8ctNMkkDCCYJp+Clt3\\niVc1wi57e9EUdsxPd8vOuDcJJIwhPCelfP3sZ1cvLRFdcTeX27umYTdAGq/wDk+JBBJehxD6spoa\\nkcxxEKzXlpnL3aPiOjYhVpTZQU2TQMKhhCA/F6eXhrnV7Qa8SgqI68f0Vv33gJomgYRRhLC69pox\\nX2f39o3q0waBXaAsJq/+Yt1OTZNAwqGEECPTGHcOb4dV+BYW6iEDbTa+x72tEI2aJoGE4wmpNhTQ\\nBJSdNYn3i1fA196xGNQLSW2NzhgZCSQcT4j5aeSXZoQtvO0ut40+iG6zaX/OTjU1TQIJYwhTG/vZ\\nK8W++o4c5apndZcOoJRyFvn82OD7dQD1u40ilM9yFvm8PMqe8PPfgQQSSMg1J1UX0b0vSxfl3psR\\nJxbFvFW7V7DTzE+TQMIYwlMd2fK8AO8r7hVh2EnYfid2Z4qFx3QBTk2TQMKhhBAjk9AhDZ/sG7fK\\n2hnmUFbmnZihBIWaJoGEQYRyBVCu97MA97OUq3rHAB5FRL5LuaKru1zvpXTZf53QHO1ZNuBWSpHl\\nfoK71+/0lEgg4RUIqTbUxiHY3H3ttfRJJhYkRzTgPQy+2uIdrDkhgYQhhFhzAsCyzfq/WTNdPTXd\\nDnOg2yd08R7vwlwWCSQMIaQZg26xU92I63zvMXsPRy//9qgaa05IIGEIIfZwzBbUzuNM9nEzb462\\nWLiEFus1ziijpkkg4VhC7p+2wu1Vy0Jtg51wyWyWHRoL74dbduanSSBhDCHPDYXONbCXBciuNJLL\\nbYOOrH+6H5X5aRJIGEJ4zjavMN/Z55G5YH2DHd/DwypS1ETHrfPe4SmRQMLrEEzTZnCtadI1Hab9\\nym6d7U3U1muZalOoaRJIOJaQB3qbft29bkdsuNztkhV/FCT64tQ0CSQMIIQ98HT9nK2ziHg8Wy12\\nnGQSy01UyX5napoEEo4lxCH9HuO2gpI0wEhS5Xco8JboQLdjpZ0mgYQhhLTxxopUAVbjrtMhZx3s\\n+arbd+x0Hrb0eIenRAIJr0NIs0pUxKnr0kLZwZ77Blk+rt8cctc+NU0CCYcTLD+9WZGJ+9M26Hfn\\nba+2+4Y1cnguy7ouqWkSSBhAsFnAaXh3CFvn8Fg7VOJxOkIKnIfmDmqaBBIOJQTjGmrGTMQS+i/t\\nut1mHL4fvdWLxtX6OzwlEkh4HUJce/fFtogrebeH5VORSfvLy8Ttp2BljIwEEoYQ4j4cAGzVbA1W\\nNc0/sDbpNHYsF44hDjWipkkg4VhCmolQc/80rGlyRWqkrO6Bp14PG4BCTZNAwihCmomggbKwD0fe\\nxDbUl3igLLZTa8G43ZmaJoGEYwnBi45RMFcooimPvdIANEjub83HXqlpEkgYQoi7xi9IW0p3JW8x\\nNO7jgn3JPgfFx/FGzGWRQMIAQpqJUL36xEaGwqaFAvDK76dq8BBBY36aBBLGESxYPYWJn2GSiQQf\\n2yu/c723+GYcyG3X1DQJJBxN2JeAxpZKLRzTGaGp+sR26dD+jylVmIL+NAkkDCEkx9iDYivgsXAf\\nBbov/w4VKZiCUaedJoGEUYQ018Dtr7jEY0tW6stCGlaEKdSgedclNU0CCccS0uwi1aXurWNW194G\\n97qKHqtXqQBhIx7aaRJIOJ4Q4t5im0v3SQirDeR3t9nj46u3Wdry3HS+gJomgYQhhNDD4dUifdUc\\n5hTF1Fb/AVif55G1cBsA5qdJIGEUIc45MXXHrSpN3eKOdkhjdfPut9pXo1HTJJBwKCEZ19R94dLt\\n4qw7vzvmrXYNl4x7k0DCKELyp82Ltih2u2aW/FeNS+zeyFGfxoJT0ySQMICw78uKL1oztqslScEz\\nwH8Pkj9t0bJ3eEokkPDKhPpdAADyeZmklI8N8lnOMYV9+xApVzwKbh8bADxKKZf+0jsxx34HEkgg\\nIRxmjr9K8ZRzuTbpApi/TpDPDxHMXyfgVs5qlL9O7bq4w+WbPiUSSPhNCXt/OnZDay1Yv05HGfUl\\ntlWJLvmvsBMm194kkHA4YR/31poxDZTFolFPUqdJwTYYQSvKkMaTvcNTIoGE1yEU+ftr/tNxe4en\\nRAIJJJBAAgkkkEACCSSQQAIJ+fgTTAJyxSbDy4AAAAAASUVORK5CYII=\\n\",\n        \"qr_code_link\": \"https://pyck-res-bucket.s3.amazonaws.com:443/DELHIVERY/2021-10-08/10178413502472.pdf\",\n        \"cod_value\": 1101\n    }\n}"}],"_postman_id":"df600f84-8248-4872-951c-131f8a7da0d7"},{"name":"Fetch shipping label","id":"5215c0cd-dd03-44cd-b9ef-0e9accde993d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/fetch/shippinglabel/?username=*****&key=*****&waybill=*****&cp_id=*****&regenerate=false","description":"<p>Use this API to fetch shipping label for already manifested order. It's a GET API.</p>\n","urlObject":{"protocol":"https","path":["api","v1","fetch","shippinglabel",""],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>Clickpost account username. Provided by Clickpost relationship manager</p>\n","type":"text/plain"},"key":"username","value":"*****"},{"description":{"content":"<p>Clickpost API Key. Provided by Clickpost relationship manager</p>\n","type":"text/plain"},"key":"key","value":"*****"},{"description":{"content":"<p>AWB Number</p>\n","type":"text/plain"},"key":"waybill","value":"*****"},{"description":{"content":"<p>Clickpost's Courier Partner ID: <a href=\"https://track.clickpost.in/courier_partner\">https://track.clickpost.in/courier_partner</a></p>\n","type":"text/plain"},"key":"cp_id","value":"*****"},{"description":{"content":"<p>Will always be false if you wish to fetch earlier generated label. </p>\n<p>If you pass regenerate=true, Clickpost will try to fetch the label again from carriers and share it [Not recommended].</p>\n<p>Always pass regenerate=false unless recommended by your Clickpost POC</p>\n","type":"text/plain"},"key":"regenerate","value":"false"}],"variable":[]}},"response":[{"id":"3ebcf4eb-8a81-4d13-922f-c88c43fdfecf","name":"Fetch shipping label","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.clickpost.in/api/v1/fetch/shippinglabel/?&key=*****&waybill=258731&cp_id=4&regenerate=false","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","fetch","shippinglabel",""],"query":[{"key":null,"value":null},{"key":"key","value":"*****","description":"Clickpost API Key"},{"key":"waybill","value":"258731","description":"AWB Number"},{"key":"cp_id","value":"4","description":"Clickpost's Courier Partner ID: https://track.clickpost.in/courier_partner"},{"key":"regenerate","value":"false","description":"Will always be false if you wish to fetch earlier generated label. \n\nIf you pass regenerate=true, Clickpost will try to fetch the label again from carriers and share it [Not recommended].\n\nAlways pass regenerate=false unless recommended by your Clickpost POC"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"shipping_label\": \"https://pyck-res-bucket.s3.amazonaws.com:443/DELHIVERY/2019-03-01/258731.pdf\"\n    },\n    \"meta\": {\n        \"message\": \"SUCCESS\",\n        \"status\": 200,\n        \"success\": true\n    }\n}"}],"_postman_id":"5215c0cd-dd03-44cd-b9ef-0e9accde993d"},{"name":"Fetch AWB Number / Reference number for already manifested order","id":"7a3771f1-b678-4f77-9fe7-cf1234b6b1f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v3/create-order?key=*****&reference_number=*****&cp_id=*****&awb=*****","description":"<p>In case you want to fetch the AWB for a shipment that you generated in past via Clickpost, you can do so using this API.</p>\n<p>You can either pass reference_number or awb + cp_id</p>\n","urlObject":{"protocol":"https","path":["api","v3","create-order"],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>Clickpost API Key</p>\n","type":"text/plain"},"key":"key","value":"*****"},{"description":{"content":"<p>(Optional) reference_number passed in the POST payload during manifestation</p>\n","type":"text/plain"},"key":"reference_number","value":"*****"},{"description":{"content":"<p>(Optional) Used in case you want to fetch the reference_number for an old AWB number generated via Clickpost</p>\n","type":"text/plain"},"key":"cp_id","value":"*****"},{"description":{"content":"<p>(Optional) Used in case you want to fetch the reference_number for an old AWB number generated via Clickpost</p>\n","type":"text/plain"},"key":"awb","value":"*****"}],"variable":[]}},"response":[{"id":"808fa170-3eb7-4321-9f51-a8e668c6d7b1","name":"Fetch AWB Number / Reference number for already manifested order","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.clickpost.in/api/v3/create-order?key=*****&reference_number=*****&cp_id=*****&awb=*****","protocol":"https","host":["www","clickpost","in"],"path":["api","v3","create-order"],"query":[{"key":"key","value":"*****","description":"Clickpost API Key"},{"key":"reference_number","value":"*****","description":"(Optional) reference_number passed in the POST payload during manifestation"},{"key":"cp_id","value":"*****","description":"(Optional) Used in case you want to fetch the reference_number for an old AWB number generated via Clickpost"},{"key":"awb","value":"*****","description":"(Optional) Used in case you want to fetch the reference_number for an old AWB number generated via Clickpost"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7a3771f1-b678-4f77-9fe7-cf1234b6b1f7"}],"id":"872907c5-6df5-438e-8c4b-65fe0ef1fa81","description":"<p>The Create Order API allows uploading the package details (manifest information) into the courier partner’s system and returns a label generated by them. You can create single order; errors/warnings will be highlighted in the response.</p>\n<p>Please note, in case of any validation failure - order will not get created. Please wait for 8 seconds before you reject a rest-request for latency.</p>\n<p>Async flag in additional object allows users to choose if order need to be generated in real time or in background. For bulk order creation async=true is recommended. Orders data in case of async is provided via webhooks.</p>\n<p>There are two types of Order Creation APIs on Clickpost</p>\n<ol>\n<li>Create Order API v3 - Only for Indian Customers</li>\n<li>Create Order API v4 - For International Customers</li>\n</ol>\n","_postman_id":"872907c5-6df5-438e-8c4b-65fe0ef1fa81"},{"name":"Recommendation-Manifestation","item":[{"name":"Domestic Recommendation-Manifestation","id":"d48d1edf-835b-4468-9ad1-a41c5368bcda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"pickup_info\": {\n        \"pickup_city\": \"Mangalore\",\n        \"pickup_long\": \"\",\n        \"pickup_name\": \"Th?nh Phan Nh?t\",\n        \"pickup_time\": \"2021-08-06T04:08:30Z\",\n        \"pickup_address\": \"1/1/2a2 Linh ??ng \",\n        \"pickup_country\": \"IN\",\n        \"pickup_pincode\": \"110017\",\n        \"pickup_lat\": \"\",\n        \"pickup_phone\": \"0948806889\",\n        \"pickup_state\": \"Karnataka\",\n        \"tin\": \"\"\n    },\n    \"drop_info\": {\n        \"drop_lat\": \"\",\n        \"drop_city\": \"Gurgaon\",\n        \"drop_long\": \"\",\n        \"drop_name\": \"Adidas India Marketing Private Limited \",\n        \"drop_email\": \"\",\n        \"drop_phone\": \"+52 55 5606 8349\",\n        \"drop_address\": \"Khasra no 985, Main Bhora Kalan Bilaspur Road, Bhora Kalan, Near Botil oil company,\",\n        \"drop_country\": \"IN\",\n        \"drop_pincode\": \"122413\",\n        \"drop_state\": \"Haryana\",\n        \"email\": \"NA\"\n    },\n    \"shipment_details\": {\n        \"item\": \"A16815_420\",\n        \"items\": [\n            {\n                \"cat\": \"\",\n                \"sku\": \"4055012260276\",\n                \"size\": \"4 UK\",\n                \"color\": \"\",\n                \"price\": 140,\n                \"images\": \"FU8298_540_FU8298_01_standard.jpg.jpg\",\n                \"sub_cat\": \"\",\n                \"quantity\": \"1\",\n                \"serial_no\": \"\",\n                \"description\": \"Core Item\",\n                \"product_url\": \"https://assets.adidas.com/images/w_280,h_280,f_auto,q_auto:sensitive/882d1e01f08d423c848daaee01133764_9366/FU8298_540_FU8298_01_standard.jpg.jpg\",\n                \"return_days\": 30\n            }\n        ],\n        \"height\": 1,\n        \"length\": 1,\n        \"weight\": \"100\",\n        \"breadth\": 1,\n        \"order_id\": \"AIN4037924\",\n        \"cod_value\": 0,\n        \"is_fragile\": false,\n        \"order_date\": \"2021-08-05\",\n        \"order_type\": \"PREPAID\",\n        \"rvp_reason\": \"Recycling\",\n        \"invoice_date\": \"2021-08-05\",\n        \"invoice_value\": \"140.0\",\n        \"invoice_number\": \"AIN4037924\",\n        \"reference_number\": \"TEST-12-Aug-01-5479\"\n    },\n    \"additional\": {\n        \"delivery_type\": \"RVP\",\n        \"qc_type\": \"doorstep\",\n        \"is_dangerous\": false,\n        \"custom_fields\": [\n            {\n                \"key\": \"ptl_or_ftl\",\n                \"value\": \"\"\n            },\n            {\n                \"key\": \"truck_size\",\n                \"value\": \"\"\n            }\n        ],\n        \"async\": false,\n        \"label\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v1/in/recommendation_manifestation/?username=*****&key=*****","urlObject":{"protocol":"https","path":["api","v1","in","recommendation_manifestation",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"d48d1edf-835b-4468-9ad1-a41c5368bcda"}],"id":"a37a9530-3c42-4dc4-9eba-c97df5775bab","_postman_id":"a37a9530-3c42-4dc4-9eba-c97df5775bab","description":""},{"name":"Serviceability","item":[{"name":"ODA","item":[{"name":"ODA v1","id":"744e9449-b6e2-4cdf-9915-d569ede864b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://internal.clickpost.in/api/v1/oda/?username=test-tracking&key=a43ace6d-bf39-4df6-af7f-65cd6227a382&pin_code=502334,208007,305921&courier_partner_id=4,6,8&page_number=3&data_per_page=10","urlObject":{"protocol":"https","path":["api","v1","oda",""],"host":["internal","clickpost","in"],"query":[{"key":"username","value":"test-tracking"},{"key":"key","value":"a43ace6d-bf39-4df6-af7f-65cd6227a382"},{"key":"pin_code","value":"502334,208007,305921"},{"key":"courier_partner_id","value":"4,6,8"},{"key":"page_number","value":"3"},{"key":"data_per_page","value":"10"}],"variable":[]}},"response":[],"_postman_id":"744e9449-b6e2-4cdf-9915-d569ede864b1"}],"id":"3b5c0929-bff4-449f-8796-33a12b07742f","_postman_id":"3b5c0929-bff4-449f-8796-33a12b07742f","description":""},{"name":"Blacklist Pincodes","item":[{"name":"Blacklist Pincodes List","id":"1b3959ed-cb14-48f1-ac49-316822ba3cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://internal.clickpost.in/api/v1/recommendation/list/blacklist_pincodes/?username=test-tracking&key=040930c4-25d6-4fd6-80dc-fd31da28be92&courier_partner_id=5&account_type_id=401&order_type=PREPAID,COD,EXCHANGE&pin_code=380001,110023,110017&page_number=3&data_per_page=10&created_min_date=2023-07-10&created_max_date=2023-07-10","urlObject":{"protocol":"https","path":["api","v1","recommendation","list","blacklist_pincodes",""],"host":["internal","clickpost","in"],"query":[{"key":"username","value":"test-tracking"},{"key":"key","value":"040930c4-25d6-4fd6-80dc-fd31da28be92"},{"key":"courier_partner_id","value":"5"},{"key":"account_type_id","value":"401"},{"key":"order_type","value":"PREPAID,COD,EXCHANGE"},{"key":"pin_code","value":"380001,110023,110017"},{"key":"page_number","value":"3"},{"key":"data_per_page","value":"10"},{"key":"created_min_date","value":"2023-07-10"},{"key":"created_max_date","value":"2023-07-10"}],"variable":[]}},"response":[],"_postman_id":"1b3959ed-cb14-48f1-ac49-316822ba3cde"},{"name":"Blacklist Pincode delete","id":"9896a3c7-c369-4eff-8e67-27a388b7eacd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://internal.clickpost.in/api/v1/recommendation/delete/blacklist_pincodes/?username=test-tracking&key=040930c4-25d6-4fd6-80dc-fd31da28be92&courier_partner_id=5&account_type_id=401&id=201849,201850","urlObject":{"protocol":"https","path":["api","v1","recommendation","delete","blacklist_pincodes",""],"host":["internal","clickpost","in"],"query":[{"key":"username","value":"test-tracking"},{"key":"key","value":"040930c4-25d6-4fd6-80dc-fd31da28be92"},{"key":"courier_partner_id","value":"5"},{"key":"account_type_id","value":"401"},{"key":"id","value":"201849,201850"}],"variable":[]}},"response":[],"_postman_id":"9896a3c7-c369-4eff-8e67-27a388b7eacd"},{"name":"Blacklist Pincodes Insert","id":"a6fdbce9-5bc5-4dae-af91-2f366227dcac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"courier_partner_id\": 5,\n    \"account_type_id\": 401,\n    \"blacklist_pincodes_list\": [\n        {\n            \"pincodes\":[\"300001\",\"300002\",\"300003\"],\n            \"order_types\":[\"COD\", \"PREPAID\"]\n\n        },\n        {\n            \"pincodes\":[\"100004\",\"100005\",\"100006\",\"100007\"],\n            \"order_types\":[\"COD\",\"EXCHANGE\"]\n        },\n        {\n            \"pincodes\":[\"100008\"],\n            \"order_types\":[\"COD\",\"PREPAID\",\"EXCHANGE\"]\n        },\n        {\n            \"pincodes\":[\"100011\", \"100012\"],\n            \"order_types\":[\"EXCHANGE\"]\n        },\n        {\n            \"pincodes\":[\"400001\", \"400012\"],\n            \"order_types\":[\"EXCHANGE\",\"COD\"]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://internal.clickpost.in/api/v1/recommendation/insert/blacklist_pincodes/?username=test-tracking&key=040930c4-25d6-4fd6-80dc-fd31da28be92","urlObject":{"protocol":"https","path":["api","v1","recommendation","insert","blacklist_pincodes",""],"host":["internal","clickpost","in"],"query":[{"key":"username","value":"test-tracking"},{"key":"key","value":"040930c4-25d6-4fd6-80dc-fd31da28be92"},{"disabled":true,"key":"courier_partner_id","value":"5"},{"disabled":true,"key":"account_type_id","value":"401"}],"variable":[]}},"response":[],"_postman_id":"a6fdbce9-5bc5-4dae-af91-2f366227dcac"}],"id":"8ebce34d-02b8-4de3-8e61-69f2eadaf33f","_postman_id":"8ebce34d-02b8-4de3-8e61-69f2eadaf33f","description":""},{"name":"Serviceability v1","id":"e8a81a9a-d640-4ee6-87e5-ac346a89d7d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\n    \"optional\": {\n        \"length\": 10,\n        \"breadth\": 10,\n        \"height\": 10,\n        \"invoice_value\": 1245,\n        \"weight\": 10,\n        \"cp_id\": 3,\n        \"service_type\": \"FORWARD/RVP\"\n    },\n    \"drop_pincode\": \"110020\",\n    \"pickup_pincode\": \"560029\"\n}]","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v1/serviceability_api/?username=test-tracking&key=040930c4-25d6-4fd6-80dc-fd31da28be92","description":"<h2 id=\"usecase\">Usecase</h2>\n<p>By entering the <code>pick_up</code> and drop pin codes, e-commerce enterprises can determine whether the courier partner will be able to service the delivery or not.</p>\n<ol>\n<li>The e-commerce enterprise will be able to know which types of services are available for the particular pick-up and drop pincode. They can know if COD (Cash on Delivery), PREPAID (payment done in advance) or EXCHANGE (Deliver one good and take one good back to the warehouse) are serviceable or not by the courier partner</li>\n<li>E-commerce enterprises can use the serviceability API to trigger order creation/ order manifestation based on the API response</li>\n<li>Get the shipping charge for courier partners who are servicing the particular pin codes</li>\n<li>Get the serviceability of all the configured courier partners based on the invoice_value (value of the shipment)</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[block:callout]\n{\n  \"type\": \"warning\",\n  \"body\": \"The API will give an array of courier partners in response only when either one of `COD`, `PREPAID` or `EXCHANGE` is available for a particular courier partner. Unlike V2 API, where all the courier partners are shown in the API response.\",\n  \"title\": \"NOTE\"\n}\n[/block]\n\n</code></pre>\n<h1 id=\"request-payload\">Request Payload</h1>\n<p>** <code>optional</code>** [optional parameters] [optional]</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Max Length</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>length</code></td>\n<td><code>float</code></td>\n<td>Optional</td>\n<td>The length of the shipment in centimeter. This field becomes <strong>mandatory</strong> if enterprise wants to calculate <code>shipping_charge</code></td>\n<td>3.402823466 E+38</td>\n<td>10.25</td>\n</tr>\n<tr>\n<td><code>breadth</code></td>\n<td><code>float</code></td>\n<td>Optional</td>\n<td>The breadth of the shipment in centimeter. This field becomes <strong>mandatory</strong> if enterprise wants to calculate <code>shipping_charge</code></td>\n<td>3.402823466 E+38</td>\n<td>20.50</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td><code>float</code></td>\n<td>Optional</td>\n<td>The height of the shipment in centimeter. This field becomes <strong>mandatory</strong> if enterprise wants to calculate <code>shipping_charge</code></td>\n<td>3.402823466 E+38</td>\n<td>20.50</td>\n</tr>\n<tr>\n<td><code>invoice_value</code></td>\n<td><code>float</code></td>\n<td>Optional</td>\n<td>The invoice value of the shipment in INR. This field becomes <strong>mandatory</strong> if enterprise wants to calculate <code>shipping_charge</code></td>\n<td>3.402823466 E+38</td>\n<td>200.75</td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td><code>float</code></td>\n<td>Optional</td>\n<td>The weight of the shipment in kilograms. This field becomes <strong>mandatory</strong> if enterprise wants to calculate <code>shipping_charge</code></td>\n<td>3.402823466 E+38</td>\n<td>2.75</td>\n</tr>\n<tr>\n<td><code>cp_id</code></td>\n<td><code>num</code></td>\n<td>Optional</td>\n<td>Courier Partner ID. This can be found on the dashboard or you can refer it to <a href=\"https://track.clickpost.in/courier_partner\">here</a>. If you pass a cp_id, then the API will return the serviceability of that particular courier partner</td>\n<td></td>\n<td>4</td>\n</tr>\n<tr>\n<td><code>service_type</code></td>\n<td><code>enum</code></td>\n<td>Mandatory</td>\n<td>The order type for which serviceability needs to be determined. Enter <code>FORWARD</code> if the shipments need to be delivered to the customer from the enterprise's warehouse. Enter <code>RVP</code> if the shipment needs to picked up from the customer’s location and delivered to the enterprise’s warehouse</td>\n<td></td>\n<td>FORWARD</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Field</th>\n<th>Description</th>\n<th>Max Length</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>drop_pincode</code></td>\n<td><code>num</code></td>\n<td>Mandatory</td>\n<td>The drop pincode for which the serviceability needs to be ascertained</td>\n<td>6 <code>char</code></td>\n<td>380001</td>\n</tr>\n<tr>\n<td><code>pickup_pincode</code></td>\n<td><code>num</code></td>\n<td>Mandatory</td>\n<td>The pickup pincode for which the serviceability needs to be ascertained</td>\n<td>6 <code>char</code></td>\n<td>380015</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"response\">Response</h1>\n<p><strong><code>meta</code></strong> [meta parameters]</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>success</code></td>\n<td><code>Boolean</code></td>\n<td>Indicates the success of the API request</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td><code>String</code></td>\n<td>The message from clickpost. In case of success it will be \"SUCCESS\". In case that there are no courier partners that are servicing the pincodes it will be”Pin code not serviceable\"</td>\n<td>\"SUCCESS\"</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>HTTP Code</td>\n<td>The HTTP response status code of the API request</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>result</code></strong> [result parameters]</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cp_id</code></td>\n<td><code>num</code></td>\n<td>Courier Partner ID. This can be found on the dashboard or you can refer it to <a href=\"https://track.clickpost.in/courier_partner\">here</a></td>\n<td>4</td>\n</tr>\n<tr>\n<td><code>service_type</code></td>\n<td><code>String</code></td>\n<td>The order type for which serviceability needs to be determined.  <br />Forward if the shipments need to be delivered to the customer from the enterprises warehouse. RVP if the shipment needs to picked up from the customer’s location and delivered to the enterprise’s warehouse</td>\n<td><code>FORWARD</code></td>\n</tr>\n<tr>\n<td><code>account_code</code></td>\n<td><code>num</code></td>\n<td>The account code configured for a particular courier partner on the clickpost dashboard</td>\n<td><code>Bluedart Surface</code></td>\n</tr>\n<tr>\n<td><code>account_id</code></td>\n<td><code>num</code></td>\n<td>The identifier for the particular courier account</td>\n<td>1938</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>serviceable</code></strong> [serviceable parameters]</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>COD</code></td>\n<td><code>Boolean</code></td>\n<td>Field indicates whether <strong>Cash on Delivery</strong> is supported by the particular courier to the particular pincode</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>PREPAID</code></td>\n<td><code>Boolean</code></td>\n<td>Field indicates whether <strong>Prepaid</strong> is supported by the particular courier to the particular pincode</td>\n<td><code>true</code></td>\n</tr>\n<tr>\n<td><code>EXCHANGE</code></td>\n<td><code>Boolean</code></td>\n<td>Field indicates whether <strong>Exchange</strong> is supported by the particular courier to the particular pincode</td>\n<td><code>true</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>comitted_sla</code></strong> [comitted_sla parameters]</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>comitted_sla</code></td>\n<td><code>num</code></td>\n<td>The comitted Service Level Agreement that is given the corresponding courier partner in <strong>days</strong></td>\n<td>3</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>shipping_charge</code></strong> [shipping_charge parameters]</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PREPAID</code></td>\n<td><code>float</code></td>\n<td>Shipping Charges in INR for <strong>Prepaid</strong> type shipments for the corresponding pincodes</td>\n<td>50.50</td>\n</tr>\n<tr>\n<td><code>COD</code></td>\n<td><code>float</code></td>\n<td>Shipping Charges in INR for <strong>Cash on Delivery</strong> type shipments for the corresponding pincodes</td>\n<td>50.50</td>\n</tr>\n<tr>\n<td><code>EXCHANGE</code></td>\n<td><code>float</code></td>\n<td>Shipping Charges in INR for <strong>Exchange</strong> type shipments for the corresponding pincodes</td>\n<td>100.20</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>zone</code></strong> [zone parameters]</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Data Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>zone</code></td>\n<td><code>string</code></td>\n<td>The zone which has been mapped with pincodes on the clickpost dashboard under the courier integration section</td>\n<td>\"North\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","serviceability_api",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"test-tracking"},{"key":"key","value":"040930c4-25d6-4fd6-80dc-fd31da28be92"}],"variable":[]}},"response":[{"id":"13fc8ef2-76f8-4b87-b830-5f30171bbaff","name":"Serviceability v1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\n    \"optional\": {\n        \"length\": 10,\n        \"breadth\": 10,\n        \"height\": 10,\n        \"invoice_value\": 1245,\n        \"weight\": 10,\n        \"cp_id\": 3,\n        \"service_type\": \"FORWARD/RVP\"\n    },\n    \"drop_pincode\": \"110020\",\n    \"pickup_pincode\": \"560029\"\n}]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.clickpost.in/api/v1/serviceability_api/?username=****&key=****","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","serviceability_api",""],"query":[{"key":"username","value":"****"},{"key":"key","value":"****"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 02 Feb 2022 15:23:49 GMT"},{"key":"Server","value":"Apache/2.4.43 (Amazon) mod_wsgi/4.4.21 Python/3.6.11"},{"key":"Vary","value":"Accept,Origin,Cookie,User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"success\": true,\n        \"message\": \"Pin code not serviceable\",\n        \"status\": 200\n    }\n}"}],"_postman_id":"e8a81a9a-d640-4ee6-87e5-ac346a89d7d5"},{"name":"Serviceability v2","id":"e46eb32a-297e-4a43-b5dc-c32624afd4a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\n    \"drop_pincode\": \"360001\",\n    \"pickup_pincode\": \"400070\"\n}]","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/v2/serviceability_api/?username=popclub&key=3a02bc4f-c215-4fe9-aff7-dddd3f575846","urlObject":{"protocol":"http","port":"8000","path":["api","v2","serviceability_api",""],"host":["127","0","0","1"],"query":[{"key":"username","value":"popclub"},{"key":"key","value":"3a02bc4f-c215-4fe9-aff7-dddd3f575846"}],"variable":[]}},"response":[],"_postman_id":"e46eb32a-297e-4a43-b5dc-c32624afd4a3"},{"name":"Drop pincode Serviceability","id":"7a72f6b5-74b6-4c77-a791-67818c288410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"optional\": {\n            \"length\": 12,\n            \"breadth\": 12,\n            \"height\": 40,\n            \"weight\": 700,\n            \"service_type\": \"FORWARD\",\n            \"order_type\": \"PREPAID\",\n            \"invoice_value\": 320\n        },\n        \"drop_pincode\": \"411040\",\n        \"pickup_pincode\": [\n            \"110041\"\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v1/serviceable_drop_pincode/?username=****&key=****","urlObject":{"protocol":"https","path":["api","v1","serviceable_drop_pincode",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"****"},{"key":"key","value":"****"}],"variable":[]}},"response":[],"_postman_id":"7a72f6b5-74b6-4c77-a791-67818c288410"},{"name":"Bulk Serviceability","id":"0f5828fb-47f0-4b62-9a45-b5a010d601d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/bulk_serviceability_api/?username=****&key=****&courier_partner_id=****&account_code=*****","urlObject":{"protocol":"https","path":["api","v1","bulk_serviceability_api",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"****"},{"key":"key","value":"****"},{"key":"courier_partner_id","value":"****"},{"key":"account_code","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"0f5828fb-47f0-4b62-9a45-b5a010d601d5"},{"name":"Get all Drop pincodes","id":"9052033f-1a9a-4061-83fa-7e6f4920fe6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/serviceable_drop_pincode/?username=****&key=****","urlObject":{"protocol":"https","path":["api","v1","serviceable_drop_pincode",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"****"},{"key":"key","value":"****"}],"variable":[]}},"response":[],"_postman_id":"9052033f-1a9a-4061-83fa-7e6f4920fe6d"}],"id":"44e77621-a76f-4482-8dee-4f1188c30e04","description":"<p>The Serviceability APIs help in finding out the pincodes which are serviceabile by the courier partners and hence can be used for order delivery.</p>\n","_postman_id":"44e77621-a76f-4482-8dee-4f1188c30e04"},{"name":"Tracking","item":[{"name":"Shipment Registration API v2","id":"284326af-76aa-414f-84c5-109286730391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"waybill\": \"ABCDRESDEFGHIJKL1257679\",\n  \"cp_id\": 1,\n  \"key\": \"42d42a34-ae09-4693-b20c-ae2624218a329\",\n  \"account_code\": \"Fedex Domestic\",\n\n  \"consumer_details\": {\n          \"name\": \"Test Customer\",\n          \"phone\": \"8080808080\",\n          \"email\": \"test@clickpost.in\"\n  },\n  \"shipment_info\": {\n          \"item\": \"Shirt\",\n          \"order_type\": \"COD\",\n          \"invoice_value\": 1000,\n          \"reference_number\": \"123XYZ\",\n          \"length\": 10,\n          \"height\": 10,\n          \"weight\": 10,\n          \"breadth\": 10,\n          \"drop_pincode\": \"110001\",\n          \"pickup_pincode\": \"110001\",\n          \"delivery_type\": \"FORWARD\",\n          \"cod_amount\": 1000.10,\n          \"drop_address\": \"Roots hacker Home, R 28, Second Floor, Nehru Enclace, Opposite Nehru Place, New Delhi 110001\",\n          \"additional\": {\n                    \"items\": [\n                        {\n                            \"sku\": \"XYZ1\",\n                            \"description\": \"item1\",\n                            \"quantity\": 1,\n                            \"price\": 200,\n                            \"images\": \"<Image URL>\",\n                            \"return_days\": 2,\n                            \"additional\": {\n                                \"length\": 10,\n                                \"height\": 10,\n                                \"breadth\": 10,\n                                \"weight\": 100\n                            }\n                        }\n                    ]\n                  }\n  },\n  \"additional\": {\n    \"order_date\": \"2017-02-14T18:00:00+05:30\",\n    \"ship_date\": \"2017-02-14T23:00:00+05:30\",\n    \"min_edd\": 2,\n    \"max_edd\": 4,\n    \"enable_whatsapp\": false,\n    \"order_id\": \"ORDER-12\",\n    \"language_code\": \"EN\",\n    \"channel_name\": \"name of the channel from where order is received\",\n    \"zone\": \"zone to which shipment belongs\",\n    \"from_wh\": \"source warehouse from where shipment is dispatched\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v2/tracking/awb-register/?key=*****","description":"<p>API for registering a shipment for tracking in Clickpost.</p>\n<p>Note: All orders are passed a security_key in response. Please store this security key to be used in Customer engagement platform.</p>\n<h4 id=\"fields-explanation\">Fields Explanation</h4>\n<h4 id=\"compulsory\">Compulsory:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key (required)</td>\n<td>character</td>\n<td>this is the API Key</td>\n</tr>\n<tr>\n<td>waybill (required)</td>\n<td>character</td>\n<td>this is waybill number [AWB Number or LR Number] that you want to register in Clickpost</td>\n</tr>\n<tr>\n<td>cp_id (required)</td>\n<td>integer</td>\n<td>courier_partner_id as specified on page 1 of this documentation</td>\n</tr>\n<tr>\n<td>account_code (required)</td>\n<td>string</td>\n<td>account code added in Clickpost dashboard while creating courier partner account</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"mandatory\">Mandatory:</h4>\n<h4 id=\"consumer_details-in-case-you-want-clickpost-to-send-notifications-to-your-customers-via-mail--sms-please-pass-information-in-this-object-its-recommended-that-you-pass-this-information-to-personalise-the-experience-for-customer\">consumer_details: In case you want Clickpost to send notifications to your customers via mail / sms, please pass information in this object. It's recommended that you pass this information to personalise the experience for customer.</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>character (250 chars)</td>\n<td>end customer name, who will receive the shipment, this will be used to personalize the SMS / email sent to the customer</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>10/11 characters</td>\n<td>customer phone number on which SMS is to be sent.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>character (150 chars)</td>\n<td>Email address of the customer, on which email is to be sent.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"shipment_info-optional-shipment-information-for-rich-analytics-on-your-data\">shipment_info (optional): shipment information for rich analytics on your data:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item</td>\n<td>character (500 chars)</td>\n<td>name of item sent to the customer</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>character</td>\n<td>either COD or PREPAID</td>\n</tr>\n<tr>\n<td>invoice_value</td>\n<td>float</td>\n<td>shipment invoice value</td>\n</tr>\n<tr>\n<td>reference_number</td>\n<td>character (len: 100)</td>\n<td>order_id or reference number to be shared with end customer</td>\n</tr>\n<tr>\n<td>length</td>\n<td>integer</td>\n<td>in cm</td>\n</tr>\n<tr>\n<td>breadth</td>\n<td>integer</td>\n<td>in cm</td>\n</tr>\n<tr>\n<td>height</td>\n<td>integer</td>\n<td>in cm</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>integer</td>\n<td>in grams</td>\n</tr>\n<tr>\n<td>drop_pincode</td>\n<td>character</td>\n<td>6 digit pincode of drop location</td>\n</tr>\n<tr>\n<td>pickup_pincode</td>\n<td>character</td>\n<td>6 digit pincode of pickup location</td>\n</tr>\n<tr>\n<td>delivery_type</td>\n<td>character</td>\n<td>either FORWARD / RVP</td>\n</tr>\n<tr>\n<td>cod_amount</td>\n<td>float field</td>\n<td>COD value to be collected from customer, float field</td>\n</tr>\n<tr>\n<td>drop_address</td>\n<td>character (500 chars)</td>\n<td>drop address of the shipment</td>\n</tr>\n<tr>\n<td>additional</td>\n<td>object</td>\n<td>optional field which can have additional information related to items like sku, description, quantity, image, price and return_days for return management solution (easier for end customer to select which product to return)</td>\n</tr>\n<tr>\n<td>additional –&gt; items –&gt; return_days</td>\n<td>integer</td>\n<td>number of days allowed for a product to be accepted as return</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"additional-optional-extra-information-about-shipment-used-to-power-tracking-page\">additional (optional): extra information about shipment used to power tracking page:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_date</td>\n<td>character</td>\n<td>timestamp when the order was placed</td>\n</tr>\n<tr>\n<td>ship_date</td>\n<td>character</td>\n<td>timestamp when order was ready to ship</td>\n</tr>\n<tr>\n<td>min_edd</td>\n<td>integer</td>\n<td>minimum days commited to the customer for 1st delivery attempt</td>\n</tr>\n<tr>\n<td>max_edd</td>\n<td>integer</td>\n<td>maximum days commited to the customer for 1st delivery attempt</td>\n</tr>\n<tr>\n<td>enable_whatsapp</td>\n<td>boolean</td>\n<td>if you have whatsapp for business account, you can pass opt-in information here so Clickpost starts sending out communications to customers</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>string (50 chars)</td>\n<td>Order ID of the shipment</td>\n</tr>\n<tr>\n<td>channel_name</td>\n<td>string (50 chars)</td>\n<td>Channel from which the order came in</td>\n</tr>\n<tr>\n<td>from_wh</td>\n<td>string (50 chars)</td>\n<td>Source warehouse from where shipment was shipped</td>\n</tr>\n<tr>\n<td>language_code</td>\n<td>string (2 characters)</td>\n<td>ISO 2 digit language code: can be used in sending specific communications to customers in different languages. Supported codes: <a href=\"https://bit.ly/3uxI05k\">https://bit.ly/3uxI05k</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v2","tracking","awb-register",""],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>Clickpost API Key</p>\n","type":"text/plain"},"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"284326af-76aa-414f-84c5-109286730391"},{"name":"Shipment Registration API v3","id":"5cf405a2-2414-4279-9835-440bbcd791d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"waybill\": \"ABC123\",    //waybill number\r\n    \"courier_partner\": 1,   // clickpost courier partner ID: https://track.clickpost.in/courier_partner\r\n    \"account_code\": \"<account-code-configured-on-clickpost>\",\r\n\r\n    \"shipment_info\": {\r\n        \"order_type\": \"COD\",\r\n        \"invoice_value\": \"12345\",\r\n        \"cod_amount\": \"1000\",\r\n        \"currency_code\": \"SAR\",\r\n        \"reference_number\": \"123XYZ\",\r\n        \"order_id\": \"order_id of the shipment\",\r\n        \"length\": 10,\r\n        \"height\": 10,\r\n        \"weight\": 10,\r\n        \"breadth\": 10,\r\n        \"items\": [\r\n            {\r\n                \"sku\": \"XYZ1\",\r\n                \"description\": \"item1\",\r\n                \"quantity\": 1,\r\n                \"price\": 200,\r\n                \"images\": \"<Image URL>\",\r\n                \"return_days\": 2,\r\n                \"length\": 10,\r\n                \"height\": 10,\r\n                \"breadth\": 10,\r\n                \"weight\": 100\r\n            }\r\n        ]\r\n    },\r\n\r\n    \"pickup_info\": {\r\n        \"name\": \"Test Name\",\r\n        \"email\": \"warehouse_1@hotmail.com\",\r\n        \"phone_code\": \"+966\",\r\n        \"phone\": \"8080808080\",\r\n        \"address\": \"Test pickup address\",\r\n        \"postal_code\": \"\",\r\n        \"city\": \"Riyadh\",\r\n        \"district\": \"XYZ\",\r\n        \"state\": \"Al-Riyadh\",\r\n        \"country_code\": \"SA\",\r\n        \"lat\": 0,\r\n        \"long\": 0\r\n    },\r\n\r\n    \"drop_info\": {\r\n        \"name\": \"Test Name\",\r\n        \"email\": \"test@hotmail.com\",\r\n        \"phone_code\": \"+966\",\r\n        \"phone\": \"808080808\",\r\n        \"address\": \"Test drop address\",\r\n        \"postal_code\": \"JK0703\",\r\n        \"city\": \"JK0703\",\r\n        \"district\": \"XYZ\",\r\n        \"state\": \"Al-Riyadh\",\r\n        \"country_code\": \"AE\",\r\n        \"lat\": 0,\r\n        \"long\": 0\r\n    },\r\n\r\n    \"additional\": {\r\n        \"enable_whatsapp\": false,\r\n        \"language_code\": \"EN\",\r\n        \"order_date\": \"2017-02-14\",\r\n        \"ship_date\": \"2017-02-14\",\r\n        \"min_edd\": 2,\r\n        \"max_edd\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v3/tracking/awb-register/?key=*****","description":"<p>API for Shipment details registration in Clickpost for tracking.</p>\n","urlObject":{"protocol":"https","path":["api","v3","tracking","awb-register",""],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>Clickpost API Key - Shared by Clickpost Team</p>\n","type":"text/plain"},"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"5cf405a2-2414-4279-9835-440bbcd791d9"},{"name":"Tracking AWB Using Polling","id":"60e3630f-aa0b-49ba-8004-b0793a36bf15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clickpost.in/api/v2/track-order/?username=*****&key=*****&waybill=*****&cp_id=*****","description":"<h5 id=\"response-explanation\">Response Explanation:</h5>\n<ol>\n<li>“meta” stores information about the API, success or failure<ul>\n<li>success: true/false, true if the API worked fine, else false</li>\n<li>message: SUCCESS if everything is fine, else the error message c. status: 200, if the API data was fine, 400 in case of a bad request</li>\n</ul>\n</li>\n<li>“result” is an array of records. Each record holds information of comma-separated waybill entered in the request parameter.</li>\n<li>Each record has following objects:<ul>\n<li>“valid”: (true / false) in case a wrong AWB / AWB which is not yet registered on Clickpost; is entered to track a shipment, “valid” field will be false. If the AWB is correct, “valid” will be true</li>\n<li>“waybill”: AWB provided in the API. Is the key of each object. The value is a dictionary storing information about shipment:<ol>\n<li>scans: Stores all scans that happened for shipment. Has following keys:<ul>\n<li>status: status of the shipment at that time</li>\n<li>remarks: remark given by courier partner</li>\n</ul>\n</li>\n<li>location: location of shipment at the time of the scan</li>\n<li>timestamp: date/time in ISO format when the scan was done</li>\n<li>clickpost_status_code: clickpost generated status code for particular status. Clickpost has mapped various statuses of different courier companies into few status codes, which helps customers understand and take action on statuses in preemptive manner. (Explained on last page of this document)</li>\n<li>clickpost_status_description: description of clickpost_status_code (Specified on last page of this document)</li>\n</ol>\n</li>\n<li>“additional”: gives additional information about the shipment:<ol>\n<li>courier_partner_edd: Expected delivery date as given by courier partner over APIs</li>\n<li>rto_intransit_timestamp: timestamp of 1st RTO Intransit scan received by Clickpost systems from courier partner</li>\n</ol>\n</li>\n<li>“latest_status”: Stores information about the latest status of shipment, has following fields:<ol>\n<li>status: status of the shipment at that time</li>\n<li>remarks: remark given by courier partner</li>\n<li>location: location of shipment at the time of the scan</li>\n<li>timestamp: date/time in ISO format when the scan was done</li>\n<li>clickpost_status_code: clickpost generated status code for particular status. Clickpost has mapped various statuses of different courier companies into few status codes, which helps customers understand and take action on statuses in preemptive manner (Explained on last page of this document)</li>\n<li>clickpost_status_description: description of clickpost_status_code (Specified on last page of this document)</li>\n<li>clickpost_status_bucket: this is a consolidated id built on top of clickpost_status_codes, that can be used to show status to the customer on your track orders page. It has following distinct values:</li>\n</ol>\n</li>\n</ul>\n</li>\n</ol>\n<h5 id=\"clickpost-status-codes\">Clickpost Status Codes:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>clickpost_status_code</strong></th>\n<th><strong>clickpost_status_description</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>ORDER_PLACED</td>\n<td>‘Order Has Been Placed / Manifested on Courier Partner’</td>\n</tr>\n<tr>\n<td>2</td>\n<td>PICKUP_PENDING</td>\n<td>'Pickup Pending’</td>\n</tr>\n<tr>\n<td>3</td>\n<td>PICKUP_FAILED</td>\n<td>'Pickup Failed’</td>\n</tr>\n<tr>\n<td>4</td>\n<td>PICKED_UP</td>\n<td>'Pickup Has Been Done’</td>\n</tr>\n<tr>\n<td>5</td>\n<td>INTRANSIT</td>\n<td>'In Transit’</td>\n</tr>\n<tr>\n<td>6</td>\n<td>OUT_FOR_DELIVERY</td>\n<td>'Shipment Out For Delivery’</td>\n</tr>\n<tr>\n<td>7</td>\n<td>NOT_SERVICEABLE</td>\n<td>'Area For Delivery Is Not Servicable’</td>\n</tr>\n<tr>\n<td>8</td>\n<td>DELIVERED</td>\n<td>'Shipment Delivered’</td>\n</tr>\n<tr>\n<td>9</td>\n<td>FAILED_DELIVERY</td>\n<td>'Delivery Failed’</td>\n</tr>\n<tr>\n<td>10</td>\n<td>CANCELLED_ORDER</td>\n<td>'Order Has Been Cancelled’</td>\n</tr>\n<tr>\n<td>11</td>\n<td>RTO_REQUESTED</td>\n<td>'Rto For Shipment has been Requested’</td>\n</tr>\n<tr>\n<td>12</td>\n<td>RTO</td>\n<td>'Marked As Return’</td>\n</tr>\n<tr>\n<td>13</td>\n<td>RTO_OUT_FOR_DELIVERY</td>\n<td>'Shipment Is Out For Delivery For RTO’</td>\n</tr>\n<tr>\n<td>14</td>\n<td>RTO_DELIVERED</td>\n<td>'RTO Delivered’</td>\n</tr>\n<tr>\n<td>15</td>\n<td>RTO_FAILED</td>\n<td>'RTO Failed’</td>\n</tr>\n<tr>\n<td>16</td>\n<td>LOST</td>\n<td>'Shipment is Lost’</td>\n</tr>\n<tr>\n<td>17</td>\n<td>DAMAGED</td>\n<td>'Shipment is damaged’</td>\n</tr>\n<tr>\n<td>18</td>\n<td>SHIPMENT_DELAYED</td>\n<td>'Shipment Is Delayed Or Misroute’</td>\n</tr>\n<tr>\n<td>19</td>\n<td>CONTACT_CUSTOMER_CARE</td>\n<td>'Contact To The Customer Care’</td>\n</tr>\n<tr>\n<td>20</td>\n<td>SHIPMENT_HELD</td>\n<td>'Shipment Is being held’</td>\n</tr>\n<tr>\n<td>21</td>\n<td>RTO_INTRANSIT</td>\n<td>'RTO In Transit’</td>\n</tr>\n<tr>\n<td>25</td>\n<td>OUT_FOR_PICKUP</td>\n<td>'Shipment Out For Pickup’ (Important in Marketplace / RVP pickups)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>RTO_CONTACT_CUSTOMER_CARE</td>\n<td>'RTO Contact Customer Care’</td>\n</tr>\n<tr>\n<td>27</td>\n<td>RTO_SHIPMENT_DELAY</td>\n<td>'RTO Shipment Delayed’</td>\n</tr>\n<tr>\n<td>28</td>\n<td>AWB REGISTERED</td>\n<td>'AWB registered on Clickpost’</td>\n</tr>\n<tr>\n<td>30</td>\n<td>EXCHANGE_PICKUP</td>\n<td>'Exchange successful, Shipment delivered and picked up from the customer’ [Only for exchange service]</td>\n</tr>\n<tr>\n<td>31</td>\n<td>EXCHANGE_INTRANSIT</td>\n<td>'Exchanged shipment In Transit to warehouse’ [Only for exchange service]</td>\n</tr>\n<tr>\n<td>32</td>\n<td>EXCHANGE_DELIVERED</td>\n<td>'When an exchange shipment is delivered back’ [Only for exchange service]</td>\n</tr>\n<tr>\n<td>101</td>\n<td>RETURN ORDER PLACED</td>\n<td>'Order Placed in Clickpost for reverse pickup by Customer’ # Only useful for customers using Returns Management Platform of Clickpost</td>\n</tr>\n<tr>\n<td>1002</td>\n<td>RTO_HANDOVER</td>\n<td>For a shipment in the RTO journey, where delivery is expected to be reattempted, this status code indicates the \"RTO Delivered + delivery to be re-attempted\" scenario. This is currently only enabled for Shadowfax Now HLD.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"ndr-status-codes\">NDR Status Codes:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ndr_status_code</th>\n<th>ndr_status_description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>“Unknown Exception”</td>\n</tr>\n<tr>\n<td>1</td>\n<td>“Customer Unavailable”</td>\n</tr>\n<tr>\n<td>2</td>\n<td>“Rejected by Customer”</td>\n</tr>\n<tr>\n<td>3</td>\n<td>“Delivery Rescheduled”</td>\n</tr>\n<tr>\n<td>4</td>\n<td>“No Attempt”</td>\n</tr>\n<tr>\n<td>5</td>\n<td>“Customer Unreachable”</td>\n</tr>\n<tr>\n<td>6</td>\n<td>“Address Issue”</td>\n</tr>\n<tr>\n<td>7</td>\n<td>“Payment Issue”</td>\n</tr>\n<tr>\n<td>8</td>\n<td>“Out Of Delivery Area”</td>\n</tr>\n<tr>\n<td>9</td>\n<td>“Order Already Cancelled”</td>\n</tr>\n<tr>\n<td>10</td>\n<td>“Self Collect”</td>\n</tr>\n<tr>\n<td>11</td>\n<td>“Shipment Seized By Customer”</td>\n</tr>\n<tr>\n<td>12</td>\n<td>“Customer wants open delivery”</td>\n</tr>\n<tr>\n<td>13</td>\n<td>“Shipment Misrouted by logistics partner”</td>\n</tr>\n<tr>\n<td>14</td>\n<td>\"OTP Verified Cancellation\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v2","track-order",""],"host":["api","clickpost","in"],"query":[{"description":{"content":"<p>Clickpost account username - Provided by Clickpost Team</p>\n","type":"text/plain"},"key":"username","value":"*****"},{"description":{"content":"<p>Clickpost API Key - Provided by Clickpost Team</p>\n","type":"text/plain"},"key":"key","value":"*****"},{"description":{"content":"<p>AWB number registered in Clickpost for tracking (comma separated waybill numbers for which the status is required)</p>\n","type":"text/plain"},"key":"waybill","value":"*****"},{"description":{"content":"<p>courier_partner_id : <a href=\"https://track.clickpost.in/courier_partner\">https://track.clickpost.in/courier_partner</a></p>\n","type":"text/plain"},"key":"cp_id","value":"*****"}],"variable":[]}},"response":[{"id":"0caef420-80ad-4c2b-ad87-d49bb3c7e014","name":"Tracking AWB Using Polling","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.clickpost.in/api/v2/track-order/?username=*****&key=*****&waybill=*****&cp_id=*****","protocol":"https","host":["api","clickpost","in"],"path":["api","v2","track-order",""],"query":[{"key":"username","value":"*****","description":"Clickpost account username - Provided by Clickpost Team"},{"key":"key","value":"*****","description":"Clickpost API Key - Provided by Clickpost Team"},{"key":"waybill","value":"*****","description":"AWB number registered in Clickpost for tracking (comma separated waybill numbers for which the status is required)"},{"key":"cp_id","value":"*****","description":"courier_partner_id : https://track.clickpost.in/courier_partner"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"message\": \"SUCCESS\",\n        \"status\": 200,\n        \"success\": true\n    },\n    \"result\": {\n        \"SF18399217NER\": {\n            \"latest_status\": {\n                \"clickpost_status_description\": \"Delivered\",\n                \"clickpost_status_code\": 8,\n                \"clickpost_status_bucket\": 6,\n                \"status\": \"Delivered successfully\",\n                \"location\": \"\",\n                \"remark\": \"Delivered successfully\",\n                \"timestamp\": \"2018-07-07 19:34:46\"\n            },\n            \"additional\": {\n                \"is_stuck\": false,\n                \"dest_hub_inscan\": false,\n                \"order_detail\": [],\n                \"courier_partner_edd\": \"2020-03-20\",\n                \"rto_intransit_timestamp\": \"2020-05-30 20:59:00\",\n                \"ndr\": {\n                    \"ndr_bucket_code\": 1,\n                    \"ndr_description\": \"Customer unavailable\"\n                },\n                \"edd\": {\n                    \"min_sla\": 2,\n                    \"max_sla\": 5\n                }\n            },\n            \"scans\": [\n                {\n                    \"clickpost_status_description\": \"Delivered\",\n                    \"clickpost_status_code\": 8,\n                    \"clickpost_status_bucket\": 6,\n                    \"status\": \"Delivered successfully\",\n                    \"location\": \"\",\n                    \"remark\": \"Delivered successfully\",\n                    \"tracking_id\": 12087859,\n                    \"timestamp\": \"2018-07-07 19:34:46\",\n                    \"checkpoint_id\": 163921399\n                },\n                {\n                    \"clickpost_status_description\": \"FailedDelivery\",\n                    \"clickpost_status_code\": 9,\n                    \"clickpost_status_bucket\": 5,\n                    \"status\": \"Delivery attempted: customer not available\",\n                    \"location\": \"\",\n                    \"remark\": \"Delivery attempted: customer not available\",\n                    \"tracking_id\": 12087879,\n                    \"timestamp\": \"2018-07-07 10:53:01\",\n                    \"checkpoint_id\": 163496679\n                },\n                {\n                    \"clickpost_status_description\": \"OutForDelivery\",\n                    \"clickpost_status_code\": 6,\n                    \"clickpost_status_bucket\": 4,\n                    \"status\": \"Out for Delivery\",\n                    \"location\": \"\",\n                    \"remark\": \"Out for Delivery\",\n                    \"tracking_id\": 12087859,\n                    \"timestamp\": \"2018-07-07 08:53:01\",\n                    \"checkpoint_id\": 163496669\n                },\n                {\n                    \"clickpost_status_description\": \"InTransit\",\n                    \"clickpost_status_code\": 5,\n                    \"clickpost_status_bucket\": 3,\n                    \"status\": \"Assigned to a Shadowfax Rider\",\n                    \"location\": \"\",\n                    \"remark\": \"Assigned to a Shadowfax Rider\",\n                    \"tracking_id\": 12087859,\n                    \"timestamp\": \"2018-07-07 08:52:51\",\n                    \"checkpoint_id\": 163496670\n                },\n                {\n                    \"clickpost_status_description\": \"InTransit\",\n                    \"clickpost_status_code\": 5,\n                    \"clickpost_status_bucket\": 3,\n                    \"status\": \"Reached the nearest hub\",\n                    \"location\": \"\",\n                    \"remark\": \"Reached the nearest hub\",\n                    \"tracking_id\": 12087859,\n                    \"timestamp\": \"2018-07-07 08:02:08\",\n                    \"checkpoint_id\": 163496671\n                },\n                {\n                    \"clickpost_status_description\": \"OrderPlaced\",\n                    \"clickpost_status_code\": 1,\n                    \"clickpost_status_bucket\": 1,\n                    \"status\": \"In Manifest\",\n                    \"location\": \"GUNJAN \",\n                    \"remark\": \"In Manifest\",\n                    \"tracking_id\": 12087859,\n                    \"timestamp\": \"2018-07-07 02:47:21\",\n                    \"checkpoint_id\": 163419110\n                },\n                {\n                    \"clickpost_status_description\": \"InTransit\",\n                    \"clickpost_status_code\": 5,\n                    \"clickpost_status_bucket\": 3,\n                    \"status\": \"Collected by Shadowfax\",\n                    \"location\": \"GUNJAN \",\n                    \"remark\": \"Collected by Shadowfax\",\n                    \"tracking_id\": 12087859,\n                    \"timestamp\": \"2018-07-07 02:25:34\",\n                    \"checkpoint_id\": 163419111\n                },\n                {\n                    \"clickpost_status_description\": \"OrderPlaced\",\n                    \"clickpost_status_code\": 1,\n                    \"clickpost_status_bucket\": 1,\n                    \"status\": \"Assigned to Shadowfax\",\n                    \"location\": \"\",\n                    \"remark\": \"Assigned to Shadowfax\",\n                    \"tracking_id\": 12087859,\n                    \"timestamp\": \"2018-07-06 05:41:13\",\n                    \"checkpoint_id\": 162947643\n                }\n            ],\n            \"valid\": true\n        }\n    }\n}"}],"_postman_id":"60e3630f-aa0b-49ba-8004-b0793a36bf15"},{"name":"Batch API (Fetch updated-orders list) v1","id":"03d6d791-f454-465c-abc4-6a0c419cb39c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.clickpost.in/api/v1/updated-order?key=*****&username=*****&start_date=*****&end_date=*****","description":"<p>The fetch updated orders API allows you to query for shipments updated in a particular time window. Note that the start time and end time are in UTC (epoch). Due to high volumes, we do not allow calling this API for more than 5 mins window.</p>\n<h5 id=\"best-practices-while-integrating-this-api\">Best practices while integrating this API:</h5>\n<ol>\n<li>Always query in smaller windows. For example: run the job every 1 mins to fetch updates for last 2 mins. By doing so, you can ensure that your systems are at max running with a lag of 5 mins. This also ensures that you are getting small data sets which are easier to process for you.</li>\n<li>Once you have the list of AWBs which are updated in a window, you can consume the Clickpost status code to update the latest status of the shipment in your system. If you want to fetch historic tracking details for shipments, you shall call the polling API [ <a href=\"https://documenter.getpostman.com/view/4565637/TzY1iGmW#60e3630f-aa0b-49ba-8004-b0793a36bf15\">https://documenter.getpostman.com/view/4565637/TzY1iGmW#60e3630f-aa0b-49ba-8004-b0793a36bf15</a> ] to fetch other details for the shipment.</li>\n<li>clickpost_status_code and their description is present here: <a href=\"https://documenter.getpostman.com/view/4565637/TzY1iGmW#60e3630f-aa0b-49ba-8004-b0793a36bf15\">https://documenter.getpostman.com/view/4565637/TzY1iGmW#60e3630f-aa0b-49ba-8004-b0793a36bf15</a></li>\n</ol>\n<p>In case you have any questions, feel free to reachout to us at <a href=\"mailto:support@clickpost.in\">support@clickpost.in</a></p>\n","urlObject":{"protocol":"https","path":["api","v1","updated-order"],"host":["api","clickpost","in"],"query":[{"description":{"content":"<p>Clickpost API Key: Provided by Clickpost Team </p>\n","type":"text/plain"},"key":"key","value":"*****"},{"description":{"content":"<p>Clickpost API Username: Provided by Clickpost Team </p>\n","type":"text/plain"},"key":"username","value":"*****"},{"description":{"content":"<p>start time in epoch (seconds). Example: 1616580960</p>\n","type":"text/plain"},"key":"start_date","value":"*****"},{"description":{"content":"<p>end time in epoch (seconds). Difference between start time and end time cannot be greater than 3600 seconds(1 hour)</p>\n","type":"text/plain"},"key":"end_date","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"03d6d791-f454-465c-abc4-6a0c419cb39c"}],"id":"582f5df8-408e-41fd-95db-33ab6ac7c0a3","_postman_id":"582f5df8-408e-41fd-95db-33ab6ac7c0a3","description":""},{"name":"Cancellation","item":[{"name":"Cancellation API v1","id":"781abe2e-48ca-4a6e-b904-7e7d94f7c4ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/cancel-order?username=*****&key=*****&waybill=*****&cp_id=*****&account_code=*****","description":"<p>Cancellation API allows you to cancel the shipment in courier systems.</p>\n<p>If the API returns success response:</p>\n<ol>\n<li>If the shipment is not yet picked, couriers will cancel the shipment and will not pick it up</li>\n<li>If the shipment is picked up, couriers will mark the shipment RTO and will return it back to return address.</li>\n</ol>\n<p>Its possible that even if you get success response in Cancellation API, couriers do not update any status in tracking. This is because couriers have different tracking and cancellation systems and sometimes if the shipment's tracking is not yet started and the shipment is cancelled already, they do not update any status in the tracking systems.</p>\n<h4 id=\"url-parameters\">URL parameters:</h4>\n<ol>\n<li>username: User name provided to you.</li>\n<li>key: API key provided to you.</li>\n<li>waybill: waybill, which needs to be cancelled</li>\n<li>cp_id: Courier Partner ID of the courier from which shipment was dispatched. List: <a href=\"http://track.clickpost.in/courier_partner\">http://track.clickpost.in/courier_partner</a></li>\n<li>account_code (optional): in case you have multiple courier accounts for a courier partner on Clickpost, please pass account_code in the cancellation API so that clickpost uses correct credentials to mark the shipment cancel</li>\n</ol>\n<h4 id=\"response-explanation\">Response Explanation:</h4>\n<p>Response will have <code>meta</code> tag which explains about the status of the shipment:</p>\n<ol>\n<li>message: <code>SUCCESS</code> in case the Shipment is deleted successfully, else the error message provided by courier partner.</li>\n<li>success: true if order is deleted successfully, else false</li>\n<li>status:<ol>\n<li>200 if API works fine</li>\n<li>600 if order is already cancelled</li>\n<li>400 in case request is not complete successfully.</li>\n<li>Certain courier aggregators like Shiprocket do not mark the shipment cancelled synchronously. In such cases, the API will return status 202 [HTTP status as 202 as well] in case the courier has accepted the request for cancellation.</li>\n</ol>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v1","cancel-order"],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"},{"key":"waybill","value":"*****"},{"key":"cp_id","value":"*****"},{"key":"account_code","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"781abe2e-48ca-4a6e-b904-7e7d94f7c4ed"}],"id":"9ae75124-ad77-42b8-b441-30a93b1a8b57","_postman_id":"9ae75124-ad77-42b8-b441-30a93b1a8b57","description":""},{"name":"Proof of Delivery","item":[{"name":"POD API","id":"116e8b9f-86cf-4789-a54d-7e3c32af6755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/pod/pod_from_shipment_details/?key=*****&waybill=*****&cp_id=*****","description":"<p>API to fetch the Proof of Delivery for shipments that Clickpost received from the Courier Partner.</p>\n","urlObject":{"protocol":"https","path":["api","v1","pod","pod_from_shipment_details",""],"host":["www","clickpost","in"],"query":[{"key":"key","value":"*****"},{"key":"waybill","value":"*****"},{"key":"cp_id","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"116e8b9f-86cf-4789-a54d-7e3c32af6755"}],"id":"9bc7c10a-6451-46e1-9cdc-90830dc5b0e8","_postman_id":"9bc7c10a-6451-46e1-9cdc-90830dc5b0e8","description":""},{"name":"NDR","item":[{"name":"NDR Update API v2","id":"aa202fe0-8212-4a8d-8081-731d00a85882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"INITIATE_RTO / REATTEMPT\",\n    \"waybill\": \"4152912745934\",\n    \"cp_id\": 4,\n    \"account_code\": \"Delhivery-Express\",\n\n    \"address\":\"Updated Address details\",\n    \"landmark\": \"Updated Address landmark if any\",\n    \"drop_pincode\": \"Updated pincode\",\n    \"phone_number\":\"8080808080\",\n    \"preferred_date\": \"2022-05-13\"\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v2/ndr-update-api?username=*****&key=*****","description":"<p>The NDR Update V2 API accepts the data and stores in Clickpost systems.</p>\n<p>The data is then shared with the courier partners over APIs or over NDR reports that are configured for the customer.</p>\n<p>API takes following attributes in the API payload:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>field</strong></th>\n<th><strong>description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>action</td>\n<td>Action to be passed to courier partner: either INITIATE_RTO or REATTEMPT</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>waybill</td>\n<td>AWB Number that needs to be updated</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>cp_id</td>\n<td>Courier Partner ID of AWB Number (<a href=\"https://track.clickpost.in/courier_partner\">https://track.clickpost.in/courier_partner</a>)</td>\n<td></td>\n</tr>\n<tr>\n<td>account_code</td>\n<td>account code of the courier partner on Clickpost dashboard, that is used to generate the AWB Number</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>address / landmark / drop_pincode / phone_number / preferred_date</td>\n<td>data that needs to be updated for the shipment. Required only in case of reattempt instruction</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v2","ndr-update-api"],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"aa202fe0-8212-4a8d-8081-731d00a85882"},{"name":"Failure Reason","id":"d5e5c5e7-be44-4c6b-a433-f09101e7e627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"authorization","value":"Token 19f881b2bb39f7e540ca64d340a1bba699f4677d"},{"key":"origin","value":"https://dashboard.clickpost.ai"},{"key":"Cookie","value":"csrftoken=ejvm3ubAh3ZB6Cn4lecpQqwTinSjYMuchNN2I4TYpd0SmV4nuVp7pF3OYB0WKX0D"}],"url":"http://0.0.0.0:8000/dashboard/api/v1/ndr/courier-wise-failure-reasons?key=62208c3a-ec48-42bd-9114-264235490ac6&courier_partner_id=6&end_date=2024-09-15&start_date=2024-09-09","urlObject":{"protocol":"http","port":"8000","path":["dashboard","api","v1","ndr","courier-wise-failure-reasons"],"host":["0","0","0","0"],"query":[{"key":"key","value":"62208c3a-ec48-42bd-9114-264235490ac6"},{"key":"courier_partner_id","value":"6"},{"key":"end_date","value":"2024-09-15"},{"key":"start_date","value":"2024-09-09"}],"variable":[]}},"response":[],"_postman_id":"d5e5c5e7-be44-4c6b-a433-f09101e7e627"},{"name":"Courier wise Success API","id":"c449b6ca-1a76-4e6f-a1de-82dcb77115d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Accept-Language","value":"en-US,en;q=0.9"},{"key":"Authorization","value":"Token 19f881b2bb39f7e540ca64d340a1bba699f4677d"},{"key":"Connection","value":"keep-alive"},{"key":"Origin","value":"https://dashboard.clickpost.ai"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"cross-site"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"128\", \"Not;A=Brand\";v=\"24\", \"Google Chrome\";v=\"128\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"staff-user","value":"305340"}],"url":"http://0.0.0.0:8000/dashboard/api/v1/ndr/courier-wise-ndr-api-success-percentage?end_date=2024-09-17&start_date=2024-09-11?key=0f7a68ae-4249-4526-860b-c59be69662a9&end_date=2024-09-17&start_date=2024-09-01","urlObject":{"protocol":"http","port":"8000","path":["dashboard","api","v1","ndr","courier-wise-ndr-api-success-percentage"],"host":["0","0","0","0"],"query":[{"key":"end_date","value":"2024-09-17"},{"key":"start_date","value":"2024-09-11?key=0f7a68ae-4249-4526-860b-c59be69662a9"},{"key":"end_date","value":"2024-09-17"},{"key":"start_date","value":"2024-09-01"},{"disabled":true,"key":"courier_partner_id","value":"3"},{"disabled":true,"key":"failed_carrier","value":"XpressBees"}],"variable":[]}},"response":[],"_postman_id":"c449b6ca-1a76-4e6f-a1de-82dcb77115d6"}],"id":"8b66de9d-6b3a-48e1-a214-7d0e00918812","_postman_id":"8b66de9d-6b3a-48e1-a214-7d0e00918812","description":""},{"name":"Returns Management","item":[{"name":"\"Return Request Received\" Webhook","id":"afd95e6f-7abf-45b7-afa1-958b36adfd07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Webhook key generated by the Clickpost system and sent in all webhook requests in headers for authorisation</p>\n","key":"webhook_key","type":"text","value":"*****"}],"body":{"mode":"raw","raw":"{\n    \"waybill\": \"\",\n    \"status\": \"Return Order Placed\",\n    \"timestamp\": \"2021-07-01 16:41:39.185081\",\n    \"location\": \"\",\n    \"remark\": \"Return Order Placed\",\n    \"clickpost_status_code\": 101,\n    \"clickpost_city\": null,\n    \"clickpost_status_description\": \"Return Order Placed\",\n    \"account_code\": null,\n    \"cp_id\": -1,\n    \"rto_awb\": null,\n    \"additional\": {\n        \"latest_status\": {\n            \"location\": \"\",\n            \"remark\": \"Return Order Placed\",\n            \"clickpost_status_code\": 101,\n            \"clickpost_status_description\": \"Return Order Placed\",\n            \"clickpost_status_bucket\": 8,\n            \"clickpost_status_bucket_description\": \"Return Order Placed\",\n            \"timestamp\": \"2021-07-01 16:41:39.185093\",\n            \"status\": \"Return Order Placed\"\n        },\n        \"is_rvp\": true,\n        \"forward_awb\": \"<forward_awb_number>\",\n        \"forward_reference_number\": \"<forward_reference_number>\",\n        \"notification_event_id\": 11,\n        \"self_shipped\": false,\n        \"item_info\": [\n            {\n                \"sku\": \"<sku>\",\n                \"quantity\": 1,\n                \"return_reason\": \"<return_reason>\",\n                \"refund_mode\": \"<Back to source/Credits/Bank account>\"\n            },\n            {\n                \"sku\": \"<sku>\",\n                \"quantity\": 1,\n                \"return_reason\": \"<return_reason>\",\n                \"refund_mode\": \"<Back to source/Credits/Bank account>\"\n            }\n        ],\n        \"return_reference_number\": \"<return_reference_number>\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://<yourdomainwebhookurl>","urlObject":{"protocol":"https","host":["<yourdomainwebhookurl>"],"query":[{"disabled":true,"key":"webhook_key","value":null}],"variable":[]}},"response":[],"_postman_id":"afd95e6f-7abf-45b7-afa1-958b36adfd07"},{"name":"Returns Polling Delta API","id":"f33f35c8-642d-458e-99a4-4e6da280352b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/return_order_poll/?key=*****&user_name=*****&start_time=2021-11-14T11:00:00&end_time=2021-11-14T11:55:00","description":"<p>The Return Polling Delta API is used to fetch all the return requests raised in the Clickpost system in a 60 minute window. This can be considered as a fallback mechanism to the Return Request Received Webhook mentioned above that is already in place to share this data.</p>\n<p>Here's the params required to test this API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>SNo.</th>\n<th>Parameter</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>username</td>\n<td>True</td>\n<td>String</td>\n<td>Enterprise username. Shared by Clickpost team</td>\n</tr>\n<tr>\n<td>2</td>\n<td>key</td>\n<td>True</td>\n<td>String</td>\n<td>API Key. Shared by Clickpost team</td>\n</tr>\n<tr>\n<td>3</td>\n<td>start_time</td>\n<td>True</td>\n<td>Datetime</td>\n<td>Start time. UTC format Eg: 2021-11-14T18:00:00</td>\n</tr>\n<tr>\n<td>4</td>\n<td>end_time</td>\n<td>True</td>\n<td>Datetime</td>\n<td>End time. UTC format Eg: 2021-11-14T18:30:00</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","return_order_poll",""],"host":["www","clickpost","in"],"query":[{"key":"key","value":"*****"},{"key":"user_name","value":"*****"},{"key":"start_time","value":"2021-11-14T11:00:00"},{"key":"end_time","value":"2021-11-14T11:55:00"}],"variable":[]}},"response":[{"id":"1780734f-3577-415f-8575-85ddab2e332f","name":"Returns Polling Delta API","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.clickpost.in/api/v1/return_order_poll/?key=*****&user_name=*****&start_time=2021-11-14T11:00:00&end_time=2021-11-14T11:55:00","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","return_order_poll",""],"query":[{"key":"key","value":"*****"},{"key":"user_name","value":"*****"},{"key":"start_time","value":"2021-11-14T11:00:00"},{"key":"end_time","value":"2021-11-14T11:55:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 16 Nov 2021 12:49:47 GMT"},{"key":"Server","value":"Apache/2.4.43 (Amazon) mod_wsgi/4.4.21 Python/3.6.11"},{"key":"Vary","value":"Accept,Origin,Cookie,User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"73617"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"message\": \"SUCCESS\",\n        \"status\": 200,\n        \"success\": true\n    },\n    \"result\": [\n        {\n            \"return_reference_number\": \"3030301636889685\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:34:45.764978Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263020264,\n            \"awb\": \"2667226797723\",\n            \"timestamp\": \"2021-11-14T11:35:14.611311Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797723\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:34:45.764978Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:34:45.764978Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226438026\",\n                    \"forward_reference_number\": \"1116349\",\n                    \"forward_order_id\": \"102353522\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063696013095\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030301636889685\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030271636889622\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:33:42.786937Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263020249,\n            \"awb\": \"2667226797690\",\n            \"timestamp\": \"2021-11-14T11:35:12.191654Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797690\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:33:42.786937Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:33:42.786937Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226667206\",\n                    \"forward_reference_number\": \"1136929\",\n                    \"forward_order_id\": \"102376258\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062452158971\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"I don’t like the overall fit\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030271636889622\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030281636889625\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:33:45.343441Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263020253,\n            \"awb\": \"2667226797701\",\n            \"timestamp\": \"2021-11-14T11:35:13.015207Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797701\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:33:45.343441Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:33:45.343441Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226438354\",\n                    \"forward_reference_number\": \"1116095\",\n                    \"forward_order_id\": \"102353274\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4056204922729\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030281636889625\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030291636889659\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:34:19.862460Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263020260,\n            \"awb\": \"2667226797712\",\n            \"timestamp\": \"2021-11-14T11:35:13.816303Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797712\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:34:19.862460Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:34:19.862460Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226582204\",\n                    \"forward_reference_number\": \"1125729\",\n                    \"forward_order_id\": \"102364083\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064535055146\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030291636889659\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029861636887775\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:02:55.957185Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263009408,\n            \"awb\": \"2667226795575\",\n            \"timestamp\": \"2021-11-14T11:03:31.328356Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795575\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:02:55.957185Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:02:55.957185Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226605562\",\n                    \"forward_reference_number\": \"1132504\",\n                    \"forward_order_id\": \"102371432\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064533322158\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"I don’t like the overall fit\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029861636887775\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029971636888436\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:13:56.904837Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263013239,\n            \"awb\": \"2667226796323\",\n            \"timestamp\": \"2021-11-14T11:15:10.799042Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796323\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:13:56.904837Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:13:56.904837Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226636233\",\n                    \"forward_reference_number\": \"1134469\",\n                    \"forward_order_id\": \"102373594\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697200548\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029971636888436\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029981636888483\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:14:43.319354Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263013252,\n            \"awb\": \"2667226796334\",\n            \"timestamp\": \"2021-11-14T11:15:11.624384Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796334\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:14:43.319354Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:14:43.319354Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226640610\",\n                    \"forward_reference_number\": \"1133836\",\n                    \"forward_order_id\": \"102372857\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697319981\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029981636888483\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030101636888988\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:23:08.704794Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263016038,\n            \"awb\": \"2667226796953\",\n            \"timestamp\": \"2021-11-14T11:23:31.593820Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796953\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:23:08.704794Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:23:08.704794Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226476460\",\n                    \"forward_reference_number\": \"1115809\",\n                    \"forward_order_id\": \"102339000\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697152878\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030101636888988\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029941636888142\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:09:02.438542Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263011359,\n            \"awb\": \"2667226796043\",\n            \"timestamp\": \"2021-11-14T11:10:10.527490Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796043\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:09:02.438542Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:09:02.438542Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226639744\",\n                    \"forward_reference_number\": \"1130595\",\n                    \"forward_order_id\": \"102369353\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4060979510678\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029941636888142\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030031636888666\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:17:46.729829Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263014218,\n            \"awb\": \"2667226796566\",\n            \"timestamp\": \"2021-11-14T11:18:31.289779Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796566\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:17:46.729829Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:17:46.729829Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226509242\",\n                    \"forward_reference_number\": \"1116040\",\n                    \"forward_order_id\": \"102353132\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4060978373762\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030031636888666\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030321636889794\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:36:34.621670Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263020674,\n            \"awb\": \"2667226797830\",\n            \"timestamp\": \"2021-11-14T11:36:53.067681Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797830\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:36:34.621670Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:36:34.621670Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226624274\",\n                    \"forward_reference_number\": \"1135132\",\n                    \"forward_order_id\": \"102374320\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697206182\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030321636889794\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030071636888899\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:21:39.619225Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263015533,\n            \"awb\": \"2667226796850\",\n            \"timestamp\": \"2021-11-14T11:21:52.092363Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796850\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:21:39.619225Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:21:39.619225Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226289836\",\n                    \"forward_reference_number\": \"1104593\",\n                    \"forward_order_id\": \"102340171\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062449575088\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030071636888899\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029991636888514\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:15:14.007849Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263013665,\n            \"awb\": \"2667226796426\",\n            \"timestamp\": \"2021-11-14T11:16:50.771701Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796426\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:15:14.007849Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:15:14.007849Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226470786\",\n                    \"forward_reference_number\": \"1118644\",\n                    \"forward_order_id\": \"102356103\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697018525\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029991636888514\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030011636888572\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:16:12.333579Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263013674,\n            \"awb\": \"2667226796441\",\n            \"timestamp\": \"2021-11-14T11:16:52.247814Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796441\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:16:12.333579Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:16:12.333579Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226538373\",\n                    \"forward_reference_number\": \"1123795\",\n                    \"forward_order_id\": \"102361920\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697311350\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030011636888572\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030231636889519\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:31:59.782676Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263019694,\n            \"awb\": \"2667226797561\",\n            \"timestamp\": \"2021-11-14T11:33:33.070207Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797561\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:31:59.782676Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:31:59.782676Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226478523\",\n                    \"forward_reference_number\": \"1120191\",\n                    \"forward_order_id\": \"102357915\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063699278552\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"I don’t like the overall fit\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030231636889519\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029851636887749\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:02:29.370155Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263009387,\n            \"awb\": \"2667226795564\",\n            \"timestamp\": \"2021-11-14T11:03:30.091180Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795564\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:02:29.370155Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:02:29.370155Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226497401\",\n                    \"forward_reference_number\": \"1110837\",\n                    \"forward_order_id\": \"102347234\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063696940025\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Received wrong product (different colour/different style/different size)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029851636887749\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029921636888027\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:07:07.163642Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263010975,\n            \"awb\": \"2667226795951\",\n            \"timestamp\": \"2021-11-14T11:08:33.283361Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795951\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:07:07.163642Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:07:07.163642Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226528234\",\n                    \"forward_reference_number\": \"1123418\",\n                    \"forward_order_id\": \"102361562\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697018440\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"I don’t like the overall fit\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029921636888027\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029841636887664\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:01:04.279766Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263008782,\n            \"awb\": \"2667226795450\",\n            \"timestamp\": \"2021-11-14T11:01:49.497362Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795450\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:01:04.279766Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:01:04.279766Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226595353\",\n                    \"forward_reference_number\": \"1136041\",\n                    \"forward_order_id\": \"102375257\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063699912326\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029841636887664\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029901636888021\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:07:01.869669Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263010956,\n            \"awb\": \"2667226795925\",\n            \"timestamp\": \"2021-11-14T11:08:30.915087Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795925\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:07:01.869669Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:07:01.869669Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226381820\",\n                    \"forward_reference_number\": \"1111724\",\n                    \"forward_order_id\": \"102348301\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4060979667648\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"I don’t like the overall fit\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029901636888021\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029911636888022\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:07:02.425951Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263010968,\n            \"awb\": \"2667226795936\",\n            \"timestamp\": \"2021-11-14T11:08:32.108916Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795936\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:07:02.425951Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:07:02.425951Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226507680\",\n                    \"forward_reference_number\": \"1110761\",\n                    \"forward_order_id\": \"102347118\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697396739\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Received wrong product (different colour/different style/different size)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029911636888022\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030051636888829\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:20:29.267882Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263015530,\n            \"awb\": \"2667226796846\",\n            \"timestamp\": \"2021-11-14T11:21:51.367670Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796846\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:20:29.267882Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:20:29.267882Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226449053\",\n                    \"forward_reference_number\": \"1118239\",\n                    \"forward_order_id\": \"102355664\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062449790412\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030051636888829\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029871636887840\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:04:00.461516Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263009969,\n            \"awb\": \"2667226795671\",\n            \"timestamp\": \"2021-11-14T11:05:10.355346Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795671\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:04:00.461516Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:04:00.461516Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226548055\",\n                    \"forward_reference_number\": \"1124492\",\n                    \"forward_order_id\": \"102362653\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062452867873\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Other Reason\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029871636887840\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029881636887874\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:04:34.211296Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263009982,\n            \"awb\": \"2667226795682\",\n            \"timestamp\": \"2021-11-14T11:05:11.206552Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795682\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:04:34.211296Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:04:34.211296Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226550881\",\n                    \"forward_reference_number\": \"1123101\",\n                    \"forward_order_id\": \"102361154\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697485495\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029881636887874\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029891636887951\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:05:51.087587Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263010504,\n            \"awb\": \"2667226795800\",\n            \"timestamp\": \"2021-11-14T11:06:50.080767Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795800\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:05:51.087587Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:05:51.087587Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226578295\",\n                    \"forward_reference_number\": \"1127357\",\n                    \"forward_order_id\": \"102365896\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063698638210\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Received wrong product (different colour/different style/different size)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029891636887951\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030001636888520\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:15:20.568070Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263013669,\n            \"awb\": \"2667226796430\",\n            \"timestamp\": \"2021-11-14T11:16:51.509578Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796430\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:15:20.568070Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:15:20.568070Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667225619601\",\n                    \"forward_reference_number\": \"1024756\",\n                    \"forward_order_id\": \"102249419\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063697012653\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030001636888520\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030021636888581\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:16:21.159698Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263013678,\n            \"awb\": \"2667226796452\",\n            \"timestamp\": \"2021-11-14T11:16:52.936013Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796452\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:16:21.159698Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:16:21.159698Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226632254\",\n                    \"forward_reference_number\": \"1130410\",\n                    \"forward_order_id\": \"102369144\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064535113679\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030021636888581\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029931636888095\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:08:15.775210Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263010978,\n            \"awb\": \"2667226795962\",\n            \"timestamp\": \"2021-11-14T11:08:34.312902Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226795962\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:08:15.775210Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:08:15.775210Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226603543\",\n                    \"forward_reference_number\": \"1133046\",\n                    \"forward_order_id\": \"102371926\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4057827672794\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029931636888095\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030121636889174\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:26:14.826820Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263017552,\n            \"awb\": \"2667226797071\",\n            \"timestamp\": \"2021-11-14T11:26:51.555333Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797071\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:26:14.826820Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:26:14.826820Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226673193\",\n                    \"forward_reference_number\": \"1138812\",\n                    \"forward_order_id\": \"102378268\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063696612540\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030121636889174\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030041636888802\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:20:02.155038Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263014832,\n            \"awb\": \"2667226796706\",\n            \"timestamp\": \"2021-11-14T11:20:11.124106Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796706\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:20:02.155038Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:20:02.155038Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226441390\",\n                    \"forward_reference_number\": \"1117498\",\n                    \"forward_order_id\": \"102354742\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064535320343\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030041636888802\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030081636888931\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:22:11.056763Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263016057,\n            \"awb\": \"2667226796964\",\n            \"timestamp\": \"2021-11-14T11:23:32.609106Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796964\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:22:11.056763Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:22:11.056763Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226547366\",\n                    \"forward_reference_number\": \"1124455\",\n                    \"forward_order_id\": \"102362637\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062453464545\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030081636888931\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029951636888154\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:09:14.150401Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263011361,\n            \"awb\": \"2667226796054\",\n            \"timestamp\": \"2021-11-14T11:10:11.388558Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796054\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:09:14.150401Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:09:14.150401Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226475406\",\n                    \"forward_reference_number\": \"1118754\",\n                    \"forward_order_id\": \"102356278\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064535055276\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029951636888154\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3029961636888172\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:09:32.148686Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263011365,\n            \"awb\": \"2667226796065\",\n            \"timestamp\": \"2021-11-14T11:10:12.271870Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226796065\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:09:32.148686Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:09:32.148686Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226602530\",\n                    \"forward_reference_number\": \"1134300\",\n                    \"forward_order_id\": \"102373398\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062453609489\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Received wrong product (different colour/different style/different size)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3029961636888172\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030241636889554\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:32:34.749509Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263019699,\n            \"awb\": \"2667226797583\",\n            \"timestamp\": \"2021-11-14T11:33:34.200653Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797583\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:32:34.749509Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:32:34.749509Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226613446\",\n                    \"forward_reference_number\": \"1132116\",\n                    \"forward_order_id\": \"102370961\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063696861191\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030241636889554\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030211636889508\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:31:48.800344Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263019120,\n            \"awb\": \"2667226797476\",\n            \"timestamp\": \"2021-11-14T11:31:52.045816Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797476\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:31:48.800344Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:31:48.800344Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226243695\",\n                    \"forward_reference_number\": \"1096394\",\n                    \"forward_order_id\": \"102330891\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063696861207\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030211636889508\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030251636889599\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:33:19.924875Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263019708,\n            \"awb\": \"2667226797594\",\n            \"timestamp\": \"2021-11-14T11:33:35.477951Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797594\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:33:19.924875Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:33:19.924875Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226580524\",\n                    \"forward_reference_number\": \"1126546\",\n                    \"forward_order_id\": \"102364925\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063699293074\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030251636889599\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030141636889213\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:26:53.368099Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263018132,\n            \"awb\": \"2667226797174\",\n            \"timestamp\": \"2021-11-14T11:28:31.963350Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797174\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:26:53.368099Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:26:53.368099Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226526495\",\n                    \"forward_reference_number\": \"1123533\",\n                    \"forward_order_id\": \"102361763\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062449433548\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Received wrong product (different colour/different style/different size)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030141636889213\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030151636889286\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:28:06.527458Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263018140,\n            \"awb\": \"2667226797185\",\n            \"timestamp\": \"2021-11-14T11:28:33.257785Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797185\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:28:06.527458Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:28:06.527458Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226469515\",\n                    \"forward_reference_number\": \"1119408\",\n                    \"forward_order_id\": \"102356939\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063699766165\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Found better price elsewhere/Changed my mind\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030151636889286\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030161636889378\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:29:38.951179Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263018666,\n            \"awb\": \"2667226797336\",\n            \"timestamp\": \"2021-11-14T11:30:11.976364Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797336\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:29:38.951179Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:29:38.951179Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226580524\",\n                    \"forward_reference_number\": \"1126546\",\n                    \"forward_order_id\": \"102364925\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063698553889\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030161636889378\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030171636889402\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:30:02.174199Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263018684,\n            \"awb\": \"2667226797340\",\n            \"timestamp\": \"2021-11-14T11:30:12.779803Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797340\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:30:02.174199Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:30:02.174199Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226165693\",\n                    \"forward_reference_number\": \"1085300\",\n                    \"forward_order_id\": \"102318276\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064536772608\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030171636889402\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030261636889610\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:33:30.854261Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263019714,\n            \"awb\": \"2667226797605\",\n            \"timestamp\": \"2021-11-14T11:33:36.722693Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797605\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:33:30.854261Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:33:30.854261Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226649194\",\n                    \"forward_reference_number\": \"1131771\",\n                    \"forward_order_id\": \"102370704\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064533244108\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"I don’t like the overall fit\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030261636889610\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030381636890407\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:46:47.749971Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263024471,\n            \"awb\": \"2667226798331\",\n            \"timestamp\": \"2021-11-14T11:46:52.881500Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798331\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:46:47.749971Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:46:47.749971Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226641752\",\n                    \"forward_reference_number\": \"1128808\",\n                    \"forward_order_id\": \"102367412\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062453463609\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030381636890407\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030401636890479\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:47:59.250268Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263024866,\n            \"awb\": \"2667226798375\",\n            \"timestamp\": \"2021-11-14T11:48:34.570689Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798375\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:47:59.250268Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:47:59.250268Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226579555\",\n                    \"forward_reference_number\": \"1128807\",\n                    \"forward_order_id\": \"102367412\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062452890161\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too loose for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030401636890479\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030411636890582\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:49:42.713500Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263025244,\n            \"awb\": \"2667226798423\",\n            \"timestamp\": \"2021-11-14T11:50:13.181068Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798423\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:49:42.713500Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:49:42.713500Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226623666\",\n                    \"forward_reference_number\": \"1131555\",\n                    \"forward_order_id\": \"102370240\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062453298614\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"I don’t like the overall fit\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030411636890582\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030431636890691\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:51:31.868545Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263025764,\n            \"awb\": \"2667226798471\",\n            \"timestamp\": \"2021-11-14T11:51:53.375783Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798471\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:51:31.868545Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:51:31.868545Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226708753\",\n                    \"forward_reference_number\": \"1142607\",\n                    \"forward_order_id\": \"102382247\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062449509571\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Other Reason\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030431636890691\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030451636890848\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:54:08.796049Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263026796,\n            \"awb\": \"2667226798681\",\n            \"timestamp\": \"2021-11-14T11:55:13.578439Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798681\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:54:08.796049Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:54:08.796049Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226638661\",\n                    \"forward_reference_number\": \"1133647\",\n                    \"forward_order_id\": \"102372631\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064535273656\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030451636890848\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030311636889734\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:35:34.712706Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263020671,\n            \"awb\": \"2667226797815\",\n            \"timestamp\": \"2021-11-14T11:36:52.318954Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226797815\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:35:34.712706Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:35:34.712706Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226462132\",\n                    \"forward_reference_number\": \"1119749\",\n                    \"forward_order_id\": \"102357315\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062449790436\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030311636889734\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030331636889929\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:38:49.900375Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263021551,\n            \"awb\": \"2667226798036\",\n            \"timestamp\": \"2021-11-14T11:40:12.535910Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798036\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:38:49.900375Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:38:49.900375Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226174981\",\n                    \"forward_reference_number\": \"1090855\",\n                    \"forward_order_id\": \"102324557\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4060978638540\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030331636889929\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030341636889952\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:39:12.321673Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263021557,\n            \"awb\": \"2667226798040\",\n            \"timestamp\": \"2021-11-14T11:40:13.382149Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798040\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:39:12.321673Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:39:12.321673Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226544065\",\n                    \"forward_reference_number\": \"1123409\",\n                    \"forward_order_id\": \"102361405\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062449385151\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030341636889952\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030351636889997\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:39:57.377346Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263021566,\n            \"awb\": \"2667226798051\",\n            \"timestamp\": \"2021-11-14T11:40:14.222404Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798051\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:39:57.377346Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:39:57.377346Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226480030\",\n                    \"forward_reference_number\": \"1120413\",\n                    \"forward_order_id\": \"102358055\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063696240217\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030351636889997\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030361636890056\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:40:56.734382Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263022481,\n            \"awb\": \"2667226798143\",\n            \"timestamp\": \"2021-11-14T11:41:52.581626Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798143\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:40:56.734382Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:40:56.734382Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226605540\",\n                    \"forward_reference_number\": \"1131573\",\n                    \"forward_order_id\": \"102370508\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4064535320220\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030361636890056\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030371636890158\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:42:38.283923Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263022994,\n            \"awb\": \"2667226798202\",\n            \"timestamp\": \"2021-11-14T11:43:32.744152Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798202\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:42:38.283923Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:42:38.283923Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226605024\",\n                    \"forward_reference_number\": \"1126088\",\n                    \"forward_order_id\": \"102364429\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4063699563993\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product quality not as expected (material/print/construction quality)\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030371636890158\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030391636890430\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:47:10.040547Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263024849,\n            \"awb\": \"2667226798364\",\n            \"timestamp\": \"2021-11-14T11:48:33.460037Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798364\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:47:10.040547Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:47:10.040547Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226527641\",\n                    \"forward_reference_number\": \"1122647\",\n                    \"forward_order_id\": \"102360559\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062449654202\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030391636890430\"\n                }\n            }\n        },\n        {\n            \"return_reference_number\": \"3030441636890737\",\n            \"status\": \"SUCCESS\",\n            \"Return Request Timestamp\": \"2021-11-14T11:52:17.621929Z\",\n            \"cp_id\": 25,\n            \"cp_name\": \"Delhivery\",\n            \"account_code\": \"Delhivery_Reverse\",\n            \"return_tracking_id\": 263026386,\n            \"awb\": \"2667226798552\",\n            \"timestamp\": \"2021-11-14T11:53:33.736596Z\",\n            \"refund_mode\": \"Back to source\",\n            \"webhook_payload\": {\n                \"waybill\": \"2667226798552\",\n                \"cp_id\": 25,\n                \"status\": \"Return Order Placed\",\n                \"location\": \"\",\n                \"clickpost_status_code\": 101,\n                \"notification_event\": 11,\n                \"clickpost_status_description\": \"Return Order Placed\",\n                \"clickpost_status_bucket\": 8,\n                \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                \"timestamp\": \"2021-11-14T11:52:17.621929Z\",\n                \"remark\": \"Return Order Placed\",\n                \"account_code\": \"Delhivery_Reverse\",\n                \"additional\": {\n                    \"latest_status\": {\n                        \"location\": \"\",\n                        \"remark\": \"Return Order Placed\",\n                        \"clickpost_status_code\": 101,\n                        \"clickpost_status_description\": \"Return Order Placed\",\n                        \"clickpost_status_bucket\": 8,\n                        \"clickpost_status_bucket_description\": \"Return Order Placed\",\n                        \"timestamp\": \"2021-11-14T11:52:17.621929Z\",\n                        \"status\": \"Return Order Placed\"\n                    },\n                    \"is_rvp\": true,\n                    \"forward_awb\": \"2667226569022\",\n                    \"forward_reference_number\": \"1128136\",\n                    \"forward_order_id\": \"102366649\",\n                    \"notification_event_id\": 11,\n                    \"self_shipped\": false,\n                    \"item_info\": [\n                        {\n                            \"sku\": \"4062449979190\",\n                            \"quantity\": 1,\n                            \"return_reason\": \"Product is too tight for me\",\n                            \"refund_mode\": \"Back to source\"\n                        }\n                    ],\n                    \"return_reference_number\": \"3030441636890737\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"f33f35c8-642d-458e-99a4-4e6da280352b"}],"id":"148f2053-5a54-4ad5-b341-56c51dbe34a7","description":"<p>Returns Management helps automate returns process by accepting returns from the customers in a branded UI, monitoring returns, automating refunds and bringing in delightful experience to customers. </p>\n<p>This section covers various APIs that you can leverage to automate your returns flows.</p>\n","_postman_id":"148f2053-5a54-4ad5-b341-56c51dbe34a7"},{"name":"Reporting APIs","item":[{"name":"Report Request","id":"fe8617c4-8086-4c1a-8296-896d13735541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\":{\n        \"updated_at_start_time\":\"2021-12-17 00:00:00\",\n        \"updated_at_end_time\":\"2021-12-17 23:59:00\"\n    },\n    \"report_name\":\"TRACK_ORDER_DASHBOARD_REPORT\",\n    \"fields\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v1/reports/enterprise_dashboard_report/?key=*****","description":"<p>Using this API, you can fetch all the shipment updates received for a day in Clickpost.</p>\n<p>The start time and end time are in UTC.</p>\n<p>Best practices:</p>\n<ol>\n<li>Request for shipment updates received daily</li>\n<li>Fetch the file using GET API and create the shipments in your data warehouse which are not present in your system but present in the file. For shipments present in your system, update their status as per the Clickpost Unified Status in file.</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>S. No.</th>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>updated_at_start_time*</td>\n<td>String</td>\n<td>Start Date Eg: \"2021-08-01 00:00:00\"</td>\n</tr>\n<tr>\n<td>2</td>\n<td>updated_at_end_time*</td>\n<td>String</td>\n<td>End Date Eg: \"2021-08-01 23:59:00\" NOTE: The difference between Start Time and End Time cannot be more that 24 hours.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>report_name*</td>\n<td>String</td>\n<td>Only acceptable value - \"TRACK_ORDER_DASHBOARD_REPORT\"</td>\n</tr>\n<tr>\n<td>4</td>\n<td>fields*</td>\n<td>String</td>\n<td>Add Field Ids in the list to get only data of specific fields. Eg: [\"1\", \"21\". \"42\"] Possible values of Field Ids listed here -- <a href=\"https://clickpost.freshdesk.com/a/solutions/articles/43000639639\">https://clickpost.freshdesk.com/a/solutions/articles/43000639639</a> List can be empty too. Empty list returns the CSV file with data from all the possible fields.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","reports","enterprise_dashboard_report",""],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>Provided by Clickpost. </p>\n","type":"text/plain"},"key":"key","value":"*****"}],"variable":[]}},"response":[{"id":"ab26ca55-d63b-4e52-9cbf-fc32f8183507","name":"Report Request w/o any custom fields.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\":{\n        \"updated_at_start_time\":\"2021-09-01 00:00:00\",\n        \"updated_at_end_time\":\"2021-09-01 23:59:00\"\n    },\n    \"report_name\":\"TRACK_ORDER_DASHBOARD_REPORT\",\n    \"fields\":[]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.clickpost.in/api/v1/reports/enterprise_dashboard_report/?key=*****","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","reports","enterprise_dashboard_report",""],"query":[{"key":"key","value":"*****"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Sep 2021 21:18:51 GMT"},{"key":"Server","value":"Apache/2.4.43 (Amazon) mod_wsgi/4.4.21 Python/3.6.11"},{"key":"Vary","value":"Accept,Origin,Cookie,User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Success\",\n        \"success\": true\n    },\n    \"result\": [\n        {\n            \"report_name\": \"TRACK_ORDER_DASHBOARD_REPORT\",\n            \"report_reference_number\": 384437,\n            \"report_created_at\": \"2021-09-20 21:18\"\n        }\n    ]\n}"},{"id":"268cc74e-4b30-4b45-9688-ec8fe883929f","name":"Report Request w custom fields only","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"filters\":{\n        \"updated_at_start_time\":\"2021-09-01 00:00:00\",\n        \"updated_at_end_time\":\"2021-09-01 23:59:00\"\n    },\n    \"report_name\":\"TRACK_ORDER_DASHBOARD_REPORT\",\n    \"fields\":[1, 2, 3, 4, 5, 6, 7, 46, 47, 48, 49, 50]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.clickpost.in/api/v1/reports/enterprise_dashboard_report/?key=*****","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","reports","enterprise_dashboard_report",""],"query":[{"key":"key","value":"*****"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Sep 2021 21:39:19 GMT"},{"key":"Server","value":"Apache/2.4.43 (Amazon) mod_wsgi/4.4.21 Python/3.6.11"},{"key":"Vary","value":"Accept,Origin,Cookie,User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Success\",\n        \"success\": true\n    },\n    \"result\": [\n        {\n            \"report_name\": \"TRACK_ORDER_DASHBOARD_REPORT\",\n            \"report_reference_number\": 384438,\n            \"report_created_at\": \"2021-09-20 21:39\"\n        }\n    ]\n}"}],"_postman_id":"fe8617c4-8086-4c1a-8296-896d13735541"},{"name":"Report Request Tracking: Get status/data of a request","id":"d642f178-bfe1-4332-a37f-b4436570a42e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/reports/enterprise_dashboard_report/?key=****&report_reference_number=****","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>SNo.</th>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>key*</td>\n<td>String</td>\n<td>API Key provided by Clickpost.   Eg: 5cc200f9-6574-4a88-8fee-332ebf9fdlof</td>\n</tr>\n<tr>\n<td>2</td>\n<td>report_reference_number*</td>\n<td>String</td>\n<td>Report Number generated via the above request.     Eg: 374284</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","reports","enterprise_dashboard_report",""],"host":["www","clickpost","in"],"query":[{"key":"key","value":"****"},{"key":"report_reference_number","value":"****"}],"variable":[]}},"response":[{"id":"67d9ba79-f207-4bf8-ba5f-810fe0238758","name":"Report w/o any custom fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.clickpost.in/api/v1/reports/enterprise_dashboard_report/?key=*****&report_reference_number=384437","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","reports","enterprise_dashboard_report",""],"query":[{"key":"key","value":"*****"},{"key":"report_reference_number","value":"384437"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Sep 2021 21:19:22 GMT"},{"key":"Server","value":"Apache/2.4.43 (Amazon) mod_wsgi/4.4.21 Python/3.6.11"},{"key":"Vary","value":"Accept,Origin,Cookie,User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"294"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Success\",\n        \"success\": true\n    },\n    \"result\": [\n        {\n            \"report_name\": \"TRACK_ORDER_DASHBOARD_REPORT\",\n            \"s3_link\": \"https://aws-s3.test-file.csv\",\n            \"report_created_at\": \"2021-09-20 21:18\",\n            \"report_status\": \"SUCCESS\"\n        }\n    ]\n}"},{"id":"1157e86c-5eed-47e8-aba2-491a806e1da7","name":"Report w custom fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.clickpost.in/api/v1/reports/enterprise_dashboard_report/?key=*****&report_reference_number=384438","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","reports","enterprise_dashboard_report",""],"query":[{"key":"key","value":"*****"},{"key":"report_reference_number","value":"384438"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 20 Sep 2021 21:40:14 GMT"},{"key":"Server","value":"Apache/2.4.43 (Amazon) mod_wsgi/4.4.21 Python/3.6.11"},{"key":"Vary","value":"Accept,Origin,Cookie,User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"294"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Success\",\n        \"success\": true\n    },\n    \"result\": [\n        {\n            \"report_name\": \"TRACK_ORDER_DASHBOARD_REPORT\",\n            \"s3_link\": \"https://aws-s3.test-file.csv\",\n            \"report_created_at\": \"2021-09-20 21:39\",\n            \"report_status\": \"SUCCESS\"\n        }\n    ]\n}"}],"_postman_id":"d642f178-bfe1-4332-a37f-b4436570a42e"}],"id":"47bcf8aa-41fa-4041-9599-b890d6299716","description":"<p>With this API you can generate the Dashboard Reports programmatically without having to manually download them daily off of our dashboard.</p>\n<p>This API has two components and both are required (in order) to get the API.</p>\n<ol>\n<li><p><strong>Report Request</strong>: This API adds your Report Generation request to the queue and returns a Reference Number (report_reference_number) </p>\n</li>\n<li><p><strong>Report Request Tracking</strong>: This API takes in the report_reference_number generated in the previous step to return the status of the Report Request. \nOnce done, it returns the link to the report in CSV format.</p>\n</li>\n</ol>\n<p>Detailed field explanation is present at: <a href=\"https://clickpost.freshdesk.com/a/solutions/articles/43000639639\">https://clickpost.freshdesk.com/a/solutions/articles/43000639639</a></p>\n","_postman_id":"47bcf8aa-41fa-4041-9599-b890d6299716"},{"name":"Estimated Delivery Date","item":[{"name":"EDD API v2","id":"447cacdd-28b2-4ece-87a1-0e61ce8934f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"pickup_pincode\": \"410501\",\n        \"drop_pincode\": \"395007\",\n        \"optional\" : {\n            \"cp_id\": \"<courier_partner_id>\",\n            \"awb\": \"<awb_number>\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://ds.clickpost.in/api/v2/predicted_sla_api/?username=*****&key=*****","description":"<p>EDD POST Request </p>\n","urlObject":{"protocol":"https","path":["api","v2","predicted_sla_api",""],"host":["ds","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[{"id":"5bab69ae-d77e-4948-8bd4-333c58146273","name":"EDD API v2","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://ds.clickpost.in/api/v2/predicted_sla_api/?username=*****&key=*****","protocol":"https","host":["ds","clickpost","in"],"path":["api","v2","predicted_sla_api",""],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\n{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"SUCCESS\",\n        \"success\": true\n    },\n    \"result\": [\n        {\n            \"predicted_sla_min\": 2,\n            \"predicted_sla_max\": 1,\n            \"min_sla_cp_id\": null,\n            \"predicted_exact_sla\": 2,\n            \"pickup_date\": \"2021-06-22\"\n        }\n    ]\n}"},{"id":"d163d76d-fac6-4893-ace0-13e738dba648","name":"EDD API v2 (when customer sends ony pickup and drop pincode)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"pickup_pincode\": \"600040\",\n        \"drop_pincode\": \"421504\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://ds.clickpost.in/api/v2/predicted_sla_api/?username=*****&key=*****","protocol":"https","host":["ds","clickpost","in"],"path":["api","v2","predicted_sla_api",""],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"success\": true,\n        \"message\": \"SUCCESS\"\n    },\n    \"result\": [\n        {\n            \"predicted_sla_min\": 1,\n            \"min_sla_cp_id\": 5,\n            \"predicted_sla_max\": 1,\n            \"all_map\": {\n                \"3\": [\n                    2,\n                    3\n                ],\n                \"4\": [\n                    3,\n                    6\n                ],\n                \"5\": [\n                    1,\n                    1\n                ],\n                \"6\": [\n                    1,\n                    1\n                ],\n                \"14\": [\n                    2,\n                    3\n                ],\n                \"15\": [\n                    1,\n                    1\n                ],\n                \"1001\": [\n                    1,\n                    1\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"447cacdd-28b2-4ece-87a1-0e61ce8934f5"}],"id":"6b2d5096-7b33-4ce4-981f-6b50365e5823","description":"<p>EDD API given to customer:</p>\n","_postman_id":"6b2d5096-7b33-4ce4-981f-6b50365e5823"},{"name":"Edit Order API","item":[{"name":"Convert COD to PREPAID","id":"47407f44-3fd4-4e32-b7b4-9e0ab41a5691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"awb_number\": \"999999999\",\n    \"order_type\": \"PREPAID\",\n    \"courier_partner\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v1/edit-order/?username=*****&key=*****","description":"<p>Courier Partners who support conversion of COD orders to PREPAID and are active on this API:</p>\n<ol>\n<li>Delhivery</li>\n<li>Ecom Express</li>\n<li>Xpressbees</li>\n<li>Shadowfax</li>\n<li>Shadowfax HLD</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v1","edit-order",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"47407f44-3fd4-4e32-b7b4-9e0ab41a5691"},{"name":"Update QC Field","id":"ecd2c125-8713-45e1-a305-74ce2e2bc27f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"awb_number\": \"999999999\",\n    \"qc_type\": \"doorstep\",\n    \"courier_partner\": 11\n}","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v1/edit-order/?username=*****&key=*****","description":"<p>Courier Partner who support conversion of order from QC to non-qc:</p>\n<ol>\n<li>Shadowfax Reverse</li>\n</ol>\n<p>You can use this API to convert a shipment from QC to Non QC flow in case the shipment pickup has to be done and QC check if failing within courier systems. Once this API is called, Courier partner will pick the shipment next day without doing QC.</p>\n","urlObject":{"protocol":"https","path":["api","v1","edit-order",""],"host":["www","clickpost","in"],"query":[{"key":"username","value":"*****"},{"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"ecd2c125-8713-45e1-a305-74ce2e2bc27f"}],"id":"41fc2325-d501-4302-a7a3-55f6978f8a0d","description":"<p>Edit Order API allows the user to edit specific details for a shipment that has already been manifested. This API only works for the following mentioned fields, for the respective mentioned courier partners.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>SNo.</th>\n<th>key</th>\n<th>value</th>\n<th>Description</th>\n<th>Mandatory?</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>awb_number</td>\n<td>123456789</td>\n<td>AWB of the shipment</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>2</td>\n<td>order_type</td>\n<td>PREPAID / COD</td>\n<td>Only two order types provided by us.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>3</td>\n<td>qc_type</td>\n<td>doorstep / null</td>\n<td><code>doorstep</code> denotes QC = TRUE  <br />  <br /><code>null</code> denotes QC = False</td>\n<td>No</td>\n</tr>\n<tr>\n<td>4</td>\n<td>sku</td>\n<td>SKU Value</td>\n<td>SKU of the item.  <br />  <br />If he customer wishes QC on the entire shipment they should ignore this field.  <br />  <br />If they wish QC on a specific shipment they should pass the SKU value of the shipment.</td>\n<td>No</td>\n</tr>\n<tr>\n<td>5</td>\n<td>courier_partner</td>\n<td>Courier Partner ID</td>\n<td>Name of the courier partner</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here's the list of editable fields and courier partners for those these fields are editable</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Courier Partners Supporting</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_type</td>\n<td>Delhivery  <br />XpressBees  <br />EcomExpress <br /> Shadowfax Now HLD (only COD to PREPAID)</td>\n</tr>\n<tr>\n<td>qc_type</td>\n<td>Shadowfax</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"41fc2325-d501-4302-a7a3-55f6978f8a0d"},{"name":"Utilities","item":[{"name":"Fetch Accounts from Clickpost","id":"1bfff931-d433-4a80-8dd6-1a7c700741df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/fetch-accounts?key=*****&active=True","urlObject":{"protocol":"https","path":["api","v1","fetch-accounts"],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>Clickpost API Key</p>\n","type":"text/plain"},"key":"key","value":"*****"},{"description":{"content":"<p>Takes Boolean Value - True/False. (Optional)</p>\n","type":"text/plain"},"key":"active","value":"True"}],"variable":[]}},"response":[],"_postman_id":"1bfff931-d433-4a80-8dd6-1a7c700741df"},{"name":"Fetch Audit Logs","id":"535e7b42-17dd-43a8-b961-7dcd265d91c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/audit-log-data/?log_epoch_time=*****&key=*****","description":"<p>Fetch Audit Logs API helps you to fetch the activity logs on actions performed by various users for your account on Clickpost.</p>\n<p>To have this API activated for your account, please contact your Customer Success Manager.</p>\n<p>Once you have the API activated by Clickpost team, you can use the API as follows:</p>\n<ol>\n<li>API gives all the activity logs performed for in an hour together in the API response</li>\n<li>To get all the activity logs between &gt;= 2022-01-01 00:00:00 and &lt; 2022-01-01 01:00:00 pass the epoch time for 2022-01-01 00:00:00 [Epoch time: 1640995200] in the API request. You can use <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> to get the Epoch times to test out the API.</li>\n</ol>\n<p>API Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Success\",\n        \"success\": true\n    },\n    \"result\": [{\n            \"ip_address\": \"36.255.9.166\",\n            \"service_type\": \"Dashboard Report: Download\",\n            \"log_uuid\": \"0180851d-921d-41af-8a59-002c46cf42ac\",\n            \"username\": \"vikram.singh@clickpost.in\",\n            \"user_email\": \"vikram.singh@clickpost.in\",\n            \"payload\": {\n                \"email_to_list\": \"vikram.singh@clickpost.in\",\n                \"report_identifier\": \"1\",\n                \"report_prequisite\": \"{'awb': ''}\",\n                \"subuser\": \"vikram.singh@clickpost.in\"\n            },\n            \"created_at\": \"2022-01-17T04:53:16\"\n        },\n        {\n            \"ip_address\": \"54.251.143.57\",\n            \"service_type\": \"User Login: via SSO\",\n            \"log_uuid\": \"1872ff72-d297-4d37-9f1a-b8b0a74dd3f9\",\n            \"username\": \"vikram.singh@clickpost.in\",\n            \"user_email\": \"vikram.singh@clickpost.in\",\n            \"payload\": null,\n            \"created_at\": \"2022-01-17T04:29:40\"\n        }\n    ]\n}\n\n</code></pre>\n<p>API response has 2 parts:</p>\n<ol>\n<li>\"meta\" : represents if the API is processed successfully or not</li>\n<li>\"result\": represents the activity logs retrieved by the system for the API request received<ol>\n<li>ip_address : IP address from where activity happened</li>\n<li>service_type: Clickpost links each action to different service in the system. Current service types are [There can be more services that are added in future]:<ol>\n<li>User Login: via SSO</li>\n<li>User Login: via Username/Password</li>\n<li>Dashboard Report: Download</li>\n<li>Create Subuser</li>\n<li>Update Subuser</li>\n<li>Courier Settings: Active/Inactive</li>\n</ol>\n</li>\n<li>log_uuid: Clickpost log ID for the activity [internal to Clickpost]</li>\n<li>username: user that performed the action</li>\n<li>user_email: email of user that performed the action</li>\n<li>payload: any payload received in the system from Dashboard to perform the required action</li>\n<li>created_at: time in UTC when the action was taken</li>\n</ol>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","v1","audit-log-data",""],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>epoch time for hour for which logs are to be retrived. Example: logs for 2022-01-02 00:00:00 [that is actions that happened from time &gt;= 2022-01-02 00:00:00 till &lt; 2022-01-02 01:00:00 will be available when log_epoch_time has value 1641081600]</p>\n","type":"text/plain"},"key":"log_epoch_time","value":"*****"},{"description":{"content":"<p>Clickpost account API key [will be provided by Clickpost team for your account]</p>\n","type":"text/plain"},"key":"key","value":"*****"}],"variable":[]}},"response":[],"_postman_id":"535e7b42-17dd-43a8-b961-7dcd265d91c6"},{"name":"Fetch Daily Shipments Created Count","id":"7291e2c7-e611-4dd4-a9ad-e2ed94884fba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://www.clickpost.in/api/v1/fetch-shipment-count/?start-date=*****&end-date=*****&key=*****","description":"<p>Fetch Daily Shipments Count API gives the count of shipments created / registered on the Clickpost platform date wise.</p>\n<p>You can request with a start and end date and the API will give date wise shipments count for each date including the start and end date.</p>\n<p>The API will give date wise AWBs generated [\"manifestation\" key in API response] via Clickpost and AWBs registered [\"tracking\" key in API response] to track via Clickpost.</p>\n<p>Since this API runs on top of the data generated offline, please make request for shipments created till D-2 date every day, i.e. If you are making a request to fetch shipments count today [Example: 9th March 2022], set the end date as D-2 [i.e. 7th March 2022]</p>\n","urlObject":{"protocol":"https","path":["api","v1","fetch-shipment-count",""],"host":["www","clickpost","in"],"query":[{"key":"start-date","value":"*****"},{"key":"end-date","value":"*****"},{"description":{"content":"<p>Clickpost API key</p>\n","type":"text/plain"},"key":"key","value":"*****"}],"variable":[]}},"response":[{"id":"5f6f8e91-f6c1-4cc1-bfcb-a5569abff498","name":"Fetch Daily Shipments Created Count","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.clickpost.in/api/v1/fetch-shipment-count?start-date=2022-01-01&end-date=2022-01-02&key=*****","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","fetch-shipment-count"],"query":[{"key":"start-date","value":"2022-01-01"},{"key":"end-date","value":"2022-01-02"},{"key":"key","value":"*****"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n            \"2022-01-01\": {\"manifestation\": 1000, \"tracking\": 890},\n            \"2022-01-02\": {\"manifestation\": 1210, \"tracking\": 990}\n    },\n    \"meta\": {\n        \"message\": \"SUCCESS\",\n        \"success\": true,\n        \"status\": 200\n    }\n}"}],"_postman_id":"7291e2c7-e611-4dd4-a9ad-e2ed94884fba"},{"name":"Fetch shipment security key","id":"c82791cd-86c5-4041-9507-c44c8b160c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.clickpost.in/api/v1/shipment-security-key?waybill=*****&cp_id=*****&key=*****","description":"<p>Fetch shipment security key API give the security key for each shipment that you can consume and store corresponding to a shipment in the system.</p>\n<p>This security key is useful if you have the security feature enabled on Clickpost's tracking page. If the security feature is enabled on your Clickpost tracking page, you need to ensure you consume the shipment security key and pass it in URL param key= while rendering the tracking page at your end.</p>\n<p>With security feature enabled, if you do not pass security key in the tracking page URL for each shipment, the tracking page will not work as expected.</p>\n","urlObject":{"protocol":"https","path":["api","v1","shipment-security-key"],"host":["www","clickpost","in"],"query":[{"description":{"content":"<p>AWB Number</p>\n","type":"text/plain"},"key":"waybill","value":"*****"},{"description":{"content":"<p>Courier Partner ID</p>\n","type":"text/plain"},"key":"cp_id","value":"*****"},{"description":{"content":"<p>Clickpost API Key</p>\n","type":"text/plain"},"key":"key","value":"*****"}],"variable":[]}},"response":[{"id":"5b71c5b6-09b2-4804-84fa-faf136e96c63","name":"Fetch shipment security key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.clickpost.in/api/v1/shipment-security-key?waybill=*****&cp_id=*****&key=*****","protocol":"https","host":["www","clickpost","in"],"path":["api","v1","shipment-security-key"],"query":[{"key":"waybill","value":"*****","description":"AWB Number"},{"key":"cp_id","value":"*****","description":"Courier Partner ID"},{"key":"key","value":"*****","description":"Clickpost API Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Success\",\n        \"success\": true\n    },\n    \"result\": {\n        \"waybill\": \"ZZC210000696\",\n        \"cp_id\": 274,\n        \"security_key\": \"6531fe8e-46cb-42b5-a8cd-ad4749f37d98\",\n        \"reference_number\": \"123XYZ\"\n    }\n}"}],"_postman_id":"c82791cd-86c5-4041-9507-c44c8b160c73"}],"id":"029c7f7c-dd26-49f3-8009-cf8549297d84","_postman_id":"029c7f7c-dd26-49f3-8009-cf8549297d84","description":""},{"name":"Fake Delivery Detection","item":[{"name":"http://clickpost-tracking.clickpost.in/api/v1/ndr/attachFeDetails/1246837703","id":"15e9b4b8-1ebb-4583-9161-561bb0a46939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://clickpost-tracking.clickpost.in/api/v1/ndr/attachFeDetails/1246837703","urlObject":{"protocol":"http","path":["api","v1","ndr","attachFeDetails","1246837703"],"host":["clickpost-tracking","clickpost","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"15e9b4b8-1ebb-4583-9161-561bb0a46939"},{"name":"https://clickpost-tracking.clickpost.in/api/v1/ndr/attachCallDetails/1264949017","id":"22d3df30-a2eb-471e-bbbc-3437bee17f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://clickpost-tracking.clickpost.in/api/v1/ndr/attachCallDetails/1264949017","urlObject":{"protocol":"https","path":["api","v1","ndr","attachCallDetails","1264949017"],"host":["clickpost-tracking","clickpost","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"22d3df30-a2eb-471e-bbbc-3437bee17f32"},{"name":"http://clickpost-tracking.clickpost.in/api/v1/ndr/calculateNdrCaseDistance","id":"1e35ed15-9424-498e-bb2e-6678e22f8408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipmentId\": 1274193978,\r\n    \"ndrCaseId\": 1055896582,\r\n    \"latitude\": 19.591659545898438,\r\n    \"longitude\": 75.80088806152344,\r\n    \"locationCaptureTime\": \"2024-10-22 11:23:10\",\r\n    \"createdAt\": \"2024-10-22 12:13:50\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://clickpost-tracking.clickpost.in/api/v1/ndr/calculateNdrCaseDistance","urlObject":{"protocol":"http","path":["api","v1","ndr","calculateNdrCaseDistance"],"host":["clickpost-tracking","clickpost","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e35ed15-9424-498e-bb2e-6678e22f8408"}],"id":"a18c8cc5-726e-41dd-a711-1ab6fa1a3d74","_postman_id":"a18c8cc5-726e-41dd-a711-1ab6fa1a3d74","description":""},{"name":"Google APIs","item":[{"name":" https://maps.googleapis.com/maps/api/geocode/json?key=AIzaSyDZzVOoaU9SMYPxQIN6poxUkOhK9olKG_w&address=Golibar Andhra Jana Sangh  Near khar subway  7th Road  Santacruz East  Abdul Hakim Chawk Beside Gulshan hotel,400055,Mumbai,Maharashtra,IN","id":"81f42223-36e2-44d5-a6b4-8747f247a234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://maps.googleapis.com/maps/api/geocode/json?key=AIzaSyDZzVOoaU9SMYPxQIN6poxUkOhK9olKG_w&address=Golibar Andhra Jana Sangh  Near khar subway  7th Road  Santacruz East  Abdul Hakim Chawk Beside Gulshan hotel,400055,Mumbai,Maharashtra,IN","urlObject":{"protocol":"https","path":["maps","api","geocode","json"],"host":["maps","googleapis","com"],"query":[{"key":"key","value":"AIzaSyDZzVOoaU9SMYPxQIN6poxUkOhK9olKG_w"},{"key":"address","value":"Golibar Andhra Jana Sangh  Near khar subway  7th Road  Santacruz East  Abdul Hakim Chawk Beside Gulshan hotel,400055,Mumbai,Maharashtra,IN"}],"variable":[]}},"response":[],"_postman_id":"81f42223-36e2-44d5-a6b4-8747f247a234"},{"name":"https://maps.googleapis.com/maps/api/distancematrix/json?origins=24.9505391,67.1039183&destinations=21.2216037,72.7887485&key=AIzaSyDZzVOoaU9SMYPxQIN6poxUkOhK9olKG_w","id":"06759253-ad2e-4879-bf35-ca85f88a5406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://maps.googleapis.com/maps/api/distancematrix/json?origins=24.9505391,67.1039183&destinations=21.2216037,72.7887485&key=AIzaSyDZzVOoaU9SMYPxQIN6poxUkOhK9olKG_w","urlObject":{"protocol":"https","path":["maps","api","distancematrix","json"],"host":["maps","googleapis","com"],"query":[{"key":"origins","value":"24.9505391,67.1039183"},{"key":"destinations","value":"21.2216037,72.7887485"},{"key":"key","value":"AIzaSyDZzVOoaU9SMYPxQIN6poxUkOhK9olKG_w"}],"variable":[]}},"response":[],"_postman_id":"06759253-ad2e-4879-bf35-ca85f88a5406"},{"name":"New Request","id":"2b5d1f7a-4248-434a-9b1f-697240507833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"2b5d1f7a-4248-434a-9b1f-697240507833"}],"id":"321808bf-2dcd-410e-88ef-d0c6db621fbb","_postman_id":"321808bf-2dcd-410e-88ef-d0c6db621fbb","description":""},{"name":"http://clickpost-tracking.clickpost.in/api/v1/ndr/attachFeDetails/1246837703","id":"dfe7def7-429f-450e-9a6a-0c8a5cdb2df9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://clickpost-tracking.clickpost.in/api/v1/ndr/attachFeDetails/1246837703","urlObject":{"protocol":"http","path":["api","v1","ndr","attachFeDetails","1246837703"],"host":["clickpost-tracking","clickpost","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfe7def7-429f-450e-9a6a-0c8a5cdb2df9"}],"variable":[{"key":"key","value":"040930c4-25d6-4fd6-80dc-fd31da28be92"},{"key":"username","value":"test-tracking"}]}