{"info":{"_postman_id":"e5252b9a-3cd5-4eb7-b1a7-a797b877f71b","name":"Open API Eden Farm","description":"<html><head></head><body><p>Hi welcome, thank you for taking the time to look into our Eden Farm Open API documentation.</p>\n<p>You can also export and run in Postman this Open API specification the button on the top right page. Just click the \"Run In Postman\" button and then open with browser or your windows postman app and then import this file as a new collection in Postman. We are using api-key, secret-key, and platform to authenticate our Users that you will get from our internal team. Please see the Flow Diagram:</p>\n<p><img src=\"https://www.linkpicture.com/q/Flowchart-14_1.jpg\" alt=\"\"></p>\n<h1 id=\"section-of-each-endpoint-doc\"><strong>Section Of Each Endpoint Doc</strong></h1>\n<ol>\n<li><strong>Introduction</strong> : Description what will happen if you hit the end point</li>\n<li><strong>Request Parameters/Data Structure</strong> : data type, required/not, description of each object in parameters or body request</li>\n<li><strong>Response Data Structure</strong> : data type, required/not, description of each object body response</li>\n<li><strong>Example</strong> : you can choose an example and see the detail of the end point, headers, body request. The example will adjust based on request or response code</li>\n</ol>\n<p><img src=\"https://www.linkpicture.com/q/example_40.png\" alt=\"\"></p>\n<h1 id=\"error-code-description\"><strong>Error Code Description</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Error Condition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>You are send bad request example you should send number but it contains string</td>\n</tr>\n<tr>\n<td>401</td>\n<td>You are not authorize to access the endpoint, you may check your authorization header or you are not authorized</td>\n</tr>\n<tr>\n<td>403</td>\n<td>forbidden access endpoint</td>\n</tr>\n<tr>\n<td>404</td>\n<td>if access the endpoint that unknown in system, or input wrong endpoint.</td>\n</tr>\n<tr>\n<td>405</td>\n<td>If using wrong method</td>\n</tr>\n<tr>\n<td>415</td>\n<td>if the request have not valid content-type</td>\n</tr>\n<tr>\n<td>422</td>\n<td>The request can't be process because of some required field or parameters is missing, the field or parameter value not valid, etc. The detail message will be exist in response</td>\n</tr>\n<tr>\n<td>502</td>\n<td>There is something wrong in our internal server</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"webhooks\"><strong>Webhooks</strong></h1>\n<p>Eden Farm's Webhooks will be called on a process for updating the order status :</p>\n<ul>\n<li>IN_PROCESS_DELIVERY</li>\n<li>DELIVERED</li>\n<li>ORDER_FINISHED</li>\n<li>ORDER_CANCELLED.</li>\n</ul>\n<p>Each status has a different request.</p>\n<h2 id=\"webhooks-retry-mechanism\"><strong>Webhooks Retry Mechanism</strong></h2>\n<p>When we send the request of webhook for updating the order status but we got response code outside 200, this retry mechanism will control the number of retries attempted. The system will do retry to send the request until success and with a maximum retry <strong>5 times</strong> with a gap every <strong>3 minutes</strong> before giving up.</p>\n<h1 id=\"authentication\"><strong>Authentication</strong></h1>\n<p>Header :</p>\n<ul>\n<li><strong>api-key</strong></li>\n<li><strong>secret-key</strong></li>\n<li><strong>platform</strong></li>\n</ul>\n<p><strong>Production Host :</strong> <a href=\"https://oapi.edenfarm.id/\">https://oapi.edenfarm.id</a></p>\n<p><strong>Sandbox Host :</strong> <a href=\"https://oapi-sandbox.edenfarm.id/\">https://oapi-sandbox.edenfarm.id</a></p>\n<h1 id=\"sequence\"><strong>Sequence</strong></h1>\n<ul>\n<li>Get product catalog &amp; Sync Product</li>\n</ul>\n<p><img src=\"https://www.linkpicture.com/q/Get-product-Add-To-Cart.png\" alt=\"\"></p>\n<ul>\n<li>Create New Order</li>\n</ul>\n<p><img src=\"https://www.linkpicture.com/q/Check-Out-Order_1.png\" alt=\"\"></p>\n<ul>\n<li>Manage Address</li>\n</ul>\n<p><img src=\"https://www.linkpicture.com/q/Manage-Address-Flow.png\" alt=\"\"></p>\n<ul>\n<li>Webhook Status</li>\n</ul>\n<p><img src=\"https://www.linkpicture.com/q/Webhook-Status_4.png\" alt=\"\"></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Section Of Each Endpoint Doc","slug":"section-of-each-endpoint-doc"},{"content":"Error Code Description","slug":"error-code-description"},{"content":"Webhooks","slug":"webhooks"},{"content":"Authentication","slug":"authentication"},{"content":"Sequence","slug":"sequence"}],"owner":"13004673","collectionId":"e5252b9a-3cd5-4eb7-b1a7-a797b877f71b","publishedId":"UVR5spzU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-14T03:15:36.000Z"},"item":[{"name":"Get Area Division","id":"15acee2b-3656-4c1c-97a9-6801c22b42f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-mock-response-code","value":"200"}],"url":"{{base_url}}/v1/area/division?sub_district_name=Kel. Kebon Jeruk&postal_code=11530","description":"<h1 id=\"introduction\"><strong>Introduction</strong></h1>\n<p>This API use for get all area detail data in Eden Farm active area coverage</p>\n<h1 id=\"data-request-structure\"><strong>Data Request Structure</strong></h1>\n<ul>\n<li><code>sub_district_name</code>(string, required) - With Format <strong>Kel.[space][Nama kelurahan] (ex. Kel. Kenanga)</strong></li>\n<li><code>postal_code</code>(string, required) - valid postal code</li>\n</ul>\n<h1 id=\"data-response-structure\"><strong>Data Response Structure</strong></h1>\n<ul>\n<li><code>area_id</code> (string, required) - unique identity for area in Eden Farm</li>\n<li><code>sub_district_id</code> (string, required) - unique identity for sub district in Eden Farm</li>\n<li><code>district_id</code> (string, required) - unique identity for district in Eden Farm</li>\n<li><code>city_id</code> (string, required) - unique identity for city in Eden Farm</li>\n<li><code>province_id</code>(string, required) - unique identity for province in Eden Farm</li>\n<li><code>country_id</code> (string, required) - unique identity for country in Eden Farm</li>\n<li><code>area_name</code> (string, required) - name of area in Eden Farm</li>\n<li><code>sub_district_name</code> (string, required) - name of sub district (Kelurahan)</li>\n<li><code>district_name</code>(string, required) - name of district ( kecamatan)</li>\n<li><code>city_name</code> (string, required) - name of city (kota)</li>\n<li><code>province_name</code> (string, required) - name of province(propinsi)</li>\n<li><code>country_name</code> (string, required) - name of country (negara)</li>\n<li><code>postal_code</code> (string, required) - postal code</li>\n<li><code>concate_address</code> (string, required) - concate address from sub district, district, city, province, country, postal code</li>\n</ul>\n","urlObject":{"path":["v1","area","division"],"host":["{{base_url}}"],"query":[{"key":"sub_district_name","value":"Kel. Kebon Jeruk"},{"key":"postal_code","value":"11530"}],"variable":[]}},"response":[{"id":"2cfd17d1-1a83-4b81-95d1-a871e914251e","name":"Get Area Division -  200 OK","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/area/division?sub_district_name=Kel. Bukit Duri&postal_code=12840","host":["{{base_url}}"],"path":["v1","area","division"],"query":[{"key":"sub_district_name","value":"Kel. Bukit Duri","description":"**required**"},{"key":"postal_code","value":"12840","description":"**required**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"area_id\": \"131072\",\r\n            \"sub_district_id\": \"288751616\",\r\n            \"district_id\": \"29360128\",\r\n            \"city_id\": \"2621440\",\r\n            \"province_id\": \"393216\",\r\n            \"country_id\": \"65536\",\r\n            \"area_name\": \"Jakarta\",\r\n            \"sub_district_name\": \"Kel. Bukit Duri\",\r\n            \"district_name\": \"Kec. Tebet\",\r\n            \"city_name\": \"Kota Jakarta Selatan\",\r\n            \"province_name\": \"DKI Jakarta\",\r\n            \"country_name\": \"Indonesia\",\r\n            \"postal_code\": \"12840\",\r\n            \"concate_address\": \"Kel. Bukit Duri, Kec. Tebet, Kota Jakarta Selatan, DKI Jakarta\"\r\n        }\r\n    ],\r\n    \"total\": 1\r\n}"},{"id":"538bc374-b24b-4bbd-9259-ca3b61ba55b8","name":"Get Area Division - 200 NULL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/area/division?sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","area","division"],"query":[{"key":"sub_district_name","value":"Kel. Kenanga"},{"key":"postal_code","value":"15146"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": null\r\n}"},{"id":"47d8738b-648a-4ae2-9485-ac614423b477","name":"Get Area Division - 401","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/area/division?sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","area","division"],"query":[{"key":"sub_district_name","value":"Kel. Kenanga"},{"key":"postal_code","value":"15146"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Unauthorized\"\r\n}"},{"id":"a811bc1a-6288-4bff-ac77-1b6ce779118c","name":"Get Area Division - 404","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/v1/area/divisionsss?sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","area","divisionsss"],"query":[{"key":"sub_district_name","value":"Kel. Kenanga"},{"key":"postal_code","value":"15146"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Not Found\"\n}"},{"id":"0f807385-2ee3-4da2-b785-c2eb7ee50c52","name":"Get Area Division - 405","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"}],"url":{"raw":"{{base_url}}/v1/area/division?sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","area","division"],"query":[{"key":"sub_district_name","value":"Kel. Kenanga"},{"key":"postal_code","value":"15146"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Method Not Allowed\"\r\n}"},{"id":"730d3e77-aae5-4a6b-bcea-d09d3705accd","name":"Get Area Division - 415","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v1/area/division?sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","area","division"],"query":[{"key":"sub_district_name","value":"Kel. Kenanga"},{"key":"postal_code","value":"15146"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Unsupported Media Type\"\n}"},{"id":"9b116c15-d014-4690-b615-3e85bcdaf310","name":"Get Area Division - 422","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"}],"url":{"raw":"{{base_url}}/v1/area/division","host":["{{base_url}}"],"path":["v1","area","division"],"query":[{"key":"sub_district_name","value":"","disabled":true},{"key":"postal_code","value":"","disabled":true}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"sub_district_name\": \"The sub_district_name parameter is required.\",\r\n        \"postal_code\": \"The postal_code parameter is required.\"\r\n    }\r\n}"}],"_postman_id":"15acee2b-3656-4c1c-97a9-6801c22b42f1"},{"name":"Get Address List","id":"dc4d9f6a-9d1c-419c-bed3-bd43d37e4234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-mock-response-code","value":"200"}],"url":"{{base_url}}/v1/address/list?limit=50&page=2","description":"<h1 id=\"introduction\"><strong>Introduction</strong></h1>\n<p>This API use for get existing address that already exist in Eden Farm data that you already registered in our system.</p>\n<h1 id=\"data-request-structure\"><strong>Data Request Structure</strong></h1>\n<ul>\n<li><code>page</code>(number, required)</li>\n<li><code>limit</code>(number, required)</li>\n</ul>\n<h1 id=\"data-response-structure\"><strong>Data Response Structure</strong></h1>\n<ul>\n<li><code>address_id</code> (string, required) - unique identity for the address</li>\n<li><code>sub_district_name</code> (string. required) - the sub district name (kelurahan)</li>\n<li><code>area_name</code> (string, required) - area name based on Eden Farm active area</li>\n<li><code>address_name</code>(string, required) - name of the address</li>\n<li><code>recipient_name</code> (string, required) - name of recipient for related address</li>\n<li><code>phone_number</code>(string, required) - phone number related the address</li>\n<li><code>shipping_address</code>(string, required) - detail of shipping address</li>\n<li><code>default_address</code>(string, required) - flagging as default address of merchant or not 1 default 2 not</li>\n<li><code>city</code>(string, required) - name of city related the address</li>\n<li><code>address_note</code>(string, optional) - additional address note</li>\n</ul>\n","urlObject":{"path":["v1","address","list"],"host":["{{base_url}}"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"2df009b3-4ae3-4aa2-8a48-e856b77e2edd","name":"Get Address List - 200 OK","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/v1/address/list?page=1&limit=50","host":["{{base_url}}"],"path":["v1","address","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"address_id\": \"2662858752\",\n            \"sub_district_name\": \"Kel. Kenanga\",\n            \"area_name\": \"Jakarta\",\n            \"address_name\": \"Rumah 1\",\n            \"recipient_name\": \"Laras Larasti\",\n            \"phone_number\": \"856747456561\",\n            \"shipping_address\": \"Jl kh hasyim ashari\",\n            \"default_address\": 1,\n            \"city\": \"Kota Tangerang\",\n            \"address_note\": \"\"\n        },\n        {\n            \"address_id\": \"3244425216\",\n            \"sub_district_name\": \"Kel. Bandung Barat\",\n            \"area_name\": \"Bandung\",\n            \"address_name\": \"rumah dua\",\n            \"recipient_name\": \"Lisa Lisa\",\n            \"phone_number\": \"81356809992\",\n            \"shipping_address\": \"jalan imam bonjol 1\",\n            \"default_address\": 2,\n            \"city\": \"Kota Semarang\",\n            \"address_note\": \"\"\n        }\n    ]\n}"},{"id":"03eb7aca-bacd-4129-bdc1-e0977375b42d","name":"Get Address List - 200 NULL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}v1/address/list?limit=50&page=1000","host":["{{base_url}}v1"],"path":["address","list"],"query":[{"key":"limit","value":"50"},{"key":"page","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": null\n}"},{"id":"b6138f75-b674-4e07-9ec7-6956fbe0f785","name":"Get Address List - 401","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"merchant_code\": \"MR0012\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/address/list?page=1&limit=50","host":["{{base_url}}"],"path":["v1","address","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Unauthorized\"\r\n}"},{"id":"6b7c7430-0a6c-4768-b953-0a17c1a5979c","name":"Get Address List - 404","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"merchant_code\": \"MR0012\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/listss"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Not Found\"\n}"},{"id":"0a10a5d1-e608-40dc-badf-11489bf9d90b","name":"Get Address List - 405","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"merchant_code\": \"MR0012\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/address/list?page=1&limit=50","host":["{{base_url}}"],"path":["v1","address","list"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Method Not Allowed\"\r\n}"},{"id":"7270d619-c8d7-401c-8a68-825b6ade143b","name":"Get Address List - 422","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/v1/address/list?limit=201","host":["{{base_url}}"],"path":["v1","address","list"],"query":[{"key":"page","value":"1","description":"**number, required**","disabled":true},{"key":"limit","value":"201","description":"**number, required**"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"{{parameters_name}}\": \"The {{parameters_name}} parameters is required.\", // null required param\r\n        \"{{parameters_name2}}\": \"The {{parameters_name2}} parameters value should be a number and greater than 0\", // number required param\r\n        \"limit\": \"The limit parameters out of maximum, maximum return 200 data.\" // maximum limit param\r\n    }\r\n}"}],"_postman_id":"dc4d9f6a-9d1c-419c-bed3-bd43d37e4234"},{"name":"Create Address","id":"c1d046a4-65d7-4bdd-b2cd-1a1a392655f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"platform","value":"oapi-eden","description":"<p><strong>required</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"address_name\": \"Rumah Jennie\",\r\n        \"pic_name\": \"Jennie Lalasa\",\r\n        \"phone_number\": \"8121212121\",\r\n        \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\r\n        \"shipping_address_note\": \"Note shipping addresse\",\r\n        \"province_id\": 589824,\r\n        \"city_id\": 4653056,\r\n        \"district_id\": 87228416,\r\n        \"sub_district_id\": 141623296\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/save","description":"<h1 id=\"introduction\"><strong>Introduction</strong></h1>\n<p>This API use for register new address in Eden Farm for check out an order by address_id</p>\n<h1 id=\"data-request-structure\"><strong>Data Request Structure</strong></h1>\n<ul>\n<li><code>address_name</code>(string, required) - address name <em>max 100</em> <em><strong>char</strong></em></li>\n<li><code>pic_name</code>(string, required) - pic name in related address <em>max 100 char</em></li>\n<li><code>phone_number</code>(string, required) - phone number of pic that can be contacted min 8, <em>max char 12, no</em> alphabet*, Format :* <em><strong>8XXXXXXXX</strong></em> without 0 or 62</li>\n<li><code>shipping_address</code>(string, required) - full shipping address such street name etc. <em>max 350</em> <em><strong>char</strong></em></li>\n<li><code>shipping_address_note</code>(string, optional) - additional shipping address note if needed <em>max 250</em> <em><strong>char</strong></em></li>\n<li><code>province_id</code>(number, required) - identity of province id get from area division</li>\n<li><code>city_id</code>(number, required) - identity of city id get from area division</li>\n<li><code>district_id</code>(number, required) - identity of district(Kecamatan) id get from area division</li>\n<li><code>sub_district_id</code>(number, required) - identity of subdistrict(Kelurahan) id get from area division</li>\n</ul>\n<h1 id=\"data-response-structure\"><strong>Data Response Structure</strong></h1>\n<ul>\n<li><code>address_id</code> (string, required) - identity of the address that has been created</li>\n</ul>\n","urlObject":{"path":["v1","address","save"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e5bcaec8-c1f0-4f03-adbd-24d9bf01ba4d","name":"Create Address - 200 OK","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"address_name\": \"Rumah Jennie\",\r\n        \"pic_name\": \"Jennie Lalasa\",\r\n        \"phone_number\": \"8121212121\",\r\n        \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\r\n        \"shipping_address_note\": \"Note shipping addresse\",\r\n        \"province_id\": 589824,\r\n        \"city_id\": 4653056,\r\n        \"district_id\": 87228416,\r\n        \"sub_district_id\": 141623296\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"address_id\": \"3484483584\"\n    }\n}"},{"id":"7313d54c-fbd7-4f1c-bf15-36d54d558cc6","name":"Create Address - 400","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"address_name\": \"Testing Branch Data\",\r\n        \"pic_name\": \"Diyana Susanti\",\r\n        \"phone_number\": \"8121212121\",\r\n        \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\r\n        \"shipping_address_note\": \"Note Testing alamat panjang sekali Note\",\r\n        \"province_id\": 589824,\r\n        \"city_id\": 4653056,\r\n        \"district_id\": 87228416,\r\n        \"sub_district_id\": 141623296\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/save"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"unmarshal type error: expected=int64, got=string, offset=456\"\r\n}"},{"id":"2c3eca36-d95d-4eaf-a747-02c0b4257335","name":"Create Address - 401","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"address_name\": \"Rumah Bandung\",\r\n        \"pic_name\": \"Budi Amin\",\r\n        \"phone_number\": \"826321631\",\r\n        \"shipping_address\": \"Jl kartini 55 blok I2\",\r\n        \"shipping_address_note\": \"Rumah cat warna biru\",\r\n        \"province_id\": 65536,\r\n        \"city_id\": 65536,\r\n        \"district_id\": 65536,\r\n        \"sub_district_id\": 65536\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/save"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Unauthorized\"\r\n}"},{"id":"9663bf46-5b9a-449e-b6e2-489d7e5eb2f4","name":"Create Address - 404","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"address_name\": \"Rumah Jennie\",\r\n        \"pic_name\": \"Jennie Lalasa\",\r\n        \"phone_number\": \"8121212121\",\r\n        \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\r\n        \"shipping_address_note\": \"Note shipping addresse\",\r\n        \"province_id\": 589824,\r\n        \"city_id\": 4653056,\r\n        \"district_id\": 87228416,\r\n        \"sub_district_id\": 141623296\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/saves"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Not Found\"\r\n}"},{"id":"972ed7e7-ef4a-405f-99e4-22fca5677670","name":"Create Address - 405","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"address_name\": \"Rumah Jennie\",\r\n        \"pic_name\": \"Jennie Lalasa\",\r\n        \"phone_number\": \"8121212121\",\r\n        \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\r\n        \"shipping_address_note\": \"Note shipping addresse\",\r\n        \"province_id\": 589824,\r\n        \"city_id\": 4653056,\r\n        \"district_id\": 87228416,\r\n        \"sub_district_id\": 141623296\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/save"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Method Not Allowed\"\r\n}"},{"id":"c5241d22-7bdc-406d-aa95-7d8eb7361295","name":"Create Address - 422","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\":{\r\n        \"address_name\": \"Rumah Jennie\",\r\n        \"pic_name\": \"Jennie Lalasa\",\r\n        \"phone_number\": \"8121212121\",\r\n        \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\r\n        \"shipping_address_note\": \"Note shipping addresse\",\r\n        \"province_id\": aa77,\r\n        \"city_id\": 4653056,\r\n        \"district_id\": 87228416,\r\n        \"sub_district_id\": 141623296\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/save"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"{{field_name_create_address}}\": \"The {{field_name_create_address}} field is required.\", // null required field\r\n        \"{{field_name_create_address2}}\": \"The {{field_name_create_address2}} is not valid.\", // field contains id but not valid\r\n        \"{{field_name_create_address3}}\": \"The {{field_name_create_address3}} must be less than {{number_character}}\", // field maximum length\r\n        \"{{field_name_create_address4}}\": \"The {{field_name_create_address4}} field value should be a number and greater than 0\", // field nshould contains only number\r\n        \"sub_district_id\": \"The sub_district_id field out of our area coverage\", // if area is null or sub district is not our coverage\r\n        \"address_id\": \"can not create address, something went wrong in your master data\" // if the master data missing something kindly report to eden team\r\n    }\r\n}"}],"_postman_id":"c1d046a4-65d7-4bdd-b2cd-1a1a392655f0"},{"name":"Update Address","id":"7a3be42d-2d77-4c0a-bd4f-d3ce1393aa19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"platform","value":"oapi-eden","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"address_name\": \"Alamat Rumah Dika\",\r\n\t\t\"pic_name\": \"Dika Ruby\",\r\n\t\t\"phone_number\": \"81222121212\",\r\n\t\t\"shipping_address\": \"Alamat testing 123\",\r\n\t\t\"shipping_address_note\": \"\",\r\n\t\t\"province_id\": 393216,\r\n\t\t\"city_id\": 2686976,\r\n\t\t\"district_id\": 30343168,\r\n\t\t\"sub_district_id\": 846069760,\r\n        \"address_id\":659816449\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/update","description":"<h1 id=\"introduction\"><strong>Introduction</strong></h1>\n<p>This API endpoint use for update the existing address in Eden Farm.</p>\n<h1 id=\"data-request-structure\"><strong>Data Request Structure</strong></h1>\n<ul>\n<li><code>address_name</code>(string, required) - address name <em>max 100</em> <em><strong>char</strong></em></li>\n<li><code>pic_name</code>(string, required) - pic name in related address <em>max 100 char</em></li>\n<li><code>phone_number</code>(string, required) - phone number of pic that can be contacted min 8, <em>max char 12, no</em> alphabet*, Format :* <em><strong>8XXXXXXXX</strong></em> without 0 or 62</li>\n<li><code>shipping_address</code>(string, required) - full shipping addreess such street name etc. <em>max 350</em> <em><strong>char</strong></em></li>\n<li><code>shipping_address_note</code>(string, optional) - additional shipping address note if needed <em>max 250</em> <em><strong>char</strong></em></li>\n<li><code>province_id</code>(number, required) - identity of province id get from area division</li>\n<li><code>city_id</code>(number, required) - identity of city id get from area division</li>\n<li><code>district_id</code>(number, required) - identity of district(Kecamatan) id get from area division</li>\n<li><code>sub_district_id</code>(number, required) - identity of subdistrict(Kelurahan) id get from area division</li>\n<li><code>address_id</code> (string, required) - identity of the address that want to be updated</li>\n</ul>\n<h1 id=\"data-response-structure\"><strong>Data Response Structure</strong></h1>\n<ul>\n<li><code>address_id</code> (string, required) - identity of the address that has been updated</li>\n</ul>\n","urlObject":{"path":["v1","address","update"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0a3d333a-a83e-4134-9342-02bb29dc44b8","name":"Update Address 200 OK","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"address_name\": \"Alamat Rumah Dika\",\r\n\t\t\"pic_name\": \"Dika Ruby\",\r\n\t\t\"phone_number\": \"81222121212\",\r\n\t\t\"shipping_address\": \"Alamat testing 123\",\r\n\t\t\"shipping_address_note\": \"\",\r\n\t\t\"province_id\": 393216,\r\n\t\t\"city_id\": 2686976,\r\n\t\t\"district_id\": 30343168,\r\n\t\t\"sub_district_id\": 846069760,\r\n        \"address_id\":659816449\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"address_id\": \"659816449\"\n    }\n}"},{"id":"86da73e0-950a-437b-b107-703ed34a3ffc","name":"Update Address - 400","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"address_name\": \"Alamat Rumah Dika\",\r\n\t\t\"pic_name\": \"Dika Ruby\",\r\n\t\t\"phone_number\": \"81222121212\",\r\n\t\t\"shipping_address\": \"Alamat testing 123\",\r\n\t\t\"shipping_address_note\": \"\",\r\n\t\t\"province_id\": 393216,\r\n\t\t\"city_id\": 222aa,\r\n\t\t\"district_id\": 30343168,\r\n\t\t\"sub_district_id\": 846069760,\r\n        \"address_id\":659816449\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"unmarshal type error: expected=int64, got=string, offset=456\"\n}"},{"id":"e080a6fd-658f-4f38-a2b6-f8502ffe4edc","name":"Update Address - 401","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"address_name\": \"Alamat Rumah Dika\",\r\n\t\t\"pic_name\": \"Dika Ruby\",\r\n\t\t\"phone_number\": \"81222121212\",\r\n\t\t\"shipping_address\": \"Alamat testing 123\",\r\n\t\t\"shipping_address_note\": \"\",\r\n\t\t\"province_id\": 393216,\r\n\t\t\"city_id\": 2686976,\r\n\t\t\"district_id\": 30343168,\r\n\t\t\"sub_district_id\": 846069760,\r\n        \"address_id\":659816449\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/update"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Unauthorized\"\r\n}"},{"id":"92d083d9-f6db-4141-9719-566f6102b490","name":"Update Address - 404","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"address_name\": \"Alamat Rumah Dika\",\r\n\t\t\"pic_name\": \"Dika Ruby\",\r\n\t\t\"phone_number\": \"81222121212\",\r\n\t\t\"shipping_address\": \"Alamat testing 123\",\r\n\t\t\"shipping_address_note\": \"\",\r\n\t\t\"province_id\": 393216,\r\n\t\t\"city_id\": 2686976,\r\n\t\t\"district_id\": 30343168,\r\n\t\t\"sub_district_id\": 846069760,\r\n        \"address_id\":659816449\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/updates"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Not Found\"\r\n}"},{"id":"8a123889-c116-45be-83c5-c520aadc3af3","name":"Update Address - 405","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"address_name\": \"Alamat Rumah Dika\",\r\n\t\t\"pic_name\": \"Dika Ruby\",\r\n\t\t\"phone_number\": \"81222121212\",\r\n\t\t\"shipping_address\": \"Alamat testing 123\",\r\n\t\t\"shipping_address_note\": \"\",\r\n\t\t\"province_id\": 393216,\r\n\t\t\"city_id\": 2686976,\r\n\t\t\"district_id\": 30343168,\r\n\t\t\"sub_district_id\": 846069760,\r\n        \"address_id\":659816449\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/update"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Method Not Allowed\"\n}"},{"id":"fbcdf2f5-2251-48d6-ad92-93fd1473eae7","name":"Update Address - 422","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","type":"text"},{"key":"platform","value":"oapi-eden","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"address_name\": \"Alamat Rumah Dika\",\r\n\t\t\"pic_name\": \"Dika Ruby\",\r\n\t\t\"phone_number\": \"81222121212\",\r\n\t\t\"shipping_address\": \"Alamat testing 123\",\r\n\t\t\"shipping_address_note\": \"\",\r\n\t\t\"province_id\": 393216,\r\n\t\t\"city_id\": 2686976,\r\n\t\t\"district_id\": 30343168,\r\n\t\t\"sub_district_id\": 846069760,\r\n        \"address_id\":659816449\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/address/update"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"{{field_name_update_address}}\": \"The {{field_name_update_address}} field is required.\",\r\n        \"{{field_name_update_address2}}\": \"The {{field_name_update_address2}} field is not found.\",\r\n        \"{{field_name_update_address3}}\": \"The {{field_name_update_address3}} field is not valid.\",\r\n        \"address_id\": \"The address_id field is not valid.\"\r\n    }\r\n}"}],"_postman_id":"7a3be42d-2d77-4c0a-bd4f-d3ce1393aa19"},{"name":"Get Product Catalog","id":"575c0707-1621-453f-b5e8-c6cc5fa90fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"platform","value":"oapi-eden","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><strong>required</strong></p>\n","type":"text"}],"url":"{{base_url}}/v1/product?page=1&limit=200&address_id=112456&sub_district_name=Kel. Kenanga&postal_code=15146&search_name=red&search_id=11229900","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>This API endpoint use for get product catalog that available in Eden Farm based on the specific customer's address id or by sub district &amp; postal code level.</p>\n<h1 id=\"request-parameter\">Request Parameter</h1>\n<ul>\n<li><code>page</code> (number, required) - this parameters is required for pagination, request should be increase whenever you want to get the product in the next page</li>\n<li><code>limit</code> (number, required) - this parameters is required to return how much product that you want in once request maximum is 200 product</li>\n<li><code>address_id</code> (string, conditionally) - this parameter is conditionally means if you want get the product based on specific customer's address this parameter is required and should be valid</li>\n<li><code>sub_district_name</code> (string, conditionally) - you can get the product by subdistrict name (kelurahan) you should bring the value in this parameters with format \"<strong>Kel.[space]</strong> <em><strong>nama kelurahan</strong></em>\"</li>\n<li><code>postal_code</code> (string, conditionally) - postal code is mandatory if you want to get the product by sub district name</li>\n<li><code>search_name</code> (string, optional) - for search product by name it's optional can use this one if you want to find the product based on product name</li>\n<li><code>search_id</code> (string, optional) - for search product by specific id, if you want get only 1 product in the response can use this parameters. Remember : you can only choose 1 search parameters by name or id can't use both together</li>\n</ul>\n<h1 id=\"data-response-structure\"><strong>Data Response Structure</strong></h1>\n<ul>\n<li><code>id</code> (string, required) - the unique identity of the product</li>\n<li><code>product_name</code>(string, required) - name of the product</li>\n<li><code>image_url</code>(string, optional) - image url that can be access for the product</li>\n<li><code>item_uom_name</code>(string, required) - unit of measurement of the product can be KG, Pack, Pcs etc</li>\n<li><code>unit_price</code>(number, required) - valid price of product per UOM</li>\n<li><code>shadow_price</code>(number, optional) - shadow price for the display of the real price if there is a discount</li>\n<li><code>shadow_price_pct</code>(number, optional) - percentage shadow price per unit price if discount exist</li>\n<li><code>description</code>(string, optional) - description of the product</li>\n<li><code>order_min_qty</code>(number, required) - minimum qty can order the product. can not insert below the minimum quantity and can only order multiple min qty, but there is no maximum</li>\n<li><code>decimal_enabled</code>(enum, required) - flagging is the qty can be decimal or not<ul>\n<li>1 - Yes can be decimal qty</li>\n<li>2 - No can not be decimal qty</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v1","product"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>required</strong></p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p><strong>required</strong></p>\n","type":"text/plain"},"key":"limit","value":"200"},{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"address_id","value":"112456"},{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"sub_district_name","value":"Kel. Kenanga"},{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"postal_code","value":"15146"},{"description":{"content":"<p><strong>optional choose one search</strong></p>\n","type":"text/plain"},"key":"search_name","value":"red"},{"description":{"content":"<p><strong>optional choose one search</strong></p>\n","type":"text/plain"},"key":"search_id","value":"11229900"}],"variable":[]}},"response":[{"id":"0369e4b8-ceed-4cc8-8483-9e65b96577e4","name":"Get Product Catalog - 200 OK by address_id","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&address_id=112456","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"address_id","value":"112456","description":"**required**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": [\r\n    {\r\n      \"id\": \"131072\",\r\n      \"product_name\": \"Red Endive\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Endive.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"196608\",\r\n      \"product_name\": \"Baby Buncis\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Baby Buncis-2021-10-21_09-54-24.jpeg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Kandungan serat pada baby buncis cukup baik untuk menjaga kesehatan saluran percernaan. Selain itu, pada baby buncis juga terdapat kandungan vitamin A, K, sedikit vitamin C, kalsium dan mineral.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"262144\",\r\n      \"product_name\": \"Baby Corn\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCorn.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Baby corn diketahui memiliki kadar lemak rendah dan banyak kandungan protein, kalsium, kalium, berbagai vitamin (A, C, B12, B15), serat dan senyawa lain. Di dalam baby corn, terdapat kandungan vitamin B yang cukup banyak. Manfaat Baby corn bagi kesehatan adalah sebagai penambah nutrisi sel otak, karena sayuran ini banyak mengandung zat tiamin yang sangat berperan aktif memelihara ingatan pada otak manusia.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"327680\",\r\n      \"product_name\": \"Baby Corn Kupas\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCornKupas.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"458752\",\r\n      \"product_name\": \"Baby Cos Lettuce - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCosLettuce.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"524288\",\r\n      \"product_name\": \"Baby Cos Lettuce Tanpa Akar - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCosLettuceTanpaAkar.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"589824\",\r\n      \"product_name\": \"Baby Kailan\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyKailan.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Karena kandungan seratnya yang tinggi, sayur kailan dapat membuat Anda merasa kenyang lebih lama. Selain itu, serat sayur kailan juga berfungsi untuk mempercepat proses penyerapan kalsium di dalam tubuh. Tak heran, sayur ini bisa jadi alternatif makanan diet untuk menurunkan berat badan.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"655360\",\r\n      \"product_name\": \"Baby Pakchoy - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyPakchoy-Hydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"720896\",\r\n      \"product_name\": \"Baby Potatoes\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/KentangBabyPotatoes.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 9500,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Kentang belum dikupas atau mentah cukup simpan di ruangan yang kering, jangan sampai terkena air karena bisa menyebabkan kentang busuk. Kentang mentah yang ditaruh dalam suhu ruangan bisa bertahan selama 1 minggu.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"786432\",\r\n      \"product_name\": \"Baby Romaine - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyRomaine-Hydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 37100,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Romaine tampilannya sepintas mirip dengan sawi putih. Sayuran asal Yunani dapat diolah menjadi lalapan atau tumisan yang menggugah selera. Bahkan, sayur dengan cita rasa renyah ini memiliki beragam manfaat bagi kesehatan.\\r\\nBaby romaine hydro ditanaman dengan sistem teknologi hidroponik, yaitu budidaya tanaman dengan memanfaatkan air sebagai media tumbuhnya dengan menekankan pada pemenuhan kebutuhan nutrisi bagi tanaman.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"851968\",\r\n      \"product_name\": \"Basil Sweet Italian\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/ItalianSweetBasil.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 80000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"917504\",\r\n      \"product_name\": \"Basil Sweet Italian - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BasilSweetItalian-hydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1179648\",\r\n      \"product_name\": \"Bawang Bombay Besar Grade A  (3-4 per kg)\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangBombaySedang-GradeA(5-7pcsper-kg).jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1245184\",\r\n      \"product_name\": \"Bawang Bombay Merah\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangBombayMerah.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 37100,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Selain warna, perbedaan bawang bombay merah dan putih terletak ketebalan kulit dan dagingnya. Bawang bombay merah memiliki lapisan yang lebih tebal sehingga cocok sebagai bahan tambahan untuk mengentalkan saus dan kuah pada sajian sup. Bawang bombay juga bisa menyehatkan sistem pencernaanmu. Hal ini karena bawang bombay merupakan sumber serat dan prebiotik yang baik untuk kelancaran buang air besar dan kesehatan usus secara menyeluruh.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1310720\",\r\n      \"product_name\": \"Bawang Merah\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangMerah.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25600,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Selain sebagai bumbu dapur, Bawang Merah juga dimanfaatkan sebagai obat herbal sejak dulu. Bawang merah bersifat antiinflamasi yang mampu mengurangi pengumpalan darah serta menurunkan tekanan darah. Bawang merah utuh sebaiknya disimpan dalam wadah terbuka pada suhu ruangan dan tidak terkena paparan sinar matahari langsung. Pisahkan bawang merah dan putih untuk menghindari pembusukan lebih cepat karena masing-masing mengeluarkan gas yang berbeda.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1376256\",\r\n      \"product_name\": \"Bawang Merah Besar\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/25003-Bawangmerahbesar.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 33400,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bawang merah memiliki aroma yang khas sehingga bisa menyedapkan masakan. Manfaat dari bawang merah ini bukan hanya sekadar jadi penyedap saja, tapi juga memberikan berbagai nutrisi yang dibutuhkan tubuh. Simpan bawang merah di tempat yang kering & terbuka, dan jangan satukan dengan bawang putih untuk menghindari pembusukan lebih cepat karena masing-masing mengeluarkan gas yang berbeda.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1441792\",\r\n      \"product_name\": \"Bawang Merah Kupas\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangMerahKupas.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 30900,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bawang merah yang sudah dikupas sebaiknya disimpan di kulkas dalam wadah tertutup, ini bisa membuat bawang bertahan selama 1-2 minggu meskipun tidak lebih lama daripada bawang di luar kulkas yang belum dikupas. Pisahkan bawang merah dan putih untuk menghindari pembusukan lebih cepat karena masing-masing mengeluarkan gas yang berbeda.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1507328\",\r\n      \"product_name\": \"Bawang Putih\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangPutih.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 24000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bawang putih diketahui sebagai bumbu dasar yang terpenting. Karena aroma bawang putih yang wangi dan tajam sulit digantikan dengan jenis bawang lain. Makan bawang putih di pagi hari bisa menstimulasi pencernaan dan selera makan. Semakin lancar pencernaan, maka tidak akan ada makanan yang bertumpuk dan membuat berat badan naik. Untuk itu bagi yang sedang diare juga disarankan untuk makan bawang putih sebagai pengobatan alami. Beli bawang putih segar dan berkualitas di Eden Farm.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1572864\",\r\n      \"product_name\": \"Bawang Putih Kupas\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangPutihKupas.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 27800,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bawang putih yang sudah dikupas sebaiknya disimpan di kulkas dalam wadah tertutup, ini bisa membuat bawang bertahan selama 1-2 minggu meskipun tidak lebih lama daripada bawang di luar kulkas yang belum dikupas. Pisahkan bawang merah dan putih untuk menghindari pembusukan lebih cepat karena masing-masing mengeluarkan gas yang berbeda.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1703936\",\r\n      \"product_name\": \"Bayam Hijau\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BayamHijau.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1769472\",\r\n      \"product_name\": \"Bayam Hijau - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BayamHydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 26600,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Sayuran bayam hijau hydro ini bebas pestisida. Bayam diketahui kaya akan berbagai vitamin, termasuk vitamin K. Konsumsi vitamin K sangat baik untuk tulang karena bertindak sebagai pengubah protein matriks tulang, meningkatkan penyerapan kalsium, dan dapat mengurangi jumlah kalsium yang keluar dari tubuh. Bayam memiliki banyak kandungan gizi yang baik untuk tubuh.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1835008\",\r\n      \"product_name\": \"Ubi Ungu\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/UbiCilembuUngu.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 6000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Ubi ungu dapat bertahan lebih lama dengan menyimpannya di tempat yang kering dan bersih dan menggunakan wadah bejaring agar lebih tahan lama dan tidak bertunas. Hindari menyimpan ubi dengan menumpuk satu ubi dengan ubi lainnya. Menumpuk ubi akan membuat ubi cepat bertunas bahkan busuk.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2097152\",\r\n      \"product_name\": \"Bengkoang\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Bengkoang.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 16000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Pada suhu ruangan bengkuang akan tetap segar sampai 1 bulan. Jika sudah dipotong, sebaiknya bengkuang disimpan di kulkas dengan dibungkus dalam wadah tertutup dengan lapisan air di bagian bawahnya agar bengkuang tidak kering dan terjaga kelembapannya.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2162688\",\r\n      \"product_name\": \"Buah Bit\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BuahBit_Beet.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bit kaya akan mineral kalium yang membantu saraf dan otot berfungsi dengan baik. Buah bit yang mengandung serat dan antioksidan terlihat memiliki efek baik bagi saluran pencernaan. Kandungan nutrisi ini membuat buah bit dapat membantu kelancaran proses pencernaan.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2293760\",\r\n      \"product_name\": \"Brokoli\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Brokoli.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 42500,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Sebelum menyimpan brokoli di kulkas, celupkan brokoli pada air garam atau air hangat sebentar untuk membunuh ulat sayur pada brokoli. Segera tiriskan brokoli dan bungkus dalam kantong kertas lalu simpan di kulkas.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2359296\",\r\n      \"product_name\": \"Fumak Bandung\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/FumakBandung.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2424832\",\r\n      \"product_name\": \"Buncis\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Buncis.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 17500,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Buncis yang disimpan pada suhu ruangan hanya bertahan 2-4 hari, namun mampu bertahan 7-8 hari di dalam kulkas dengan terlebih dahulu dicuci bersih, ditiriskan, dan dimasukkan dalam wadah plastik yang dilapisi tisu. Ganti tisu 2 hari sekali dan jika ada yang mulai menguning dan berbintik segera pisahkan agar buncis yang lain tidak terkontaminasi.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2490368\",\r\n      \"product_name\": \"Butterhead - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Butterhead.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2555904\",\r\n      \"product_name\": \"Ubi Cilembu\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Ubi Cilembu-2021-10-13_10-04-14.jpeg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 8000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Manfaat ubi Cilembu sangat beragam bagi kesehatan. Kaya akan serat dan vitamin A, ubi ini mempunyai mineral khusus yaitu zat besi, folat, mangan, vitamin C, vitamin B2, vitamin B6, vitamin D dan vitamin E yang baik untuk kulit. Walau dengan kandungan karbohidrat, namun tetap menjadi makanan baik untuk diet.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2621440\",\r\n      \"product_name\": \"Cabe Hijau Besar\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeHijauBesar.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 14900,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Ada banyak manfaat kesehatan dari cabai hijau yang tidak disadari. Itulah sebabnya cabai hijau lebih baik daripada bubuk cabai merah untuk makanan. Awetkan cabai dalam kulkas dengan menyimpan cabai tanpa dicuci dalam wadah tertutup yang dilapisi tisu. Letakkan satu siung bawang putih yang sudah dikupas di atas cabai untuk menghalau pertumbuhan bakteri sehingga cabai tetap segar dan rasa pedasnya terjaga.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2686976\",\r\n      \"product_name\": \"Cabe Kering TW\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeKeringTW.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 68000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Rasa pedas cabe ini tak beda jauh dengan yang segar. Karena sebenarnya cabe ini dikeringkan hingga airnya hilang sama sekali, karenanya selain lebih ringan rasa pedasnya lebih kuat menyengat. Jika terlalu lama disimpan, cabe akan berkurang pedasnya. Sebaiknya simpan dalam wadah bertutup dan kering\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2752512\",\r\n      \"product_name\": \"Cabe Keriting Hijau\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeKeritingHijau.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 16100,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Cabai bisa membantu menurunkan berat badan dengan membantu melancarkan sistem pencernaan untuk membantu mendorong sisa makanan supaya tidak terlalu lama ditimbun dalam tubuh. Awetkan cabai dalam kulkas dengan menyimpan cabai tanpa dicuci dalam wadah tertutup yang dilapisi tisu dan letakkan satu siung bawang putih yang sudah dikupas di atas cabai untuk menghalau pertumbuhan bakteri sehingga cabai tetap segar dan rasa pedasnya terjaga.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2818048\",\r\n      \"product_name\": \"Cabe Keriting Merah\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Cabekeritingmerah.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 18600,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Cabe Keriting Merah Eden Farm adalah produk yang sangat di gemari oleh customers Eden Farm. Untuk kamu yang punya bisnis kuliner, jangan mencuci cabai keriting merah jka ingin menyimpannya langsung ke dalam kulkas. Gunakan wadah tertutup yang dilapisi tisu, dan letakkan satu siung bawang putih yang sudah dikupas di atas cabai untuk menghalau pertumbuhan bakteri sehingga cabai tetap segar dan rasa pedasnya terjaga.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2883584\",\r\n      \"product_name\": \"Cabe Merah Besar\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeMerahBesar.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Ada beragam nutrisi di dalam cabe merah besar yang bermanfaat untuk kesehatan, termasuk protein, karbohidrat, gula, serat, lemak, vitamin A, vitamin B6, vitamin C, zat besi, magnesium, kalium, air dan capsaicin. Petani Eden Farm selalu menjaga kualitas Cabe merah besar untuk kamu.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2949120\",\r\n      \"product_name\": \"Cabe Rawit Hijau\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeRawitHijau.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 30900,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Cabai rawit merupakan salah satu tanaman hortikultura dari jenis sayuran yang memiliki buah kecil dengan rasa yang pedas. Awetkan cabai dalam kulkas dengan menyimpan cabai tanpa dicuci dalam wadah tertutup yang dilapisi tisu, Letakkan satu siung bawang putih yang sudah dikupas di atas cabai untuk menghalau pertumbuhan bakteri sehingga cabai tetap segar dan rasa pedasnya terjaga.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3014656\",\r\n      \"product_name\": \"Cabe Rawit Merah\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeRawitMerah.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 69900,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Petani cabe rawit merah Eden Farm selalu mengirimkan hasil panen terbailk mereka untuk keperluan usaha kulinermu. Cabe Rawit Merah selain populer digunakan sebagai bumbu masakan, juga bermanfaat untuk kesehatan, mulai dari menurunkan tekanan darah hingga menekan rasa lapar. Agar lebih tahan lama disimpan, sebaiknya cabai rawit tidak di cuci terlebih dahulu. Masukan ke dalam plastic container dengan dilapisi kertas dan tutup rapat apabila ingin di simpan di dalam kulkas.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3080192\",\r\n      \"product_name\": \"Caisim/Sawi Hijau\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Caisim.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 9500,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Caisim merupakan sayuran hijau yang kaya akan vitamin A, C, dan K yang sangat penting untuk menjaga fungsi tubuh. Caisim juga merupakan sumber mineral, kaya akan protein dan serat sehingga baik untuk pencernaan dan penurunan kolesterol, sekaligus dapat membantu detoksifikasi dalam tubuh, khususnya di dalam usus. Beli Caisim/Sawi Hijau dari Eden Farm, kami antar ke tempat anda dalam kondisi segar.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3145728\",\r\n      \"product_name\": \"Caisim/Sawi Hijau - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CaisimHydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3276800\",\r\n      \"product_name\": \"Daun Bawang Kecil\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunBawangKecil.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 14800,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun bawang memiliki sifat antiinflamasi dan antivirus yang berguna untuk melawan virus penyebab flu dan dan batuk. Daun bawang dapat mengurangi lendir berlebih akibat terserang flu. Karena mengeluarkan sedikit rasa pedas, daun bawang juga dapat melawan udara dingin saat musim hujan. Tambahkan daun bawang pada sup untuk memperoleh manfaatnya. Cuci dan tiriskan daun bawang lalu iris dan masukkan ke dalam wadah tertutup di dalam freezer, membuat daung bawang awet hingga lebih 1 bulan.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3342336\",\r\n      \"product_name\": \"Daun Bawang Besar\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunBawangBesarWhite.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 14300,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun bawang memiliki sifat antiinflamasi dan antivirus yang berguna untuk melawan virus penyebab flu dan dan batuk, Daun bawang dapat mengurangi lendir berlebih akibat terserang flu. Karena mengeluarkan sedikit rasa pedas, daun bawang juga dapat melawan udara dingin saat musim hujan. Tambahkan daun bawang pada sup untuk memperoleh manfaatnya.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3473408\",\r\n      \"product_name\": \"Daun Kemangi\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunKemangi.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 33400,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3604480\",\r\n      \"product_name\": \"Daun Kunyit\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunKunyit.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3670016\",\r\n      \"product_name\": \"Daun Melinjo\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunMelinjo.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 32000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun melinjo baik untuk sistem pencernaan karena mengandung serat. Selain itu, daun melinjo juga baik untuk penderita anemia karena kandungan zat besinya yang cukup tinggi.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3735552\",\r\n      \"product_name\": \"Daun Mint\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunMint.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 18700,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Tips menyimpan daun mint agar tahan hingga seminggu gampang saja, saat memotong daun mint potong hingga tangkainya jangan daunnya saja. Lalu masukkan ke dalam wadah bertutup berisi air hingga daun mint terendam, kemudian simpan di dalam kulkas. \",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3801088\",\r\n      \"product_name\": \"Daun Pandan\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunPandan.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25600,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Memilih perasa pandan membuat kue atau minuman terasa lembut dan tercium wangi khas saat menikmatinya. Selain itu, daun pandan mengandung alkaloid yang memberikan efek menenangkan yang efektif untuk mengobati insomnia. Cukup dengan cara merebus daun pandan lalu tambahkan satu sendok teh madu, minum air rebusan daun pandan selagi hangat.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3866624\",\r\n      \"product_name\": \"Daun Pepaya\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunPepaya.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13400,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3932160\",\r\n      \"product_name\": \"Daun Pepaya muda\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunPepayaMuda.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"4063232\",\r\n      \"product_name\": \"Daun Salam\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunSalam.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13400,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Selain digunakan sebagai penyedap masakan, daun dan minyaknya juga berguna sebagai obat. Berbagai manfaat daun salam untuk kesehatan di antaranya untuk mengatasi rematik, maag, telat haid, sakit perut, ramuan penyejuk serta pembasmi kecoa.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"4128768\",\r\n      \"product_name\": \"Daun Sereh\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunSereh.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"4194304\",\r\n      \"product_name\": \"Daun Singkong\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunSingkong.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun singkong merupakan salah satu jenis sayuran hijau yang memiliki kandungan nutrisi tinggi serta bemanfaat bagi kesehatan tubuh. Daun singkong bisa dijadikan salah satu menu alternatif pengganti sayuran lain karena mengandung gizi yang sama seperti bayam, kangkung atau katuk.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    }\r\n  ]\r\n}"},{"id":"b719fe80-da74-46ce-b0b9-7d8b7547d87d","name":"Get Product Catalog - 200 OK by sub district name","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required**"},{"key":"postal_code","value":"15146","description":"**required**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": [\r\n    {\r\n      \"id\": \"131072\",\r\n      \"product_name\": \"Red Endive\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Endive.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"196608\",\r\n      \"product_name\": \"Baby Buncis\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Baby Buncis-2021-10-21_09-54-24.jpeg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Kandungan serat pada baby buncis cukup baik untuk menjaga kesehatan saluran percernaan. Selain itu, pada baby buncis juga terdapat kandungan vitamin A, K, sedikit vitamin C, kalsium dan mineral.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"262144\",\r\n      \"product_name\": \"Baby Corn\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCorn.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Baby corn diketahui memiliki kadar lemak rendah dan banyak kandungan protein, kalsium, kalium, berbagai vitamin (A, C, B12, B15), serat dan senyawa lain. Di dalam baby corn, terdapat kandungan vitamin B yang cukup banyak. Manfaat Baby corn bagi kesehatan adalah sebagai penambah nutrisi sel otak, karena sayuran ini banyak mengandung zat tiamin yang sangat berperan aktif memelihara ingatan pada otak manusia.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"327680\",\r\n      \"product_name\": \"Baby Corn Kupas\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCornKupas.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"458752\",\r\n      \"product_name\": \"Baby Cos Lettuce - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCosLettuce.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"524288\",\r\n      \"product_name\": \"Baby Cos Lettuce Tanpa Akar - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCosLettuceTanpaAkar.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"589824\",\r\n      \"product_name\": \"Baby Kailan\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyKailan.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Karena kandungan seratnya yang tinggi, sayur kailan dapat membuat Anda merasa kenyang lebih lama. Selain itu, serat sayur kailan juga berfungsi untuk mempercepat proses penyerapan kalsium di dalam tubuh. Tak heran, sayur ini bisa jadi alternatif makanan diet untuk menurunkan berat badan.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"655360\",\r\n      \"product_name\": \"Baby Pakchoy - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyPakchoy-Hydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"720896\",\r\n      \"product_name\": \"Baby Potatoes\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/KentangBabyPotatoes.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 9500,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Kentang belum dikupas atau mentah cukup simpan di ruangan yang kering, jangan sampai terkena air karena bisa menyebabkan kentang busuk. Kentang mentah yang ditaruh dalam suhu ruangan bisa bertahan selama 1 minggu.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"786432\",\r\n      \"product_name\": \"Baby Romaine - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyRomaine-Hydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 37100,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Romaine tampilannya sepintas mirip dengan sawi putih. Sayuran asal Yunani dapat diolah menjadi lalapan atau tumisan yang menggugah selera. Bahkan, sayur dengan cita rasa renyah ini memiliki beragam manfaat bagi kesehatan.\\r\\nBaby romaine hydro ditanaman dengan sistem teknologi hidroponik, yaitu budidaya tanaman dengan memanfaatkan air sebagai media tumbuhnya dengan menekankan pada pemenuhan kebutuhan nutrisi bagi tanaman.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"851968\",\r\n      \"product_name\": \"Basil Sweet Italian\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/ItalianSweetBasil.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 80000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"917504\",\r\n      \"product_name\": \"Basil Sweet Italian - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BasilSweetItalian-hydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1179648\",\r\n      \"product_name\": \"Bawang Bombay Besar Grade A  (3-4 per kg)\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangBombaySedang-GradeA(5-7pcsper-kg).jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1245184\",\r\n      \"product_name\": \"Bawang Bombay Merah\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangBombayMerah.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 37100,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Selain warna, perbedaan bawang bombay merah dan putih terletak ketebalan kulit dan dagingnya. Bawang bombay merah memiliki lapisan yang lebih tebal sehingga cocok sebagai bahan tambahan untuk mengentalkan saus dan kuah pada sajian sup. Bawang bombay juga bisa menyehatkan sistem pencernaanmu. Hal ini karena bawang bombay merupakan sumber serat dan prebiotik yang baik untuk kelancaran buang air besar dan kesehatan usus secara menyeluruh.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1310720\",\r\n      \"product_name\": \"Bawang Merah\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangMerah.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25600,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Selain sebagai bumbu dapur, Bawang Merah juga dimanfaatkan sebagai obat herbal sejak dulu. Bawang merah bersifat antiinflamasi yang mampu mengurangi pengumpalan darah serta menurunkan tekanan darah. Bawang merah utuh sebaiknya disimpan dalam wadah terbuka pada suhu ruangan dan tidak terkena paparan sinar matahari langsung. Pisahkan bawang merah dan putih untuk menghindari pembusukan lebih cepat karena masing-masing mengeluarkan gas yang berbeda.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1376256\",\r\n      \"product_name\": \"Bawang Merah Besar\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/25003-Bawangmerahbesar.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 33400,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bawang merah memiliki aroma yang khas sehingga bisa menyedapkan masakan. Manfaat dari bawang merah ini bukan hanya sekadar jadi penyedap saja, tapi juga memberikan berbagai nutrisi yang dibutuhkan tubuh. Simpan bawang merah di tempat yang kering & terbuka, dan jangan satukan dengan bawang putih untuk menghindari pembusukan lebih cepat karena masing-masing mengeluarkan gas yang berbeda.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1441792\",\r\n      \"product_name\": \"Bawang Merah Kupas\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangMerahKupas.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 30900,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bawang merah yang sudah dikupas sebaiknya disimpan di kulkas dalam wadah tertutup, ini bisa membuat bawang bertahan selama 1-2 minggu meskipun tidak lebih lama daripada bawang di luar kulkas yang belum dikupas. Pisahkan bawang merah dan putih untuk menghindari pembusukan lebih cepat karena masing-masing mengeluarkan gas yang berbeda.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1507328\",\r\n      \"product_name\": \"Bawang Putih\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangPutih.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 24000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bawang putih diketahui sebagai bumbu dasar yang terpenting. Karena aroma bawang putih yang wangi dan tajam sulit digantikan dengan jenis bawang lain. Makan bawang putih di pagi hari bisa menstimulasi pencernaan dan selera makan. Semakin lancar pencernaan, maka tidak akan ada makanan yang bertumpuk dan membuat berat badan naik. Untuk itu bagi yang sedang diare juga disarankan untuk makan bawang putih sebagai pengobatan alami. Beli bawang putih segar dan berkualitas di Eden Farm.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1572864\",\r\n      \"product_name\": \"Bawang Putih Kupas\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BawangPutihKupas.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 27800,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bawang putih yang sudah dikupas sebaiknya disimpan di kulkas dalam wadah tertutup, ini bisa membuat bawang bertahan selama 1-2 minggu meskipun tidak lebih lama daripada bawang di luar kulkas yang belum dikupas. Pisahkan bawang merah dan putih untuk menghindari pembusukan lebih cepat karena masing-masing mengeluarkan gas yang berbeda.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1703936\",\r\n      \"product_name\": \"Bayam Hijau\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BayamHijau.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1769472\",\r\n      \"product_name\": \"Bayam Hijau - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BayamHydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 26600,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Sayuran bayam hijau hydro ini bebas pestisida. Bayam diketahui kaya akan berbagai vitamin, termasuk vitamin K. Konsumsi vitamin K sangat baik untuk tulang karena bertindak sebagai pengubah protein matriks tulang, meningkatkan penyerapan kalsium, dan dapat mengurangi jumlah kalsium yang keluar dari tubuh. Bayam memiliki banyak kandungan gizi yang baik untuk tubuh.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"1835008\",\r\n      \"product_name\": \"Ubi Ungu\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/UbiCilembuUngu.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 6000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Ubi ungu dapat bertahan lebih lama dengan menyimpannya di tempat yang kering dan bersih dan menggunakan wadah bejaring agar lebih tahan lama dan tidak bertunas. Hindari menyimpan ubi dengan menumpuk satu ubi dengan ubi lainnya. Menumpuk ubi akan membuat ubi cepat bertunas bahkan busuk.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2097152\",\r\n      \"product_name\": \"Bengkoang\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Bengkoang.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 16000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Pada suhu ruangan bengkuang akan tetap segar sampai 1 bulan. Jika sudah dipotong, sebaiknya bengkuang disimpan di kulkas dengan dibungkus dalam wadah tertutup dengan lapisan air di bagian bawahnya agar bengkuang tidak kering dan terjaga kelembapannya.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2162688\",\r\n      \"product_name\": \"Buah Bit\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BuahBit_Beet.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Bit kaya akan mineral kalium yang membantu saraf dan otot berfungsi dengan baik. Buah bit yang mengandung serat dan antioksidan terlihat memiliki efek baik bagi saluran pencernaan. Kandungan nutrisi ini membuat buah bit dapat membantu kelancaran proses pencernaan.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2293760\",\r\n      \"product_name\": \"Brokoli\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Brokoli.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 42500,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Sebelum menyimpan brokoli di kulkas, celupkan brokoli pada air garam atau air hangat sebentar untuk membunuh ulat sayur pada brokoli. Segera tiriskan brokoli dan bungkus dalam kantong kertas lalu simpan di kulkas.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2359296\",\r\n      \"product_name\": \"Fumak Bandung\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/FumakBandung.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2424832\",\r\n      \"product_name\": \"Buncis\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Buncis.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 17500,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Buncis yang disimpan pada suhu ruangan hanya bertahan 2-4 hari, namun mampu bertahan 7-8 hari di dalam kulkas dengan terlebih dahulu dicuci bersih, ditiriskan, dan dimasukkan dalam wadah plastik yang dilapisi tisu. Ganti tisu 2 hari sekali dan jika ada yang mulai menguning dan berbintik segera pisahkan agar buncis yang lain tidak terkontaminasi.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2490368\",\r\n      \"product_name\": \"Butterhead - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Butterhead.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2555904\",\r\n      \"product_name\": \"Ubi Cilembu\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Ubi Cilembu-2021-10-13_10-04-14.jpeg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 8000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Manfaat ubi Cilembu sangat beragam bagi kesehatan. Kaya akan serat dan vitamin A, ubi ini mempunyai mineral khusus yaitu zat besi, folat, mangan, vitamin C, vitamin B2, vitamin B6, vitamin D dan vitamin E yang baik untuk kulit. Walau dengan kandungan karbohidrat, namun tetap menjadi makanan baik untuk diet.\",\r\n      \"order_min_qty\": 0.5,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2621440\",\r\n      \"product_name\": \"Cabe Hijau Besar\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeHijauBesar.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 14900,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Ada banyak manfaat kesehatan dari cabai hijau yang tidak disadari. Itulah sebabnya cabai hijau lebih baik daripada bubuk cabai merah untuk makanan. Awetkan cabai dalam kulkas dengan menyimpan cabai tanpa dicuci dalam wadah tertutup yang dilapisi tisu. Letakkan satu siung bawang putih yang sudah dikupas di atas cabai untuk menghalau pertumbuhan bakteri sehingga cabai tetap segar dan rasa pedasnya terjaga.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2686976\",\r\n      \"product_name\": \"Cabe Kering TW\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeKeringTW.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 68000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Rasa pedas cabe ini tak beda jauh dengan yang segar. Karena sebenarnya cabe ini dikeringkan hingga airnya hilang sama sekali, karenanya selain lebih ringan rasa pedasnya lebih kuat menyengat. Jika terlalu lama disimpan, cabe akan berkurang pedasnya. Sebaiknya simpan dalam wadah bertutup dan kering\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2752512\",\r\n      \"product_name\": \"Cabe Keriting Hijau\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeKeritingHijau.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 16100,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Cabai bisa membantu menurunkan berat badan dengan membantu melancarkan sistem pencernaan untuk membantu mendorong sisa makanan supaya tidak terlalu lama ditimbun dalam tubuh. Awetkan cabai dalam kulkas dengan menyimpan cabai tanpa dicuci dalam wadah tertutup yang dilapisi tisu dan letakkan satu siung bawang putih yang sudah dikupas di atas cabai untuk menghalau pertumbuhan bakteri sehingga cabai tetap segar dan rasa pedasnya terjaga.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2818048\",\r\n      \"product_name\": \"Cabe Keriting Merah\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Cabekeritingmerah.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 18600,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Cabe Keriting Merah Eden Farm adalah produk yang sangat di gemari oleh customers Eden Farm. Untuk kamu yang punya bisnis kuliner, jangan mencuci cabai keriting merah jka ingin menyimpannya langsung ke dalam kulkas. Gunakan wadah tertutup yang dilapisi tisu, dan letakkan satu siung bawang putih yang sudah dikupas di atas cabai untuk menghalau pertumbuhan bakteri sehingga cabai tetap segar dan rasa pedasnya terjaga.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2883584\",\r\n      \"product_name\": \"Cabe Merah Besar\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeMerahBesar.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Ada beragam nutrisi di dalam cabe merah besar yang bermanfaat untuk kesehatan, termasuk protein, karbohidrat, gula, serat, lemak, vitamin A, vitamin B6, vitamin C, zat besi, magnesium, kalium, air dan capsaicin. Petani Eden Farm selalu menjaga kualitas Cabe merah besar untuk kamu.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"2949120\",\r\n      \"product_name\": \"Cabe Rawit Hijau\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeRawitHijau.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 30900,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Cabai rawit merupakan salah satu tanaman hortikultura dari jenis sayuran yang memiliki buah kecil dengan rasa yang pedas. Awetkan cabai dalam kulkas dengan menyimpan cabai tanpa dicuci dalam wadah tertutup yang dilapisi tisu, Letakkan satu siung bawang putih yang sudah dikupas di atas cabai untuk menghalau pertumbuhan bakteri sehingga cabai tetap segar dan rasa pedasnya terjaga.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3014656\",\r\n      \"product_name\": \"Cabe Rawit Merah\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CabeRawitMerah.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 69900,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Petani cabe rawit merah Eden Farm selalu mengirimkan hasil panen terbailk mereka untuk keperluan usaha kulinermu. Cabe Rawit Merah selain populer digunakan sebagai bumbu masakan, juga bermanfaat untuk kesehatan, mulai dari menurunkan tekanan darah hingga menekan rasa lapar. Agar lebih tahan lama disimpan, sebaiknya cabai rawit tidak di cuci terlebih dahulu. Masukan ke dalam plastic container dengan dilapisi kertas dan tutup rapat apabila ingin di simpan di dalam kulkas.\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3080192\",\r\n      \"product_name\": \"Caisim/Sawi Hijau\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Caisim.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 9500,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Caisim merupakan sayuran hijau yang kaya akan vitamin A, C, dan K yang sangat penting untuk menjaga fungsi tubuh. Caisim juga merupakan sumber mineral, kaya akan protein dan serat sehingga baik untuk pencernaan dan penurunan kolesterol, sekaligus dapat membantu detoksifikasi dalam tubuh, khususnya di dalam usus. Beli Caisim/Sawi Hijau dari Eden Farm, kami antar ke tempat anda dalam kondisi segar.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3145728\",\r\n      \"product_name\": \"Caisim/Sawi Hijau - Hydro\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/CaisimHydro.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3276800\",\r\n      \"product_name\": \"Daun Bawang Kecil\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunBawangKecil.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 14800,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun bawang memiliki sifat antiinflamasi dan antivirus yang berguna untuk melawan virus penyebab flu dan dan batuk. Daun bawang dapat mengurangi lendir berlebih akibat terserang flu. Karena mengeluarkan sedikit rasa pedas, daun bawang juga dapat melawan udara dingin saat musim hujan. Tambahkan daun bawang pada sup untuk memperoleh manfaatnya. Cuci dan tiriskan daun bawang lalu iris dan masukkan ke dalam wadah tertutup di dalam freezer, membuat daung bawang awet hingga lebih 1 bulan.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3342336\",\r\n      \"product_name\": \"Daun Bawang Besar\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunBawangBesarWhite.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 14300,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun bawang memiliki sifat antiinflamasi dan antivirus yang berguna untuk melawan virus penyebab flu dan dan batuk, Daun bawang dapat mengurangi lendir berlebih akibat terserang flu. Karena mengeluarkan sedikit rasa pedas, daun bawang juga dapat melawan udara dingin saat musim hujan. Tambahkan daun bawang pada sup untuk memperoleh manfaatnya.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3473408\",\r\n      \"product_name\": \"Daun Kemangi\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunKemangi.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 33400,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3604480\",\r\n      \"product_name\": \"Daun Kunyit\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunKunyit.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3670016\",\r\n      \"product_name\": \"Daun Melinjo\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunMelinjo.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 32000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun melinjo baik untuk sistem pencernaan karena mengandung serat. Selain itu, daun melinjo juga baik untuk penderita anemia karena kandungan zat besinya yang cukup tinggi.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3735552\",\r\n      \"product_name\": \"Daun Mint\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunMint.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 18700,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Tips menyimpan daun mint agar tahan hingga seminggu gampang saja, saat memotong daun mint potong hingga tangkainya jangan daunnya saja. Lalu masukkan ke dalam wadah bertutup berisi air hingga daun mint terendam, kemudian simpan di dalam kulkas. \",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3801088\",\r\n      \"product_name\": \"Daun Pandan\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunPandan.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25600,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Memilih perasa pandan membuat kue atau minuman terasa lembut dan tercium wangi khas saat menikmatinya. Selain itu, daun pandan mengandung alkaloid yang memberikan efek menenangkan yang efektif untuk mengobati insomnia. Cukup dengan cara merebus daun pandan lalu tambahkan satu sendok teh madu, minum air rebusan daun pandan selagi hangat.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3866624\",\r\n      \"product_name\": \"Daun Pepaya\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunPepaya.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13400,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"3932160\",\r\n      \"product_name\": \"Daun Pepaya muda\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunPepayaMuda.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"4063232\",\r\n      \"product_name\": \"Daun Salam\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunSalam.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13400,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Selain digunakan sebagai penyedap masakan, daun dan minyaknya juga berguna sebagai obat. Berbagai manfaat daun salam untuk kesehatan di antaranya untuk mengatasi rematik, maag, telat haid, sakit perut, ramuan penyejuk serta pembasmi kecoa.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"4128768\",\r\n      \"product_name\": \"Daun Sereh\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunSereh.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"4194304\",\r\n      \"product_name\": \"Daun Singkong\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunSingkong.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun singkong merupakan salah satu jenis sayuran hijau yang memiliki kandungan nutrisi tinggi serta bemanfaat bagi kesehatan tubuh. Daun singkong bisa dijadikan salah satu menu alternatif pengganti sayuran lain karena mengandung gizi yang sama seperti bayam, kangkung atau katuk.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    }\r\n  ]\r\n}"},{"id":"0afc5f48-58ee-4653-b857-dcf26137fa16","name":"Get Product Catalog - 200 By Search Name","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&sub_district_name=Kel. Kenanga&postal_code=15146&search_name=red","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required**"},{"key":"postal_code","value":"15146","description":"**required **"},{"key":"search_name","value":"red","description":"**optional**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": [\r\n    {\r\n      \"id\": \"131072\",\r\n      \"product_name\": \"Red Endive\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Endive.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 25000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"decimal_enabled\": \"1\"\r\n    }\r\n  ]\r\n}"},{"id":"61c51a92-a6c8-4464-83c2-e80220afa277","name":"Get Product Catalog - 200 By Search id","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&address_id=112456&sub_district_name=Kel. Kenanga&postal_code=15146&search_id=4194304","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"address_id","value":"112456","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"},{"key":"search_name","value":"red","description":"**optional**","disabled":true},{"key":"search_id","value":"4194304","description":"**optional**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": [\r\n    {\r\n      \"id\": \"4194304\",\r\n      \"product_name\": \"Daun Singkong\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/DaunSingkong.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 13000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Daun singkong merupakan salah satu jenis sayuran hijau yang memiliki kandungan nutrisi tinggi serta bemanfaat bagi kesehatan tubuh. Daun singkong bisa dijadikan salah satu menu alternatif pengganti sayuran lain karena mengandung gizi yang sama seperti bayam, kangkung atau katuk.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"decimal_enabled\": \"1\"\r\n    }\r\n  ]\r\n}"},{"id":"becf5349-9775-426a-93e2-ed40be25aa90","name":"Get Product Catalog - 200 NULL","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&address_id=112456&sub_district_name=Kel. Kenanga&postal_code=15146&search=red","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"address_id","value":"112456","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"},{"key":"search","value":"red","description":"**optional**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": null\r\n}"},{"id":"1fa0117d-9b14-459a-89a8-ad98ee5207c7","name":"Get Product Catalog - 401","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&address_id=112456&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"address_id","value":"112456","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Unauthorized\"\r\n}"},{"id":"5be6b515-70d5-40b9-bfb4-40598842b64c","name":"Get Product Catalog - 404","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/productss?page=1&limit=200&address_id=112456&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","productss"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"address_id","value":"112456","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Not Found\"\r\n}"},{"id":"993b929e-32ec-4cf2-b4ca-199c57cadaa7","name":"Get Product Catalog - 405","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&address_id=112456&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"address_id","value":"112456","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"fail\",\r\n  \"message\": \"Method Not Allowed\"\r\n}"},{"id":"423721e3-1619-43d9-85ef-5aaf3fa87653","name":"Get Product Catalog - 415","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&address_id=112456&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"address_id","value":"112456","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unsupported Media Type\"\r\n}"},{"id":"4c0dca0e-4a9d-41b6-8883-6c027219c141","name":"Get Product Catalog - 422","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/product?page=1&limit=200&address_id=112456","host":["{{base_url}}"],"path":["v1","product"],"query":[{"key":"page","value":"1","description":"**required**"},{"key":"limit","value":"200","description":"**required**"},{"key":"address_id","value":"112456","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**","disabled":true},{"key":"postal_code","value":"15146","description":"**required conditionally**","disabled":true}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"{{parameters_name}}\": \"The {{parameters_name}} parameters is required.\", // null required param\r\n        \"{{parameters_name2}}\": \"The {{parameters_name2}} parameters value should be a number and greater than 0\", // number required param\r\n        \"limit\": \"The limit parameters out of maximum, maximum return 200 data.\", // maximum limit param\r\n        \"{{parameters_name3}}\": \"The {{parameters_name3}} parameters is not valid.\", // not valid param because can't found in eden farm system\r\n        \"sub_district_name\": \"The sub_district_id parameters out of our area coverage\", // if area is null or sub district is not our coverage\r\n        \"filter.parameters\": \"The filter.parameters should be address_id only or sub_district_name AND postal_code only\", // all param for address_id, sub_district_name, postal_code have value\r\n        \"filter.parameters\": \"The filter.parameters at least have value in address_id only or sub_district_name AND postal_code only\" // all param for address_id, sub_district_name, postal_code have no value\r\n    }\r\n}"}],"_postman_id":"575c0707-1621-453f-b5e8-c6cc5fa90fc3"},{"name":"Product Sync by Id","id":"89b08d48-8e1b-436d-b513-d474d6663b18","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"},{"key":"secret_key","value":"7iElEVZzVx0000nwtgy"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"address_id\": \"14876672\",\n        \"sub_district_name\":\"\",\n        \"postal_code\": \"\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/product/sync","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>This API endpoint is used to synchronize the product inside the customer's cart or if there is a change in address inside the check-out page. This is for get the updated data of availability and price of the product based on the subdistrict or if the product is inside the customer's cart for a long time. Before the customer does the checkout.</p>\n<h1 id=\"data-request-structure\">Data Request Structure</h1>\n<ul>\n<li><code>address_id</code> (string, conditionally) - this parameter is conditionally means if you want get the product based on specific customer's address this parameter is required and should be valid</li>\n<li><code>sub_district_name</code> (string, conditionally) - you can get the product by subdistrict name (kelurahan) you should bring the value in this parameters with format \"<strong>Kel.[space]</strong> <em><strong>nama kelurahan</strong></em>\"</li>\n<li><code>postal_code</code> (string, conditionally) - postal code is mandatory if you want to get the product by sub district name</li>\n<li><code>product_id</code>(string, required) - concated product id that want to be synchronize, separate by , (coma)</li>\n</ul>\n<h1 id=\"data-response-structure\"><strong>Data Response Structure</strong></h1>\n<ul>\n<li><code>id</code> (string, required) - the unique identity of the product, if product is not available product id will be not exist in the response</li>\n<li><code>product_name</code>(string, required) - name of the product</li>\n<li><code>image_url</code>(string, optional) - image url that can be access for the product</li>\n<li><code>item_uom_name</code>(string, required) - unit of measurement of the product can be KG, Pack, Pcs etc</li>\n<li><code>unit_price</code>(number, required) - valid price of product per UOM, refer to this object for updated price</li>\n<li><code>shadow_price</code>(number, optional) - shadow price for the display of the real price if there is a discount</li>\n<li><code>shadow_price_pct</code>(number, optional) - percentage shadow price per unit price if discount exist</li>\n<li><code>description</code>(string, optional) - description of the product</li>\n<li><code>order_min_qty</code>(number, required) - minimum qty can order the product. can not insert below the minimum quantity and can only order multiple min qty, but there is no maximum</li>\n<li><code>decimal_enabled</code>(enum, required) - flagging is the qty can be decimal or not<ul>\n<li>1 - Yes can be decimal qty</li>\n<li>2 - No can not be decimal qty</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v1","product","sync"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"61010dd7-9744-4bac-aff1-72147ebcd2b1","name":"Product Sync By Id - 200 By Address","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"address_id\": \"14876672\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/product/sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": [\r\n    {\r\n      \"id\": \"131072\",\r\n      \"product_name\": \"Red Endive\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Endive.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"196608\",\r\n      \"product_name\": \"Baby Buncis\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Baby Buncis-2021-10-21_09-54-24.jpeg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 26000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Kandungan serat pada baby buncis cukup baik untuk menjaga kesehatan saluran percernaan. Selain itu, pada baby buncis juga terdapat kandungan vitamin A, K, sedikit vitamin C, kalsium dan mineral.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"262144\",\r\n      \"product_name\": \"Baby Corn\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCorn.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 27300,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Baby corn diketahui memiliki kadar lemak rendah dan banyak kandungan protein, kalsium, kalium, berbagai vitamin (A, C, B12, B15), serat dan senyawa lain. Di dalam baby corn, terdapat kandungan vitamin B yang cukup banyak. Manfaat Baby corn bagi kesehatan adalah sebagai penambah nutrisi sel otak, karena sayuran ini banyak mengandung zat tiamin yang sangat berperan aktif memelihara ingatan pada otak manusia.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    }\r\n  ]\r\n}"},{"id":"a557fde3-b920-40be-b418-7fb895f4bcc2","name":"Product Sync By Id - 200 By sub district name","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"sub_district_name\":\"Kel. Kenanga\",\n        \"postal_code\": \"15146\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/product/sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": [\r\n    {\r\n      \"id\": \"131072\",\r\n      \"product_name\": \"Red Endive\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Endive.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 999999,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"196608\",\r\n      \"product_name\": \"Baby Buncis\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Baby Buncis-2021-10-21_09-54-24.jpeg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 26000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Kandungan serat pada baby buncis cukup baik untuk menjaga kesehatan saluran percernaan. Selain itu, pada baby buncis juga terdapat kandungan vitamin A, K, sedikit vitamin C, kalsium dan mineral.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"262144\",\r\n      \"product_name\": \"Baby Corn\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCorn.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 27300,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Baby corn diketahui memiliki kadar lemak rendah dan banyak kandungan protein, kalsium, kalium, berbagai vitamin (A, C, B12, B15), serat dan senyawa lain. Di dalam baby corn, terdapat kandungan vitamin B yang cukup banyak. Manfaat Baby corn bagi kesehatan adalah sebagai penambah nutrisi sel otak, karena sayuran ini banyak mengandung zat tiamin yang sangat berperan aktif memelihara ingatan pada otak manusia.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    }\r\n  ]\r\n}"},{"id":"61dd8923-482f-48c6-b632-0379b0fc796b","name":"Product Sync By Id - 200 Price Changes","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"address_id\": \"14876672\",\n        \"sub_district_name\":\"\",\n        \"postal_code\": \"\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/product/sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": [\r\n    {\r\n      \"id\": \"131072\", // if product is availbale the id is exsit in object if not the product already not available\r\n      \"product_name\": \"Red Endive\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Endive.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 100000, // price changes looking into this object\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"\",\r\n      \"order_min_qty\": 0.25,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"196608\",\r\n      \"product_name\": \"Baby Buncis\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/Baby Buncis-2021-10-21_09-54-24.jpeg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 26000,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Kandungan serat pada baby buncis cukup baik untuk menjaga kesehatan saluran percernaan. Selain itu, pada baby buncis juga terdapat kandungan vitamin A, K, sedikit vitamin C, kalsium dan mineral.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    },\r\n    {\r\n      \"id\": \"262144\",\r\n      \"product_name\": \"Baby Corn\",\r\n      \"image_url\": \"https://sgp1.digitaloceanspaces.com/image-prod-eden/product/BabyCorn.jpg\",\r\n      \"item_uom_name\": \"KG\",\r\n      \"unit_price\": 27300,\r\n      \"shadow_price\": 0,\r\n      \"shadow_price_pct\": 0,\r\n      \"description\": \"Baby corn diketahui memiliki kadar lemak rendah dan banyak kandungan protein, kalsium, kalium, berbagai vitamin (A, C, B12, B15), serat dan senyawa lain. Di dalam baby corn, terdapat kandungan vitamin B yang cukup banyak. Manfaat Baby corn bagi kesehatan adalah sebagai penambah nutrisi sel otak, karena sayuran ini banyak mengandung zat tiamin yang sangat berperan aktif memelihara ingatan pada otak manusia.\",\r\n      \"order_min_qty\": 0.1,\r\n      \"tag_product\": \"sayuran_segar\",\r\n      \"product_tag_name\": \"Sayuran Segar\",\r\n      \"decimal_enabled\": \"1\"\r\n    }\r\n  ]\r\n}"},{"id":"89508e1b-648e-47b6-8b48-dc9e8bfacfe8","name":"Product Sync By Id - 200 Null","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"address_id\": \"14876672\",\n        \"sub_district_name\":\"\",\n        \"postal_code\": \"\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/product/sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": null\r\n}"},{"id":"9e8215b9-c649-416f-99a3-6f67f1ac598e","name":"Product Sync By Id - 401","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","disabled":true},{"key":"secret_key","value":"7iElEVZzVx0000nwtgy","disabled":true},{"key":"platform","value":"oapi-eden","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"address_id\": \"14876672\",\n        \"sub_district_name\":\"\",\n        \"postal_code\": \"\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/product/sync"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Unauthorized\"\n}"},{"id":"4dc68443-89d8-43ae-8a79-94741b5fb645","name":"Product Sync By Id - 404","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"address_id\": \"14876672\",\n        \"sub_district_name\":\"\",\n        \"postal_code\": \"\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/products/sync"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Not Found\"\n}"},{"id":"05c8e079-1c00-455b-a11c-9080d90cf5b5","name":"Product Sync By Id - 405","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"address_id\": \"14876672\",\n        \"sub_district_name\":\"\",\n        \"postal_code\": \"\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/product/sync"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Method Not Allowed\"\n}"},{"id":"f8d6b5e7-d69b-4837-8ae4-4436e56692b6","name":"Product Sync By Id - 422","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"}],"body":{"mode":"raw","raw":"{\n    \"data\":{\n        \"address_id\": \"14876672\",\n        \"sub_district_name\":\"\",\n        \"postal_code\": \"\",\n        \"product_id\": \"196608,188878,20009,100923\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/product/sync"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"{{field_name}}\": \"The {{field_name}} field is required.\", // null required object\r\n        \"{{field_name2}}\": \"The {{field_name2}} field is not valid.\", // not valid object because can't found in eden farm system\r\n        \"filter.fields\": \"The filter.fields should be address_id only or sub_district_name AND postal_code only\", // all filter field for address_id, sub_district_name, postal_code have value\r\n        \"filter.fields\": \"The filter.fields at least have value in address_id only or sub_district_name AND postal_code only\", // all param for address_id, sub_district_name, postal_code have no value\r\n        \"sub_district_name\": \"The sub_district_name field out of our area coverage\" // if area is null or sub district is not our coverage\r\n    }\r\n}"}],"_postman_id":"89b08d48-8e1b-436d-b513-d474d6663b18"},{"name":"Get Delivery Date","id":"b443a453-117c-495d-bc98-e0b4d97f41d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"platform","value":"oapi-eden","description":"<p><strong>required</strong></p>\n","type":"text"}],"url":"{{base_url}}/v1/delivery/get-date?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>This API endpoint is used to get list of the available delivery date in Eden Farm, customer can choose date when the order want to deliver to their address. Can get based on customer's address area or subdistrict name with postal code</p>\n<h1 id=\"request-parameter\">Request Parameter</h1>\n<ul>\n<li><code>area_id</code>(string, conditionally) - this parameter is conditionally means if you want get the delivery date based on specific customer's address this parameter is required and should be valid</li>\n<li><code>sub_district_name</code> (string, conditionally) - you can get the delivery date by subdistrict name (kelurahan) you should bring the value in this parameters with format \"<strong>Kel.[space]</strong> <em><strong>nama kelurahan</strong></em>\"</li>\n<li><code>postal_code</code> (string, conditionally) - postal code is mandatory if you want to get the delivery date by sub district name</li>\n</ul>\n<h1 id=\"data-response-structure\">Data Response Structure</h1>\n<ul>\n<li><code>Date</code> (array, required) - list of delivery date</li>\n</ul>\n","urlObject":{"path":["v1","delivery","get-date"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"area_id","value":"1112222"},{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"sub_district_name","value":"Kel. Kenanga"},{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"postal_code","value":"15146"}],"variable":[]}},"response":[{"id":"3a4404b3-e49e-4ac7-9a95-31620e6c1de2","name":"Get Delivery Date - 200 OK by area id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-date?area_id=1112222","host":["{{base_url}}"],"path":["v1","delivery","get-date"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**","disabled":true},{"key":"postal_code","value":"15146","description":"**required conditionally**","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"Date\": [\r\n            \"2021-12-14\",\r\n            \"2021-12-15\",\r\n            \"2021-12-16\",\r\n            \"2021-12-17\",\r\n            \"2021-12-18\"\r\n        ]\r\n    }\r\n}"},{"id":"c02663bc-47f1-4e64-bcaa-2ee2dc913b4a","name":"Get Delivery Date - 200 OK by sub district name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-date?sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-date"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**","disabled":true},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"Date\": [\r\n            \"2021-12-14\",\r\n            \"2021-12-15\",\r\n            \"2021-12-16\",\r\n            \"2021-12-17\",\r\n            \"2021-12-18\"\r\n        ]\r\n    }\r\n}"},{"id":"1710a2b8-1298-41d0-ac03-f4079593230a","name":"Get Delivery Date - 200 NULL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-date?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-date"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": null\n}"},{"id":"4eadf9a6-095d-4f18-bc98-daac66610505","name":"Get Delivery Date - 401","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text","disabled":true},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text","disabled":true},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v1/delivery/get-date?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-date"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unauthorized\"\r\n}"},{"id":"f374e1db-b0f6-4913-a472-e2ccb4c2e185","name":"Get Delivery Date - 404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/deliveries/get-date?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","deliveries","get-date"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Not Found\"\n}"},{"id":"084d90a2-74fd-4a0c-9cef-09e4e7f29bc4","name":"Get Delivery Date - 405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/deliverys/get-date?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","deliverys","get-date"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Method Not Allowed\"\r\n}"},{"id":"831017ba-af54-452d-81d8-0019e91c7a9a","name":"Get Delivery Date - 415","originalRequest":{"method":"GET","header":[{"key":"api_key","value":"{{api_key}}","description":"**required**","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v1/delivery/get-date?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-date"],"query":[{"key":"area_id","value":"1112222"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unsupported Media Type\"\r\n}"},{"id":"e4ce46ac-0b92-4184-8385-46a1006d0b13","name":"Get Delivery Date - 422","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-date?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-date"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"{{parameters_name}}\": \"The {{parameters_name}} parameters is required.\", // null required object\r\n        \"{{parameters_name2}}\": \"The {{parameters_name2}} parameters is not valid.\", // not valid object because can't found in eden farm system\r\n        \"sub_district_name\": \"The sub_district_name parameters out of our area coverage\", // if area is null or sub district is not our coverage\r\n        \"filter.parameters\": \"The filter.parameters should be address_id only or sub_district_name AND postal_code only\", // all param for address_id, sub_district_name, postal_code have value\r\n        \"filter.parameters\": \"The filter.parameters at least have value in address_id only or sub_district_name AND postal_code only\" // all param for address_id, sub_district_name, postal_code have no value\r\n    }\r\n}"}],"_postman_id":"b443a453-117c-495d-bc98-e0b4d97f41d0"},{"name":"Get WRT List","id":"3611bb72-7a3f-4fe8-8fb0-0d7844a6b57c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"platform","value":"oapi-eden","description":"<p><strong>required</strong></p>\n","type":"text"}],"url":"{{base_url}}/v1/delivery/get-wrt?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>This API endpoint is used to get list of the available windows receiving time(WRT) in Eden Farm, WRT is range of time in a clock that customer can choose range of time when the order want to deliver to their address. Can get based on customer's address area or subdistrict name with postal code</p>\n<h1 id=\"request-parameter\">Request Parameter</h1>\n<ul>\n<li><code>area_id</code>(string, conditionally) - this parameter is conditionally means if you want get the WRT based on specific customer's address this parameter is required and should be valid</li>\n<li><code>sub_district_name</code> (string, conditionally) - you can get the WRT by subdistrict name (kelurahan) you should bring the value in this parameters with format \"<strong>Kel.[space]</strong> <em><strong>nama kelurahan</strong></em>\"</li>\n<li><code>postal_code</code> (string, conditionally) - postal code is mandatory if you want to get the WRT by sub district name</li>\n</ul>\n<h1 id=\"data-response-structure\">Data Response Structure</h1>\n<ul>\n<li><code>code</code>(string, required) - code identity for the wrt</li>\n<li><code>range_time</code>(string, required) - range time value</li>\n<li><code>note</code>(string, optional) - additional note if needed</li>\n</ul>\n","urlObject":{"path":["v1","delivery","get-wrt"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"area_id","value":"1112222"},{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"sub_district_name","value":"Kel. Kenanga"},{"description":{"content":"<p><strong>required conditionally</strong></p>\n","type":"text/plain"},"key":"postal_code","value":"15146"}],"variable":[]}},"response":[{"id":"9039a6fe-74c2-4c5d-8b9e-7f52c812b186","name":"Get WRT List - 200 By address id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-wrt?area_id=1112222&sub_district_name&postal_code","host":["{{base_url}}"],"path":["v1","delivery","get-wrt"],"query":[{"key":"area_id","value":"1112222"},{"key":"sub_district_name","value":null},{"key":"postal_code","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"code\": \"DT0002\",\r\n            \"range_time\": \"04:00-05:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0003\",\r\n            \"range_time\": \"05:00-07:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0004\",\r\n            \"range_time\": \"07:00-09:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0005\",\r\n            \"range_time\": \"09:00-11:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0007\",\r\n            \"range_time\": \"11:00-13:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0008\",\r\n            \"range_time\": \"13:00-15:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0006\",\r\n            \"range_time\": \"09:00-13:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0001\",\r\n            \"range_time\": \"03:00-04:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0043\",\r\n            \"range_time\": \"02:00-03:00\",\r\n            \"note\": \"Kota Jakarta only (lebaran 2021)\"\r\n        },\r\n        {\r\n            \"code\": \"DT0047\",\r\n            \"range_time\": \"14:00-16:00\",\r\n            \"note\": \"Lebaran 2021\"\r\n        }\r\n    ]\r\n}"},{"id":"e319170f-4d08-42af-b028-e6c881b462fa","name":"Get WRT List - 200 By sub district name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-wrt?sub_district_name=Kel. kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-wrt"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**","disabled":true},{"key":"sub_district_name","value":"Kel. kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"code\": \"DT0002\",\r\n            \"range_time\": \"04:00-05:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0003\",\r\n            \"range_time\": \"05:00-07:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0004\",\r\n            \"range_time\": \"07:00-09:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0005\",\r\n            \"range_time\": \"09:00-11:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0007\",\r\n            \"range_time\": \"11:00-13:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0008\",\r\n            \"range_time\": \"13:00-15:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0006\",\r\n            \"range_time\": \"09:00-13:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0001\",\r\n            \"range_time\": \"03:00-04:00\",\r\n            \"note\": \"\"\r\n        },\r\n        {\r\n            \"code\": \"DT0043\",\r\n            \"range_time\": \"02:00-03:00\",\r\n            \"note\": \"Kota Jakarta only (lebaran 2021)\"\r\n        },\r\n        {\r\n            \"code\": \"DT0047\",\r\n            \"range_time\": \"14:00-16:00\",\r\n            \"note\": \"Lebaran 2021\"\r\n        }\r\n    ]\r\n}"},{"id":"f8842c84-8700-4e13-bf5d-76520110a868","name":"Get WRT List -  200 Null","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-wrt?area_id=1112222","host":["{{base_url}}"],"path":["v1","delivery","get-wrt"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":null,"description":"**required conditionally**","disabled":true},{"key":"postal_code","value":null,"description":"**required conditionally**","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": null\r\n}"},{"id":"fbd6a80d-77a4-4a69-ab5c-6adf346c580e","name":"Get WRT List - 401","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text","disabled":true},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text","disabled":true},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v1/delivery/get-wrt?area_id=1112222&sub_district_name&postal_code","host":["{{base_url}}"],"path":["v1","delivery","get-wrt"],"query":[{"key":"area_id","value":"1112222"},{"key":"sub_district_name","value":null},{"key":"postal_code","value":null}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unauthorized\"\r\n}"},{"id":"33a5a619-b17f-4f36-8fa2-6c6fc23a52f0","name":"Get WRT List - 404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/deliverys/get-wrt?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","deliverys","get-wrt"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Not Found\"\r\n}"},{"id":"b9c1863e-be1d-4d0f-be71-740f95db00b0","name":"Get WRT List - 405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-wrt?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-wrt"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Method Not Allowed\"\r\n}"},{"id":"3896adaa-b05d-4f9d-8c2d-200beb3d7923","name":"Get WRT List- 415","originalRequest":{"method":"GET","header":[{"key":"api_key","value":"{{api_key}}","description":"**required**","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text","disabled":true}],"url":{"raw":"{{base_url}}/v1/delivery/get-wrt?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-wrt"],"query":[{"key":"area_id","value":"1112222"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unsupported Media Type\"\r\n}"},{"id":"200e52a7-80b7-44d0-ad2e-d59cddff8da9","name":"Get WRT List - 422","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":{"raw":"{{base_url}}/v1/delivery/get-wrt?area_id=1112222&sub_district_name=Kel. Kenanga&postal_code=15146","host":["{{base_url}}"],"path":["v1","delivery","get-wrt"],"query":[{"key":"area_id","value":"1112222","description":"**required conditionally**"},{"key":"sub_district_name","value":"Kel. Kenanga","description":"**required conditionally**"},{"key":"postal_code","value":"15146","description":"**required conditionally**"}]}},"code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"{{parameters_name}}\": \"The {{parameters_name}} parameters is required.\", // null required object\r\n        \"{{parameters_name2}}\": \"The {{parameters_name2}} parameters is not valid.\", // not valid object because can't found in eden farm system\r\n        \"sub_district_name\": \"The sub_district_name parameters out of our area coverage\", // if area is null or sub district is not our coverage\r\n        \"filter.parameters\": \"The filter.parameters should be address_id only or sub_district_name AND postal_code only\" // all param for address_id, sub_district_name, postal_code have value\r\n        \"filter.parameters\": \"The filter.parameters at least have value in address_id only or sub_district_name AND postal_code only\" // all param for address_id, sub_district_name, postal_code have no value\r\n    }\r\n}"}],"_postman_id":"3611bb72-7a3f-4fe8-8fb0-0d7844a6b57c"},{"name":"Create Order","id":"2f99faa5-1499-480a-989c-0ed0438b0586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"platform","value":"oapi-eden","description":"<p><strong>required</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"external_order_code\": \"BLI-0009-0001\",\n        \"address_id\": \"2662008752\",\n        \"shipping_info\": {\n            \"address_name\": \"Rumah kedua\",\n            \"pic_name\": \"Lisa Alfianti\",\n            \"phone_number\": \"8121212121\",\n            \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\n            \"shipping_address_note\": \"Note shipping addres diterima oleh Lisa\",\n            \"city_name\" : \"Kota Jakarta Barat\",\n            \"district_name\" : \"Kec. Kembangan\",\n            \"sub_district_name\": \"Kel. Kembangan Selatan\",\n            \"postal_code\":\"11610\"\n        },\n        \"delivery_date\": \"2021-10-20\",\n        \"wrt_code\": \"DT0002\",\n        \"note\": \"\",\n        \"products\": [\n            {\n                \"product_id\": \"655360\",\n                \"qty\": 12,\n                \"note\": \"hdsf\"\n            },\n            {\n                \"product_id\": \"65536\",\n                \"qty\": 12,\n                \"note\": \"sfh\"\n            },\n            {\n                \"product_id\": \"196608\",\n                \"qty\": 5,\n                \"note\": \"adga\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>This API endpoint use for partner send the order request to Eden Farm, the order will automatically receive by Eden Farm system. Can send the order with existing Eden Farm's address_id or you can create new one in shipping info.</p>\n<h1 id=\"data-request-structure\">Data Request Structure</h1>\n<ul>\n<li><code>external_order_code</code> (string, required) - identify of order code from partner max 150 <em><strong>Char</strong></em></li>\n<li><code>address_id</code> (string, conditionally) - identify of existing address id send this object if you want to create order by existing address id eden farm</li>\n<li><code>shipping_info</code>(object, conditionally) - an object that contains information of detail shipping address. send this object if you want to create order by creating the address<ul>\n<li><code>address_name</code>(string, required) - address name <em>max 100</em> <em><strong>char</strong></em></li>\n<li><code>pic_name</code>(string, required) - pic name in related address <em>max 100 char</em></li>\n<li><code>phone_number</code>(string, required) - phone number of pic that can be contacted min 8, <em>max char 12, no</em> alphabet*, Format :* <em><strong>8XXXXXXXX</strong></em> without 0 or 62</li>\n<li><code>shipping_address</code>(string, required) - full shipping addreess such street name etc. <em>max 350</em> <em><strong>char</strong></em></li>\n<li><code>shipping_address_note</code>(string, optional) - additional shipping address note if needed <em>max 250</em> <em><strong>char</strong></em></li>\n<li><code>province_name</code>(string, optional) - name of province name</li>\n<li><code>city_name</code>(string, optional) - name of city</li>\n<li><code>district_name</code>(string, required) - name of district (kecamatan) with format \"<em><strong>Kec.[space] nama kecamatan</strong></em>\"</li>\n<li><code>sub_district_name</code>(string, required) - name of subdistrict (kelurahan)with format \"<strong>Kel.[space]</strong> <em><strong>nama kelurahan</strong></em>\"</li>\n<li><code>postal_code</code> (string, required) - value postal code of the subdistrict</li>\n</ul>\n</li>\n<li><code>delivery_date</code>(string, required) - delivery date based on delivery date that available in Eden Farm get from Get Delivery Date end point. With format YYYY-MM-DD</li>\n<li><code>wrt_code</code>(string, required) - wrt code that available in Eden Farm get from Get WRT List endpoint</li>\n<li><code>note</code>(string, optional) - additional note for the order max 250 <em><strong>char</strong></em></li>\n<li><code>products</code>(array, required) - object that contains data of the product that customer's buy<ul>\n<li><code>product_id</code>(string, required) - identity of product get for get product catalog endpoint</li>\n<li><code>qty</code>(string, required) - amount quantity of product that customer's wan to buy. Decimal 6,2 (max <em><strong>9999,99</strong></em>)</li>\n<li><code>note</code>(string, optional) - additional note for each product max 250 <em><strong>char</strong></em></li>\n</ul>\n</li>\n</ul>\n<h1 id=\"data-response-structure\">Data Response Structure</h1>\n<ul>\n<li><code>external_order_code</code> (string, required) - identify of order code from partner</li>\n<li><code>sales_order_code</code> (string, required) - Eden Farm sales order keep this code can use for follow up the order in Eden Farm system</li>\n<li><code>shipping_info</code>(object, required) - an object that contains information of detail shipping address. send this object if you want to create order by creating the address<ul>\n<li><code>address_name</code>(string, required) - address name</li>\n<li><code>pic_name</code>(string, required) - pic name in related the address</li>\n<li><code>phone_number</code>(string, required) - phone number of pic that can be contacted</li>\n<li><code>shipping_address</code>(string, required) - full shipping address such street name</li>\n<li><code>shipping_address_note</code>(string, optional) - additional shipping address note</li>\n<li><code>province_name</code>(string, required) - name of province name</li>\n<li><code>city_name</code>(string, required) - name of city</li>\n<li><code>district_name</code>(string, required) - name of district (kecamatan)</li>\n<li><code>sub_district_name</code>(string, required) - name of subdistrict (kelurahan)</li>\n<li><code>postal_code</code> (string, required) - value postal code of the subdistrict</li>\n</ul>\n</li>\n<li><code>delivery_date</code>(string, required) - delivery date that choose by delivery date</li>\n<li><code>wrt_code</code>(string, required) - wrt code that customer's choose</li>\n<li><code>note</code>(string, optional) - additional note for the order</li>\n<li><code>products</code>(array, required) - object that contains data of the product that customer's buy<ul>\n<li><code>product_id</code>(string, required) - identity of product get for get product catalog endpoint</li>\n<li><code>qty</code>(string, required) - amount quantity of product that customer's wan to buy</li>\n<li><code>unit_price</code> (string, required) - updated unit price</li>\n<li><code>note</code>(string, optional) - additional note for each product</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v1","sales","order"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4fe3460d-7cf8-40b1-ab2b-0e9e00c67d7c","name":"Create Order - 200 By Address id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"external_order_code\": \"BLI-0009-0001\",\n        \"address_id\": \"2662008752\",\n        \"delivery_date\": \"2021-10-20\",\n        \"wrt_code\": \"DT0002\",\n        \"note\": \"\",\n        \"products\": [\n            {\n                \"product_id\": \"655360\",\n                \"qty\": 12,\n                \"note\": \"hdsf\"\n            },\n            {\n                \"product_id\": \"65536\",\n                \"qty\": 12,\n                \"note\": \"sfh\"\n            },\n            {\n                \"product_id\": \"196608\",\n                \"qty\": 5,\n                \"note\": \"adga\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"external_order_code\": \"BLI-0009-0001\",\n        \"sales_order_code\": \"SO-PJ0016060001-10210031\",\n        \"order_status\": \"ORDER_ACCEPTED\",\n        \"delivery_date\": \"2021-10-20\",\n        \"range_time\": \"04:00-05:00\",\n        \"delivery_fee\": 0,\n        \"total_price\": 13213488,\n        \"total_charge\": 13213488,\n        \"shipping_info\":{\n            \"address_id\":\"2233399\",\n            \"address_name\": \"Testing Branch Data\",\n            \"pic_name\": \"Diyana Susanti\",\n            \"phone_number\": \"8121212121\",\n            \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\n            \"shipping_address_note\": \"Note Testing alamat panjang sekali Note\",\n            \"city_name\" : \"Kota Jakarta Barat\",\n            \"district_name\" : \"Kec. Kembangan\",\n            \"sub_district_name\": \"Kel. Kembangan Selatan\",\n            \"postal_code\":\"11610\"\n        },\n        \"products\": [\n            {\n                \"product_id\": \"655360\",\n                \"qty\": 12,\n                \"unit_price\": \"5000\",\n                \"note\": \"hdsf\"\n            },\n            {\n                \"product_id\": \"65536\",\n                \"qty\": 12,\n                \"unit_price\": \"10000\",\n                \"note\": \"sfh\"\n            },\n            {\n                \"product_id\": \"196608\",\n                \"qty\": 5,\n                \"unit_price\": \"15000\",\n                \"note\": \"adga\"\n            }\n        ]\n        }\n    }"},{"id":"2f0a4785-8470-452d-b087-6fc2384012ab","name":"Create Order - 200 By Shipping Info","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"external_order_code\": \"BLI-0009-0001\",\n        \"shipping_info\": {\n            \"address_name\": \"Rumah kedua\",\n            \"pic_name\": \"Lisa Alfianti\",\n            \"phone_number\": \"8121212121\",\n            \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\n            \"shipping_address_note\": \"Note shipping addres diterima oleh Lisa\",\n            \"city_name\" : \"Kota Jakarta Barat\",\n            \"district_name\" : \"Kec. Kembangan\",\n            \"sub_district_name\": \"Kel. Kembangan Selatan\",\n            \"postal_code\":\"11610\"\n        },\n        \"delivery_date\": \"2021-10-20\",\n        \"wrt_code\": \"DT0002\",\n        \"note\": \"\",\n        \"products\": [\n            {\n                \"product_id\": \"655360\",\n                \"qty\": 12,\n                \"note\": \"hdsf\"\n            },\n            {\n                \"product_id\": \"65536\",\n                \"qty\": 12,\n                \"note\": \"sfh\"\n            },\n            {\n                \"product_id\": \"196608\",\n                \"qty\": 5,\n                \"note\": \"adga\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"external_order_code\": \"BLI-0009-0001\",\r\n        \"sales_order_code\": \"SO-PJ0016060001-10210031\",\r\n        \"order_status\": \"ORDER_ACCEPTED\",\r\n        \"delivery_date\": \"2021-10-20\",\r\n        \"range_time\": \"04:00-05:00\",\r\n        \"delivery_fee\": 0,\r\n        \"total_price\": 13213488,\r\n        \"total_charge\": 13213488,\r\n        \"shipping_info\":{\r\n            \"address_id\":\"2233399\",\r\n            \"address_name\": \"Rumah kedua\",\r\n            \"pic_name\": \"Lisa Alfianti\",\r\n            \"phone_number\": \"8121212121\",\r\n            \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\r\n            \"shipping_address_note\": \"Note shipping addres diterima oleh Lisa\",\r\n            \"city_name\" : \"Kota Jakarta Barat\",\r\n            \"district_name\" : \"Kec. Kembangan\",\r\n            \"sub_district_name\": \"Kel. Kembangan Selatan\",\r\n            \"postal_code\":\"11610\"\r\n        },\r\n        \"products\": [\r\n            {\r\n                \"product_id\": \"655360\",\r\n                \"qty\": 12,\r\n                \"unit_price\": \"5000\",\r\n                \"note\": \"hdsf\"\r\n            },\r\n            {\r\n                \"product_id\": \"65536\",\r\n                \"qty\": 12,\r\n                \"unit_price\": \"10000\",\r\n                \"note\": \"sfh\"\r\n            },\r\n            {\r\n                \"product_id\": \"196608\",\r\n                \"qty\": 5,\r\n                \"unit_price\": \"15000\",\r\n                \"note\": \"adga\"\r\n            }\r\n        ]\r\n        }\r\n    }"},{"id":"0cc34a60-fce8-417c-a5d6-581c869d6cbb","name":"Create Order - 401","originalRequest":{"method":"POST","header":[{"key":"content-type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text","disabled":true},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text","disabled":true},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"external_order_code\": \"BLI-0009-0001\",\n        \"shipping_info\": {\n            \"address_name\": \"Rumah kedua\",\n            \"pic_name\": \"Lisa Alfianti\",\n            \"phone_number\": \"8121212121\",\n            \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\n            \"shipping_address_note\": \"Note shipping addres diterima oleh Lisa\",\n            \"city_name\" : \"Kota Jakarta Barat\",\n            \"district_name\" : \"Kec. Kembangan\",\n            \"sub_district_name\": \"Kel. Kembangan Selatan\",\n            \"postal_code\":\"11610\"\n        },\n        \"delivery_date\": \"2021-10-20\",\n        \"wrt_code\": \"DT0002\",\n        \"note\": \"\",\n        \"products\": [\n            {\n                \"product_id\": \"655360\",\n                \"qty\": 12,\n                \"note\": \"hdsf\"\n            },\n            {\n                \"product_id\": \"65536\",\n                \"qty\": 12,\n                \"note\": \"sfh\"\n            },\n            {\n                \"product_id\": \"196608\",\n                \"qty\": 5,\n                \"note\": \"adga\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unauthorized\"\r\n}"},{"id":"4733405d-c599-404d-8235-6f08c77f47fc","name":"Create Order - 404","originalRequest":{"method":"POST","header":[{"key":"content-type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"external_order_code\": \"BLI-0009-0001\",\n        \"address_id\": \"2662008752\",\n        \"shipping_info\": {\n            \"address_name\": \"Rumah kedua\",\n            \"pic_name\": \"Lisa Alfianti\",\n            \"phone_number\": \"8121212121\",\n            \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\n            \"shipping_address_note\": \"Note shipping addres diterima oleh Lisa\",\n            \"city_name\" : \"Kota Jakarta Barat\",\n            \"district_name\" : \"Kec. Kembangan\",\n            \"sub_district_name\": \"Kel. Kembangan Selatan\",\n            \"postal_code\":\"11610\"\n        },\n        \"delivery_date\": \"2021-10-20\",\n        \"wrt_code\": \"DT0002\",\n        \"note\": \"\",\n        \"products\": [\n            {\n                \"product_id\": \"655360\",\n                \"qty\": 12,\n                \"note\": \"hdsf\"\n            },\n            {\n                \"product_id\": \"65536\",\n                \"qty\": 12,\n                \"note\": \"sfh\"\n            },\n            {\n                \"product_id\": \"196608\",\n                \"qty\": 5,\n                \"note\": \"adga\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/orders"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Not Found\"\r\n}"},{"id":"b649f2f1-01bd-4924-a844-4b94369f7e69","name":"Create Order - 405","originalRequest":{"method":"GET","header":[{"key":"content-type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"external_order_code\": \"BLI-0009-0001\",\n        \"address_id\": \"2662008752\",\n        \"shipping_info\": {\n            \"address_name\": \"Rumah kedua\",\n            \"pic_name\": \"Lisa Alfianti\",\n            \"phone_number\": \"8121212121\",\n            \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\n            \"shipping_address_note\": \"Note shipping addres diterima oleh Lisa\",\n            \"city_name\" : \"Kota Jakarta Barat\",\n            \"district_name\" : \"Kec. Kembangan\",\n            \"sub_district_name\": \"Kel. Kembangan Selatan\",\n            \"postal_code\":\"11610\"\n        },\n        \"delivery_date\": \"2021-10-20\",\n        \"wrt_code\": \"DT0002\",\n        \"note\": \"\",\n        \"products\": [\n            {\n                \"product_id\": \"655360\",\n                \"qty\": 12,\n                \"note\": \"hdsf\"\n            },\n            {\n                \"product_id\": \"65536\",\n                \"qty\": 12,\n                \"note\": \"sfh\"\n            },\n            {\n                \"product_id\": \"196608\",\n                \"qty\": 5,\n                \"note\": \"adga\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Method Not Allowed\"\r\n}"},{"id":"675368d2-d8f7-4b1e-a16c-812ddc2ae22b","name":"Create Order - 422","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"address_id\": \"2662008752\",\n        \"shipping_info\": {\n            \"address_name\": null,\n            \"pic_name\": \"Lisa Alfianti\",\n            \"phone_number\": \"8121212121\",\n            \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\n            \"shipping_address_note\": \"Note shipping addres diterima oleh Lisa\",\n            \"city_name\" : \"Kota Jakarta Barat\",\n            \"district_name\" : \"Kec. Kembangan\",\n            \"sub_district_name\": \"Kel. Kembangan Selatan\",\n            \"postal_code\":\"11610\"\n        },\n        \"delivery_date\": \"2021-10-20\",\n        \"wrt_code\": \"DT0002\",\n        \"note\": \"\",\n        \"products\": [\n            {\n                \"product_id\": \"655360\",\n                \"qty\": 12,\n                \"note\": \"hdsf\"\n            },\n            {\n                \"product_id\": \"65536\",\n                \"qty\": 12,\n                \"note\": \"sfh\"\n            },\n            {\n                \"product_id\": \"196608\",\n                \"qty\": 5,\n                \"note\": \"adga\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Unprocessable Entity\",\n    \"errors\": {\n        \"{{field_name}}\": \"The {{field_name}} field is required.\", // null required object\n        \"{{field_name2}}\": \"The {{field_name2}} field is invalid.\", // not valid object because can't found in eden farm system\n        \"{{field_name3}}\" : \"The {{field_name3}} field must be active\", // if the object id or redeem code voucher is in active\n        \"{{field_name4}}\": \"The {{field_name4}} must be less than or equal to {{number_character}}\", // field maximum length\n        \"{{field_name5}}\": \"The {{field_name5}} field value should be in number only \", // field should contains only number\n         \"{{field_name6}}\": \"The {{field_name6}} should range 8 until 12 character. \", // field range not valid eg, phone number\n        \"data.shipping_info\": \"The filter.field at least have value in address_id only or shipping_info only\", // if address field contains no value in address_id and shipping info\n        \"data.shipping_info\": \"The address info double value should be address_id only shipping info only\", // if address field both contains value in address_id and shipping info\n        \"delivery_date\": \"delivery date is not available or not valid\", // if delivery date is not valid\n        \"delivery_date\": \"Sorry, your order time has exceeded the deadline for next day delivery.\", // if you choose the time under the order time limit\n        \"wrt_code\": \"wrt code is not valid.\", // if wrt is not valid\n        \"product_id[number of array]\": \"product id is not valid.\", // if product id is not valid\n        \"qty.min_qty[number of array]\": \"qty is does not meet the minimum quantity\", // if input below minimum qty\n        \"qty.multiple[number of array]\": \"only can input quantity multiple [min_qty]\", // if input qty not based on multiple min qty\n        \"qty[number of array]\": \"wrong input qty, please input qty must greater than 0\", // if qty input as 0\n        \"qty[number of array]\": \"maximum qty 9999.99\", // if qty input above 9999.99\n        \"qty[number of array]\": \"only accept two number behind dot\", // if decimal qty input more than 2 number behin dot(coma)\n        \"product_id[number of array]\": \"duplicate product id. Can not insert duplicate product id\",\n        \"data.shipping_info.invalid\":\"city_name, district_name, sub_district_name, and postal_code not match\", // if combination of area not match\n        \"sub_district_name\": \"The sub_district_id field out of our area coverage\", // if area is null or sub district is not our coverage\n        \"address_id\": \"can not create address, something went wrong in your master data\" // if the master data missing something kindly report to eden team\n    }\n}"}],"_postman_id":"2f99faa5-1499-480a-989c-0ed0438b0586"},{"name":"Get Transaction History Detail","id":"8e21d166-6343-401a-96a5-12698ac4dda5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"platform","value":"oapi-eden","description":"<p><strong>required</strong></p>\n","type":"text"}],"url":"{{base_url}}/v1/transaction_history/detail/{{sales_order_code}}","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>This API endpoint will be return the detail order data real time. By this API endpoint you can check the order status by Eden Farm sales order code.</p>\n<h1 id=\"data-request-parameters\">Data Request Parameters</h1>\n<ul>\n<li>sales_order_code (string, required) - sales order code from Eden Farm, that already give in create order response</li>\n</ul>\n<h1 id=\"data-response-structure\">Data Response Structure</h1>\n<ul>\n<li><code>external_order_code</code> (string, required)</li>\n<li><code>sales_order_code</code>(string, required)</li>\n<li><code>order_status</code>(enum, required)<ul>\n<li>ORDER_ACCEPTED - order already accepted by Eden Farm system</li>\n<li>IN_PROCESS_DELIVERY - order already in process delivery</li>\n<li>DELIVERED - order already delivered by customer but the order process still not finished</li>\n<li>ORDER_FINISHED - order already finished means already receive by customer and already paid</li>\n<li>ORDER_CANCELLED - order being cancelled can be requested or some reason</li>\n</ul>\n</li>\n<li><code>order_date</code> (string, required)</li>\n<li><code>delivery_date</code>(string, required)</li>\n<li><code>range_time</code>(string, required)</li>\n<li><code>delivery_fee</code>(string, required)</li>\n<li><code>total_price</code>(string, required)</li>\n<li><code>total_charge</code>(string, required)</li>\n<li><code>order_note</code>(string, optional)</li>\n<li><code>shipping_info</code>(object, required)<ul>\n<li><code>address_id</code>(string, required)</li>\n<li><code>address_name</code>(string, required)</li>\n<li><code>pic_name</code>(string, required)</li>\n<li><code>phone_number</code>(string, required)</li>\n<li><code>shipping_address</code>(string, required)</li>\n<li><code>shipping_address_note</code>(string, required)</li>\n<li><code>city_name</code>(string, required)</li>\n<li><code>district_name</code>(string, required)</li>\n<li><code>sub_district_name</code>(string, required)</li>\n<li><code>postal_code</code>(string, required)</li>\n</ul>\n</li>\n<li><code>invoice_code</code>(string, optional) - invoice code will get if the status already order_finished or already paid</li>\n<li><code>delivery_code</code>(string, optional) - delivery code will get if order already in process to delivery</li>\n<li><code>products</code>(array, required)<ul>\n<li><code>product_id</code>(string, required)</li>\n<li><code>product_name</code>(string, required)</li>\n<li><code>order_qty</code>(number, required)</li>\n<li><code>delivery_qty</code>(number, optional) - delivery qty will be get if the order already in process to delivery</li>\n<li><code>receive_qty</code>(number, optional) - receive qty will be get if the order already delivered</li>\n<li><code>invoice_qty</code>(number, optional) - invoice qty will be get if the order already finished or paid</li>\n<li><code>unit_price</code>(string, required) - unit price when customer order the product</li>\n<li><code>note</code>(string, optional)</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v1","transaction_history","detail","{{sales_order_code}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"6a350f11-f076-4cd8-9e98-7b11e307adca","name":"Get Transaction History Detail - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":"{{base_url}}/v1/transaction_history/detail/SO-PJ0013420002-06210004"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"success\",\r\n  \"data\": {\r\n    \"external_order_code\":\"BLMI-0001-2000\",\r\n    \"sales_order_code\": \"SO-PJ0013420002-06210004\",\r\n    \"order_status\": \"ORDER_FINISHED\",\r\n    \"order_date\": \"2021-06-30\",\r\n    \"delivery_date\": \"2021-07-02\",\r\n    \"range_time\": \"04:00-05:00\",\r\n    \"delivery_fee\": 15000,\r\n    \"total_price\": 50000,\r\n    \"total_charge\": 30000,\r\n    \"order_note\": \"Kirim yang bagus\",\r\n    \"shipping_info\": {\r\n        \"address_id\":\"112234\",\r\n        \"address_name\": \"Testing Branch Data\",\r\n        \"pic_name\": \"Diyana Susanti\",\r\n        \"phone_number\": \"8121212121\",\r\n        \"shipping_address\": \"jalan Ahmad Yani No.28 Rt 27 RW 08\",\r\n        \"shipping_address_note\": \"Note Testing alamat panjang sekali Note\",\r\n        \"city_name\": \"Kota Jakarta Barat\",\r\n        \"district_name\": \"Kec. Kembangan\",\r\n        \"sub_district_name\": \"Kel. Kembangan Selatan\",\r\n        \"postal_code\": \"11610\"\r\n    },\r\n    \"invoice_code\": \"SI-000111-0001\",\r\n    \"delivery_code\": \"DO-009991-0001192\",\r\n    \"products\": [\r\n      {\r\n        \"product_id\": \"655360\",\r\n        \"product_name\":\"Tomat\",\r\n        \"order_qty\": 12,\r\n        \"delivery_qty\":12,\r\n        \"receive_qty\":12,\r\n        \"invoice_qty\":12,\r\n        \"unit_price\": \"5000\",\r\n        \"note\": \"hdsf\"\r\n      },\r\n      {\r\n        \"product_id\": \"65536\",\r\n        \"product_name\":\"Anggur\",\r\n        \"order_qty\": 12,\r\n        \"delivery_qty\":12,\r\n        \"receive_qty\":12,\r\n        \"invoice_qty\":12,\r\n        \"unit_price\": \"10000\",\r\n        \"note\": \"sfh\"\r\n      },\r\n      {\r\n        \"product_id\": \"196608\",\r\n        \"product_name\":\"Bawang Merah\",\r\n        \"order_qty\": 5,\r\n        \"delivery_qty\":5,\r\n        \"receive_qty\":5,\r\n        \"invoice_qty\":5,\r\n        \"unit_price\": \"15000\",\r\n        \"note\": \"adga\"\r\n      }\r\n    ]\r\n  }\r\n}"},{"id":"51646819-0164-4871-a56c-4078f581a229","name":"Get Transaction History Detail - 401","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text","disabled":true},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text","disabled":true},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text","disabled":true}],"url":"{{base_url}}/v1/transaction_history/detail/SO-PJ0013420002-06210004"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unauthorized\"\r\n}"},{"id":"1ae9d5c3-c47c-469a-a9e1-f924df05b543","name":"Get Transaction History Detail - 404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":"{{base_url}}/v1/transaction_histori/detail/SO-PJ0013420002-06210004"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/atom+xml","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Not Found\"\r\n}"},{"id":"c435e433-c08c-4b64-8c6e-5e67a4ffcee6","name":"Get Transaction History Detail - 405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":"{{base_url}}/v1/transaction_history/detail/SO-PJ0016060001-10210031"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Method Not Allowed\"\r\n}"},{"id":"7d7aeb46-3ee7-4cd1-a56a-6451dd330cb8","name":"Get Transaction History Detail - 422","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"},{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"}],"url":"{{base_url}}/v1/transaction_history/detail/SO-PJ0016060001-10210031"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"sales_order_code\": \"The sales_order_code parameters is required.\", // null required object\r\n        \"sales_order_code\": \"The sales_order_code parameters is not valid.\", // not valid object because can't found in eden farm system\r\n        \"sales_order_code\" : \"You are not allowed to access this sales_order_code\" // SO code valid but sales order not belongs to you\r\n    }\r\n}"}],"_postman_id":"8e21d166-6343-401a-96a5-12698ac4dda5"},{"name":"Post External Document","id":"8638898d-edd1-46d2-a00e-57aa97bf676a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"platform","value":"oapi-eden","description":"<p><strong>required</strong></p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"external_order_code\": \"BLI-0009-0001\",\r\n        \"sales_order_code\": \"SO-BLM0009911-22233\",\r\n        \"external_document_url\" : \"https://partner.com/document/bli_name.pdf\",\r\n        \"document_type\": \"delivery_order\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order/external_document","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>This endpoint to server our partner sends the document that they want to send to the customer when the order sends to the customer. This endpoint can hit from your order success created in Eden Farm's system until before we send you status DELIVERED. If you send more than once we will process the newest or the last one. If you want to send after receiving status in process delivery don't have a gap too long, because courier can already send the order.</p>\n<h1 id=\"data-request-structure\">Data Request Structure</h1>\n<ul>\n<li><code>external_order_code</code>(string, required) - partner order code</li>\n<li><code>sales_order_code</code>(string, required) - Eden Farm sales order code</li>\n<li><code>external_documents_url</code>(string, required) - URL of the document we will receive in format URL and the document is pdf</li>\n<li><code>document_type</code>(string, optional) - optional object if you have document type name</li>\n</ul>\n<h1 id=\"data-response-structure\">Data Response Structure</h1>\n<ul>\n<li><code>sales_order_code</code>(string, required)</li>\n</ul>\n","urlObject":{"path":["v1","sales","order","external_document"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b9b631b2-0af9-4c26-acc1-ed052cd03131","name":"Post External Document - 200 OK","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"external_order_code\": \"BLI-0009-0001\",\r\n        \"sales_order_code\": \"SO-BLM0009911-22233\",\r\n        \"external_document_url\" : \"https://partner.com/document/bli_name.pdf\",\r\n        \"document_type\": \"delivery_order\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order/external_document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"sales_order_code\": \"SO-BLM0009911-22233\"\r\n    }\r\n}"},{"id":"dfe3f486-b548-4630-9be8-324c8a92d463","name":"Post External Document - 401","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text","disabled":true},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text","disabled":true},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"external_order_code\": \"BLI-0009-0001\",\r\n        \"sales_order_code\": \"SO-BLM0009911-22233\",\r\n        \"external_document_url\" : \"https://partner.com/document/bli_name.pdf\",\r\n        \"document_type\": \"delivery_order\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order/external_document"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"fail\",\n    \"message\": \"Unauthorized\"\n}"},{"id":"51b89b67-e889-411d-a151-c469c3836b55","name":"Post External Document - 404","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"external_order_code\": \"BLI-0009-0001\",\r\n        \"sales_order_code\": \"SO-BLM0009911-22233\",\r\n        \"external_document_url\" : \"https://partner.com/document/bli_name.pdf\",\r\n        \"document_type\": \"delivery_order\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order/external_documentss"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Not Found\"\r\n}"},{"id":"69df50ee-08f1-4920-90bf-36fe3ee7af32","name":"Post External Document - 405","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"external_order_code\": \"BLI-0009-0001\",\r\n        \"sales_order_code\": \"SO-BLM0009911-22233\",\r\n        \"external_document_url\" : \"https://partner.com/document/bli_name.pdf\",\r\n        \"document_type\": \"delivery_order\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order/external_document"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Method Not Allowed\"\r\n}"},{"id":"fa39ed80-cbf4-49ab-ae88-932c923dbbad","name":"Post External Document - 422","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000","description":"**required**","type":"text"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy","description":"**required**","type":"text"},{"key":"platform","value":"oapi-eden","description":"**required**","type":"text"},{"key":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"external_order_code\": \"BLI-0009-0001\",\r\n        \"sales_order_code\": \"SO-BLM0009911-22233\",\r\n        \"external_document_url\" : \"https://partner.com/document/bli_name.pdf\",\r\n        \"document_type\": \"delivery_order\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/sales/order/external_document"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"fail\",\r\n    \"message\": \"Unprocessable Entity\",\r\n    \"errors\": {\r\n        \"{{field_name}}\": \"The {{field_name}} field is required.\", // null required object\r\n        \"{{field_name2}}\": \"The {{field_name2}} field is not valid.\", // not valid object because can't be found in Eden farm system, it can be only sales_order_code or external_order_code, or can be a combination of both code\r\n        \"sales_order_code\" : \"You are not allowed to access this sales_order_code\", // SO code valid but sales order not belongs to you\r\n        \"sales_order_code\" : \"You are not allowed to update this sales_order_code status : {{order_status}}\" // SO code valid but sales order already delivered or finished\r\n    }\r\n}"}],"_postman_id":"8638898d-edd1-46d2-a00e-57aa97bf676a"},{"name":"Webhook Status","id":"c8af643e-9a68-4053-8364-d98c13b6b050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p><strong>required</strong></p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"external_order_code\": \"BLMI-0001-2000\",\r\n    \"sales_order_code\": \"SO-PJ0013420002-06210004\",\r\n    \"order_status\": \"IN_PROCESS_DELIVERY\",\r\n    \"submit_time\": \"2021-12-23 11:53:26.00000Z\",\r\n    \"order_date\": \"2021-06-30\",\r\n    \"delivery_date\": \"2021-07-02\",\r\n    \"range_time\": \"04:00-05:00\",\r\n    \"delivery_fee\": 15000,\r\n    \"total_price\": 50000,\r\n    \"total_charge\": 30000,\r\n    \"order_note\": \"Kirim yang bagus\",\r\n    \"products\": [\r\n      {\r\n        \"product_id\": \"655360\",\r\n        \"product_name\": \"Tomat\",\r\n        \"order_qty\": 12,\r\n        \"delivery_qty\":12,\r\n        \"receive_qty\":12,\r\n        \"invoice_qty\": 12,\r\n        \"unit_price\": \"5000\",\r\n        \"note\": \"hdsf\"\r\n      },\r\n      {\r\n        \"product_id\": \"65536\",\r\n        \"product_name\": \"Anggur\",\r\n        \"order_qty\": 10,\r\n        \"delivery_qty\":10,\r\n        \"receive_qty\":10,\r\n        \"invoice_qty\": 10,\r\n        \"unit_price\": \"10000\",\r\n        \"note\": \"sfh\"\r\n      },\r\n      {\r\n        \"product_id\": \"196608\",\r\n        \"product_name\": \"Timun\",\r\n        \"order_qty\": 5,\r\n        \"delivery_qty\":5,\r\n        \"receive_qty\":5,\r\n        \"invoice_qty\": 5,\r\n        \"unit_price\": \"15000\",\r\n        \"note\": \"adga\"\r\n      }\r\n    ]\r\n  }\r\n}"},"url":"{{partner_url}}","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>You can register you webhook url to get the updated status order to Eden Farm team. Eden Farm will be post to your webhook url with payload message that already being serve in this documentation. For sample each body requests specific status you can see in the example request.</p>\n<h1 id=\"body-request-structure\">Body Request Structure</h1>\n<ul>\n<li><code>external_order_code</code>(string, required)</li>\n<li><code>sales_order_code</code>(string, required)</li>\n<li><code>order_status</code>(enum, required)<ul>\n<li>ORDER_ACCEPTED - order already accepted by Eden Farm system</li>\n<li>IN_PROCESS_DELIVERY - order already in process delivery</li>\n<li>DELIVERED - order already delivered by customer but the order process still not finished</li>\n<li>ORDER_FINISHED - order already finished means already receive by customer and already paid</li>\n<li>ORDER_CANCELLED - order being cancelled can be requested or some reason</li>\n</ul>\n</li>\n<li><code>submit_time</code>(string, required)</li>\n<li><code>order_date</code>(string, required)</li>\n<li><code>delivery_date</code>(string, required)</li>\n<li><code>range_time</code>(string, required)</li>\n<li><code>delivery_fee</code>(string, required)</li>\n<li><code>total_price</code>(string, required) - total price that customers order</li>\n<li><code>total_charge</code>(string, required) - a total charge is grand total that customers must be pay based on order that made by customers (excluded subtraction if there is a return)</li>\n<li><code>order_note</code>(string, required)</li>\n<li><code>product</code>(array, required)<ul>\n<li><code>product_id</code>(string, required)</li>\n<li><code>product_name</code>(string, required)</li>\n<li><code>order_qty</code>(number, required) <strong>can be decimal</strong></li>\n<li><code>delivery_qty</code>(number, optional) - delivery qty will be have value if the order from accepted to already in process to delivery <strong>can be decimal</strong></li>\n<li><code>receive_qty</code>(number, optional) - receive qty will be have value if the order from in_process_delivery to already delivered <strong>can be decimal</strong></li>\n<li><code>invoice_qty</code>(number, optional) - invoice qty will be have value if the order from delivered already finished or paid <strong>can be decimal</strong></li>\n<li><code>unit_price</code>(string, required)</li>\n<li><code>note</code>(string, optional)</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"body-response-structure\">Body Response structure</h1>\n<p>We will read the response code that you send success or error. If the response code that we receive is outside 200 we will do a retry mechanism for sending the webhook request until success with a maximum of 5 times with a gap every 3 minutes.</p>\n","urlObject":{"host":["{{partner_url}}"],"query":[],"variable":[]}},"response":[{"id":"4c1f83e1-9ae6-429d-a149-be6c8f3116bc","name":"Webhook Status - IN_PROCESS_DELIVERY","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"external_order_code\": \"BLMI-0001-2000\",\r\n    \"sales_order_code\": \"SO-PJ0013420002-06210004\",\r\n    \"order_status\": \"IN_PROCESS_DELIVERY\",\r\n    \"submit_time\": \"2021-12-23 11:53:26.00000Z\",\r\n    \"order_date\": \"2021-06-30\",\r\n    \"delivery_date\": \"2021-07-02\",\r\n    \"range_time\": \"04:00-05:00\",\r\n    \"delivery_fee\": 15000,\r\n    \"total_price\": 50000,\r\n    \"total_charge\": 30000,\r\n    \"order_note\": \"Kirim yang bagus\",\r\n    \"products\": [\r\n      {\r\n        \"product_id\": \"655360\",\r\n        \"product_name\": \"Tomat\",\r\n        \"order_qty\": 12,\r\n        \"delivery_qty\":12,\r\n        \"unit_price\": \"5000\",\r\n        \"note\": \"hdsf\"\r\n      },\r\n      {\r\n        \"product_id\": \"65536\",\r\n        \"product_name\": \"Anggur\",\r\n        \"order_qty\": 10,\r\n        \"delivery_qty\":10,\r\n        \"unit_price\": \"10000\",\r\n        \"note\": \"sfh\"\r\n      },\r\n      {\r\n        \"product_id\": \"196608\",\r\n        \"product_name\": \"Timun\",\r\n        \"order_qty\": 5,\r\n        \"delivery_qty\":5,\r\n        \"unit_price\": \"15000\",\r\n        \"note\": \"adga\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{partner_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae180319-9f20-47f5-96ed-5b31eec4f3dd","name":"Webhook Status - DELIVERED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"external_order_code\": \"BLMI-0001-2000\",\r\n    \"sales_order_code\": \"SO-PJ0013420002-06210004\",\r\n    \"order_status\": \"DELIVERED\",\r\n    \"submit_time\": \"2021-12-23 11:53:26.00000Z\",\r\n    \"order_date\": \"2021-06-30\",\r\n    \"delivery_date\": \"2021-07-02\",\r\n    \"range_time\": \"04:00-05:00\",\r\n    \"delivery_fee\": 15000,\r\n    \"total_price\": 50000,\r\n    \"total_charge\": 30000,\r\n    \"order_note\": \"Kirim yang bagus\",\r\n    \"products\": [\r\n      {\r\n        \"product_id\": \"655360\",\r\n        \"product_name\": \"Tomat\",\r\n        \"order_qty\": 12,\r\n        \"delivery_qty\":12,\r\n        \"receive_qty\":12,\r\n        \"unit_price\": \"5000\",\r\n        \"note\": \"hdsf\"\r\n      },\r\n      {\r\n        \"product_id\": \"65536\",\r\n        \"product_name\": \"Anggur\",\r\n        \"order_qty\": 10,\r\n        \"delivery_qty\":10,\r\n        \"receive_qty\":10,\r\n        \"unit_price\": \"10000\",\r\n        \"note\": \"sfh\"\r\n      },\r\n      {\r\n        \"product_id\": \"196608\",\r\n        \"product_name\": \"Timun\",\r\n        \"order_qty\": 5,\r\n        \"delivery_qty\":5,\r\n        \"receive_qty\":5,\r\n        \"unit_price\": \"15000\",\r\n        \"note\": \"adga\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{partner_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"0168a8d1-9fa2-4da5-8da6-842232fbb4ed","name":"Webhook Status - ORDER_FINIISHED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"external_order_code\": \"BLMI-0001-2000\",\r\n    \"sales_order_code\": \"SO-PJ0013420002-06210004\",\r\n    \"order_status\": \"ORDER_FINISHED\",\r\n    \"submit_time\": \"2021-12-23 11:53:26.00000Z\",\r\n    \"order_date\": \"2021-06-30\",\r\n    \"delivery_date\": \"2021-07-02\",\r\n    \"range_time\": \"04:00-05:00\",\r\n    \"delivery_fee\": 15000,\r\n    \"total_price\": 50000,\r\n    \"total_charge\": 30000,\r\n    \"order_note\": \"Kirim yang bagus\",\r\n    \"products\": [\r\n      {\r\n        \"product_id\": \"655360\",\r\n        \"product_name\": \"Tomat\",\r\n        \"order_qty\": 12,\r\n        \"delivery_qty\":12,\r\n        \"receive_qty\":12,\r\n        \"invoice_qty\": 12,\r\n        \"unit_price\": \"5000\",\r\n        \"note\": \"hdsf\"\r\n      },\r\n      {\r\n        \"product_id\": \"65536\",\r\n        \"product_name\": \"Anggur\",\r\n        \"order_qty\": 10,\r\n        \"delivery_qty\":10,\r\n        \"receive_qty\":10,\r\n        \"invoice_qty\": 10,\r\n        \"unit_price\": \"10000\",\r\n        \"note\": \"sfh\"\r\n      },\r\n      {\r\n        \"product_id\": \"196608\",\r\n        \"product_name\": \"Timun\",\r\n        \"order_qty\": 5,\r\n        \"delivery_qty\":5,\r\n        \"receive_qty\":5,\r\n        \"invoice_qty\": 5,\r\n        \"unit_price\": \"15000\",\r\n        \"note\": \"adga\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{partner_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"9a53dfc4-a914-4921-a302-d793405d2ddb","name":"Webhook Status - ORDER_CANCELLED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"**required**","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"external_order_code\": \"BLMI-0001-2000\",\r\n    \"sales_order_code\": \"SO-PJ0013420002-06210004\",\r\n    \"order_status\": \"ORDER_CANCELLED\",\r\n    \"submit_time\": \"2021-12-23 11:53:26.00000Z\",\r\n    \"order_date\": \"2021-06-30\",\r\n    \"delivery_date\": \"2021-07-02\",\r\n    \"range_time\": \"04:00-05:00\",\r\n    \"delivery_fee\": 15000,\r\n    \"total_price\": 50000,\r\n    \"total_charge\": 30000,\r\n    \"order_note\": \"Kirim yang bagus\",\r\n    \"products\": [\r\n      {\r\n        \"product_id\": \"655360\",\r\n        \"product_name\": \"Tomat\",\r\n        \"order_qty\": 12,\r\n        \"unit_price\": \"5000\",\r\n        \"note\": \"hdsf\"\r\n      },\r\n      {\r\n        \"product_id\": \"65536\",\r\n        \"product_name\": \"Anggur\",\r\n        \"order_qty\": 12,\r\n        \"unit_price\": \"10000\",\r\n        \"note\": \"sfh\"\r\n      },\r\n      {\r\n        \"product_id\": \"196608\",\r\n        \"product_name\": \"Timun\",\r\n        \"order_qty\": 5,\r\n        \"unit_price\": \"15000\",\r\n        \"note\": \"adga\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{partner_url}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c8af643e-9a68-4053-8364-d98c13b6b050"}],"event":[{"listen":"prerequest","script":{"id":"4018f21b-0fdb-458d-8c1d-d6de07a6bdf7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2fcd8ff9-74d0-4f68-a105-5eb5f18e0f72","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api-key","value":"eden_sandbox_1dBAefZ8Ab02qg2Wd63lxiz526veTJhMNHpHhkdjZrWyG0000"},{"key":"secret-key","value":"7iElEVZzVx0000nwtgy"},{"key":"platform","value":"oapi-eden"}]}