{"info":{"_postman_id":"3117ce7d-5a1e-4ce3-aa51-3285060dbe63","name":"ShipKaro","description":"<html><head></head><body><h1 id=\"overview\"> OverView </h1>\n\n<div>\n\n<p>The Shipkaro API is organized around REST. Our API has predictable, resource-oriented URLs, and uses message key HTTP response to indicate API success or errors. We use built-in HTTP features, like HTTP authentication  which are understood by off-the-shelf HTTP clients. We support cross-origin resource sharing, allowing you to interact securely with our API from a client-side web application. JSON is returned by all API responses.</p>\n</div>\n\n\n\n<h1 id=\"authentication\">Authentication</h1>\n\n<div>\n<b> Access Key </b>\n\n<p>Authenticate your account when using the API by including your access-key in the request header. Your API keys carry many privileges, so be sure to keep them secret! </p>\n\n<p>The API requires Shipkaro access-key for  Authentication. <br></p>\n<p>You can find your access-key in your shipkaro account under <b> Plans &amp; Billings - &gt; access_keys section </b> <br></p>\n<p>In order to authenticate properly, please put access-key: {{access_key}} in your header &amp; provide the same access_key with its value in the environment variable. <br></p>\n  </div>\n  \n<h1 id=\"environment-variables\">Environment Variables</h1>\n<div>\n<ul> \n<li><b>{{url}}</b> : It contains the predefined url prefix for shipkaro APIs i.e    \"www.shipkaro.com\" </li>\n<li>\n<b>{{access_key}} </b> : It contain the value of the access-key obtained from the particular shipkaro account </li>\n</ul>\n </div>\n \n <h1 id=\"parameters-used\"> Parameters Used </h1>\n\n<p>Request data is passed to the API by POSTing JSON objects with the appropriate key/value-pairs to the respective resource.<br>\nThe documentation for each API resource contains more details on the values accepted by a given resource.<br></p>\n<p>Response data also formatted as JSON object. </p>\n<p></p><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderDetails</code></td>\n<td>object</td>\n<td>orderDetails of the requested order</td>\n</tr>\n\n<tr>\n<td><code>shipping_method</code></td>\n<td>object</td>\n<td>shipping method used for shipping (shippo, fedex, aramex, etc)</td>\n</tr>\n\n\n<tr>\n<td><code>zip_code</code></td>\n<td>string</td>\n<td>zip code for the city</td>\n</tr>\n\n<tr>\n<td><code>cod</code></td>\n<td>boolean</td>\n<td>cash on delievery-true/false</td>\n</tr>\n\n<tr>\n<td><code>provider_name</code></td>\n<td>string</td>\n<td>Name of the shipping service provider (fedex, aramex, etc)</td>\n</tr>\n\n<tr>\n<td><code>package_weight</code></td>\n<td>number</td>\n<td>Weight of complete package</td>\n</tr>\n\n<tr>\n<td><code>package_dimension</code></td>\n<td>object</td>\n<td>dimension of package with length,breadth,height\n</td>\n</tr>\n\n<tr>\n<td><code>subtotal</code></td>\n<td>number</td>\n<td>This field contain total sumation of all item's  total present in order.\n</td>\n</tr>\n\n<tr>\n<td><code>total</code></td>\n<td>number</td>\n<td>This field contain total amount payable/paid for order.\n</td>\n</tr>\n\n<tr>\n<td><code>seller_details</code></td>\n<td>object</td>\n<td>This field contain seller details for the order.\nemail: email id of the seller\n\n<p>metafields: This object contain metafields of seller(if any)</p>\n</td>\n</tr>\n<tr>\n<td><code>pickupAddress</code></td>\n<td>object</td>\n<td>Address from where pickup of items will be done.\n\n<p>title: The full name of the person associated with the payment method.</p>\n<p>address: The street address of the pickup address.</p>\n<p>city: The city of the pickup address.</p>\n<p>state: The state of the pickup address.</p>\n<p>country: The name of the country of the pickup address.</p>\n<p>zip :The zip or postal code of the pickup address.</p>\n<p>phone: The phone number at the pickup address.</p>\n<p>email : Email Id of the person.</p>\n</td>\n</tr>\n\n<tr>\n<td><code>shipping_address</code></td>\n<td>object</td>\n<td>Shipping address is where you want your items delivered\n\n<p>The shipping address is a required field. It has the following properties:</p>\n<p>full_name: The full name of the person associated with the payment method.</p>\n<p>address: The street address of the shipping address.</p>\n<p>city: The city of the shipping address.</p>\n<p>state: The state of the shipping address.</p>\n<p>country: The name of the country of the shipping address.</p>\n<p>zip :The zip or postal code of the shipping address.</p>\n<p>phone: The phone number at the shipping address.</p></td>\n</tr>\n\n</tbody>\n</table>\n \n\n\n\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":" OverView ","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Environment Variables","slug":"environment-variables"},{"content":" Parameters Used ","slug":"parameters-used"}],"owner":"405770","collectionId":"3117ce7d-5a1e-4ce3-aa51-3285060dbe63","publishedId":"77o314N","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"03C598"},"publishDate":"2017-11-17T07:39:10.000Z"},"item":[{"name":"Get Rates","id":"d3df577c-af3a-bab9-8e1f-cfedbc33b856","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"orderDetail\": {\n      \"items\": [\n        {\n          \"weight\": \"500\",\n          \"quantity\": 1\n        }\n      ],\n      \"total\": \"500\",\n      \"shipping_address\": {\n        \"address\": \"House No, Building, Street, Locality\",\n        \"city\":\"Gurugram\",\n        \"state\": \"Haryana\",\n        \"country\": \"India\",\n        \"zip\": \"122001\"\n      }\n    },\n    \"pickupAddress\": {\n      \"title\": \"Title\",\n      \"address\": \"Office No, Building, Street, Locality\",\n      \"city\":\"Delhi\",\n      \"state\": \"Delhi\",\n      \"country\": \"India\",\n      \"zip_code\": \"110001\",\n      \"phone\": \"9999999999\",\n      \"email\": \"test@test.com\"\n    },\n    \"package_weight\": \"500\",\n    \"package_dimensions\": {\n      \"length\": \"3\",\n      \"breadth\": \"3\",\n      \"height\": \"3\"\n    },\n    \"cod\": 1\n  }\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/getRates","description":"<p>This method fetches rates depending upon the order details, source and destination of the shipment and the logistics provider choosen</p>\n<p><b>Parameters</b> : </p>\n<p><b>orderDetails</b> :   orderDetails of the requested order</p>\n<p><b>items</b> : array of products data containing quantity &amp; weight.</p>\n<p><b>shipping_address</b> :   shipping address is where you want your items delivered</p>\n<p><b>pickupAddress</b> : Address from where pickup of items will be done\nBilling address The billing address is the address associated with your credit card</p>\n<p><b>package_weight</b> : weight of complete package</p>\n<p><b>package_dimension </b>: dimension of package with l,b,h</p>\n<p><b>cod</b>   : cash on delievery-true/false</p>\n","urlObject":{"protocol":"https","path":["api","1","entity","ms.fulfillment","_","getRates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1935f8fa-c8ba-bdd0-9969-3344ed913b05","name":"Getting Rates for set of pincodes where service is not available ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"orderDetail\": {\n      \"items\": [\n        {\n          \"weight\": \"500\",\n          \"quantity\": 1\n        }\n      ],\n      \"total\": \"500\",\n      \"shipping_address\": {\n        \"address\": \"House No, Building, Street, Locality\",\n        \"city\":\"Gurugram\",\n        \"state\": \"Haryana\",\n        \"country\": \"India\",\n        \"zip\": \"123456\"\n      }\n    },\n    \"pickupAddress\": {\n      \"title\": \"Title\",\n      \"address\": \"Office No, Building, Street, Locality\",\n      \"city\":\"Delhi\",\n      \"state\": \"Delhi\",\n      \"country\": \"India\",\n      \"zip_code\": \"111111\",\n      \"phone\": \"9999999999\",\n      \"email\": \"test@test.com\"\n    },\n    \"package_weight\": \"500\",\n    \"package_dimensions\": {\n      \"length\": \"3\",\n      \"breadth\": \"3\",\n      \"height\": \"3\"\n    },\n    \"cod\": 1\n  }\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/getRates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"270","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 18 Jan 2018 13:01:21 GMT","name":"Date","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"X-Response-Time","value":"990ms","name":"X-Response-Time","description":""},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, ajax, access-key,backend,app_request,frontend, token,device","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"POST,HEAD,GET,PUT,DELETE,OPTIONS","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"ms-messages","value":"[{\"name\":\"ms.entity.fulfillment.getRates\",\"level\":\"success\",\"key\":\"ms.entity.fulfillment.getRates\",\"message\":\"\"}]","name":"ms-messages","description":""},{"key":"server-group","value":"shipkaro","name":"server-group","description":""}],"cookie":[{"expires":"Thu Jan 25 2018 12:57:30 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"www.shipkaro.com","path":"/","secure":false,"value":"s%3Aq6Tt51S1X4zQVmEiPEIpzSBV.KGEY8xQu0jWT5WC%2B9PR7kJ5d9lWappEtHm7gFM7m5hk","key":"jsessionid"}],"responseTime":"1048","body":"{\"data\":{\"message\":\"Logistics service not available at this pin code!!!\"},\"messages\":[{\"name\":\"ms.entity.fulfillment.getRates\",\"level\":\"success\",\"key\":\"ms.entity.fulfillment.getRates\",\"message\":\"\"}],\"fileBaseUrl\":\"https://cdn.storehippo.com/s/5a462b56fbc219242457d5a8/\"}"},{"id":"28cb5c30-906b-76c1-e54e-a11cb8c2745c","name":"Getting Rates for set of pincodes where service is available","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"orderDetail\": {\n      \"items\": [\n        {\n          \"weight\": \"500\",\n          \"quantity\": 1\n        }\n      ],\n      \"total\": \"500\",\n      \"shipping_address\": {\n        \"address\": \"House No, Building, Street, Locality\",\n        \"state\": \"State\",\n        \"country\": \"India\",\n        \"zip\": \"122001\"\n      }\n    },\n    \"pickupAddress\": {\n      \"title\": \"Title\",\n      \"address\": \"Office No, Building, Street, Locality\",\n      \"state\": \"State\",\n      \"country\": \"India\",\n      \"zip_code\": \"110001\",\n      \"phone\": \"9999999999\",\n      \"email\": \"test@test.com\"\n    },\n    \"package_weight\": \"500\",\n    \"package_dimensions\": {\n      \"length\": \"3\",\n      \"breadth\": \"3\",\n      \"height\": \"3\"\n    },\n    \"cod\": 1\n  }\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/getRates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 29 Dec 2017 13:38:54 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"-73398117\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Response-Time","value":"9720ms","name":"X-Response-Time","description":""},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, ajax, access-key,backend,app_request,frontend, token,device","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"POST,HEAD,GET,PUT,DELETE,OPTIONS","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"ms-messages","value":"[{\"name\":\"ms.entity.fulfillment.getRates\",\"level\":\"success\",\"key\":\"ms.entity.fulfillment.getRates\",\"message\":\"\"}]","name":"ms-messages","description":""},{"key":"request-context","value":"appId=cid-v1:a456b9f3-584b-4089-b00e-7cc7250cc74e,roleName=Web","name":"request-context","description":""},{"key":"server-group","value":"shipkaro","name":"server-group","description":""}],"cookie":[{"expires":"Fri Jan 05 2018 12:40:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"www.shipkaro.com","path":"/","secure":false,"value":"s%3AUnyqF6WvBC%2BSKTEEZMa2mxEp.W5rfZYHxlM2mr%2BAPgGg6vFJcQYuCh7GktvZbboBGiUQ","key":"jsessionid"}],"responseTime":"9805","body":"{\n    \"data\": [\n        {\n            \"name\": \"FedEx\",\n            \"title\": \"FedEx - FEDEX_EXPRESS_SAVER-SURFACE\",\n            \"service\": \"FEDEX_EXPRESS_SAVER-surface\",\n            \"surface\": \"1\",\n            \"zone\": \"B\",\n            \"method\": \"cod\",\n            \"rate\": \"XXXXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        },\n        {\n            \"name\": \"FedEx\",\n            \"title\": \"FedEx - STANDARD_OVERNIGHT-SURFACE\",\n            \"service\": \"STANDARD_OVERNIGHT-surface\",\n            \"surface\": \"1\",\n            \"zone\": \"B\",\n            \"method\": \"cod\",\n            \"rate\": \"XXXXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        },\n        {\n            \"name\": \"Holisol\",\n            \"title\": \"Holisol\",\n            \"service\": \"holisol\",\n            \"surface\": \"0\",\n            \"zone\": \"B\",\n            \"method\": \"cod\",\n            \"rate\": \"XXXXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        },\n        {\n            \"name\": \"Ecom Express\",\n            \"title\": \"Ecom Express\",\n            \"service\": \"ecomexpress\",\n            \"surface\": \"0\",\n            \"zone\": \"B\",\n            \"method\": \"cod\",\n            \"rate\": \"XXXXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        },\n        {\n            \"name\": \"Aramex\",\n            \"title\": \"Aramex\",\n            \"service\": \"aramex\",\n            \"surface\": \"0\",\n            \"zone\": \"B\",\n            \"method\": \"cod\",\n            \"rate\": \"XXXXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        },\n        {\n            \"name\": \"Delhivery\",\n            \"title\": \"Delhivery\",\n            \"service\": \"delhivery\",\n            \"surface\": \"0\",\n            \"zone\": \"B\",\n            \"method\": \"cod\",\n            \"rate\": \"XXXXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        },\n        {\n            \"name\": \"FedEx\",\n            \"title\": \"FedEx - FEDEX_EXPRESS_SAVER\",\n            \"service\": \"FEDEX_EXPRESS_SAVER\",\n            \"surface\": \"0\",\n            \"zone\": \"B\",\n            \"method\": \"cod\",\n            \"rate\": \"XXXXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        },\n        {\n            \"name\": \"FedEx\",\n            \"title\": \"FedEx - STANDARD_OVERNIGHT\",\n            \"service\": \"STANDARD_OVERNIGHT\",\n            \"surface\": \"0\",\n            \"zone\": \"B\",\n            \"method\": \"cod\",\n            \"rate\": \"XXXXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        }\n    ],\n    \"messages\": [\n        {\n            \"name\": \"ms.entity.fulfillment.getRates\",\n            \"level\": \"success\",\n            \"key\": \"ms.entity.fulfillment.getRates\"\n        }\n    ]\n}"}],"_postman_id":"d3df577c-af3a-bab9-8e1f-cfedbc33b856"},{"name":"Create Pickup","id":"d9134043-41fb-5de1-f28e-6cc04e22c2fc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"orderDetail\": {\n      \"_id\": null,\n      \"items\": [\n        {\n          \"name\": \"test description\",\n          \"weight\": \"500\",\n          \"price\": \"200\",\n          \"product\": {\n            \"name\": \"test description\",\n            \"description\": \"test description\",\n            \"price\": \"200\"\n          },\n          \"quantity\": \"2\",\n          \"total\": \"200\"\n        }\n      ],\n      \"sub_total\": \"200\",\n      \"total\": \"200\",\n      \"item_count\": 2,\n      \"financial_status\": \"Paid\",\n      \"email\": \"meghma.hira@hippoinnovations.com\",\n      \"shipping_address\": {\n        \"country\": \"AL\",\n        \"phone\": \"09999999999\",\n        \"type\": \"delivery_address\",\n        \"full_name\": \"Full Name\",\n        \"country_name\": \"Albania\",\n        \"_id\": \"59a047e3728d492a3a6aa9a3\",\n        \"address\": \"check\",\n        \"zip\": \"383430\",\n        \"state\": \"Elbasan\",\n        \"email\": \"meghma.hira@hippoinnovations.com\",\n        \"created_on\": \"2017-08-25T15:53:07.968Z\",\n        \"title\": \"Full Name\",\n        \"zip_code\": \"383430\",\n        \"city\": \"test\"\n      },\n      \"seller_details\": {\n        \"gstin\": \"\",\n        \"tin\": \"\"\n      },\n      \"order_id\": \"OID233\",\n      \"billing_address\": {\n        \"country\": \"AL\",\n        \"phone\": \"09999999999\",\n        \"type\": \"delivery_address\",\n        \"full_name\": \"Full Name\",\n        \"country_name\": \"Albania\",\n        \"_id\": \"59a047e3728d492a3a6aa9a3\",\n        \"address\": \"check\",\n        \"zip\": \"383430\",\n        \"state\": \"Elbasan\",\n        \"email\": \"meghma.hira@hippoinnovations.com\",\n        \"created_on\": \"2017-08-25T15:53:07.968Z\",\n        \"title\": \"Full Name\",\n        \"zip_code\": \"383430\",\n        \"city\": \"test\"\n      }\n    },\n    \"pickupAddress\": {\n      \"country\": \"AL\",\n      \"save_address\": false,\n      \"phone\": \"09999999999\",\n      \"city\": \"test\",\n      \"type\": \"delivery_address\",\n      \"full_name\": \"Full Name\",\n      \"country_name\": \"Albania\",\n      \"_id\": \"59a047e3728d492a3a6aa9a3\",\n      \"address\": \"check\",\n      \"zip\": \"383430\",\n      \"state\": \"Elbasan\",\n      \"email\": \"meghma.hira@hippoinnovations.com\",\n      \"created_on\": \"2017-08-25T15:53:07.968Z\",\n      \"title\": \"Full Name\",\n      \"zip_code\": \"383430\"\n    },\n    \"selected_date\": {\n      \"readyPickup\": \"2017-11-17\",\n      \"cutofftime\": \"1:00:00\"\n    },\n    \"selected_time\": \"11:00\",\n    \"package_weight\": 2125,\n    \"service\": \"delhivery\",\n    \"package_dimensions\": {\n      \"length\": 23,\n      \"breadth\": 22,\n      \"height\": 21\n    },\n    \"cod\": 0,\n    \"other_details\": {\n      \"weight\": \"500\",\n      \"volumetric_weight\": 2125.2\n    }\n  }\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/createPickup","description":"<p>This method registers a pickup request with the selected logistics service provider</p>\n<p>Selected service will be one of the JSON object returned in the data array sent by Get Rates API</p>\n<p><b>Parameters</b> : </p>\n<p><b>orderDetails</b> :   orderDetails of the requested order</p>\n<p><b>items</b> : array of products data containing quantity,name,weight etc .</p>\n<p><b>subtotal</b> : This field contain total sumation of all item's  total present in order.</p>\n<p><b>total</b> : This field contain total amount payable/paid for order.</p>\n<p><b>item_count</b> : count of items in the order.</p>\n<p><b>financial_status</b> : This field show the status of payment  at various stages.\n  parameters :</p>\n<ul>\n<li>Pending : This indicate that payment for order is still not pending. </li>\n<li> Paid =  This indicate that payment for order is made.</li>\n\n</ul>\n     \n<p><b>email</b> : email id of customer</p>\n<p><b>shipping_address</b> :   The shipping address is a required field. It has          the following properties:</p>\n<ul>\n<li>full_name: The full name of the person associated with the payment method. </li>\n<li>address: The street address of the billing address.</li>\n<li>city: The city of the billing address.</li>\n<li>state: The state of the billing address.</li>\n<li>country: The name of the country of the billing address.</li>\n<li>zip :The zip or postal code of the billing address.</li>\n<li> phone: The phone number at the billing address.</li>\n\n</ul>\n\n<p><b>seller details</b> : details of the seller.</p>\n<p><b>order_id</b> : unique id of order for which pick up is to be generated.</p>\n<p><b>billing_address</b> : The billing address associated with the payment method. This address is an optional field that will not be available on orders that do not require one </p>\n<p><b>pickupAddress</b> : Address from where pickup of items will be done\nBilling address The billing address is the address associated with your credit card</p>\n<p><b>selected_service</b> : service to be selected for pickup</p>\n<p><b>selected_date</b> : date selected for pickup</p>\n<p><b>selected_time</b> : time selected for pickup</p>\n<p><b>package_weight</b> : weight of complete package</p>\n<p><b>package_dimension</b> : dimension of package with l,b,h</p>\n<p><b>cod</b>   : cash on delievery-true/false</p>\n","urlObject":{"protocol":"https","path":["api","1","entity","ms.fulfillment","_","createPickup"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"31c3acd4-e563-4faf-12c7-3ca706d0f5ae","name":"Create Pickup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\"data\": {\n    \"orderDetail\": {\n      \"_id\": null,\n      \"items\": [\n        {\n          \"name\": \"test description\",\n          \"weight\": \"500\",\n          \"price\": \"200\",\n          \"product\": {\n            \"name\": \"test description\",\n            \"description\": \"test description\",\n            \"price\": \"200\"\n          },\n          \"quantity\": \"2\",\n          \"total\": \"200\"\n        }\n      ],\n      \"sub_total\": \"200\",\n      \"total\": \"200\",\n      \"item_count\": 2,\n      \"financial_status\": \"Paid\",\n      \"email\": \"meghma.hira@hippoinnovations.com\",\n      \"shipping_address\": {\n        \"country\": \"AL\",\n        \"phone\": \"09999999999\",\n        \"type\": \"delivery_address\",\n        \"full_name\": \"Full Name\",\n        \"country_name\": \"Albania\",\n        \"_id\": \"59a047e3728d492a3a6aa9a3\",\n        \"address\": \"check\",\n        \"zip\": \"383430\",\n        \"state\": \"Elbasan\",\n        \"email\": \"customer@email.com\",\n        \"created_on\": \"2017-08-25T15:53:07.968Z\",\n        \"title\": \"Full Name\",\n        \"city\": \"test\"\n      },\n      \"seller_details\": {\n        \"gstin\": \"\",\n        \"tin\": \"\"\n      },\n      \"order_id\": \"OID233\",\n      \"billing_address\": {\n        \"country\": \"AL\",\n        \"phone\": \"09999999999\",\n        \"type\": \"delivery_address\",\n        \"full_name\": \"Full Name\",\n        \"country_name\": \"Albania\",\n        \"_id\": \"59a047e3728d492a3a6aa9a3\",\n        \"address\": \"check\",\n        \"state\": \"Elbasan\",\n        \"email\": \"customer@email.com\",\n        \"created_on\": \"2017-08-25T15:53:07.968Z\",\n        \"title\": \"Full Name\",\n        \"zip_code\": \"383430\",\n        \"city\": \"test\"\n      }\n    },\n    \"pickupAddress\": {\n      \"country\": \"AL\",\n      \"save_address\": false,\n      \"phone\": \"09999999999\",\n      \"city\": \"test\",\n      \"type\": \"delivery_address\",\n      \"full_name\": \"Full Name\",\n      \"country_name\": \"Albania\",\n      \"_id\": \"59a047e3728d492a3a6aa9a3\",\n      \"address\": \"check\",\n      \"zip\": \"383430\",\n      \"state\": \"Elbasan\",\n      \"email\": \"shipper@email.com\",\n      \"created_on\": \"2017-08-25T15:53:07.968Z\",\n      \"title\": \"Full Name\",\n      \"zip_code\": \"383430\"\n    },\n    \"selected_date\": {\n      \"readyPickup\": \"2017-11-17\",\n      \"cutofftime\": \"1:00:00\"\n    },\n    \"selected_time\": \"11:00\",\n    \"package_weight\": 2125,\n    \"service\": \"delhivery\",\n    \"package_dimensions\": {\n      \"length\": 23,\n      \"breadth\": 22,\n      \"height\": 21\n    },\n    \"cod\": 0,\n    \"other_details\": {\n      \"weight\": \"500\",\n      \"volumetric_weight\": 2125.2\n    }\n  }\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/createPickup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 29 Dec 2017 13:54:44 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"-1281150653\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Response-Time","value":"13583ms","name":"X-Response-Time","description":""},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, ajax, access-key,backend,app_request,frontend, token,device","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"POST,HEAD,GET,PUT,DELETE,OPTIONS","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"ms-messages","value":"[{\"name\":\"ms.msg.fulfillments.ship.success\",\"level\":\"success\",\"key\":\"ms.msg.fulfillments.ship.success\",\"message\":\"The fulfillment is successfully shipped\"}]","name":"ms-messages","description":""},{"key":"request-context","value":"appId=cid-v1:a456b9f3-584b-4089-b00e-7cc7250cc74e,roleName=Web","name":"request-context","description":""},{"key":"server-group","value":"shipkaro","name":"server-group","description":""}],"cookie":[{"expires":"Fri Jan 05 2018 12:40:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"www.shipkaro.com","path":"/","secure":false,"value":"s%3AUnyqF6WvBC%2BSKTEEZMa2mxEp.W5rfZYHxlM2mr%2BAPgGg6vFJcQYuCh7GktvZbboBGiUQ","key":"jsessionid"}],"responseTime":"13690","body":"{\n    \"data\": {\n        \"rate_data\": {\n            \"name\": \"delhivery\",\n            \"title\": \"Delhivery\",\n            \"service\": \"delhivery\",\n            \"surface\": \"0\",\n            \"zone\": \"A\",\n            \"method\": \"regular\",\n            \"rate\": \"XXXXXXX\",\n            \"details\": {\n                \"base_freight\": \"XX\",\n                \"additional_freight\": \"XX\",\n                \"freight\": \"XX\",\n                \"fuel_surcharge\": \"XX\",\n                \"cod_charge\": \"XX\",\n                \"sub_total\": \"XX\",\n                \"taxes\": \"XX\",\n                \"total\": \"XX\",\n                \"cod_surcharge\": \"XX\"\n            },\n            \"shipkaro\": \"1\"\n        },\n        \"order_fulfillment_data\": {\n            \"fulfillments\": [\n                {\n                    \"tracking_number\": \"369310620734\",\n                    \"tracking_status\": \"Manifested\",\n                    \"tracking_company\": \"ShipKaro\",\n                    \"created_on\": \"2017-12-29T13:54:41.112Z\",\n                    \"service\": \"delhivery\",\n                    \"method\": \"regular\",\n                    \"price\": \"XXXXXXX\",\n                    \"status\": \"Ready to ship\"\n                }\n            ],\n            \"shipping_status\": \"Ready to ship\",\n            \"PickupConfirmationNumber\": \"UPL14765021197273862631\",\n            \"shipping_label\": \"//cdn.storehippo.com/s/599e883051229ad70eb0734c/ms.shipping/5a46491d18a2920316e3f6fedelhivery_shipping.pdf\",\n            \"manifest\": \"//cdn.storehippo.com/s/599e883051229ad70eb0734c/ms.shipping/5a46491a18a2920316e3f6fddelhivery_manifest.pdf\",\n            \"pickup_address\": \"{\\\"country\\\":\\\"AL\\\",\\\"save_address\\\":false,\\\"phone\\\":\\\"09999999999\\\",\\\"city\\\":\\\"test\\\",\\\"type\\\":\\\"delivery_address\\\",\\\"full_name\\\":\\\"Full Name\\\",\\\"country_name\\\":\\\"Albania\\\",\\\"_id\\\":\\\"59a047e3728d492a3a6aa9a3\\\",\\\"address\\\":\\\"check\\\",\\\"zip\\\":\\\"383430\\\",\\\"state\\\":\\\"Elbasan\\\",\\\"email\\\":\\\"meghma.hira@hippoinnovations.com\\\",\\\"created_on\\\":\\\"2017-08-25T15:53:07.968Z\\\",\\\"title\\\":\\\"Full Name\\\",\\\"zip_code\\\":\\\"383430\\\",\\\"contact_email\\\":\\\"meghma.hira@hippoinnovations.com\\\",\\\"contact_phone\\\":\\\"09999999999\\\"}\"\n        },\n        \"shipment_data\": {\n            \"store_id\": \"599e883051229ad70eb0734c\",\n            \"order_id\": null,\n            \"oid\": \"OID233\",\n            \"tracking_number\": \"369310620734\",\n            \"tracking_status\": \"Manifested\",\n            \"shipping_label\": \"//cdn.storehippo.com/s/599e883051229ad70eb0734c/ms.shipping/5a46491d18a2920316e3f6fedelhivery_shipping.pdf\",\n            \"manifest\": \"//cdn.storehippo.com/s/599e883051229ad70eb0734c/ms.shipping/5a46491a18a2920316e3f6fddelhivery_manifest.pdf\",\n            \"service\": \"delhivery (regular)\",\n            \"company\": \"ShipKaro-delhivery\",\n            \"price\": 165.98,\n            \"old_price\": 165.98,\n            \"scheduledTime\": \"2017-11-17T11:00:00.000Z\",\n            \"created_at\": \"2017-12-29T13:54:41.115Z\",\n            \"created_on\": \"2017-12-29T13:54:41.115Z\",\n            \"shipped_by\": \"delhivery\",\n            \"charged_weight\": 2125,\n            \"method\": \"shippo\",\n            \"type\": \"regular\",\n            \"order_amount\": \"200\",\n            \"count\": 1,\n            \"item_count\": 2,\n            \"zone\": \"A\",\n            \"item_description\": \"test description\",\n            \"pickupconfirmation\": \"UPL14765021197273862631-undefined\",\n            \"reverse_pickup\": \"0\",\n            \"shipping_address\": {\n                \"country\": \"AL\",\n                \"phone\": \"09999999999\",\n                \"type\": \"delivery_address\",\n                \"full_name\": \"Full Name\",\n                \"country_name\": \"Albania\",\n                \"_id\": \"59a047e3728d492a3a6aa9a3\",\n                \"address\": \"check\",\n                \"zip\": \"383430\",\n                \"state\": \"Elbasan\",\n                \"email\": \"customer@email.com\",\n                \"created_on\": \"2017-08-25T15:53:07.968Z\",\n                \"title\": \"Full Name\",\n                \"zip_code\": \"383430\",\n                \"city\": \"test\"\n            },\n            \"pickup_address\": {\n                \"country\": \"AL\",\n                \"save_address\": false,\n                \"phone\": \"09999999999\",\n                \"city\": \"test\",\n                \"type\": \"delivery_address\",\n                \"full_name\": \"Full Name\",\n                \"country_name\": \"Albania\",\n                \"_id\": \"59a047e3728d492a3a6aa9a3\",\n                \"address\": \"check\",\n                \"zip\": \"383430\",\n                \"state\": \"Elbasan\",\n                \"email\": \"shipper@email.com\",\n                \"created_on\": \"2017-08-25T15:53:07.968Z\",\n                \"title\": \"Full Name\",\n                \"zip_code\": \"383430\",\n                \"contact_email\": \"meghma.hira@hippoinnovations.com\",\n                \"contact_phone\": \"09999999999\"\n            },\n            \"package_dimensions\": {\n                \"length\": 23,\n                \"breadth\": 22,\n                \"height\": 21\n            },\n            \"weight\": \"500\",\n            \"volumetric_weight\": 2125.2,\n            \"shipkaro\": \"1\"\n        },\n        \"shipment_id\": \"5a464921fbc219242458534d\"\n    },\n    \"messages\": [\n        {\n            \"name\": \"ms.msg.fulfillments.ship.success\",\n            \"level\": \"success\",\n            \"key\": \"ms.msg.fulfillments.ship.success\",\n            \"message\": \"The fulfillment is successfully shipped\"\n        }\n    ]\n}"}],"_postman_id":"d9134043-41fb-5de1-f28e-6cc04e22c2fc"},{"name":"Track Shipment","id":"66afa663-7470-8087-5648-b5cd65bbdc82","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"tracking_number\": \"369310586191\"\n  }\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/trackShipment","description":"<p>This method give the tracking details of the shipment created for an order.</p>\n<p><b>Parameters</b> : </p>\n<p><b>tracking_number</b> : It contains the tracking number of the shipment created.</p>\n","urlObject":{"protocol":"https","path":["api","1","entity","ms.fulfillment","_","trackShipment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"28622c1a-cae6-aff1-99c1-85fdbd647a7f","name":"Track Shipment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"tracking_number\": \"3693XXXXX573\"\n  }\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/trackShipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 29 Dec 2017 13:36:39 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"-941202421\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Response-Time","value":"1552ms","name":"X-Response-Time","description":""},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, ajax, access-key,backend,app_request,frontend, token,device","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"POST,HEAD,GET,PUT,DELETE,OPTIONS","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"ms-messages","value":"[{\"name\":\"ms.entity.fulfillment.trackShipment\",\"level\":\"success\",\"key\":\"ms.entity.fulfillment.trackShipment\",\"message\":\"\"}]","name":"ms-messages","description":""},{"key":"request-context","value":"appId=cid-v1:a456b9f3-584b-4089-b00e-7cc7250cc74e,roleName=Web","name":"request-context","description":""},{"key":"server-group","value":"shipkaro","name":"server-group","description":""}],"cookie":[{"expires":"Fri Jan 05 2018 12:40:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"www.shipkaro.com","path":"/","secure":false,"value":"s%3AUnyqF6WvBC%2BSKTEEZMa2mxEp.W5rfZYHxlM2mr%2BAPgGg6vFJcQYuCh7GktvZbboBGiUQ","key":"jsessionid"}],"responseTime":"1639","body":"{\n    \"data\": {\n        \"shipped_by\": \"delhivery\",\n        \"tracking_status\": \"Delivered\",\n        \"tracking_data\": [\n            {\n                \"date\": \"2017-12-27T11:50:34.097000\",\n                \"description\": \"Manifested\",\n                \"location\": \"Gurgaon_Begumpur_CP (Haryana)\"\n            },\n            {\n                \"date\": \"2017-12-27T13:26:10\",\n                \"description\": \"Manifested\",\n                \"location\": \"Gurgaon_Begumpur_CP (Haryana)\"\n            },\n            {\n                \"date\": \"2017-12-27T15:56:58\",\n                \"description\": \"In Transit\",\n                \"location\": \"Noida_Sector02_C (Uttar Pradesh)\"\n            },\n            {\n                \"date\": \"2017-12-27T21:42:12.502000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Noida_Sector02_C (Uttar Pradesh)\"\n            },\n            {\n                \"date\": \"2017-12-27T21:53:19.043000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Noida_Sector02_C (Uttar Pradesh)\"\n            },\n            {\n                \"date\": \"2017-12-27T23:24:01.299000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Noida_Sector02_C (Uttar Pradesh)\"\n            },\n            {\n                \"date\": \"2017-12-28T01:32:57.520000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Del_Okhla_PC (Delhi)\"\n            },\n            {\n                \"date\": \"2017-12-28T01:33:47.239000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Del_Okhla_PC (Delhi)\"\n            },\n            {\n                \"date\": \"2017-12-28T03:21:19.680000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Del_Okhla_PC (Delhi)\"\n            },\n            {\n                \"date\": \"2017-12-28T03:21:21.803000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Del_Okhla_PC (Delhi)\"\n            },\n            {\n                \"date\": \"2017-12-28T04:06:54.472000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Del_Okhla_PC (Delhi)\"\n            },\n            {\n                \"date\": \"2017-12-28T05:37:02.327000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Delhi_Gateway_HB (Delhi)\"\n            },\n            {\n                \"date\": \"2017-12-28T11:22:27.663000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Delhi_Gateway_HB (Delhi)\"\n            },\n            {\n                \"date\": \"2017-12-29T03:40:26.641000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Delhi_Gateway_HB (Delhi)\"\n            },\n            {\n                \"date\": \"2017-12-29T04:08:13.710000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T04:28:30.061000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T10:36:29.405000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_KGAirprt_HB (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T12:24:52.562000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_Peenya_IP (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T12:45:31.013000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_Peenya_IP (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T12:51:09.794000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_Peenya_IP (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T13:16:06.758000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_Peenya_IP (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T13:47:06.388000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_Rajajinagar_Dc (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T13:48:19.262000\",\n                \"description\": \"In Transit\",\n                \"location\": \"Bengaluru_Rajajinagar_Dc (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T14:01:10.162000\",\n                \"description\": \"Pending\",\n                \"location\": \"Bengaluru_Rajajinagar_Dc (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T14:22:17.778000\",\n                \"description\": \"Dispatched\",\n                \"location\": \"Bengaluru_Rajajinagar_Dc (Karnataka)\"\n            },\n            {\n                \"date\": \"2017-12-29T15:48:56.002000\",\n                \"description\": \"Delivered\",\n                \"location\": \"Bengaluru_Rajajinagar_Dc (Karnataka)\"\n            }\n        ]\n    },\n    \"messages\": [\n        {\n            \"name\": \"ms.entity.fulfillment.trackShipment\",\n            \"level\": \"success\",\n            \"key\": \"ms.entity.fulfillment.trackShipment\"\n        }\n    ]\n}"}],"_postman_id":"66afa663-7470-8087-5648-b5cd65bbdc82"},{"name":"Check Delivery Availability","id":"285a2ff7-cce8-18fc-3a5c-0da0aab682d6","request":{"method":"POST","header":[{"key":"access-key","value":"{{access_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\":{\n\t\t\"pincode\":\"110001\"\n\t}\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/checkDeliveryAvailability","description":"<p>This method helps you to check delivery availability for particular destination pin code.</p>\n<p><b>Parameters</b> : </p>\n<p><b>pincode</b>:   Pincode of the destination.</p>\n","urlObject":{"protocol":"https","path":["api","1","entity","ms.fulfillment","_","checkDeliveryAvailability"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8c6a6cb3-dd9b-0b6f-470d-30fb7d1891df","name":"Check Delivery Availability where only prepaid service is available","originalRequest":{"method":"POST","header":[{"key":"access-key","value":"{{access_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\":{\n\t\t\"pincode\":\"785107\"\n\t}\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/checkDeliveryAvailability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"248","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 18 Jan 2018 12:27:33 GMT","name":"Date","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"X-Response-Time","value":"1037ms","name":"X-Response-Time","description":""},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, ajax, access-key,backend,app_request,frontend, token,device","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"POST,HEAD,GET,PUT,DELETE,OPTIONS","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"ms-messages","value":"[{\"name\":\"ms.entity.fulfillment.checkDeliveryAvailability\",\"level\":\"success\",\"key\":\"ms.entity.fulfillment.checkDeliveryAvailability\",\"message\":\"\"}]","name":"ms-messages","description":""},{"key":"server-group","value":"shipkaro","name":"server-group","description":""}],"cookie":[{"expires":"Thu Jan 25 2018 12:17:10 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"www.shipkaro.com","path":"/","secure":false,"value":"s%3A6BtAS68fShqK5RuKr90MUS4L.l898fTExj1%2Fx0ZQuk8S9Xx%2FSbL2KwC1NnOejkCJS7OA","key":"jsessionid"}],"responseTime":"1092","body":"{\n    \"data\": \"regular\",\n    \"messages\": [\n        {\n            \"name\": \"ms.entity.fulfillment.checkDeliveryAvailability\",\n            \"level\": \"success\",\n            \"key\": \"ms.entity.fulfillment.checkDeliveryAvailability\"\n        }\n    ]\n}"},{"id":"d9656a66-51a9-4b19-87f1-2fad8b2ff013","name":"Check Delivery Availability where both COD and regular service is available","originalRequest":{"method":"POST","header":[{"key":"access-key","value":"{{access_key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\":{\n\t\t\"pincode\":\"110001\"\n\t}\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/checkDeliveryAvailability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"245","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 18 Jan 2018 12:17:10 GMT","name":"Date","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Set-Cookie","value":"jsessionid=s%3A6BtAS68fShqK5RuKr90MUS4L.l898fTExj1%2Fx0ZQuk8S9Xx%2FSbL2KwC1NnOejkCJS7OA; Path=/; Expires=Thu, 25 Jan 2018 12:17:10 GMT; HttpOnly","name":"Set-Cookie","description":""},{"key":"X-Response-Time","value":"1832ms","name":"X-Response-Time","description":""},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, ajax, access-key,backend,app_request,frontend, token,device","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"POST,HEAD,GET,PUT,DELETE,OPTIONS","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"ms-messages","value":"[{\"name\":\"ms.entity.fulfillment.checkDeliveryAvailability\",\"level\":\"success\",\"key\":\"ms.entity.fulfillment.checkDeliveryAvailability\",\"message\":\"\"}]","name":"ms-messages","description":""},{"key":"server-group","value":"shipkaro","name":"server-group","description":""}],"cookie":[{"expires":"Thu Jan 25 2018 12:17:10 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"www.shipkaro.com","path":"/","secure":false,"value":"s%3A6BtAS68fShqK5RuKr90MUS4L.l898fTExj1%2Fx0ZQuk8S9Xx%2FSbL2KwC1NnOejkCJS7OA","key":"jsessionid"}],"responseTime":"1872","body":"{\n    \"data\": \"both\",\n    \"messages\": [\n        {\n            \"name\": \"ms.entity.fulfillment.checkDeliveryAvailability\",\n            \"level\": \"success\",\n            \"key\": \"ms.entity.fulfillment.checkDeliveryAvailability\"\n        }\n    ]\n}"},{"id":"e0baa02c-91ef-3a45-7cae-e855c32c7898","name":"Check Delivery Availability where service is not available","originalRequest":{"method":"POST","header":[{"key":"access-key","value":"{{access_key}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"data\":{\n\t\t\"pincode\":\"124758\"\n\t}\n}"},"url":"https://{{url}}/api/1/entity/ms.fulfillment/_/checkDeliveryAvailability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"298","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 18 Jan 2018 12:57:51 GMT","name":"Date","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"X-Response-Time","value":"5028ms","name":"X-Response-Time","description":""},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, ajax, access-key,backend,app_request,frontend, token,device","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"POST,HEAD,GET,PUT,DELETE,OPTIONS","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"ms-messages","value":"[{\"name\":\"ms.entity.fulfillment.checkDeliveryAvailability\",\"level\":\"success\",\"key\":\"ms.entity.fulfillment.checkDeliveryAvailability\",\"message\":\"\"}]","name":"ms-messages","description":""},{"key":"server-group","value":"shipkaro","name":"server-group","description":""}],"cookie":[{"expires":"Thu Jan 25 2018 12:57:30 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"www.shipkaro.com","path":"/","secure":false,"value":"s%3Aq6Tt51S1X4zQVmEiPEIpzSBV.KGEY8xQu0jWT5WC%2B9PR7kJ5d9lWappEtHm7gFM7m5hk","key":"jsessionid"}],"responseTime":"5082","body":"{\n    \"data\": {\n        \"message\": \"COD service is not available at this location\"\n    },\n    \"messages\": [\n        {\n            \"name\": \"ms.entity.fulfillment.checkDeliveryAvailability\",\n            \"level\": \"success\",\n            \"key\": \"ms.entity.fulfillment.checkDeliveryAvailability\"\n        }\n    ]\n}"}],"_postman_id":"285a2ff7-cce8-18fc-3a5c-0da0aab682d6"},{"name":"Create Sub Account","id":"1a280e36-d47f-56a2-ce0d-58b1e3eade51","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\n \"data\":\n      {\n         \"email\": \"email@email.com\",\n         \"password\": \"Pa$$word\",\n         \"contact_number\":\"9876543210\",\n         \"create_access_key\":\"1\"\n      }\n}"},"url":"https://{{url}}/api/1/entity/ms.plans_and_billing/_/createSubAccount","description":"<p>This method allows you to create sub account under your account.</p>\n<p><b>Parameters</b> : </p>\n<p><b>email</b> : It contains the email associated with the sub account.<br />\n<b>password</b> : It contains the password associated with the sub account.<br />\n<b>contact_number</b> : It contains the contact number associated with the sub account.<br />\n<b>create_access_key</b> : If you want to create access key for the sub accout, then set it to 1.<br /></p>\n","urlObject":{"protocol":"https","path":["api","1","entity","ms.plans_and_billing","_","createSubAccount"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8bc5ccf2-e7dd-92e2-4956-a3805eb1ded5","name":"Create Sub Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"access-key","value":"{{access_key}}"}],"body":{"mode":"raw","raw":"{\n \"data\":\n      {\n         \"email\": \"email@email.com\",\n         \"password\": \"Pa$$word\",\n         \"contact_number\":\"9876543210\",\n         \"create_access_key\":\"1\"\n      }\n}"},"url":"https://{{url}}/api/1/entity/ms.plans_and_billing/_/createSubAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"677","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 29 Dec 2017 13:07:53 GMT","name":"Date","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"X-Response-Time","value":"16669ms","name":"X-Response-Time","description":""},{"key":"access-control-allow-headers","value":"Origin, X-Requested-With, Content-Type, Accept, ajax, access-key,backend,app_request,frontend, token,device","name":"access-control-allow-headers","description":""},{"key":"access-control-allow-methods","value":"POST,HEAD,GET,PUT,DELETE,OPTIONS","name":"access-control-allow-methods","description":""},{"key":"access-control-allow-origin","value":"*","name":"access-control-allow-origin","description":""},{"key":"ms-messages","value":"[{\"name\":\"ms.entity.plans_and_billing.createSubAccount\",\"level\":\"success\",\"key\":\"ms.entity.plans_and_billing.createSubAccount\",\"message\":\"\"}]","name":"ms-messages","description":""},{"key":"request-context","value":"appId=cid-v1:a456b9f3-584b-4089-b00e-7cc7250cc74e,roleName=Web","name":"request-context","description":""},{"key":"server-group","value":"shipkaro","name":"server-group","description":""}],"cookie":[{"expires":"Fri Jan 05 2018 12:40:32 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"www.shipkaro.com","path":"/","secure":false,"value":"s%3AUnyqF6WvBC%2BSKTEEZMa2mxEp.W5rfZYHxlM2mr%2BAPgGg6vFJcQYuCh7GktvZbboBGiUQ","key":"jsessionid"}],"responseTime":"17125","body":"{\n    \"data\": {\n        \"email\": \"email@email.com\",\n        \"password\": \"$2a$10$Dj96A1MorTENjXIfNZ/tXelvYeF4u.4RpRh3k321IxdXD0czP.ay.\",\n        \"contact_number\": \"9876543210\",\n        \"create_access_key\": \"1\",\n        \"shipkaro\": \"1\",\n        \"sub_account\": \"1\",\n        \"is_verified\": \"1\",\n        \"is_expired\": \"0\",\n        \"_id\": \"5a463e1b6fd323242ed7c458\",\n        \"account_id\": \"5a462d03301485c50d2XXXXX\",\n        \"access_key\": \"3a2f8926eXXXXX692a425ed2697f5562\"\n    },\n    \"messages\": [\n        {\n            \"name\": \"ms.entity.plans_and_billing.createSubAccount\",\n            \"level\": \"success\",\n            \"key\": \"ms.entity.plans_and_billing.createSubAccount\"\n        }\n    ]\n}"}],"_postman_id":"1a280e36-d47f-56a2-ce0d-58b1e3eade51"}],"event":[{"listen":"prerequest","script":{"id":"21642f94-3c02-4aa0-a658-aaa2ae37a06d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"71966be3-cf54-4425-918e-20a2cbbda81c","type":"text/javascript","exec":[""]}}]}