{"info":{"_postman_id":"c1289589-b3dd-4182-9d38-4ec06aa68446","name":"PAXEL ECOMMERCE V3 - BLIBLI","description":"<html><head></head><body><p>This document is intended to help merchants (eCommerce websites) to integrate Paxel as shipping courier services to deliver purchased goods to their customers. It contains information about the API specification and web hooks that are needed by both Paxel and merchants to communicate with each other. For staging and production host please contact our support.</p>\n<p>Contact Support:<br>\n<a href=\"https://www.paxel.co/contact-us.php\">Paxel Support - Website</a><br>\n<a href=\"wehearyou@paxel.co\">Send email to Paxel Support</a><br></p>\n<p>Schemes<br>\n<b><strong>HTTPS</strong></b>\n </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5240660","collectionId":"c1289589-b3dd-4182-9d38-4ec06aa68446","publishedId":"T1LLE85x","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-11T04:57:12.000Z"},"item":[{"name":"Rates","item":[{"name":"Get Rate By City Origin to City Destination","id":"152d09d4-a5aa-4530-a08c-69c23b66b2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Paxel-API-Key","value":"ECOM.OU04IQ7D58U6802","description":"<p>All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.<br />\nAPI Key must be provide by paxel.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>Content-Type for all calls should be application/json</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"delivery_datetime\": \"2020-02-25 18:00:00\",\n  \"destination\": {\n    \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n    \"city\": \"Jakarta Selatan\",\n    \"district\": \"Kebayoran Lama\",\n    \"email\": \"jhondoe@paxel.co\",\n    \"latitude\": -6.259275,\n    \"longitude\": 106.781564,\n    \"name\": \"Jhon Doe\",\n    \"note\": \"Lantai 6 divisi IT\",\n    \"phone\": \"081987654321\",\n    \"province\": \"DKI Jakarta\",\n    \"village\": \"Kebayoran Lama\",\n    \"zip_code\": \"12240\"\n  },\n  \"invoice_number\": \"A8HGK893J8\",\n  \"invoice_value\": 10020000,\n  \"is_custom_delivery_time\": false,\n  \"items\": [\n    {\n      \"category\": \"Handphone\",\n      \"code\": \"SKU0000000001\",\n      \"height\": 8,\n      \"is_fragile\": true,\n      \"length\": 30,\n      \"name\": \"Samsung Galaxy S9\",\n      \"price\": 10000000,\n      \"quantity\": 1,\n      \"weight\": 2500,\n      \"width\": 14\n    }\n  ],\n  \"need_insurance\": false,\n  \"note\": \"jangan dibanting\",\n  \"origin\": {\n    \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n    \"city\": \"Jakarta Selatan\",\n    \"district\": \"Kebayoran Lama\",\n    \"email\": \"jhondoe@paxel.co\",\n    \"latitude\": -6.259275,\n    \"longitude\": 106.781564,\n    \"name\": \"Jhon Doe\",\n    \"note\": \"Lantai 6 divisi IT\",\n    \"phone\": \"081987654321\",\n    \"province\": \"DKI Jakarta\",\n    \"village\": \"Kebayoran Lama\",\n    \"zip_code\": \"12240\"\n  },\n  \"payment_type\": \"CRD\",\n  \"pickup_datetime\": \"2020-02-25 12:00:00\",\n  \"return_address\": {\n    \"address\": \"Jl. Lb. Bulus I No.51, RT.2/RW.4\",\n    \"city\": \"Jakarta Selatan\",\n    \"district\": \"Cilandak Barat\",\n    \"email\": \"suarez@paxel.co\",\n    \"latitude\": -6.2962761,\n    \"longitude\": 106.7884005,\n    \"name\": \"Suarez\",\n    \"note\": \"string\",\n    \"phone\": \"081234567890\",\n    \"province\": \"DKI Jakarta\",\n    \"village\": \"Cilandak\",\n    \"zip_code\": \"12440\"\n  }\n}"},"url":"{{ecom-url}}/rates/city","description":"<p>Merchants can use this endpoint to check rate with parameter city origin and city destination.</p>\n<p><b>Get Rates by origin and destination location by geocode</b>\n<br /></p>\n<table>\n  <tr>\n    <th>Property</th>\n    <th>type</th>\n    <th>Required</th>\n    <th>length</th>\n  </tr>\n  <tr>\n    <td>origin.address</td>\n    <td>string</td>\n    <td>false</td>\n    <td>max:350 </td>\n  </tr>\n  <tr>\n    <td>origin.province</td>\n    <td>string</td>\n    <td>false</td>\n    <td>max:50 </td>\n  </tr>\n  <tr>\n    <td>origin.city</td>\n    <td>string</td>\n    <td>true</td>\n    <td>max:50 </td>\n  </tr>\n  <tr>\n    <td>origin.district</td>\n    <td>string</td>\n    <td>true</td>\n    <td>max:50 </td>\n  </tr>\n<tr>\n    <td>origin.zip_code</td>\n    <td>string</td>\n    <td>false</td>\n    <td>max:5 </td>\n  </tr>\n <tr>\n    <td>origin.longitude</td>\n    <td>number</td>\n    <td>false</td>\n    <td>between:-180,180</td>\n  </tr>\n  <tr>\n    <td>origin.latitude</td>\n    <td>number</td>\n    <td>false</td>\n    <td>between:-90,90</td>\n  </tr>\n  <tr>\n    <td>destination.address</td>\n    <td>string</td>\n    <td>false</td>\n    <td>max:350 </td>\n  </tr>\n  <tr>\n    <td>destination.province</td>\n    <td>string</td>\n    <td>false</td>\n    <td>max:50 </td>\n  </tr>\n  <tr>\n    <td>destination.city</td>\n    <td>string</td>\n    <td>true</td>\n    <td>max:50 </td>\n  </tr>\n  <tr>\n    <td>destination.district</td>\n    <td>string</td>\n    <td>true</td>\n    <td>max:50 </td>\n  </tr>\n<tr>\n    <td>destination.zip_code</td>\n    <td>string</td>\n    <td>false</td>\n    <td>max:5 </td>\n  </tr>\n  <tr>\n    <td>destination.longitude</td>\n    <td>number</td>\n    <td>false</td>\n    <td>between:-180,180</td>\n  </tr>\n  <tr>\n    <td>destination.latitude</td>\n    <td>number</td>\n    <td>false</td>\n    <td>between:-90,90</td>\n  </tr>\n  <tr>\n    <td>weight</td>\n    <td>number</td>\n    <td>true</td>\n    <td>between:1,9999</td>\n  </tr>\n  <tr>\n  </tr><tr>\n    <td>dimension</td>\n    <td>string</td>\n    <td>true</td>\n    <td>max:11</td>\n    <td>\n  </td></tr>\n</table>","urlObject":{"path":["rates","city"],"host":["{{ecom-url}}"],"query":[],"variable":[]}},"response":[{"id":"42dda35d-0438-4dba-b06e-8a70516e2814","name":"General Error - any other errors not listed above","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"type":"text"}],"body":{"mode":"raw","raw":"{\n  \"origin\": {\n    \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Selatan\",\n    \"district\": \"Kebayoran Lama\",\n    \"zip_code\": \"12210\",\n    \"longitude\": 106.776544,\n    \"latitude\": -6.244392\n  },\n  \"destination\": {\n    \"address\": \"Muara Karang Blok 7\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Utara\",\n    \"district\": \"Koja\",\n    \"zip_code\": \"14270\",\n    \"longitude\": 106.906349,\n    \"latitude\": -6.117664\n  },\n  \"weight\": 1000,\n  \"dimension\": \"30x35x20\"\n}","options":{"raw":{"language":"json"}}},"url":"http://stage-ecomm-api.paxel.co/v1/rates/city"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"General Error - any other errors not listed above"},{"id":"8816f566-31ee-4b53-9610-5b788bd346b1","name":"Unsupported Media Type - Content-Type of your request is invalid","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"type":"text"}],"body":{"mode":"raw","raw":"{\n  \"origin\": {\n    \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Selatan\",\n    \"district\": \"Kebayoran Lama\",\n    \"zip_code\": \"12210\",\n    \"longitude\": 106.776544,\n    \"latitude\": -6.244392\n  },\n  \"destination\": {\n    \"address\": \"Muara Karang Blok 7\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Utara\",\n    \"district\": \"Koja\",\n    \"zip_code\": \"14270\",\n    \"longitude\": 106.906349,\n    \"latitude\": -6.117664\n  },\n  \"weight\": 1000,\n  \"dimension\": \"30x35x20\"\n}","options":{"raw":{"language":"json"}}},"url":"http://stage-ecomm-api.paxel.co/v1/rates/city"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Unsupported Media Type - Content-Type of your request is invalid"},{"id":"9676f96b-15d4-403b-8aad-df801f4c0d09","name":"Unauthorized - access is denied due to invalid credentials","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"type":"text"}],"body":{"mode":"raw","raw":"{\n  \"origin\": {\n    \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Selatan\",\n    \"district\": \"Kebayoran Lama\",\n    \"zip_code\": \"12210\",\n    \"longitude\": 106.776544,\n    \"latitude\": -6.244392\n  },\n  \"destination\": {\n    \"address\": \"Muara Karang Blok 7\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Utara\",\n    \"district\": \"Koja\",\n    \"zip_code\": \"14270\",\n    \"longitude\": 106.906349,\n    \"latitude\": -6.117664\n  },\n  \"weight\": 1000,\n  \"dimension\": \"30x35x20\"\n}","options":{"raw":{"language":"json"}}},"url":"http://stage-ecomm-api.paxel.co/v1/rates/city"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Unauthorized - access is denied due to invalid credentials"},{"id":"de7585c9-35d8-4964-95c6-0384cb7e6fde","name":"Bad request - your request body is invalid","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"type":"text"}],"body":{"mode":"raw","raw":"{\n  \"origin\": {\n    \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Selatan\",\n    \"district\": \"Kebayoran Lama\",\n    \"zip_code\": \"12210\",\n    \"longitude\": 106.776544,\n    \"latitude\": -6.244392\n  },\n  \"destination\": {\n    \"address\": \"Muara Karang Blok 7\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Utara\",\n    \"district\": \"Koja\",\n    \"zip_code\": \"14270\",\n    \"longitude\": 106.906349,\n    \"latitude\": -6.117664\n  },\n  \"weight\": 1000,\n  \"dimension\": \"30x35x20\"\n}","options":{"raw":{"language":"json"}}},"url":"http://stage-ecomm-api.paxel.co/v1/rates/city"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f614012d-1689-46cd-82fc-ee992edabde3","name":"Success - your request is successful","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"type":"text"}],"body":{"mode":"raw","raw":"{\n  \"origin\": {\n    \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Selatan\",\n    \"district\": \"Kebayoran Lama\",\n    \"zip_code\": \"12210\",\n    \"longitude\": 106.776544,\n    \"latitude\": -6.244392\n  },\n  \"destination\": {\n    \"address\": \"Muara Karang Blok 7\",\n    \"province\": \"DKI Jakarta\",\n    \"city\": \"Kota Jakarta Utara\",\n    \"district\": \"Koja\",\n    \"zip_code\": \"14270\",\n    \"longitude\": 106.906349,\n    \"latitude\": -6.117664\n  },\n  \"weight\": 1000,\n  \"dimension\": \"30x35x20\"\n}","options":{"raw":{"language":"json"}}},"url":"http://stage-ecomm-api.paxel.co/v1/rates/city"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OK\",\n    \"status_code\": 200,\n    \"data\": {\n        \"city_origin\": \"Kota Jakarta Selatan\",\n        \"city_destination\": \"Kota Jakarta Timur\",\n        \"small_price\": 10000,\n        \"medium_price\": 12000,\n        \"large_price\": 15000,\n        \"custom_price\": 20000,\n        \"time_detail\": [\n            {\n                \"time_pickup_start\": \"08:00:00\",\n                \"time_pickup_end\": \"10:00:00\",\n                \"time_delivery_start\": \"16:00:00\",\n                \"time_delivery_end\": \"18:00:00\",\n                \"service\": \"same_day\"\n            }\n        ],\n        \"fixed_price\": 50000,\n        \"fixed_price_type\": \"dimension\",\n        \"fixed_short_size\": \"LAR\",\n        \"fixed_size\": \"large\"\n    }\n}"}],"_postman_id":"152d09d4-a5aa-4530-a08c-69c23b66b2f0"}],"id":"61bbe150-a0e0-48a3-9b5f-752c62e03d3d","description":"<p>Everything about shipping rates that will be charged to merchants for every shipments</p>\n","event":[{"listen":"prerequest","script":{"id":"20afd285-e08b-4bdb-afaf-93df7141f263","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"57d594ec-1e6d-4055-a667-b315bf5f7917","type":"text/javascript","exec":[""]}}],"_postman_id":"61bbe150-a0e0-48a3-9b5f-752c62e03d3d"},{"name":"Shipments","item":[{"name":"Create Shipment","id":"8ba85ce6-0dc8-4921-a3ee-78c23a65da93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Paxel-API-Key","value":"ECOM.2O320M4IL7PC780"},{"key":"X-Paxel-Signature","value":"b1c7bf2a1b781517fa871d7ec318f55b905b43c23891abef72741fd2c3060069"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"invoice_number\": \"BLND-135094768956\",\n\"payment_type\": \"CRD\",\n\"invoice_value\": 45400,\n\"origin\": {\n\"name\": \"Test Origin\",\n\"email\": \"jhondoe@paxel.co\",\n\"phone\": \"081987654321\",\n\"address\": \"Jl. Pool Ppd No.7B, RT.10/RW.2, Kedaung Kali Angke, Cengkareng.\",\n\"note\": \"Masuk Blibli\",\n\"longitude\": 0,\n\"latitude\": 0,\n\"province\": \"DKI Jakarta\",\n\"city\": \"Jakarta Barat\",\n\"district\": \"Cengkareng\",\n\"village\": \"-\",\n\"zip_code\": \"11710\"\n},\n\"destination\": {\n\"name\": \"Test Destination\",\n\"email\": \"haha@gmail.com\",\n\"phone\": \"628152666224\",\n\"address\": \"Jl. Raya jemursari 140 Surabaya 60237\",\n\"note\": \"\",\n\"longitude\": 0,\n\"latitude\": 0,\n\"province\": \"Jawa Timur\",\n\"city\": \"Kota Surabaya\",\n\"district\": \"Tenggilis Mejoyo\",\n\"village\": \"-\",\n\"zip_code\": \"60292\"\n},\n\"return_address\": {\n    \"name\": \"Mumunn\",\n    \"email\": \"haha@gmail.com\",\n    \"phone\": \"628152666224\",\n    \"address\": \"Jl. Lb. Bulus I No.51, RT.2/RW.4\",\n    \"city\": \"Jakarta Selatan\",\n    \"district\": \"Cilandak Barat\",\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"note\": \"string\",\n    \"province\": \"DKI Jakarta\",\n    \"village\": \"Cilandak\",\n    \"zip_code\": \"12440\"\n  },\n\"items\": [\n{\n    \"code\": \"SKU0000000001\",\n    \"name\": \"SIM CARD\",\n    \"category\": \"SIM CARD\",\n    \"is_fragile\": true,\n    \"price\": 45400,\n    \"quantity\": 1,\n    \"weight\": 2500,\n    \"length\": 30,\n    \"width\": 14,\n    \"height\": 8\n}\n],\n\"is_custom_delivery_time\": false,\n\"pickup_datetime\": \"2020-08-21 14:00:00\",\n\"delivery_datetime\": \"2020-07-21 18:00:00\",\n\"need_insurance\": false,\n\"note\": \"jangan dibanting\"\n}"},"url":"{{ecom-url-v3}}/shipments","urlObject":{"path":["shipments"],"host":["{{ecom-url-v3}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ba85ce6-0dc8-4921-a3ee-78c23a65da93"},{"name":"Get Shipments By Created Date","id":"f72a71d8-e52c-4d13-b8c4-fa7be65ea46e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Paxel-API-Key","value":"","description":"<p>All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.<br />\nAPI Key must be provide by paxel.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>Content-Type for all calls should be application/json</p>\n"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/:created_date/list","description":"<p>Merchants can use this endpoint to get all shipment by date.</p>\n","urlObject":{"path":["shipments",":created_date","list"],"host":["http://stage-ecomm-api.paxel.co/v1"],"query":[],"variable":[{"description":{"content":"<p>Shipment created date</p>\n","type":"text/plain"},"type":"string","value":"<created_date>","key":"created_date"}]}},"response":[{"id":"3f005479-7709-4d49-9481-32cdd248024f","name":"Success - your request is successful","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<date>/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"OK\",\n  \"status_code\": 200,\n  \"data\": [\n    {\n      \"airwaybill_code\": \"EM.3BM5H5WOBN-20180413-8-X8H3YN\",\n      \"invoice_number\": \"A8HGK893J8\",\n      \"payment_type\": \"CRD\",\n      \"invoice_value\": 10020000,\n      \"origin\": {\n        \"name\": \"Jhon Doe\",\n        \"email\": \"jhondoe@paxel.co\",\n        \"phone\": \"081987654321\",\n        \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n        \"note\": \"Lantai 6 divisi IT\",\n        \"longitude\": 106.781564,\n        \"latitude\": -6.259275,\n        \"province\": \"DKI Jakarta\",\n        \"city\": \"Jakarta Selatan\",\n        \"district\": \"Kebayoran Lama\",\n        \"zip_code\": \"12240\"\n      },\n      \"destination\": {\n        \"name\": \"Jhon Lenon\",\n        \"email\": \"jhonlenon@paxel.co\",\n        \"phone\": \"081122334456\",\n        \"address\": \"Muara Karang Blok 7\",\n        \"note\": \"Masuk dari gang sebelah Muara Kuring\",\n        \"longitude\": 106.581593,\n        \"latitude\": -6.17995,\n        \"province\": \"DKI Jakarta\",\n        \"city\": \"Jakarta Utara\",\n        \"district\": \"Penjaringan\",\n        \"zip_code\": \"14450\"\n      },\n      \"items\": [\n        {\n          \"code\": \"SKU0000000001\",\n          \"name\": \"Samsung Galaxy S9\",\n          \"category\": \"Handphone\",\n          \"is_fragile\": true,\n          \"price\": 10000000,\n          \"quantity\": 1,\n          \"weight\": 2500,\n          \"length\": 30,\n          \"width\": 14,\n          \"height\": 8\n        }\n      ],\n      \"pickup_datetime\": \"2018-04-23 12:30:00\",\n      \"need_insurance\": false,\n      \"note\": \"jangan dibanting\",\n      \"shipping_cost\": 50000,\n      \"created_datetime\": \"2018-04-23 10:39:17\",\n      \"estimated_pickup_date\": \"2018-04-23\",\n      \"estimated_pickup_min_time\": \"12:00\",\n      \"estimated_pickup_max_time\": \"14:00\",\n      \"estimated_arrival_date\": \"2018-04-30\",\n      \"estimated_arrival_min_time\": \"14:00\",\n      \"estimated_arrival_max_time\": \"16:00\",\n      \"photo\": \"http://image.paxel.co/shipments/EM.3BM5H5WOBN-20180413-8-X8H3YN/papv.jpg\",\n      \"signature\": \"http://image.paxel.co/shipments/EM.3BM5H5WOBN-20180413-8-X8H3YN/signature.jpg\",\n      \"latest_status\": \"Delivered\",\n      \"delivery_datetime\": \"2018-04-30 16:21:05\",\n      \"logs\": [\n        {\n          \"created_datetime\": \"2018-04-23 16:10:55\",\n          \"name\": \"Budi\",\n          \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n          \"note\": \"Lantai 6 divisi IT\",\n          \"longitude\": 106.781564,\n          \"latitude\": -6.259275,\n          \"province\": \"DKI Jakarta\",\n          \"city\": \"Jakarta Selatan\",\n          \"district\": \"Kebayoran Lama\",\n          \"status\": \"Picked up by Ahmad Faisal\"\n        }\n      ],\n      \"cancellation_reason\": \"penjual kehabisan stok\"\n    }\n  ]\n}"},{"id":"6081c3fb-7e06-4681-b2fd-d33fc8043fc9","name":"Unsupported Media Type - Content-Type of your request is invalid","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<date>/list"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"Unsupported Media Type - Content-Type of your request is invalid"},{"id":"6ca39c7f-9c10-4d10-af60-48551824a973","name":"Not Found - your requested resource is not found","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<date>/list"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Not Found - your requested resource is not found"},{"id":"bf705cc8-fab6-4e54-94d3-a06b3e6895a2","name":"General Error - any other errors not listed above","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<date>/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"General Error - any other errors not listed above"},{"id":"e12f8ed2-130f-4685-a1e1-ba4e1c98fcb6","name":"Unauthorized - access is denied due to invalid credentials","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<date>/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Unauthorized - access is denied due to invalid credentials"}],"_postman_id":"f72a71d8-e52c-4d13-b8c4-fa7be65ea46e"},{"name":"Track a Shipment Status","id":"9cdd3f0e-d5c1-4578-8e86-60935efe6deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Paxel-API-Key","value":"","description":"<p>All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.<br />\nAPI Key must be provide by paxel.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>Content-Type for all calls should be application/json</p>\n"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/:airwaybill_code","description":"<p>Merchants can use this endpoint to track the latest status of a shipment.</p>\n","urlObject":{"path":["shipments",":airwaybill_code"],"host":["http://stage-ecomm-api.paxel.co/v1"],"query":[],"variable":[{"id":"6190c2a8-c23c-4f84-9048-07bde17a006d","description":{"content":"<p>Airwaybill code</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"airwaybill_code"}]}},"response":[{"id":"23bf14d7-d30d-47f7-9b97-21994ab762a8","name":"Unsupported Media Type - Content-Type of your request is invalid","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"Unsupported Media Type - Content-Type of your request is invalid"},{"id":"8563830f-bafc-46eb-9634-deb887d4ba41","name":"General Error - any other errors not listed above","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"General Error - any other errors not listed above"},{"id":"a9df9d7d-4f57-4673-bea7-67de0aa1745c","name":"Success - your request is successful","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"OK\",\n  \"status_code\": 200,\n  \"data\": {\n    \"airwaybill_code\": \"EM.3BM5H5WOBN-20180413-8-X8H3YN\",\n    \"invoice_number\": \"A8HGK893J8\",\n    \"payment_type\": \"CRD\",\n    \"invoice_value\": 10020000,\n    \"origin\": {\n      \"name\": \"Jhon Doe\",\n      \"email\": \"jhondoe@paxel.co\",\n      \"phone\": \"081987654321\",\n      \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n      \"note\": \"Lantai 6 divisi IT\",\n      \"longitude\": 106.781564,\n      \"latitude\": -6.259275,\n      \"province\": \"DKI Jakarta\",\n      \"city\": \"Jakarta Selatan\",\n      \"district\": \"Kebayoran Lama\",\n      \"zip_code\": \"12240\"\n    },\n    \"destination\": {\n      \"name\": \"Jhon Lenon\",\n      \"email\": \"jhonlenon@paxel.co\",\n      \"phone\": \"081122334456\",\n      \"address\": \"Muara Karang Blok 7\",\n      \"note\": \"Masuk dari gang sebelah Muara Kuring\",\n      \"longitude\": 106.581593,\n      \"latitude\": -6.17995,\n      \"province\": \"DKI Jakarta\",\n      \"city\": \"Jakarta Utara\",\n      \"district\": \"Penjaringan\",\n      \"zip_code\": \"14450\"\n    },\n    \"items\": [\n      {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung Galaxy S9\",\n        \"category\": \"Handphone\",\n        \"is_fragile\": true,\n        \"price\": 10000000,\n        \"quantity\": 1,\n        \"weight\": 2500,\n        \"length\": 30,\n        \"width\": 14,\n        \"height\": 8\n      }\n    ],\n    \"pickup_datetime\": \"2018-04-23 12:30:00\",\n    \"need_insurance\": false,\n    \"note\": \"jangan dibanting\",\n    \"shipping_cost\": 50000,\n    \"created_datetime\": \"2018-04-23 10:39:17\",\n    \"estimated_pickup_date\": \"2018-04-23\",\n    \"estimated_pickup_min_time\": \"12:00\",\n    \"estimated_pickup_max_time\": \"14:00\",\n    \"estimated_arrival_date\": \"2018-04-30\",\n    \"estimated_arrival_min_time\": \"14:00\",\n    \"estimated_arrival_max_time\": \"16:00\",\n    \"photo\": \"http://image.paxel.co/shipments/EM.3BM5H5WOBN-20180413-8-X8H3YN/papv.jpg\",\n    \"signature\": \"http://image.paxel.co/shipments/EM.3BM5H5WOBN-20180413-8-X8H3YN/signature.jpg\",\n    \"latest_status\": \"Delivered\",\n    \"delivery_datetime\": \"2018-04-30 16:21:05\",\n    \"logs\": [\n      {\n        \"created_datetime\": \"2018-04-23 16:10:55\",\n        \"name\": \"Budi\",\n        \"address\": \"Jl. Sultan Iskandar Muda No.6C\",\n        \"note\": \"Lantai 6 divisi IT\",\n        \"longitude\": 106.781564,\n        \"latitude\": -6.259275,\n        \"province\": \"DKI Jakarta\",\n        \"city\": \"Jakarta Selatan\",\n        \"district\": \"Kebayoran Lama\",\n        \"status\": \"Picked up by Ahmad Faisal\"\n      }\n    ],\n    \"cancellation_reason\": \"penjual kehabisan stok\"\n  }\n}"},{"id":"eadd6f7c-6a94-45a4-9e1a-e24189aeb885","name":"Not Found - your requested resource is not found","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Not Found - your requested resource is not found"},{"id":"fd6ebddf-6e60-4a36-a447-436140903471","name":"Unauthorized - access is denied due to invalid credentials","originalRequest":{"method":"GET","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Unauthorized - access is denied due to invalid credentials"}],"_postman_id":"9cdd3f0e-d5c1-4578-8e86-60935efe6deb"},{"name":"Cancel a Shipment","id":"d48dab34-cb21-4b63-a7a1-5af63c9459b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Paxel-API-Key","value":"ECOM.2841569HG9GY564","description":"<p>ECOM.2841569HG9GY564</p>\n"},{"key":"X-Paxel-Signature","value":"9d5536a19852903ee38d217d32cb74b2364d9bcde2d2b2a84ad41367daf7e0ed","description":"<p>9d5536a19852903ee38d217d32cb74b2364d9bcde2d2b2a84ad41367daf7e0ed</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>Content-Type for all calls should be application/json</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"penjual kehabisan stok\"\n}"},"url":"https://qa-commerce-api.paxel.co/v1/shipments/ECOM.PAXELTEST1-20240322-1-V7W2LD/cancel","description":"<p>Merchants can use this endpoint to cancel a newly created shipment (before the package is picked up by Paxel staff).</p>\n<table>\n  <tr>\n    <th>Property</th>\n    <th>type</th>\n    <th>Required</th>\n    <th>length</th>\n  </tr>\n  <tr>\n    <td>cancellation_reason</td>\n    <td>string</td>\n    <td>true</td>\n    <td>max:150 </td>\n  </tr>\n</table>","urlObject":{"protocol":"https","path":["v1","shipments","ECOM.PAXELTEST1-20240322-1-V7W2LD","cancel"],"host":["qa-commerce-api","paxel","co"],"query":[],"variable":[]}},"response":[{"id":"04309435-ec4e-49de-8354-37e6e4d90dd6","name":"General Error - any other errors not listed above","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Signature Formula:\\\n                   1. Concatenate last 6 characters of airwaybill_code, first 2 characters of cancellation_reason and API secret into a string.\\\n                   2. Hash the string above with SHA-256 algorithm.\\\n                   3. Example:\\\n                   airwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"\\\n                   cancellation_reason = \"penjual kehabisan stok\"\\\n                   API Secret = \"GK8BGUE0B2\"\\\n                   Signature = \"cb87694b606df7178d91aa4c9891e3d3d91a85278e9ea431a352425ddcbd6529\"","type":"text/plain"},"key":"X-Paxel-Signature","value":"<string>"},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"<string>\"\n}"},"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>/cancel"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"General Error - any other errors not listed above"},{"id":"11ff9523-960e-432d-b767-af13d18294a2","name":"Not Found - your requested resource is not found","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Signature Formula:\\\n                   1. Concatenate last 6 characters of airwaybill_code, first 2 characters of cancellation_reason and API secret into a string.\\\n                   2. Hash the string above with SHA-256 algorithm.\\\n                   3. Example:\\\n                   airwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"\\\n                   cancellation_reason = \"penjual kehabisan stok\"\\\n                   API Secret = \"GK8BGUE0B2\"\\\n                   Signature = \"cb87694b606df7178d91aa4c9891e3d3d91a85278e9ea431a352425ddcbd6529\"","type":"text/plain"},"key":"X-Paxel-Signature","value":"<string>"},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"<string>\"\n}"},"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>/cancel"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Not Found - your requested resource is not found"},{"id":"7795ccaf-c101-4d52-b677-eff5357ab669","name":"Unauthorized - access is denied due to invalid credentials","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Signature Formula:\\\n                   1. Concatenate last 6 characters of airwaybill_code, first 2 characters of cancellation_reason and API secret into a string.\\\n                   2. Hash the string above with SHA-256 algorithm.\\\n                   3. Example:\\\n                   airwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"\\\n                   cancellation_reason = \"penjual kehabisan stok\"\\\n                   API Secret = \"GK8BGUE0B2\"\\\n                   Signature = \"cb87694b606df7178d91aa4c9891e3d3d91a85278e9ea431a352425ddcbd6529\"","type":"text/plain"},"key":"X-Paxel-Signature","value":"<string>"},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"<string>\"\n}"},"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>/cancel"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Unauthorized - access is denied due to invalid credentials"},{"id":"7a25b3d9-0398-4337-834e-a23ecc874806","name":"Forbidden - you are not authorized to make that request","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Signature Formula:\\\n                   1. Concatenate last 6 characters of airwaybill_code, first 2 characters of cancellation_reason and API secret into a string.\\\n                   2. Hash the string above with SHA-256 algorithm.\\\n                   3. Example:\\\n                   airwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"\\\n                   cancellation_reason = \"penjual kehabisan stok\"\\\n                   API Secret = \"GK8BGUE0B2\"\\\n                   Signature = \"cb87694b606df7178d91aa4c9891e3d3d91a85278e9ea431a352425ddcbd6529\"","type":"text/plain"},"key":"X-Paxel-Signature","value":"<string>"},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"<string>\"\n}"},"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>/cancel"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Forbidden - you are not authorized to make that request"},{"id":"906732f1-bee5-484a-ab90-352e3893214c","name":"Unsupported Media Type - Content-Type of your request is invalid","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Signature Formula:\\\n                   1. Concatenate last 6 characters of airwaybill_code, first 2 characters of cancellation_reason and API secret into a string.\\\n                   2. Hash the string above with SHA-256 algorithm.\\\n                   3. Example:\\\n                   airwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"\\\n                   cancellation_reason = \"penjual kehabisan stok\"\\\n                   API Secret = \"GK8BGUE0B2\"\\\n                   Signature = \"cb87694b606df7178d91aa4c9891e3d3d91a85278e9ea431a352425ddcbd6529\"","type":"text/plain"},"key":"X-Paxel-Signature","value":"<string>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>/cancel"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"Unsupported Media Type - Content-Type of your request is invalid\n"},{"id":"9810b87c-65fa-4ddc-a758-5fcf2af48b22","name":"Success - your request is successful","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Signature Formula:\\\n                   1. Concatenate last 6 characters of airwaybill_code, first 2 characters of cancellation_reason and API secret into a string.\\\n                   2. Hash the string above with SHA-256 algorithm.\\\n                   3. Example:\\\n                   airwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"\\\n                   cancellation_reason = \"penjual kehabisan stok\"\\\n                   API Secret = \"GK8BGUE0B2\"\\\n                   Signature = \"cb87694b606df7178d91aa4c9891e3d3d91a85278e9ea431a352425ddcbd6529\"","type":"text/plain"},"key":"X-Paxel-Signature","value":"<string>"},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"<string>\"\n}"},"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"OK\",\n  \"status_code\": 200,\n  \"data\": {\n    \"airwaybill_code\": \"EM.3BM5H5WOBN-20180413-8-X8H3YN\",\n    \"cancellation_reason\": \"penjual kehabisan stok\"\n  }\n}"},{"id":"9cc1521e-c763-400a-ad86-fd97d6c178db","name":"Bad request - your request body is invalid","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Signature Formula:\\\n                   1. Concatenate last 6 characters of airwaybill_code, first 2 characters of cancellation_reason and API secret into a string.\\\n                   2. Hash the string above with SHA-256 algorithm.\\\n                   3. Example:\\\n                   airwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"\\\n                   cancellation_reason = \"penjual kehabisan stok\"\\\n                   API Secret = \"GK8BGUE0B2\"\\\n                   Signature = \"cb87694b606df7178d91aa4c9891e3d3d91a85278e9ea431a352425ddcbd6529\"","type":"text/plain"},"key":"X-Paxel-Signature","value":"<string>"},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"<string>\"\n}"},"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Bad request - your request body is invalid"},{"id":"b88ab89a-1c1c-4e6c-a609-3997a17fa473","name":"Gone - your requested resource is no longer available","originalRequest":{"method":"POST","header":[{"description":{"content":"All API calls must include the X-Paxel-API-Key header in order to authenticate the usage of Paxel eCommerce API.","type":"text/plain"},"key":"X-Paxel-API-Key","value":""},{"description":{"content":"Signature Formula:\\\n                   1. Concatenate last 6 characters of airwaybill_code, first 2 characters of cancellation_reason and API secret into a string.\\\n                   2. Hash the string above with SHA-256 algorithm.\\\n                   3. Example:\\\n                   airwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"\\\n                   cancellation_reason = \"penjual kehabisan stok\"\\\n                   API Secret = \"GK8BGUE0B2\"\\\n                   Signature = \"cb87694b606df7178d91aa4c9891e3d3d91a85278e9ea431a352425ddcbd6529\"","type":"text/plain"},"key":"X-Paxel-Signature","value":"<string>"},{"description":{"content":"Content-Type for all calls should be application/json","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"<string>\"\n}"},"url":"http://stage-ecomm-api.paxel.co/v1/shipments/<string>/cancel"},"status":"Gone","code":410,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":"Gone - your requested resource is no longer available"}],"_postman_id":"d48dab34-cb21-4b63-a7a1-5af63c9459b2"}],"id":"3c5d6058-8375-4231-9de7-254bde16ad78","description":"<p>Everything about any shipments of products from merchants to customers</p>\n","event":[{"listen":"prerequest","script":{"id":"99ed491e-ad4d-416e-b689-839a0ad110e3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0667fd4f-9f20-4716-8190-0a2030a18d5c","type":"text/javascript","exec":[""]}}],"_postman_id":"3c5d6058-8375-4231-9de7-254bde16ad78"},{"name":"Webhoook","item":[{"name":"Webhook Status RTP","id":"15886cbc-d3df-4343-b2fe-16aaf2c641c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Paxel-Signature","value":"{signature}","description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Heri\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"RTP\",\n    \"logs\": {\n        \"address\": \"Jl.Jend.Sudirman No.10,RT.1/RW.3, Kuningan, Karet Tengsin, Tanah Abang, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10270, Indonesia\",\n        \"city\": \"KOTA JAKARTA PUSAT\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"TANAH ABANG\",\n        \"latitude\": -6.2245159543953,\n        \"longitude\": 106.80383294821,\n        \"name\": \"-\",\n        \"note\": \"Dimas is on the way to pickup location\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"RTP\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"15886cbc-d3df-4343-b2fe-16aaf2c641c6"},{"name":"Webhook Status COL","id":"cc39cdc7-4e0f-4283-b3a5-446839f45b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Paxel-Signature","value":"{signature}","type":"text","description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Dimas\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"COL\",\n    \"logs\": {\n        \"address\": \"Jl. Jend. Sudirman No.10, RT.1/RW.3, Kuningan, Karet Tengsin, Tanahabang, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10270, Indonesia\",\n        \"city\": \"KOTA JAKARTA PUSAT\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"TANAH ABANG\",\n        \"latitude\": -6.2245159543953,\n        \"longitude\": 106.80383294821,\n        \"name\": \"-\",\n        \"note\": \"Dimas has arrived at pickup location\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"COL\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"cc39cdc7-4e0f-4283-b3a5-446839f45b8c"},{"name":"Webhook Status PAPV","id":"5c6f108c-6987-4bb0-8266-c1e7d2f78c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Paxel-Signature","value":"{signature}","type":"text","description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n"}],"body":{"mode":"raw","raw":"{\n\"actual_price\":50000,\n\"actual_weight\":1000,\n\"airwaybill_code\":\"MERCHANT -20190814-1-KDDAFC\",\n\"cancellation_reason\":\"\",\n\"delivery_datetime\":\"2019-08-15 14:00:00\",\n\"driver_name\":\"Dimas\",\n\"invoice_number\":\"A8HGK893j80\",\n\"latest_status\":\"PAPV\",\n\"logs\":{\n\"address\":\"Jl. Jend. Sudirman No.10, RT.1/RW.3, Kuningan, Karet Tengsin, Tanahabang, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10270, Indonesia\",\n\"city\":\"KOTA JAKARTA PUSAT\",\n\"created_datetime\":\"2019-08-16 14:17:50\",\n\"district\":\"TANAH ABANG\",\n\"latitude\":-6.2245159543953,\n\"longitude\":106.80383294821,\n\"name\":\"-\",\n\"note\":\"Your shipment receive by Dimas\",\n\"province\":\"DKI JAKARTA\",\n\"status\":\"PAPV\"\n},\n\"money\":{\n\"bill_note\":\" \",\n\"collect_money\":0 \n},\n\"photo\":\"\",\n\"receiver_name\":\"Richardo Moren Silaholo \",\n\"sender_name\":\"Jhon Doe \",\n\"signature\":\"\",\n\"items\":{\n\"code\":\"SKU0000000001\",\n\"name\": \"Samsung J9\", \n     \"category\": \"Handphone\", \n     \"special_insurance\": 0\n }\n}\n","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"5c6f108c-6987-4bb0-8266-c1e7d2f78c47"},{"name":"Webhook Status PRJL","id":"e19b1602-d5ec-4de6-a3a0-f6b04cec4a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Paxel-Signature","value":"{signature}","type":"text","description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"Kiriman belum siap\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Dimas\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"PRJL\",\n    \"logs\": {\n        \"address\": \"Jl. Jend. Sudirman No.10, RT.1/RW.3, Kuningan, Karet Tengsin, Tanahabang, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10270, Indonesia\",\n        \"city\": \"KOTA JAKARTA PUSAT\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"TANAH ABANG\",\n        \"latitude\": -6.2245159543953,\n        \"longitude\": 106.80383294821,\n        \"name\": \"-\",\n        \"note\": \" Shipment Rejected due to Shipment not ready by Dimas\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"PRJL\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"e19b1602-d5ec-4de6-a3a0-f6b04cec4a56"},{"name":"Webhook Status RAP","id":"956aaad8-2a3d-4682-ab23-a283e3828e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Paxel-Signature","value":"{signature}","type":"text","description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"Pengirim tidak dapat dihubungi\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Dimas\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"RAP\",\n    \"logs\": {\n        \"address\": \"Jl. Jend. Sudirman No.10, RT.1/RW.3, Kuningan, Karet Tengsin, Tanahabang, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10270, Indonesia\",\n        \"city\": \"KOTA JAKARTA PUSAT\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"TANAH ABANG\",\n        \"latitude\": -6.2245159543953,\n        \"longitude\": 106.80383294821,\n        \"name\": \"-\",\n        \"note\": \" Shipment Failed to pickup due to sender can’t be contacted By Dimas \",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"RAP\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"956aaad8-2a3d-4682-ab23-a283e3828e17"},{"name":"Webhook Status COD","id":"7f271259-2130-4ee6-b4a6-e893628de2a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-Paxel-Signature","value":"{signature}","type":"text","description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Heri\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"COD\",\n    \"logs\": {\n        \"address\": \"Muara karang Blok 7\",\n        \"city\": \"KOTA JAKARTA UTARA\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"Penjaringan \",\n        \"latitude\": -6.1799,\n        \"longitude\": 106.581593,\n        \"name\": \"-\",\n        \"note\": \"Heri on destination\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"COD\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"7f271259-2130-4ee6-b4a6-e893628de2a7"},{"name":"Webhook Status POD","id":"74416ce4-80ba-40f5-a539-853735023f38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Paxel-Signature","value":"{signature}","type":"text","description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Heri\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"POD\",\n    \"logs\": {\n        \"address\": \"Muara karang Blok 7\",\n        \"city\": \"KOTA JAKARTA UTARA\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"Penjaringan \",\n        \"latitude\": -6.1799,\n        \"longitude\": 106.581593,\n        \"name\": \"-\",\n        \"note\": \"Heri is on the way to destination\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"POD\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"74416ce4-80ba-40f5-a539-853735023f38"},{"name":"Webhook Status PDO","id":"99846f08-83c7-4e75-b833-edf28438402b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n","key":"X-Paxel-Signature","type":"text","value":"{signature}"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Heri\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"PDO\",\n    \"logs\": {\n        \"address\": \"Muara karang Blok 7\",\n        \"city\": \"KOTA JAKARTA UTARA\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"Penjaringan \",\n        \"latitude\": -6.1799,\n        \"longitude\": 106.581593,\n        \"name\": \"-\",\n        \"note\": \"Your shipment has been delivered by Heri\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"PDO\"\n    },\n    \"money\": {\n        \"bill_note\": \"Uang yang diterima asli\",\n        \"collect_money\": 10000.123\n    },\n    \"photo\": \"http://s3.us-east-1.amazonaws.com/paxelstaging/shipment/CO.MODETEKIDEC-20190814-1-KDDAFC/PAPV-B2T2YWK-N7RQXG1-VBG2G70-QXM34G123.png\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"http://s3.us-east-1.amazonaws.com/paxelstaging/shipment/CO.MODETEKIDEC-20190814-1-KDDAFC/PAPV-HBS3MV1-1DPQ6IO-BVMHJL4-JHON123.png\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"99846f08-83c7-4e75-b833-edf28438402b"},{"name":"Webhook Status UNDLM","id":"ae2fe35d-bf1d-4e46-a0cc-3e8b836cc977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n","key":"X-Paxel-Signature","type":"text","value":"{signature}"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Heri\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"UNDLM\",\n    \"logs\": {\n        \"address\": \"Muara karang Blok 7\",\n        \"city\": \"KOTA JAKARTA UTARA\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"Penjaringan \",\n        \"latitude\": -6.1799,\n        \"longitude\": 106.581593,\n        \"name\": \"-\",\n        \"note\": \"Shipment undelivered due to consignee can’t be contacted By Heri\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"UNDLM\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"ae2fe35d-bf1d-4e46-a0cc-3e8b836cc977"},{"name":"Webhook Status HAPH","id":"f19fc7d7-eb6a-4447-88ce-a8b9d5976fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n","key":"X-Paxel-Signature","type":"text","value":"{signature}"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Ezra\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"HAPH\",\n    \"logs\": {\n        \"address\": \"Muara karang Blok 7\",\n        \"city\": \"KOTA JAKARTA UTARA\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"Penjaringan \",\n        \"latitude\": -6.1799,\n        \"longitude\": 106.581593,\n        \"name\": \"-\",\n        \"note\": \"Return shipment by Ezra\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"HAPH\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"f19fc7d7-eb6a-4447-88ce-a8b9d5976fdf"},{"name":"Webhook Status RTN","id":"ac1a5e68-63fb-4f80-91cc-a7bbd6d4ae43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>Signature Formula:</p>\n<ol>\n<li>Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.</li>\n<li>Hash the string above with SHA-256 algorithm.</li>\n<li>Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br />\nlatest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"</li>\n</ol>\n","key":"X-Paxel-Signature","type":"text","value":"{signature}"}],"body":{"mode":"raw","raw":"{\n    \"actual_price\": 50000,\n    \"actual_weight\": 1000,\n    \"airwaybill_code\": \"MERCHANT -20190814-1-KDDAFC\",\n    \"cancellation_reason\": \"\",\n    \"delivery_datetime\": \"2019-08-15 14:00:00\",\n    \"driver_name\": \"Heri\",\n    \"invoice_number\": \"A8HGK893j80\",\n    \"latest_status\": \"RTN\",\n    \"logs\": {\n        \"address\": \"Jl.Jend.Sudirman No.10,RT.1/RW.3, Kuningan, Karet Tengsin, Tanah Abang, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10270, Indonesia\",\n        \"city\": \"KOTA JAKARTA PUSAT\",\n        \"created_datetime\": \"2019-08-16 14:17:50\",\n        \"district\": \"TANAH ABANG\",\n        \"latitude\": -6.2245159543953,\n        \"longitude\": 106.80383294821,\n        \"name\": \"-\",\n        \"note\": \"Dimas is on the way to pickup location\",\n        \"province\": \"DKI JAKARTA\",\n        \"status\": \"RTN\"\n    },\n    \"money\": {\n        \"bill_note\": \" \",\n        \"collect_money\": 0\n    },\n    \"photo\": \"\",\n    \"receiver_name\": \"Richardo Moren Silaholo \",\n    \"sender_name\": \"Jhon Doe \",\n    \"signature\": \"\",\n    \"items\": {\n        \"code\": \"SKU0000000001\",\n        \"name\": \"Samsung J9\",\n        \"category\": \"Handphone\",\n        \"special_insurance\": 0\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"ac1a5e68-63fb-4f80-91cc-a7bbd6d4ae43"}],"id":"4d89f70f-9ae5-4713-baa3-328abdc0b411","description":"<h4><b>A. Overview</b></h4>\nIn addition to API, we also provide web hooks to notify you in real time whenever we have status updates to store in your database in order to reduce unnecessary API calls. Similar to the API, in this scheme, we’ll make an HTTP request to a specified URL.\n\n<p><b>1. Request Header</b><br />\nContent-Type for all calls should be application/json. We will also include the X-Paxel-Signature header, which is formed by hashing combined value of API Secret and several request body parameters.</p>\n<p><b>2. Request Body</b><br />\nAll requests are in JSON format.</p>\n<p><b>3. Response Body</b><br />\nMerchants don’t have to provide any specific response for these web hooks.</p>\n<h4><b>B. Shipment Status Mapping</b></h4><br />\n<table>\n    <tr>\n        <th>Method</th>\n        <th>URL</th>\n    </tr>\n    <tr>\n        <td>POST</td>\n        <td>{your_web_hook_url}</td>\n    </tr>\n</table><br />\nHeader use Authorization:<br />\n<table>\n    <tr>\n        <th>Field</th>\n        <th>Value</th>\n        <th>Mandatory?</th>\n    </tr>\n        <tr>\n        <td>Authorization</td>\n        <td>{authorization}</td>\n        <td>Yes</td>\n    </tr>\n    <tr>\n        <td>Content-Type</td>\n        <td>application/json</td>\n        <td>Yes</td>\n    </tr>\n</table><br />\nHeader use X-Paxel-Signature:<br />\n<table>\n    <tr>\n        <th>Field</th>\n        <th>Value</th>\n        <th>Mandatory?</th>\n    </tr>\n        <tr>\n        <td>X-Paxel-Signature </td>\n        <td>{signature}</td>\n        <td>Yes</td>\n    </tr>\n    <tr>\n        <td>Content-Type</td>\n        <td>application/json</td>\n        <td>Yes</td>\n    </tr>\n</table><br />\nSignature Formula:<br />\n    1. Concatenate last 6 characters of airwaybill_code, first 2 characters of latest_status and API secret into a string.<br />\n    2. Hash the string above with SHA-256 algorithm.<br />\n    3. Example:<br />\nairwaybill_code = \"EM.3BM5H5WOBN-20180413-8-X8H3YN\"<br /> latest_status = \"Delivered\"<br />\nAPI Secret = \"GK8BGUE0B2\"<br />\n<table>\n    <tr>\n        <th>Status Code</th>\n        <th>Description</th>\n    </tr>\n    <tr>\n        <td>RPC</td>\n        <td>Shipment Created</td>\n    </tr>\n    <tr>\n        <td>RTP</td>\n        <td>Courier is on the way to pickup location</td>\n    </tr>\n    <tr>\n        <td>COL</td>\n        <td>Courier has arrived at pickup location</td>\n    </tr>\n    <tr>\n        <td>PAPV</td>\n        <td>Courier has picked up your shipment</td>\n    </tr>\n    <tr>\n        <td>PRJL</td>\n        <td>Pickup cancelled by courier</td>\n    </tr>\n    <tr>\n        <td>POD</td>\n        <td>Courier is on the way to destination</td>\n    </tr>\n    <tr>\n        <td>COD</td>\n        <td>Courier has arrived at destination</td>\n    </tr>\n    <tr>\n        <td>PDO</td>\n        <td>Delivery is completed</td>\n    </tr>\n    <tr>\n        <td>UNDLM</td>\n        <td>Shipment Undelivered</td>\n    </tr>\n    <tr>\n        <td>HAPH</td>\n        <td>Hold at Paxel Home</td>\n    </tr>\n    <tr>\n        <td>RAP</td>\n        <td>Re Attempt Pickup</td>\n    </tr>\n        <tr>\n        <td>RTN</td>\n        <td>Return Undelivered</td>\n    </tr>\n</table>\n\n<h4><b>C. Shipment Status Updates</b></h4>\nBy using this web hooks, merchants can be notified of any changes made to any shipments that have been created before by them.\n\n\n<table>\n  <tr>\n    <th>Parameter</th>\n    <th>Type</th>\n    <th>Description</th>\n    <th>Mandatory</th>\n  </tr>\n\n<tr>\n    <td>airwaybill_code</td>\n    <td>String (32)</td>\n    <td>Airwaybill Code</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>photo</td>\n    <td>String (350)</td>\n    <td>Image URL of the package when recived</td>\n    <td>No</td>\n</tr>\n<tr>\n    <td>signature</td>\n    <td>String (350)</td>\n    <td>Image URL of the receiver’s signature</td>\n    <td>No</td>\n</tr>\n<tr>\n    <td>latetst_status</td>\n    <td>String(150)</td>\n    <td>Latest status of shipment</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>invoice_number</td>\n    <td>String(32)</td>\n    <td>Invoice number/code</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>delivery_datetime</td>\n    <td>Datetime</td>\n    <td>Datewhen the package is delivered (in YYYY-MM-DD HH:mm:ss format)</td>\n    <td>No</td>\n</tr>\n<tr>\n    <td>logs</td>\n    <td>Object</td>\n    <td>Collection of detailed logs of the shipment</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>logs.created_datetime</td>\n    <td>Datetime</td>\n    <td>Date when the log record is created (in YYYY-MM-DD HH:mm:ss format)</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>logs.name</td>\n    <td>String (100)</td>\n    <td>Name of the person who created this log</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>logs.address</td>\n    <td>String (350)</td>\n    <td>Address at which this shipment log happens</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>logs.note</td>\n    <td>String (150)</td>\n    <td>Notes about shipment status at which this shipment log happens</td>\n    <td>No</td>\n</tr>\n<tr>\n    <td>logs.longitude</td>\n    <td>Decimal \n    </td>\n    <td>Longitude at which this shipment log happens\n    </td>\n    <td>Yes\n    </td>\n</tr>\n<tr>\n    <td>logs.latitude</td>\n    <td>Decimal</td>\n    <td>Latitude at which this shipment log happens</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>logs.province</td>\n    <td>String (50)</td>\n    <td>Province at which this shipment log happens</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>logs.city</td>\n    <td>String (50)</td>\n    <td>City at which this shipment log happens</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>logs.district</td>\n    <td>String (50)</td>\n    <td>District at which this shipment log happens</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>logs.status</td>\n    <td>String (150)</td>\n    <td>Status of the shipment at that time</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>cancellation_reason</td>\n    <td>String (150)</td>\n    <td>Cancellation reason (if the shipment has been canceled)</td>\n    <td>No</td>\n</tr>\n<tr>\n    <td>actual_price</td>\n    <td>Int(10)</td>\n    <td>Value of shipment </td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>actual_weight</td>\n    <td>Int(10)</td>\n    <td>Value of weight item shipment</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>driver_name</td>\n    <td>String (100)</td>\n    <td>the name of the hero who sent the item</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>receiver_name</td>\n    <td>String(100)</td>\n    <td>Name of recipient</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>sender_name</td>\n    <td>String(100)</td>\n    <td>Name of sender</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>money</td>\n    <td>Object</td>\n    <td>Collection of detailed collect payment for item price</td>\n    <td>No</td>\n</tr>\n<tr>\n    <td>money.bill_note</td>\n    <td>String(250)</td>\n    <td>Notes about collect money when hero collect of money</td>\n    <td>No</td>\n</tr>\n<tr>\n    <td>money.collect_money</td>\n    <td>Double(20,3)</td>\n    <td>Detail of total amount when hero take the money</td>\n    <td>No</td>\n</tr>\n<tr>\n    <td>items</td>\n    <td>Object</td>\n    <td>Collection of detailed items</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>items.code</td>\n    <td>String(32)</td>\n    <td>Code of items</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>items.name</td>\n    <td>String(200)</td>\n    <td>Name of items</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>items.category</td>\n    <td>String(200)</td>\n    <td>Category of items</td>\n    <td>Yes</td>\n</tr>\n<tr>\n    <td>items.special_insurance</td>\n    <td>Boolean</td>\n    <td>0=False, 1=True of special insurance</td>\n    <td>Yes</td>\n</tr>\n\n</table>\n<h4><b>D. Endpoints</b></h4>\n<table>\n<tr>\n<th>Environment</th>\n<th>Endpoint Base URL</th>\n<th>Development</th>\n</tr>\n<tr>\n<td>{{HOST-STAGING}}/v1</td>\n<td>Production</td>\n<td>{{HOST-PRODUCTION}}/v1</td>\n</tr>\n</table>\n<h4><b>E. Response Status Codes</b></h4>\n<table>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n<tr>\n<td>200</td>\n<td>Success - your request is successful</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request - your request body is invalid</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized - access is denied due to invalid credentials\n</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden - you are not authorized to make that request</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found - your requested resource is not found</td>\n</tr>\n<tr>\n<td>410</td>\n<td>Gone - your requested resource is no longer available</td>\n</tr>\n<tr>\n<td>415</td>\n<td>Unsupported Media Type - Content-Type of your request is invalid</td>\n</tr>\n<tr>\n<td>500</td>\n<td>General Error - any other errors not listed above</td>\n</tr>\n</table>\n<h4><b>F. Courier Pickup Reject Optional Reason</b></h4>\n<table>\n<tr>\n<th>ID</th>\n<th>EN</th>\n</tr>\n<tr>\n<td>Kiriman tidak sesuai perintah</td>\n<td>Shipment not accordance with request</td>\n</tr>\n<tr>\n<td>Kiriman di cancel</td>\n<td>Cancelled by shipper</td>\n</tr>\n<tr>\n<td>Kiriman pecah belah</td>\n<td>Fragile</td>\n</tr>\n<tr>\n<td>Kiriman terlarang</td>\n<td>Dangerous goods</td>\n</tr>\n<tr>\n<td>Kiriman belum siap</td>\n<td>Shipment not ready</td>\n</tr>\n</table>\n\n<h4><b>G. Pickup and Delivery Slot Time</b></h4>\n<table>\n<tr>\n<th>Pickup</th>\n<th>Delivery</th>\n</tr>\n<tr>\n<td>08.00 AM – 10.00 AM</td>\n<td>08.00 AM – 10.00 AM</td>\n</tr>\n<tr>\n<td>10.00 AM – 12.00 AM</td>\n<td>10.00 AM – 12.00 AM</td>\n</tr>\n<tr>\n<td>12.00 AM – 02.00 PM</td>\n<td>12.00 AM – 02.00 PM</td>\n</tr>\n<tr>\n<td>02.00 PM – 04.00 PM</td>\n<td>02.00 PM – 04.00 PM</td>\n</tr>\n<tr>\n<td>04.00 PM – 06.00 PM</td>\n<td>04.00 PM – 06.00 PM</td>\n</tr>\n<tr>\n<td>06.00 PM – 08.00 PM</td>\n<td>06.00 PM – 08.00 PM</td>\n</tr>\n<tr>\n<td>08.00 PM – 10.00 PM</td>\n<td>08.00 PM – 10.00 PM</td>\n</tr>\n</table>\n\n<h4><b>H. Logic Pick up Time</b></h4>\nOur pick up time slot   start from 8.00 AM to 8.00 PM, we allow 59 minutes from minimum pick up slot time create date.<br />\ni.e: if we set <b>pickup_datetime</b> with value “2018-08-08 10:57:00” when creating shipment we will get pick up slot time at 10AM – 12AM. However if we set <b>pickup_datetime</b> with value “2018-08-08 11:00:00” we will get range pickup time on the next available slot time (12.00 AM – 02.00 PM).","event":[{"listen":"prerequest","script":{"id":"9e3be5de-2338-42ee-b1ef-3cf856973add","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"49a95f22-0573-499b-8807-55586c76a3da","type":"text/javascript","exec":[""]}}],"_postman_id":"4d89f70f-9ae5-4713-baa3-328abdc0b411"},{"name":"Create Shipment (QA)","id":"0f67e99f-daf6-48ab-b875-71ea5881dc38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Paxel-API-Key","value":"ECOM.ER895SSX5EJI302"},{"key":"X-Paxel-Signature","value":"c59bf3ff8fb18a47875bef7b3a6abe754534d559ac9579467e27d6d9d9ad04cc"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"invoice_number\":\"BLND000033405131\",\n   \"payment_type\":\"CRD\",\n   \"invoice_value\":224000,\n   \"origin\":{\n      \"name\":\"Philips Avent\",\n      \"email\":\"\",\n      \"phone\":\"+6281585251495\",\n      \"address\":\"Gudang Djarum (sebrang PT Cussonz), Jl Halim Perdana Kusuma No. 27, Kebon Besar   Batuceper\",\n      \"note\":\"-\",\n      \"longitude\":106.67455,\n      \"latitude\":-6.158817,\n      \"province\":\"Banten\",\n      \"city\":\"Kota Tangerang\",\n      \"district\":\"-\",\n      \"village\":\"-\",\n      \"zip_code\":\"15122\"\n   },\n   \"destination\":{\n      \"name\":\"Ibu Eni\",\n      \"email\":\"dini.guswandany@gmail.com\",\n      \"phone\":\"081367678794\",\n      \"address\":\"Jalan Anyar No.28 RT 002 RW 001 Kelurahan Leuwinutug Kec. Citeureup, note:Akses setelah masuk ke Jalan Anyar, nanti lurus kira-kira 500 meter di sebelah kanan ada KIMI Laundry, masuk dari Gang kecil dekat Warung Ibu Titin / Laundry Kimi, lurus lalu belok kiri, rumahnya Ibu Eni cat warna orange &amp; pagar putih\",\n      \"longitude\":106.864896,\n      \"latitude\":-6.515058,\n      \"province\":\"Jawa Barat\",\n      \"city\":\"Kab. Bogor\",\n      \"district\":\"Citeureup\",\n      \"village\":\"Leuwinutug\",\n      \"zip_code\":\"16810\"\n   },\n   \"return_address\":{\n      \"name\":\"Sentul\",\n      \"email\":\"\",\n      \"phone\":\"081585251556\",\n      \"address\":\"Kawasan Industri Olympic Sentul Blok A no. 12\",\n      \"note\":\"\",\n      \"longitude\":0,\n      \"latitude\":0,\n      \"province\":\"Jawa Barat\",\n      \"city\":\"Kab. Bogor\",\n      \"district\":\"Citeureup\",\n      \"village\":\"Leuwinutug\",\n      \"zip_code\":\"16810\"\n   },\n   \"items\":[\n      {\n         \"code\":\"O-12065403898-12091403048-1\",\n         \"name\":\"Philips Avent SCF796/00 Single Boy Straw Cup [7 oz]\",\n         \"category\":\"Perlengkapan Makan Anak\",\n         \"is_fragile\":true,\n         \"price\":109000,\n         \"quantity\":1,\n         \"weight\":295,\n         \"length\":1,\n         \"width\":1,\n         \"height\":1\n      },\n      {\n         \"code\":\"O-12065403898-12091403049-1\",\n         \"name\":\"Philips Avent Grow Up Cup SCF782/00 260ml 9oz 9m    Blue Red\",\n         \"category\":\"Perlengkapan Makan Anak\",\n         \"is_fragile\":true,\n         \"price\":115000,\n         \"quantity\":1,\n         \"weight\":110,\n         \"length\":1,\n         \"width\":1,\n         \"height\":1\n      }\n   ],\n   \"is_custom_delivery_time\":false,\n   \"pickup_datetime\":\"2021-01-19 09:02:11\",\n   \"delivery_datetime\":null,\n   \"need_insurance\":false,\n   \"note\":\"\"\n}"},"url":"{{ecom-url-v3}}/shipments","urlObject":{"path":["shipments"],"host":["{{ecom-url-v3}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f67e99f-daf6-48ab-b875-71ea5881dc38"}],"event":[{"listen":"prerequest","script":{"id":"86f3799f-1496-4158-961e-7f0a63c52dca","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"86983e3c-ac78-46bb-b68e-875a485c3300","type":"text/javascript","exec":[""]}}],"variable":[{"id":"1882baf6-21b2-4f02-ab18-ed2daa1145b0","key":"baseUrl","value":"http://stage-ecomm-api.paxel.co/v1","type":"string"}]}