{"info":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>This is the documentation of Forstok Application Programming Interface (API). This document contains the published Forstok API for sellers.</p>\n<p>General Transaction Flow:</p>\n<img src=\"https://content.pstmn.io/113e062f-7dee-4f69-af73-e93e241502e3/QVBJIFNlbGxlci5wbmc=\">\n\n<h1 id=\"data-definition\">Data Definition</h1>\n<h2 id=\"channel-list\">Channel List</h2>\n<p>Supported channel</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Channel name</th>\n<th>Channel ID</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Shopify</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Lazada</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Blanja</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Matahari mall</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Magento 1</td>\n<td>7</td>\n</tr>\n<tr>\n<td>Elevenia</td>\n<td>8</td>\n</tr>\n<tr>\n<td>Blibli</td>\n<td>9</td>\n</tr>\n<tr>\n<td>Magento 2</td>\n<td>10</td>\n</tr>\n<tr>\n<td>Bukalapak</td>\n<td>11</td>\n</tr>\n<tr>\n<td>Shopee</td>\n<td>12</td>\n</tr>\n<tr>\n<td>Zalora Indonesia</td>\n<td>13</td>\n</tr>\n<tr>\n<td>Tokopedia</td>\n<td>15</td>\n</tr>\n<tr>\n<td>JD Indonesia</td>\n<td>16</td>\n</tr>\n<tr>\n<td>Zilingo</td>\n<td>18</td>\n</tr>\n<tr>\n<td>Woocommerce</td>\n<td>19</td>\n</tr>\n<tr>\n<td>Sales Order / Manual SO</td>\n<td>21</td>\n</tr>\n<tr>\n<td>Grabmart</td>\n<td>10017</td>\n</tr>\n<tr>\n<td>Tiktok</td>\n<td>10030</td>\n</tr>\n<tr>\n<td>Aladin Mall</td>\n<td>3532</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"order-status\">Order Status</h2>\n<p>Currently Forstok has their order status:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Pending payment</strong></td>\n<td>Order is created, waiting payment from buyer.</td>\n</tr>\n<tr>\n<td><strong>Open</strong></td>\n<td>Order has been paid and ready to be processed</td>\n</tr>\n<tr>\n<td><strong>Not Shipped</strong></td>\n<td>Order has been processed (accepted or packed).</td>\n</tr>\n<tr>\n<td><strong>Ready to ship</strong></td>\n<td>Order is ready to be picked up by courier.</td>\n</tr>\n<tr>\n<td><strong>Shipped</strong></td>\n<td>Order is picked up and on delivery.</td>\n</tr>\n<tr>\n<td><strong>Delivered</strong></td>\n<td>Order has been delivered to the buyer.</td>\n</tr>\n<tr>\n<td><strong>Completed</strong></td>\n<td>Order finished and Marketplace payout is paid.</td>\n</tr>\n<tr>\n<td><strong>Cancelled</strong></td>\n<td>Order is cancelled by buyer or seller.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"forstok-master-courier\">Forstok Master Courier</h2>\n<p><a href=\"https://docs.google.com/spreadsheets/d/1rbTrvEd2yc91EEBMz_jA4G5DDc84jZ0zcie5Hx6Sv64/edit?usp=sharing\">https://docs.google.com/spreadsheets/d/1rbTrvEd2yc91EEBMz_jA4G5DDc84jZ0zcie5Hx6Sv64/edit?usp=sharing</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Data Definition","slug":"data-definition"}],"owner":"8187389","collectionId":"cda79811-3688-4f95-b260-89b2a6d1df60","publishedId":"Szzj7HJh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FC5C64"},"publishDate":"2020-08-19T07:27:22.000Z"},"item":[{"name":"Authentication","item":[{"name":"Auth JWT","event":[{"listen":"test","script":{"id":"db87473e-9378-441d-9a32-8ec4e0fb925c","exec":["const response = pm.response.json();\r","pm.environment.set(\"token\", response.data.token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"30a9c0b2-0269-4f28-8512-25429673a6f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://integration.forstok.com/api/v2/auth?id={{user_id}}&secret_key={{secret_key}}&type=seller","description":"<p>When using this method, the caller authenticates itself by requesting a token from Forstok’s authentication API. Then the access token should be provided on every API request.</p>\n<p>JWT Authentication Flow:</p>\n<img src=\"https://content.pstmn.io/2a71db86-976d-4842-ab52-ac242291646c/aW1hZ2UucG5n\" alt height=\"774\" width=\"866\" />","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","auth"],"host":["integration","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Account Secret key</p>\n","type":"text/plain"},"key":"secret_key","value":"{{secret_key}}"},{"description":{"content":"<p>Required (string). Account type option [channel | seller]</p>\n","type":"text/plain"},"key":"type","value":"seller"}],"variable":[]}},"response":[{"id":"5e6617c4-9e31-44a4-86f5-195b0bbf2c64","name":"Right ID and Secret Key","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://integration.forstok.com/api/v2/auth?id=test_tokoforstok@forstok.com&secret_key=test-tokoforstok789!&type=seller","protocol":"https","host":["integration","forstok","com"],"path":["api","v2","auth"],"query":[{"key":"id","value":"test_tokoforstok@forstok.com","description":"Account Identifier number"},{"key":"secret_key","value":"test-tokoforstok789!","description":"Account Secret key"},{"key":"type","value":"seller","description":"Account type option [ seller]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Aug 2020 04:07:38 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"267","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Etag","value":"W/\"8e97f4a28b29d28151ad1647b287701d\"","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Request-Id","value":"1a0cdd31-60c6-4c7b-9a7a-816d96079cbe","enabled":true},{"key":"X-Runtime","value":"0.011278","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"token\": \"{{vault:json-web-token}}\",\n        \"exp_at\": \"2020-09-06T11:07:38.768+07:00\"\n    }\n}"},{"id":"f914ce05-c9fe-44d5-b61a-53ccbbbdaade","name":"Wrong ID or Secret Key","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://integration.forstok.com/api/v2/auth?id=test_tokoforstok@forstok.com&secret_key=123456&type=seller","protocol":"https","host":["integration","forstok","com"],"path":["api","v2","auth"],"query":[{"key":"id","value":"test_tokoforstok@forstok.com"},{"key":"secret_key","value":"123456"},{"key":"type","value":"seller"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Aug 2020 04:31:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"59","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Etag","value":"W/\"7d2c3b7352519feef46b43da2176794b\"","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Request-Id","value":"e1adeb5e-406c-4700-89ea-160f8d081fc9","enabled":true},{"key":"X-Runtime","value":"0.015252","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"data\": {\n        \"message\": \"ID or Secret key wrong.\"\n    }\n}"}],"_postman_id":"30a9c0b2-0269-4f28-8512-25429673a6f9"}],"id":"69d50178-87af-47a8-8671-5f239c506e1e","description":"<p>For the API calls to be counted as a valid request, it has to provide authentication token on all API calls.</p>\n","event":[{"listen":"prerequest","script":{"id":"4927f619-7184-4b0d-bb7d-6996c6049ad3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"de79e365-63e6-4ced-abb9-ab5114765f0d","type":"text/javascript","exec":[""]}}],"_postman_id":"69d50178-87af-47a8-8671-5f239c506e1e","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}}},{"name":"Products","item":[{"name":"Create Master Products","event":[{"listen":"prerequest","script":{"id":"c7fb1e3b-c752-4d45-abe9-394648b5c193","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e89103ae-583c-45b8-8669-8d3f625035ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"items\": [\r\n        {\r\n            \"name\": \"Testing no image create\", // Required (string). Product name\r\n            // \"brand_name\":\"BrandZZF\", // Required (string). Name of brand\r\n            // \"category_name\":\"Clothings\", // Required (string). Name of category\r\n            // \"image_urls\":[\"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"], // Required (String [ ]). URL of images products\r\n            \"variants\": [\r\n                {\r\n                    \"name\": \"Baju Doraemon Biru Baru\", //Required(\r\n                    \"options\": [\r\n                        {\r\n                            \"size\": \"XXXL\"\r\n                        }\r\n                    ], //Required (object[]). List of options type. (Only for variation purpose only)\r\n                    \"sku_code\": \"newsku122\", // Required (string). A unique identifier for the product. This identifier is usually freely assigned.\r\n                    \"barcode\": \"117889\", //Required (string). A unique identifier for the product, machine readable\r\n                    \"description\": \"ini description itemnya yg size xxxl\", //(string). Description about the variant. If every variant has the same description as an item, leave it blank. So it will be replaced by item description.\r\n                    \"price\": \"285000\", //Required(integer). Price of the variant\r\n                    \"cost_price\": \"205000\",\r\n                    \"quantity\": \"3\", //Required(integer).\r\n                    \"weight\": \"1000\", //Required(integer)\r\n                    \"width\": \"20\", //Required(integer)\r\n                    \"height\": \"30\", //Required(integer)\r\n                    \"length\": \"100\" //Required(integer)\r\n                },\r\n                {\r\n                    \"name\": \"Baju Doraemon Biru\",\r\n                    \"options\": [\r\n                        {\r\n                            \"size\": \"L\"\r\n                        }\r\n                    ],\r\n                    \"sku_code\": \"newsku123\",\r\n                    \"barcode\": \"11789852\",\r\n                    \"description\": \"ini description itemnya yg size L\",\r\n                    \"price\": \"285000\",\r\n                    \"cost_price\": \"205000\",\r\n                    \"quantity\": \"1\",\r\n                    \"weight\": \"1000\",\r\n                    \"width\": \"20\",\r\n                    \"height\": \"30\",\r\n                    \"length\": \"100\"\r\n                }\r\n            ]\r\n        }\r\n        // { \r\n        // \"name\":\"Baju Nobita Biru\", // Required (string). Product name\r\n        // \"brand_name\":\"BrandZZF\", // Required (string). Name of brand\r\n        // \"category_name\":\"Clothings\", // Required (string). Name of category\r\n        // \"image_urls\":[\"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"], // Required (String [ ]). URL of images products\r\n        // \"variants\":[\r\n        // \t{\r\n        // \t\t\"name\":\"Baju Nobita Biru\", //Required(\r\n        // \t\t\"options\": [ {\"size\": \"XXXL\"}], //Required (object[]). List of options type. (Only for variation purpose only)\r\n        // \t\t\"sku_code\":\"1baju-nobita-xxxl\", // Required (string). A unique identifier for the product. This identifier is usually freely assigned.\r\n        // \t\t\"barcode\":\"117889\", //Required (string). A unique identifier for the product, machine readable\r\n        // \t\t\"description\":\"ini description itemnya yg size xxxl\", //(string). Description about the variant. If every variant has the same description as an item, leave it blank. So it will be replaced by item description.\r\n        // \t\t\"price\":\"285000\", //Required(integer). Price of the variant\r\n        //         \"cost_price\":\"205000\",\r\n        // \t\t\"quantity\":\"3\", //Required(integer).\r\n        // \t\t\"weight\":\"1000\",//Required(integer)\r\n        // \t\t\"width\":\"20\",//Required(integer)\r\n        // \t\t\"height\":\"30\",//Required(integer)\r\n        // \t\t\"length\":\"100\"//Required(integer)\r\n        // \t},\r\n        // \t{\r\n        // \t\t\"name\":\"Baju Nobita Biru\",\r\n        // \t\t\"options\": [ {\"size\": \"L\"}],\r\n        // \t\t\"sku_code\":\"1baju-nobita-l\",\r\n        // \t\t\"barcode\":\"11789852\",\r\n        // \t\t\"description\":\"ini description itemnya yg size L\",\r\n        // \t\t\"price\":\"285000\",\r\n        //         \"cost_price\":\"205000\",\r\n        // \t\t\"quantity\":\"1\",\r\n        // \t\t\"weight\":\"1000\",\r\n        // \t\t\"width\":\"20\",\r\n        // \t\t\"height\":\"30\",\r\n        // \t\t\"length\":\"100\"\r\n        // \t}\r\n        // \t]\r\n        // }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","description":"<p>This endpoint used for creating product from seller to Forstok's Master Product(single or multi variant) with maximun product created is 50 products at one time.</p>\n<p>NB: There are validation SKU, if SKU already exist in database the creation will not success.</p>\n<blockquote>\n<p>Update</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Date</strong></th>\n<th><strong>Update</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>03 November 2022</td>\n<td>Response Variant Error Validation (Check Example Error Validation in Variant)</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Rate Limit</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Timespan</strong></th>\n<th><strong>Request</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1 minute</td>\n<td>50</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Parameter request body</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string (required)</td>\n<td>Product name. (Max 70 characters)</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string (required)</td>\n<td>Product description. (Min 50 Characters (Recommended Min 260 Characters), Max 2000 Characters.)</td>\n</tr>\n<tr>\n<td>brand_name</td>\n<td>string (required)</td>\n<td>Name of brand.</td>\n</tr>\n<tr>\n<td>category_name</td>\n<td>string (required)</td>\n<td>Name of category</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>string [ ]</td>\n<td>Url of images products. Image : min 3 images, max 5 images. Size : max 1mb per image, max 1200x1200px (Standard 800x800px). Recommended to use https</td>\n</tr>\n<tr>\n<td>variants</td>\n<td>object [ ]</td>\n<td>List of variants</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string (required)</td>\n<td>Name of variant. (Max 15 characters)</td>\n</tr>\n<tr>\n<td>L location_id</td>\n<td>string</td>\n<td>Location id for the variant. Location or Rack name in the warehouse.</td>\n</tr>\n<tr>\n<td>L description</td>\n<td>string</td>\n<td>Description about the variant. (Min 50 Characters (Recommended Min 260 Characters), Max 2000 Characters.)</td>\n</tr>\n<tr>\n<td>L sku_code</td>\n<td>string (required)</td>\n<td>A unique identifier for the product. This identifier is usually freely assigned. For SKU separator can't use space, recommended to use -</td>\n</tr>\n<tr>\n<td>L barcode</td>\n<td>string (required)</td>\n<td>A unique identifier for the product, machine readable.</td>\n</tr>\n<tr>\n<td>L price</td>\n<td>integer (required)</td>\n<td>Price of the Variant. (Max 100.000.000)</td>\n</tr>\n<tr>\n<td>L cost_price</td>\n<td>integer (optional)</td>\n<td>Cost Price Item. Average Cost Price / Purchase Price</td>\n</tr>\n<tr>\n<td>L weight</td>\n<td>integer (required)</td>\n<td>Weight of the variant. (Unit in Gram)</td>\n</tr>\n<tr>\n<td>L length</td>\n<td>integer (required)</td>\n<td>Length of the variant. (Unit in cm)</td>\n</tr>\n<tr>\n<td>L width</td>\n<td>integer (required)</td>\n<td>Width of the variant. (Unit in cm)</td>\n</tr>\n<tr>\n<td>L height</td>\n<td>integer (required)</td>\n<td>Height of the variant. (Unit in cm)</td>\n</tr>\n<tr>\n<td>L quantity</td>\n<td>integer (required)</td>\n<td>Quantity of product, default is 0. (max 999999)</td>\n</tr>\n<tr>\n<td>L warehouse_code</td>\n<td>string</td>\n<td>Warehouse destination where the quantity will be assigned to. If null, then the quantity will be assigned to Primary Warehouse</td>\n</tr>\n<tr>\n<td>L options</td>\n<td>object [ ] (required)</td>\n<td>List of options type. (Only for variation purpose only)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","items","create"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"3ad10f0c-2aa2-4546-879d-61dc947791f8","name":"Create Product 1lvl variant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"items\":[ \r\n\t\t\t{ \r\n\t\t\t\"name\":\"Baju Doraemon Biru\", // Required (string). Product name\r\n\t\t\t\"brand_name\":\"BrandZZF\", // Required (string). Name of brand\r\n\t\t\t\"category_name\":\"Clothings\", // Required (string). Name of category\r\n\t\t\t\"image_urls\":[\"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"], // Required (String [ ]). URL of images products\r\n\t\t\t\"variants\":[\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Baju Doraemon Biru\", //Required(\r\n\t\t\t\t\t\"options\": [ {\"size\": \"XXXL\"}], //Required (object[]). List of options type. (Only for variation purpose only)\r\n\t\t\t\t\t\"sku_code\":\"baju-doraemon-xxxl\", // Required (string). A unique identifier for the product. This identifier is usually freely assigned.\r\n\t\t\t\t\t\"barcode\":\"117889\", //Required (string). A unique identifier for the product, machine readable\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size xxxl\", //(string). Description about the variant. If every variant has the same description as an item, leave it blank. So it will be replaced by item description.\r\n\t\t\t\t\t\"price\":\"285000\", //Required(integer). Price of the variant\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"3\", //Required(integer).\r\n\t\t\t\t\t\"weight\":\"1000\",//Required(integer)\r\n\t\t\t\t\t\"width\":\"20\",//Required(integer)\r\n\t\t\t\t\t\"height\":\"30\",//Required(integer)\r\n\t\t\t\t\t\"length\":\"100\"//Required(integer)\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Baju Doraemon Biru\",\r\n\t\t\t\t\t\"options\": [ {\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"baju-doraemon-l\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size L\",\r\n\t\t\t\t\t\"price\":\"285000\",\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","protocol":"http","host":["accounts","forstok","com"],"path":["api","v1","items","create"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 06 Aug 2020 04:45:51 GMT","enabled":true},{"key":"ETag","value":"W/\"5e9cb7b7590416849338055cde1514fc\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=f23ae8cc34d8367f3dd770d7e2920d6a--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"1cc450f3-bf51-4859-b4b7-04a03d75d167","enabled":true},{"key":"X-Runtime","value":"5.495283","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"443","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"item_created\": \"1 / 1 \",\n    \"items\": [\n        {\n            \"id\": 3092072,\n            \"variant_id\": 12552089,\n            \"name\": \"Baju Doraemon Biru\",\n            \"description\": \"ini description itemnya yg size xxxl\",\n            \"price\": 285000,\n            \"cost_price\":\"205000\",\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-06T11:45:46.000+07:00\",\n            \"updated_at\": \"2020-08-06T11:45:46.000+07:00\",\n            \"sku\": \"baju-doraemon-xxxl\",\n            \"barcode\": \"117889\",\n            \"item_id\": 6423376,\n            \"quantity\": 3,\n            \"image_urls\": [\n                \"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"\n            ],\n            \"options\": [\n                {\n                    \"size\": \"XXXL\"\n                }\n            ]\n        },\n        {\n            \"id\": 3092073,\n            \"variant_id\": 12552090,\n            \"name\": \"Baju Doraemon Biru\",\n            \"description\": \"ini description itemnya yg size L\",\n            \"price\": 285000,\n            \"cost_price\":\"205000\",\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-06T11:45:46.000+07:00\",\n            \"updated_at\": \"2020-08-06T11:45:46.000+07:00\",\n            \"sku\": \"baju-doraemon-l\",\n            \"barcode\": \"11789852\",\n            \"item_id\": 6423376,\n            \"quantity\": 1,\n            \"image_urls\": [\n                \"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"\n            ],\n            \"options\": [\n                {\n                    \"size\": \"L\"\n                }\n            ]\n        }\n    ],\n    \"error_details\": []\n}"},{"id":"e7f514dc-0195-492b-908e-c6a47947c22b","name":"Create Product 2lvl variant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"items\":[ \r\n\t\t\t{ \r\n\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\"brand_name\":\"Richard Meyer\",\r\n\t\t\t\"category_name\":\"Polo Shirts\",\r\n\t\t\t\"image_urls\":[\"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"],\r\n\t\t\t\"variants\":[\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"Blue\"},{\"size\": \"M\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-blue-m\",\r\n\t\t\t\t\t\"barcode\":\"117889\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color blue yg size M\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"3\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"Blue\"},{\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-blue-l\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color blue yg size L\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"White\"},{\"size\": \"M\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-white-m\",\r\n\t\t\t\t\t\"barcode\":\"117889\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color White yg size M\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"3\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"White\"},{\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-white-l\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color White yg size L\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","protocol":"http","host":["accounts","forstok","com"],"path":["api","v1","items","create"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 06 Aug 2020 04:47:43 GMT","enabled":true},{"key":"ETag","value":"W/\"2db7f7596e3f4a3bfb91b02f6067ab51\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=9473661637e1756530f99cb8064d1411--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"e94791bf-6c09-42cd-82cc-da99b76601a3","enabled":true},{"key":"X-Runtime","value":"10.372623","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"566","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"item_created\": \"1 / 1 \",\n    \"items\": [\n        {\n            \"id\": 3092084,\n            \"variant_id\": 12552150,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color blue yg size M\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-06T11:47:33.000+07:00\",\n            \"updated_at\": \"2020-08-06T11:47:34.000+07:00\",\n            \"sku\": \"polo-blue-m\",\n            \"barcode\": \"117889\",\n            \"item_id\": 6423429,\n            \"quantity\": 3,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"Blue\"\n                },\n                {\n                    \"size\": \"M\"\n                }\n            ]\n        },\n        {\n            \"id\": 3092085,\n            \"variant_id\": 12552151,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color blue yg size L\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-06T11:47:33.000+07:00\",\n            \"updated_at\": \"2020-08-06T11:47:34.000+07:00\",\n            \"sku\": \"polo-blue-l\",\n            \"barcode\": \"11789852\",\n            \"item_id\": 6423429,\n            \"quantity\": 1,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"Blue\"\n                },\n                {\n                    \"size\": \"L\"\n                }\n            ]\n        },\n        {\n            \"id\": 3092086,\n            \"variant_id\": 12552152,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color White yg size M\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-06T11:47:33.000+07:00\",\n            \"updated_at\": \"2020-08-06T11:47:34.000+07:00\",\n            \"sku\": \"polo-white-m\",\n            \"barcode\": \"117889\",\n            \"item_id\": 6423429,\n            \"quantity\": 3,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"White\"\n                },\n                {\n                    \"size\": \"M\"\n                }\n            ]\n        },\n        {\n            \"id\": 3092087,\n            \"variant_id\": 12552153,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color White yg size L\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-06T11:47:33.000+07:00\",\n            \"updated_at\": \"2020-08-06T11:47:34.000+07:00\",\n            \"sku\": \"polo-white-l\",\n            \"barcode\": \"11789852\",\n            \"item_id\": 6423429,\n            \"quantity\": 1,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"White\"\n                },\n                {\n                    \"size\": \"L\"\n                }\n            ]\n        }\n    ],\n    \"error_details\": []\n}"},{"id":"9616c3b9-db91-47f3-81fb-dbba6571723b","name":"Create Product No variation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"items\":[ \r\n\t\t\t{ \r\n\t\t\t\"name\":\"Test Power Bank\",\r\n\t\t\t\"sku_code\":\"1111\",\r\n\t\t\t\"brand_name\":\"BrandA\",\r\n\t\t\t\"category_name\":\"Electronic\",\r\n\t\t\t\"description\":\"ini description itemnya\",\r\n            \"image_urls\":[\"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"],\r\n\t\t\t\"price\":\"200000\",\r\n            \"cost_price\":\"105000\",\r\n\t\t\t\"quantity\":\"3\",\r\n\t\t\t\"weight\":\"10\",\r\n\t\t\t\"width\":\"20\",\r\n\t\t\t\"height\":\"30\",\r\n\t\t\t\"length\":\"100\",\r\n\t\t\t\"barcode\":\"1234567dfghjkl\"\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","items","create"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Mon, 14 Feb 2022 11:14:29 GMT","enabled":true},{"key":"ETag","value":"W/\"162a9ad3b655fd7f5c90108ce9dd5f53\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=a7008f0e1c8b98bfc1e90189bbe335d8--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"ab3edbb2-2f60-4363-9949-867f2ce15e81","enabled":true},{"key":"X-Runtime","value":"0.480310","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"394","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"item_created\": \"1 / 1\",\n    \"sku_created\": \"1 / 1\",\n    \"items\": [\n        {\n            \"id\": 5478939,\n            \"variant_id\": 17149802,\n            \"name\": \"Test Power Bank\",\n            \"description\": \"ini description itemnya\",\n            \"price\": 200000,\n            \"sale_price\": null,\n            \"package_weight\": 10,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2022-02-14T18:14:28.000+07:00\",\n            \"updated_at\": \"2022-02-14T18:14:29.000+07:00\",\n            \"sku\": \"1111\",\n            \"barcode\": \"1234567dfghjkl\",\n            \"item_id\": 10921937,\n            \"quantity\": 3,\n            \"image_urls\": [\n                \"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"\n            ],\n            \"cost_price\": 105000\n        }\n    ],\n    \"error_details\": []\n}"},{"id":"39fa590f-06e8-4d4b-aae7-d51380afc1f5","name":"Create Master Product 1 Item Failed, 1 Item Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"items\":[ \r\n\t\t\t{ \r\n\t\t\t\"name\":\"Baju Doraemon Biru Baru\", // Required (string). Product name\r\n\t\t\t\"brand_name\":\"BrandZZF\", // Required (string). Name of brand\r\n\t\t\t\"category_name\":\"Clothings\", // Required (string). Name of category\r\n\t\t\t\"image_urls\":[\"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"], // Required (String [ ]). URL of images products\r\n\t\t\t\"variants\":[\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Baju Doraemon Biru Baru\", //Required(\r\n\t\t\t\t\t\"options\": [ {\"size\": \"XXXL\"}], //Required (object[]). List of options type. (Only for variation purpose only)\r\n\t\t\t\t\t\"sku_code\":\"baju-doraemon-6-xxxl\", // Required (string). A unique identifier for the product. This identifier is usually freely assigned.\r\n\t\t\t\t\t\"barcode\":\"117889\", //Required (string). A unique identifier for the product, machine readable\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size xxxl\", //(string). Description about the variant. If every variant has the same description as an item, leave it blank. So it will be replaced by item description.\r\n\t\t\t\t\t\"price\":\"285000\", //Required(integer). Price of the variant\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"3\", //Required(integer).\r\n\t\t\t\t\t\"weight\":\"1000\",//Required(integer)\r\n\t\t\t\t\t\"width\":\"20\",//Required(integer)\r\n\t\t\t\t\t\"height\":\"30\",//Required(integer)\r\n\t\t\t\t\t\"length\":\"100\"//Required(integer)\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Baju Doraemon Biru\",\r\n\t\t\t\t\t\"options\": [ {\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"baju-doraemon-l-1\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size L\",\r\n\t\t\t\t\t\"price\":\"285000\",\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t\r\n\t\t\t},\r\n            { \r\n\t\t\t\"name\":\"Baju Nobita Biru\", // Required (string). Product name\r\n\t\t\t\"brand_name\":\"BrandZZF\", // Required (string). Name of brand\r\n\t\t\t\"category_name\":\"Clothings\", // Required (string). Name of category\r\n\t\t\t\"image_urls\":[\"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"], // Required (String [ ]). URL of images products\r\n\t\t\t\"variants\":[\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Baju Nobita Biru\", //Required(\r\n\t\t\t\t\t\"options\": [ {\"size\": \"XXXL\"}], //Required (object[]). List of options type. (Only for variation purpose only)\r\n\t\t\t\t\t\"sku_code\":\"baju-nobita-1-xxxl\", // Required (string). A unique identifier for the product. This identifier is usually freely assigned.\r\n\t\t\t\t\t\"barcode\":\"117889\", //Required (string). A unique identifier for the product, machine readable\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size xxxl\", //(string). Description about the variant. If every variant has the same description as an item, leave it blank. So it will be replaced by item description.\r\n\t\t\t\t\t\"price\":\"285000\", //Required(integer). Price of the variant\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"3\", //Required(integer).\r\n\t\t\t\t\t\"weight\":\"1000\",//Required(integer)\r\n\t\t\t\t\t\"width\":\"20\",//Required(integer)\r\n\t\t\t\t\t\"height\":\"30\",//Required(integer)\r\n\t\t\t\t\t\"length\":\"100\"//Required(integer)\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Baju Nobita Biru\",\r\n\t\t\t\t\t\"options\": [ {\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"baju-nobita-l\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size L\",\r\n\t\t\t\t\t\"price\":\"285000\",\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","items","create"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=9de63b5ca29021fddcb245b27eff69b9--200; path=/; max-age=5; HttpOnly","enabled":true},{"key":"Set-Cookie","value":"__profilin=p%3Dt; path=/","enabled":true},{"key":"Cache-Control","value":"no-store, must-revalidate, private, max-age=0","enabled":true},{"key":"X-Meta-Request-Version","value":"0.6.0","enabled":true},{"key":"X-Request-Id","value":"4159c66a-56ce-4c88-a791-4eb54dc02868","enabled":true},{"key":"X-Runtime","value":"19.072115","enabled":true},{"key":"X-MiniProfiler-Original-Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"X-MiniProfiler-Ids","value":"[\"dfedpufasvsa1sad9he5\",\"21zjvw6vfcgyryh8wa4m\",\"9pi4hattew6f8zm2qxdl\",\"168bn9m1jypa7f3eu678\",\"fp0l2gz115yc971ngsqr\"]","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"item_created\": \"1 / 2\",\n    \"sku_created\": \"2 / 4\",\n    \"items\": [\n        {\n            \"id\": 3922052,\n            \"variant_id\": 15560078,\n            \"name\": \"Baju Doraemon Biru Baru\",\n            \"description\": \"ini description itemnya yg size xxxl\",\n            \"price\": 285000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2021-02-10T18:06:11.000+07:00\",\n            \"updated_at\": \"2021-02-10T18:06:12.000+07:00\",\n            \"sku\": \"baju-doraemon-6-xxxl\",\n            \"barcode\": \"117889\",\n            \"item_id\": 8885749,\n            \"quantity\": 0,\n            \"image_urls\": [\n                \"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"\n            ],\n            \"options\": [\n                {\n                    \"size\": \"XXXL\"\n                }\n            ],\n            \"cost_price\": 205000\n        },\n        {\n            \"id\": 3922053,\n            \"variant_id\": 15560079,\n            \"name\": \"Baju Doraemon Biru\",\n            \"description\": \"ini description itemnya yg size L\",\n            \"price\": 285000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2021-02-10T18:06:11.000+07:00\",\n            \"updated_at\": \"2021-02-10T18:06:12.000+07:00\",\n            \"sku\": \"baju-doraemon-l-1\",\n            \"barcode\": \"11789852\",\n            \"item_id\": 8885749,\n            \"quantity\": 0,\n            \"image_urls\": [\n                \"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/043/852/199/large/3fc67f6c80c4d0e8ba8e0f00c3e987a5.jpg?\"\n            ],\n            \"options\": [\n                {\n                    \"size\": \"L\"\n                }\n            ],\n            \"cost_price\": 205000\n        }\n    ],\n    \"error_details\": [\n        {\n            \"id\": 15560076,\n            \"item_id\": 8885747,\n            \"config\": \"default\",\n            \"sku\": \"baju-nobita-1-xxxl\",\n            \"price\": 285000,\n            \"cost_price\": 205000,\n            \"sale_price\": null,\n            \"sale_start_at\": null,\n            \"sale_end_at\": null,\n            \"position\": null,\n            \"active\": null,\n            \"created_at\": \"2021-02-10T18:01:53.000+07:00\",\n            \"updated_at\": \"2021-02-10T18:01:53.000+07:00\",\n            \"removed_at\": null,\n            \"removed\": \"0\",\n            \"profile_id\": 79,\n            \"barcode\": \"117889\",\n            \"weight\": null,\n            \"created_by_user\": false,\n            \"variant_associations_count\": 0,\n            \"listed_variant_associations_count\": 0,\n            \"location_id\": null,\n            \"error_message\": \"Product with this SKU already exists in database.\"\n        },\n        {\n            \"id\": 15463439,\n            \"item_id\": 8811745,\n            \"config\": \"default\",\n            \"sku\": \"baju-nobita-l\",\n            \"price\": 285000,\n            \"cost_price\": 205000,\n            \"sale_price\": null,\n            \"sale_start_at\": null,\n            \"sale_end_at\": null,\n            \"position\": null,\n            \"active\": null,\n            \"created_at\": \"2021-02-04T16:17:11.000+07:00\",\n            \"updated_at\": \"2021-02-04T16:17:11.000+07:00\",\n            \"removed_at\": null,\n            \"removed\": \"0\",\n            \"profile_id\": 79,\n            \"barcode\": \"11789852\",\n            \"weight\": null,\n            \"created_by_user\": false,\n            \"variant_associations_count\": 0,\n            \"listed_variant_associations_count\": 0,\n            \"location_id\": null,\n            \"error_message\": \"Product with this SKU already exists in database.\"\n        }\n    ]\n}"},{"id":"ddf510c6-0f74-441c-8eca-cf5b81dfc4ad","name":"Error 2tier variations (Sample02 Error image source)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"items\":[ \r\n\t\t\t{ \r\n\t\t\t\"name\":\"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax)\",\r\n\t\t\t\"brand_name\":\"Jada\",\r\n\t\t\t\"category_name\":\"Action Figure\",\r\n\t\t\t\"image_urls\":[\"https://drive.google.com/file/d/1DkSs9TQawBvOaurCqkMFGgxfH2eqOqsj/view?usp=sharing\"],\r\n\t\t\t\"variants\":[\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax\",\r\n\t\t\t\t\t\"options\": [ {\"Variations\": \"Disney\"},{\"Sub_variant\": \"Mickey\"}],\r\n\t\t\t\t\t\"sku_code\":\"Mickey-DS1\",\r\n\t\t\t\t\t\"barcode\":\"98757\",\r\n\t\t\t\t\t\"description\":\"<html>Nano Metalfigs Jada x Disney, <br> Scale 1.65IN </html>\",\r\n\t\t\t\t\t\"price\":\"29900\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"100\",\r\n\t\t\t\t\t\"width\":\"5\",\r\n\t\t\t\t\t\"height\":\"5\",\r\n\t\t\t\t\t\"length\":\"5\",\r\n\t\t\t\t\t\"image_urls\":[\"https://drive.google.com/file/d/1DkSs9TQawBvOaurCqkMFGgxfH2eqOqsj/view?usp=sharing\"]\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax\",\r\n\t\t\t\t\t\"options\": [ {\"Variations\": \"Disney\"},{\"Sub_variant\": \"Minnie\"}],\r\n\t\t\t\t\t\"sku_code\":\"Minnie-DS2\",\r\n\t\t\t\t\t\"barcode\":\"98758\",\r\n\t\t\t\t\t\"description\":\"<html>Nano Metalfigs Jada x Disney, <br> Scale 1.65IN </html>\",\r\n\t\t\t\t\t\"price\":\"29900\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"100\",\r\n\t\t\t\t\t\"width\":\"5\",\r\n\t\t\t\t\t\"height\":\"5\",\r\n\t\t\t\t\t\"length\":\"5\",\r\n\t\t\t\t\t\"image_urls\":[\"https://drive.google.com/file/d/13A-KdfrQYgDGTvYPh-dphzIvj_a6Q8ds/view?usp=sharing\"]\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax\",\r\n\t\t\t\t\t\"options\": [{\"Variations\": \"Disney Pixar\"},{\"Sub_variant\": \"Baymax\"}],\r\n\t\t\t\t\t\"sku_code\":\"baymax-ds12\",\r\n\t\t\t\t\t\"barcode\":\"98851\",\r\n\t\t\t\t\t\"description\":\"<html>Nano Metalfigs Jada x Disney, <br> Scale 1.65IN </html>\",\r\n\t\t\t\t\t\"price\":\"28000\",\r\n\t\t\t\t\t\"quantity\":\"2\",\r\n\t\t\t\t\t\"weight\":\"100\",\r\n\t\t\t\t\t\"width\":\"5\",\r\n\t\t\t\t\t\"height\":\"5\",\r\n\t\t\t\t\t\"length\":\"5\",\r\n\t\t\t\t\t\"image_urls\":[\"https://drive.google.com/file/d/1lp0rY5QCJodlirO_Qy4YjDR-tiULZI0s/view?usp=sharing\"\r\n\t\t\t\t\t,\"https://drive.google.com/file/d/1q1EEVRD32falVas1S30zg7gCxB-7n2UP/view?usp=sharing\"\r\n\t\t\t\t\t,\"https://drive.google.com/file/d/14e-tCWNFH6kg7oFwOjW38e19htcEUPr4/view?usp=sharing\"]\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax\",\r\n\t\t\t\t\t\"options\": [ {\"Variations\": \"Disney Pixar\"},{\"Sub_variant\": \"Armored Baymax\"}],\r\n\t\t\t\t\t\"sku_code\":\"armored-baymax-ds20\",\r\n\t\t\t\t\t\"barcode\":\"99339\",\r\n\t\t\t\t\t\"description\":\"<html>Nano Metalfigs Jada x Disney, <br> Scale 1.65IN </html>\",\r\n\t\t\t\t\t\"price\":\"28000\",\r\n\t\t\t\t\t\"quantity\":\"2\",\r\n\t\t\t\t\t\"weight\":\"100\",\r\n\t\t\t\t\t\"width\":\"5\",\r\n\t\t\t\t\t\"height\":\"5\",\r\n\t\t\t\t\t\"length\":\"5\",\r\n\t\t\t\t\t\"image_urls\":[\"https://drive.google.com/file/d/1Mn3mYfTkA-fjCL5iJPZzJ-wq91Lw4WF3/view?usp=sharing\"\r\n\t\t\t\t\t,\"https://drive.google.com/file/d/1YReYStDj1A82uR5WWtIkOKEzZ6ytyzie/view?usp=sharing\"\r\n\t\t\t\t\t,\"https://drive.google.com/file/d/1XBVSPVOND5nBVlJrQ--bdKyhrz1LpNpn/view?usp=sharing\"]\r\n\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","protocol":"http","host":["accounts","forstok","com"],"path":["api","v1","items","create"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 14 Aug 2020 08:16:19 GMT","enabled":true},{"key":"ETag","value":"W/\"82a9e413854728049d6818f67677b562\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=2058db5d9e7174d73928353666e32e22--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"933533c7-efbe-48de-bdd4-be6864c28840","enabled":true},{"key":"X-Runtime","value":"1.687005","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"740","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"item_created\": \"0 / 1 \",\n    \"items\": null,\n    \"error_details\": [\n        {\n            \"name\": \"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax)\",\n            \"brand_name\": \"Jada\",\n            \"category_name\": \"Action Figure\",\n            \"image_urls\": [\n                \"https://drive.google.com/file/d/1DkSs9TQawBvOaurCqkMFGgxfH2eqOqsj/view?usp=sharing\"\n            ],\n            \"variants\": [\n                {\n                    \"name\": \"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax\",\n                    \"options\": [\n                        {\n                            \"Variations\": \"Disney\"\n                        },\n                        {\n                            \"Sub_variant\": \"Mickey\"\n                        }\n                    ],\n                    \"sku_code\": \"Mickey-DS1\",\n                    \"barcode\": \"98757\",\n                    \"description\": \"<html>Nano Metalfigs Jada x Disney, <br> Scale 1.65IN </html>\",\n                    \"price\": \"29900\",\n                    \"quantity\": \"1\",\n                    \"weight\": \"100\",\n                    \"width\": \"5\",\n                    \"height\": \"5\",\n                    \"length\": \"5\",\n                    \"image_urls\": [\n                        \"https://drive.google.com/file/d/1DkSs9TQawBvOaurCqkMFGgxfH2eqOqsj/view?usp=sharing\"\n                    ]\n                },\n                {\n                    \"name\": \"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax\",\n                    \"options\": [\n                        {\n                            \"Variations\": \"Disney\"\n                        },\n                        {\n                            \"Sub_variant\": \"Minnie\"\n                        }\n                    ],\n                    \"sku_code\": \"Minnie-DS2\",\n                    \"barcode\": \"98758\",\n                    \"description\": \"<html>Nano Metalfigs Jada x Disney, <br> Scale 1.65IN </html>\",\n                    \"price\": \"29900\",\n                    \"quantity\": \"1\",\n                    \"weight\": \"100\",\n                    \"width\": \"5\",\n                    \"height\": \"5\",\n                    \"length\": \"5\",\n                    \"image_urls\": [\n                        \"https://drive.google.com/file/d/13A-KdfrQYgDGTvYPh-dphzIvj_a6Q8ds/view?usp=sharing\"\n                    ]\n                },\n                {\n                    \"name\": \"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax\",\n                    \"options\": [\n                        {\n                            \"Variations\": \"Disney Pixar\"\n                        },\n                        {\n                            \"Sub_variant\": \"Baymax\"\n                        }\n                    ],\n                    \"sku_code\": \"baymax-ds12\",\n                    \"barcode\": \"98851\",\n                    \"description\": \"<html>Nano Metalfigs Jada x Disney, <br> Scale 1.65IN </html>\",\n                    \"price\": \"28000\",\n                    \"quantity\": \"2\",\n                    \"weight\": \"100\",\n                    \"width\": \"5\",\n                    \"height\": \"5\",\n                    \"length\": \"5\",\n                    \"image_urls\": [\n                        \"https://drive.google.com/file/d/1lp0rY5QCJodlirO_Qy4YjDR-tiULZI0s/view?usp=sharing\",\n                        \"https://drive.google.com/file/d/1q1EEVRD32falVas1S30zg7gCxB-7n2UP/view?usp=sharing\",\n                        \"https://drive.google.com/file/d/14e-tCWNFH6kg7oFwOjW38e19htcEUPr4/view?usp=sharing\"\n                    ]\n                },\n                {\n                    \"name\": \"Jada Metal Figure Disney and Disney Pixar Karakter (Mickey, Minnie,Stitch,Toys Story, Baymax\",\n                    \"options\": [\n                        {\n                            \"Variations\": \"Disney Pixar\"\n                        },\n                        {\n                            \"Sub_variant\": \"Armored Baymax\"\n                        }\n                    ],\n                    \"sku_code\": \"armored-baymax-ds20\",\n                    \"barcode\": \"99339\",\n                    \"description\": \"<html>Nano Metalfigs Jada x Disney, <br> Scale 1.65IN </html>\",\n                    \"price\": \"28000\",\n                    \"quantity\": \"2\",\n                    \"weight\": \"100\",\n                    \"width\": \"5\",\n                    \"height\": \"5\",\n                    \"length\": \"5\",\n                    \"image_urls\": [\n                        \"https://drive.google.com/file/d/1Mn3mYfTkA-fjCL5iJPZzJ-wq91Lw4WF3/view?usp=sharing\",\n                        \"https://drive.google.com/file/d/1YReYStDj1A82uR5WWtIkOKEzZ6ytyzie/view?usp=sharing\",\n                        \"https://drive.google.com/file/d/1XBVSPVOND5nBVlJrQ--bdKyhrz1LpNpn/view?usp=sharing\"\n                    ]\n                }\n            ],\n            \"error_message\": {}\n        }\n    ]\n}"},{"id":"1f9098ae-668a-4084-a6e6-9c74a09bb2ac","name":"Sample Option type is not same - Create Master Product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"items\":[ \r\n\t\t\t{ \r\n\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\"brand_name\":\"Richard Meyer\",\r\n\t\t\t\"category_name\":\"Polo Shirts\",\r\n\t\t\t\"image_urls\":[\"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"],\r\n\t\t\t\"variants\":[\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"warna\": \"Blue\"},{\"ukuran\": \"M\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-blue-m\",\r\n\t\t\t\t\t\"barcode\":\"117889\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color blue yg size M\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"3\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"Blue\"},{\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-blue-l\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color blue yg size L\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"White\"},{\"size\": \"M\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-white-m\",\r\n\t\t\t\t\t\"barcode\":\"117889\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color White yg size M\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"3\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"White\"},{\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-white-l\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color White yg size L\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"1\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","protocol":"http","host":["accounts","forstok","com"],"path":["api","v1","items","create"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 14 Aug 2020 06:51:13 GMT","enabled":true},{"key":"ETag","value":"W/\"183ad73579480a2996baf9cf0f0bb7f2\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=37afc18d44fb739cc98c4ba2fd3c0b2d--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"9b0dafdf-a50a-40a4-8e39-7734c72a1518","enabled":true},{"key":"X-Runtime","value":"10.344181","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"576","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"item_created\": \"1 / 1 \",\n    \"items\": [\n        {\n            \"id\": 3119583,\n            \"variant_id\": 12676321,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color blue yg size M\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-14T13:51:03.000+07:00\",\n            \"updated_at\": \"2020-08-14T13:51:03.000+07:00\",\n            \"sku\": \"polo-blue-m\",\n            \"barcode\": \"117889\",\n            \"item_id\": 6504767,\n            \"quantity\": 3,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"warna\": \"Blue\"\n                },\n                {\n                    \"ukuran\": \"M\"\n                }\n            ]\n        },\n        {\n            \"id\": 3119584,\n            \"variant_id\": 12676322,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color blue yg size L\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-14T13:51:03.000+07:00\",\n            \"updated_at\": \"2020-08-14T13:51:03.000+07:00\",\n            \"sku\": \"polo-blue-l\",\n            \"barcode\": \"11789852\",\n            \"item_id\": 6504767,\n            \"quantity\": 1,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"Blue\"\n                },\n                {\n                    \"size\": \"L\"\n                }\n            ]\n        },\n        {\n            \"id\": 3119585,\n            \"variant_id\": 12676323,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color White yg size M\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-14T13:51:03.000+07:00\",\n            \"updated_at\": \"2020-08-14T13:51:03.000+07:00\",\n            \"sku\": \"polo-white-m\",\n            \"barcode\": \"117889\",\n            \"item_id\": 6504767,\n            \"quantity\": 3,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"White\"\n                },\n                {\n                    \"size\": \"M\"\n                }\n            ]\n        },\n        {\n            \"id\": 3119586,\n            \"variant_id\": 12676324,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color White yg size L\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-08-14T13:51:03.000+07:00\",\n            \"updated_at\": \"2020-08-14T13:51:03.000+07:00\",\n            \"sku\": \"polo-white-l\",\n            \"barcode\": \"11789852\",\n            \"item_id\": 6504767,\n            \"quantity\": 1,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"White\"\n                },\n                {\n                    \"size\": \"L\"\n                }\n            ]\n        }\n    ],\n    \"error_details\": []\n}"},{"id":"e915b535-d114-466c-ab5b-0fa503f9998e","name":"Qty is zero","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"items\":[ \r\n\t\t\t{ \r\n\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\"brand_name\":\"Richard Meyer\",\r\n\t\t\t\"category_name\":\"Polo Shirts\",\r\n\t\t\t\"image_urls\":[\"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"],\r\n\t\t\t\"variants\":[\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"Blue\"},{\"size\": \"M\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-blue-m\",\r\n\t\t\t\t\t\"barcode\":\"117889\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color blue yg size M\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"0\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"Blue\"},{\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-blue-l\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color blue yg size L\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"0\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"White\"},{\"size\": \"M\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-white-m\",\r\n\t\t\t\t\t\"barcode\":\"117889\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color White yg size M\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"0\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"name\":\"Kaos Polo Richard Meyer\",\r\n\t\t\t\t\t\"options\": [ {\"color\": \"White\"},{\"size\": \"L\"}],\r\n\t\t\t\t\t\"sku_code\":\"polo-white-l\",\r\n\t\t\t\t\t\"barcode\":\"11789852\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya color White yg size L\",\r\n\t\t\t\t\t\"price\":\"179000\",\r\n\t\t\t\t\t\"quantity\":\"0\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","protocol":"http","host":["accounts","forstok","com"],"path":["api","v1","items","create"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Wed, 11 Nov 2020 04:57:15 GMT","enabled":true},{"key":"ETag","value":"W/\"95f1f9ad2a946b1196c9d9ace5b3ab37\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=719aa6323402aba01cba4eb073ba1637--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"ef6a9e95-b84e-4859-9d40-83d7791aa820","enabled":true},{"key":"X-Runtime","value":"26.149873","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"579","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"item_created\": \"1 / 1 \",\n    \"items\": [\n        {\n            \"id\": 3683288,\n            \"variant_id\": 14512525,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color blue yg size M\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-11-11T11:56:54.000+07:00\",\n            \"updated_at\": \"2020-11-11T11:56:56.000+07:00\",\n            \"sku\": \"polo-blue-m\",\n            \"barcode\": \"117889\",\n            \"item_id\": 8159117,\n            \"quantity\": 0,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"Blue\"\n                },\n                {\n                    \"size\": \"M\"\n                }\n            ]\n        },\n        {\n            \"id\": 3683289,\n            \"variant_id\": 14512526,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color blue yg size L\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-11-11T11:56:55.000+07:00\",\n            \"updated_at\": \"2020-11-11T11:56:57.000+07:00\",\n            \"sku\": \"polo-blue-l\",\n            \"barcode\": \"11789852\",\n            \"item_id\": 8159117,\n            \"quantity\": 0,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"Blue\"\n                },\n                {\n                    \"size\": \"L\"\n                }\n            ]\n        },\n        {\n            \"id\": 3683290,\n            \"variant_id\": 14512527,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color White yg size M\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-11-11T11:56:55.000+07:00\",\n            \"updated_at\": \"2020-11-11T11:56:57.000+07:00\",\n            \"sku\": \"polo-white-m\",\n            \"barcode\": \"117889\",\n            \"item_id\": 8159117,\n            \"quantity\": 0,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"White\"\n                },\n                {\n                    \"size\": \"M\"\n                }\n            ]\n        },\n        {\n            \"id\": 3683291,\n            \"variant_id\": 14512529,\n            \"name\": \"Kaos Polo Richard Meyer\",\n            \"description\": \"ini description itemnya color White yg size L\",\n            \"price\": 179000,\n            \"sale_price\": null,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 100,\n            \"package_width\": 20,\n            \"created_at\": \"2020-11-11T11:56:56.000+07:00\",\n            \"updated_at\": \"2020-11-11T11:56:58.000+07:00\",\n            \"sku\": \"polo-white-l\",\n            \"barcode\": \"11789852\",\n            \"item_id\": 8159117,\n            \"quantity\": 0,\n            \"image_urls\": [\n                \"https://cms.cloudinary.vpsvc.com//image/fetch/q_auto:eco,w_700,f_auto,dpr_auto/https://s3-eu-west-1.amazonaws.com/sitecore-media-bucket/prod%2Fen-NZ%2F%7B27B139FA-8629-48CC-B48B-BCE6524E048F%7D\"\n            ],\n            \"options\": [\n                {\n                    \"color\": \"White\"\n                },\n                {\n                    \"size\": \"L\"\n                }\n            ]\n        }\n    ],\n    \"error_details\": []\n}"},{"id":"c2c292d1-f8a9-4b86-83c9-4de9a1bd07a5","name":"Error Validation in Variant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n\"items\":[ \r\n\t\t\t{ \r\n\t\t\t\"name\":\"Baju Doraemon Biru Baru\",\r\n\t\t\t\"brand_name\":\"BrandZZF\",\r\n\t\t\t\"category_name\":\"Clothings\",\r\n\t\t\t\"image_urls\":[\"https://forstok-staging-storage.s3.amazonaws.com/items_import/f675c2f4-6f61-4b28-95ea-f2e524cff2d9/1.png\"],\r\n\t\t\t\"variants\":[\r\n\t\t\t\t{                    \"name\":\"Baju Doraemon\",\r\n\t\t\t\t\t\"options\": [ {\"size\": \"XXXL\"},{\"color\": \"Merah\"},{\"warna\": \"Merah\"}],\r\n\t\t\t\t\t\"sku_code\":\"baju-doraemon-29-xxxl\",\r\n\t\t\t\t\t\"barcode\":\"117890\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size xxxl\",\r\n\t\t\t\t\t\"price\":\"285000\",\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"3\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n                {\r\n                    \"name\":\"Baju Doraemon\",\r\n\t\t\t\t\t\"sku_code\":\"baju-doraemon-30-xxxl\",\r\n\t\t\t\t\t\"barcode\":\"117891\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size xxxl\",\r\n\t\t\t\t\t\"price\":\"285000\",\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"3\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t},\r\n                {\r\n\t\t\t\t\t\"sku_code\":\"baju doraemon 30 xxxl\",\r\n\t\t\t\t\t\"barcode\":\"117891\",\r\n\t\t\t\t\t\"description\":\"ini description itemnya yg size xxxl\",\r\n\t\t\t\t\t\"price\":\"285000\",\r\n                    \"cost_price\":\"205000\",\r\n\t\t\t\t\t\"quantity\":\"3\",\r\n\t\t\t\t\t\"weight\":\"1000\",\r\n\t\t\t\t\t\"width\":\"20\",\r\n\t\t\t\t\t\"height\":\"30\",\r\n\t\t\t\t\t\"length\":\"100\"\r\n\t\t\t\t}\r\n            ]\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/items/create?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","items","create"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"item_created\": \"0 / 1\",\n    \"sku_created\": \"0 / 3\",\n    \"error_details\": [\n        {\n            \"id\": 18257614,\n            \"item_id\": 16904631,\n            \"config\": \"default\",\n            \"sku\": \"baju-doraemon-29-xxxl\",\n            \"price\": 285000,\n            \"cost_price\": 205000,\n            \"created_at\": \"2022-11-03T08:25:37Z\",\n            \"updated_at\": \"2022-11-03T08:25:37Z\",\n            \"profile_id\": 644,\n            \"barcode\": \"117891\",\n            \"error_message\": \"Product with this SKU already exists in database.\"\n        },\n        {\n            \"sku\": \"baju-doraemon-30-xxxl\",\n            \"price\": 285000,\n            \"profile_id\": 644,\n            \"barcode\": \"117891\",\n            \"weight\": 1000,\n            \"width\": 20,\n            \"height\": 30,\n            \"length\": 100,\n            \"quantity\": 3,\n            \"name\": \"Baju Doraemon\",\n            \"error_messages\": [\n                \"Options is required\"\n            ]\n        },\n        {\n            \"sku\": \"baju doraemon 30 xxxl\",\n            \"price\": 285000,\n            \"profile_id\": 644,\n            \"barcode\": \"117891\",\n            \"weight\": 1000,\n            \"width\": 20,\n            \"height\": 30,\n            \"length\": 100,\n            \"quantity\": 3,\n            \"error_messages\": [\n                \"Variants Name is required\",\n                \"SKU separator can’t use space, recommended to use -\",\n                \"Options is required\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"e89103ae-583c-45b8-8669-8d3f625035ba"},{"name":"Update Master Product","event":[{"listen":"prerequest","script":{"id":"a9b36445-2fb5-41f7-a160-b5c68c5b21d2","exec":[""],"type":"text/javascript"}}],"id":"5ab32652-a7f8-4b4e-8702-d87b0ac1dc00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"sku\": \"00001111\",\r\n    \"name\": \"Update Nama\",\r\n    \"description\": \"Update Deskripsi Master Product\",\r\n    \"package_weight\": 10,\r\n    \"package_height\": 2,\r\n    \"package_length\": 3,\r\n    \"package_width\": 1,\r\n    \"price\": 20500,\r\n    \"barcode\": \"ubahbarcode\",\r\n    \"quantity\": 2,\r\n    \"cost_price\": 20500\r\n}","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/variants.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Update Product without variation<br />Note: Currently, the option to modify the Master Product images through the API is not yet available.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>True</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>False</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>False</td>\n</tr>\n<tr>\n<td>package_weight</td>\n<td>Integer</td>\n<td>False</td>\n</tr>\n<tr>\n<td>package_height</td>\n<td>Integer</td>\n<td>False</td>\n</tr>\n<tr>\n<td>package_length</td>\n<td>Integer</td>\n<td>False</td>\n</tr>\n<tr>\n<td>package_width</td>\n<td>Integer</td>\n<td>False</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Integer</td>\n<td>False</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>String</td>\n<td>False</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Integer</td>\n<td>False</td>\n</tr>\n<tr>\n<td>cost_price</td>\n<td>Integer</td>\n<td>False</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","variants.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"e25fb0b2-2270-4d21-a4f7-7dd2f5de0c31","name":"Update Master Product","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"sku\": \"00001111\",\r\n    \"name\": \"Update Nama\",\r\n    \"description\": \"Update Deskripsi Master Product\",\r\n    \"package_weight\": 10,\r\n    \"package_height\": 2,\r\n    \"package_length\": 3,\r\n    \"package_width\": 1,\r\n    \"price\": 20500,\r\n    \"barcode\": \"ubahbarcode\",\r\n    \"quantity\": 2,\r\n    \"cost_price\": 20500\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/variants.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","variants.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 11 Mar 2022 07:38:11 GMT","enabled":true},{"key":"ETag","value":"W/\"683f90a6b28b0e0c1a8e016b115519b0\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=30e7b7eec9dbec53e4537859fe59bc69--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"c8f64c08-8120-4719-8a24-ff55650ca68c","enabled":true},{"key":"X-Runtime","value":"0.373334","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"273","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5481869,\n    \"variant_id\": 17153003,\n    \"name\": \"Update Nama\",\n    \"description\": \"Update Deskripsi Master Product\",\n    \"price\": 20500,\n    \"sale_price\": null,\n    \"sale_start_at\": null,\n    \"sale_end_at\": null,\n    \"package_weight\": 10,\n    \"package_height\": 2,\n    \"package_length\": 3,\n    \"package_width\": 1,\n    \"created_at\": \"2022-02-15T12:35:04.000+07:00\",\n    \"updated_at\": \"2022-03-11T14:38:11.000+07:00\",\n    \"removed_at\": null,\n    \"removed\": \"0\",\n    \"sku\": \"00001111\",\n    \"barcode\": \"ubahbarcode\",\n    \"quantity\": 2,\n    \"cost_price\": 20500\n}"},{"id":"1a5574e0-377f-47c4-b317-a19c1a27e7ae","name":"Error SKU Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"sku\": \"wrong_sku\",\r\n    \"name\": \"Update Nama\",\r\n    \"description\": \"Update Deskripsi Master Product\",\r\n    \"package_weight\": 10,\r\n    \"package_height\": 2,\r\n    \"package_length\": 3,\r\n    \"package_width\": 1,\r\n    \"price\": 20500,\r\n    \"barcode\": \"ubahbarcode\",\r\n    \"quantity\": 2,\r\n    \"cost_price\": 20500\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/variants.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","variants.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Date","value":"Fri, 11 Mar 2022 07:41:23 GMT","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Request-Id","value":"08bccecb-3649-4b8a-a760-d5c35b9c197d","enabled":true},{"key":"X-Runtime","value":"0.068638","enabled":true},{"key":"Content-Length","value":"54","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"error\": \"Not Found\"\n}"},{"id":"41d33444-fc46-4fab-9ec5-56de27d9f575","name":"-","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"sku\": \"678HAYUt\",\r\n    \"name\": \"Changed - Test Power Bank\",\r\n    \"package_weight\": 900,\r\n    \"package_length\": 70,\r\n    \"package_width\": 70,\r\n    \"package_height\": 70,\r\n    \"price\":\"30000\",\r\n    \"quantity\":\"3\",\r\n    \"category_name\":\"Utilities\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/variants.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","variants.json"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 06 Aug 2020 05:21:02 GMT","enabled":true},{"key":"ETag","value":"W/\"c264befd30d4fbbc8321a56109dbd265\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=05813d8b787f11dd710319cbdd6dc390--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"0a68c4d9-78b2-4142-844c-f8211cedb979","enabled":true},{"key":"X-Runtime","value":"0.799109","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"275","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3092090,\n    \"variant_id\": 12552195,\n    \"name\": \"Changed - Test Power Bank\",\n    \"description\": \"ini description itemnya\",\n    \"price\": 30000,\n    \"sale_price\": null,\n    \"sale_start_at\": null,\n    \"sale_end_at\": null,\n    \"package_weight\": 900,\n    \"package_height\": 70,\n    \"package_length\": 70,\n    \"package_width\": 70,\n    \"created_at\": \"2020-08-06T11:48:33.000+07:00\",\n    \"updated_at\": \"2020-08-06T12:21:01.000+07:00\",\n    \"removed_at\": null,\n    \"removed\": \"0\",\n    \"sku\": \"678HAYUt\",\n    \"barcode\": \"1234567dfghjkl\",\n    \"quantity\": 3\n}"},{"id":"6945841c-ba74-4174-91d7-fbdedc6f74d5","name":"--","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"sku\": \"baju-doraemon-xxxl\",\r\n    \"cost_price\": 160000\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/variants.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","variants.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 04 Feb 2021 04:33:42 GMT","enabled":true},{"key":"ETag","value":"W/\"b1233c709d2576efb32b1064a51386b7\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=14b2928f85496483fb67dcccf30b0e4e--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"a66d418f-796b-49eb-995e-4289b5aeb387","enabled":true},{"key":"X-Runtime","value":"1.449242","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"288","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3891920,\n    \"variant_id\": 15441485,\n    \"name\": \"Baju Doraemon Biru\",\n    \"description\": \"ini description itemnya yg size xxxl\",\n    \"price\": 285000,\n    \"sale_price\": null,\n    \"sale_start_at\": null,\n    \"sale_end_at\": null,\n    \"package_weight\": 1000,\n    \"package_height\": 30,\n    \"package_length\": 100,\n    \"package_width\": 20,\n    \"created_at\": \"2021-02-02T14:52:22.000+07:00\",\n    \"updated_at\": \"2021-02-03T08:32:21.000+07:00\",\n    \"removed_at\": null,\n    \"removed\": \"0\",\n    \"sku\": \"baju-doraemon-xxxl\",\n    \"barcode\": \"117889\",\n    \"quantity\": 0,\n    \"cost_price\": 160000\n}"}],"_postman_id":"5ab32652-a7f8-4b4e-8702-d87b0ac1dc00"},{"name":"Update Product with Variations","event":[{"listen":"prerequest","script":{"id":"08cd7c7b-1a9c-4bf9-b00f-e5ee440a0f7a","exec":[""],"type":"text/javascript"}}],"id":"6367346f-48d9-4a8d-9f1a-d880c04a6ec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"variants\": [\r\n        {\r\n            \"id\": \"12424925\",//Required(integer). A unique identifier for the variant\r\n            \"sku\": \"TEST00000(yhp14)\",//\r\n            \"name\": \"Capcay Goreng\",\r\n            \"description\": \"Ini Capay Goreng Enak\",\r\n            \"package_weight\": 120,\r\n            \"package_length\": 130,\r\n            \"package_width\": 140,\r\n            \"package_height\": 150\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/variants/bulk?user_id={{user_id}}&auth_type=jwt","description":"<p>For partner to update multiple variants</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>true</td>\n<td>A unique identifier for the variant.</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>false</td>\n<td>SKU of variant.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>false</td>\n<td>Name of product variant.</td>\n</tr>\n<tr>\n<td>package_weight</td>\n<td>integer</td>\n<td>false</td>\n<td>Weight of variant.</td>\n</tr>\n<tr>\n<td>package_length</td>\n<td>integer</td>\n<td>false</td>\n<td>Length of variant.</td>\n</tr>\n<tr>\n<td>package_height</td>\n<td>integer</td>\n<td>false</td>\n<td>Height of variant.</td>\n</tr>\n<tr>\n<td>package_width</td>\n<td>integer</td>\n<td>false</td>\n<td>Width of variant.</td>\n</tr>\n<tr>\n<td>barcode</td>\n<td>string</td>\n<td>false</td>\n<td>Variant's barcode.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>false</td>\n<td>Variant's description.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","variants","bulk"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[],"_postman_id":"6367346f-48d9-4a8d-9f1a-d880c04a6ec0"},{"name":"Get List Variant","event":[{"listen":"prerequest","script":{"id":"25f814c4-f3e6-4e72-92ba-e4186d999503","exec":[""],"type":"text/javascript"}}],"id":"a4885878-4969-4cea-a54f-0ee55b7f5586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://accounts.forstok.com/api/v2/variants.json?user_id={{user_id}}&auth_type=jwt&limit=10&sku_list=[\"678HAYUt\"]&id_list=[\"9123456\"]&created_after=2021-09-01&created_before=2021-10-08&updated_after=2021-09-07&updated_before=2021-10-08&offset=0","description":"<p>Use this API to get Item Variant Info</p>\n<p><strong>Rate Limit :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Timespan</strong></th>\n<th><strong>Request</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1 second</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","variants.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"},{"description":{"content":"<p>The maximum number of items in a single response. Default is 20. Maximum number that it can return is 100.</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>list of sku </p>\n","type":"text/plain"},"key":"sku_list","value":"[\"678HAYUt\"]"},{"description":{"content":"<p>list of variant id</p>\n","type":"text/plain"},"key":"id_list","value":"[\"9123456\"]"},{"key":"created_after","value":"2021-09-01"},{"key":"created_before","value":"2021-10-08"},{"key":"updated_after","value":"2021-09-07"},{"key":"updated_before","value":"2021-10-08"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"0f908a29-efb8-45df-bef6-b386e181602c","name":"Get List Variant","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/variants.json?user_id={{user_id}}&auth_type=jwt&limit=10&sku_list=[\"77000311\"]","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","variants.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"limit","value":"10","description":"The maximum number of items in a single response. Default is 20. Maximum number that it can return is 100."},{"key":"sku_list","value":"[\"77000311\"]","description":"list of sku "},{"key":"id_list","value":"[\"9123456\"]","description":"list of variant id","disabled":true},{"key":"created_after","value":"2021-09-01","disabled":true},{"key":"created_before","value":"2021-10-08","disabled":true},{"key":"updated_after","value":"2021-09-07","disabled":true},{"key":"updated_before","value":"2021-10-08","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 17 Nov 2022 06:11:54 GMT","enabled":true},{"key":"ETag","value":"W/\"9b797b955ce4ddfcf0634aeefb368469\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=f2fa40bceac456fd5a77f0b3e47038b6--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"2dd2a014-f264-466f-92a2-de4c62abd0a5","enabled":true},{"key":"X-Runtime","value":"0.426246","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"296","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"variants\": [\n        {\n            \"id\": 4884862,\n            \"variant_id\": 16589482,\n            \"name\": \"Chek Hup King\",\n            \"description\": \"\\\"#kopi#kopiimport#whitecoffee#White Coffee Chek Hup Isi 15 sachet\\\"\\n\",\n            \"price\": 58000,\n            \"sale_price\": 0,\n            \"package_weight\": 1000,\n            \"package_height\": 30,\n            \"package_length\": 10,\n            \"package_width\": 20,\n            \"created_at\": \"2021-11-03 06:14:05\",\n            \"updated_at\": \"2022-11-17 03:32:08\",\n            \"removed\": \"0\",\n            \"sku\": \"77000311\",\n            \"quantity\": 28,\n            \"cost_price\": 0,\n            \"product_type\": \"default\"\n        }\n    ]\n}"},{"id":"fff210b0-f62c-487a-9eb3-13fad726aee6","name":"Get List Variant sample bundle","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/variants.json?user_id={{user_id}}&auth_type=jwt&limit=10&sku_list=[\"baju-doraemon-xxxl\"]","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","variants.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"limit","value":"10","description":"The maximum number of items in a single response. Default is 20. Maximum number that it can return is 100."},{"key":"sku_list","value":"[\"baju-doraemon-xxxl\"]","description":"list of sku "},{"key":"id_list","value":"[\"9123456\"]","description":"list of variant id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 04 Feb 2021 04:27:10 GMT","enabled":true},{"key":"ETag","value":"W/\"eecaec174c04e5cce8a262cfe8f9ae17\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=75be35c33b6d299c672e69d6180b9d9d--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"e6b328fc-4667-4021-a7d9-b16c9f47fe01","enabled":true},{"key":"X-Runtime","value":"0.704021","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"291","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3891920,\n        \"variant_id\": 15441485,\n        \"name\": \"Baju Doraemon Bundle Item \",\n        \"description\": \"Product Bundle terdiri dari Pakaian, Celana dan Handuk\",\n        \"price\": 125000,\n        \"sale_price\": null,\n        \"sale_start_at\": null,\n        \"sale_end_at\": null,\n        \"package_weight\": 1000,\n        \"package_height\": 30,\n        \"package_length\": 100,\n        \"package_width\": 20,\n        \"created_at\": \"2021-02-02T14:52:22.000+07:00\",\n        \"updated_at\": \"2021-02-03T08:32:21.000+07:00\",\n        \"removed_at\": null,\n        \"removed\": \"0\",\n        \"sku\": \"baju-doraemon-xxxl\",\n        \"barcode\": \"117889\",\n        \"quantity\": 0,\n        \"cost_price\": 90000,\n        \"product_type\": \"combo\",\n        \"bundle\": true,\n        \"bundle_info\": [\n            {\n                \"id\": 1127789,\n                \"variant_id\": 154411,\n                \"sku\": \"bajudoraemon-01\",\n                \"name\": \"Baju DOraemon Biru\",\n                \"unit\": 1,\n                \"qty\": 58,\n                \"main_item\": true,\n                \"item_price\": 40000,\n                \"subtotal\": 40000\n            },\n            {\n                \"id\": 1127710,\n                \"variant_id\": 154412,\n                \"sku\": \"celanadoraemon-01\",\n                \"name\": \"Celana doraemon Biru\",\n                \"unit\": 1,\n                \"qty\": 23,\n                \"main_item\": false,\n                \"item_price\": 53000,\n                \"subtotal\": 53000\n            },\n            {\n                \"id\": 1127711,\n                \"variant_id\": 154413,\n                \"sku\": \"handukdoraemon-01\",\n                \"name\": \"Handuk doraemon Biru\",\n                \"unit\": 1,\n                \"qty\": 269,\n                \"main_item\": false,\n                \"item_price\": 80000,\n                \"subtotal\": 80000\n            }\n        ]\n    }\n]"}],"_postman_id":"a4885878-4969-4cea-a54f-0ee55b7f5586"}],"id":"ade40d9c-a71f-4da6-bbf2-c40ad8381344","description":"<p>All about create and update product master information. Currently only affect forstok master product not listing product to market place. </p>\n","event":[{"listen":"prerequest","script":{"id":"73cb278d-45ae-4d9b-87ac-dc597283a111","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5db7d9fd-6c91-4a84-82a9-dfef5a79f3bc","type":"text/javascript","exec":[""]}}],"_postman_id":"ade40d9c-a71f-4da6-bbf2-c40ad8381344","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}}},{"name":"Inventory","item":[{"name":"Batch Update Qty On Hand","id":"cd9619ae-d275-47b1-ba63-adce1b059580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"variants\": [\r\n        {\r\n            \"sku\": \"baju-2\",\r\n            \"quantity_hand\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v2/variants/quantities.json?user_id={{user_id}}&auth_type=jwt","description":"<p><strong>Recommended</strong> endpoint to update qty on hand if you don't get order with pending payment status.</p>\n<p><em><strong>Qty on Hand</strong></em> is the physical qty in the warehouse (including Qty Reserved)</p>\n<h3 id=\"rate-limit\">Rate Limit</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request / Timespan</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1 Request with different Payload / 10 Seconds</td>\n</tr>\n<tr>\n<td>1 Payload Request Max. 100 SKUs</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body-parameters\">Request body parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Location</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>true</td>\n<td>body</td>\n<td>Sku of product variant.</td>\n</tr>\n<tr>\n<td>quantity_hand</td>\n<td>integer</td>\n<td>true</td>\n<td>body</td>\n<td>Update <em><strong>On Hand Qty</strong></em></td>\n</tr>\n<tr>\n<td>Sample value for final qty: 2 it will change the qty to 2. If you input delta qty just add +/- and make string type e.q : \"-1\", \"+5\"</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>false</td>\n<td>body</td>\n<td>Warehouse Code</td>\n</tr>\n<tr>\n<td><strong>(Optional) Single Warehouse Forstok Account</strong>:  <br />you can choose to use warehouse_code . If you don't use one of these, it will update to the primary warehouse  <br />  <br /><strong>(Required) Multi Warehouse Forstok Account</strong>:  <br />you can choose to use warehouse_code.</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","variants","quantities.json"],"host":["accounts","forstok","com"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"970029ba-8d28-4b39-a98f-42142ac6de85","name":"Batch Update Qty On Hand Delta","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"variants\": [\r\n        {\r\n            \"sku\": \"QA_A00000(1qrct)\",\r\n            \"quantity_hand\": \"+2\",\r\n            \"warehouse_code\":\"x\"\r\n        },{\r\n            \"sku\": \"QA_A00000(dusb5)\",\r\n            \"quantity_hand\": \"-2\",\r\n            \"warehouse_code\":\"x\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v2/variants/quantities.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","variants","quantities.json"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 20 Jan 2022 05:20:52 GMT","enabled":true},{"key":"ETag","value":"W/\"3d23d39a30bb7323f8ccfd64c52cf286\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=115170aaab483d15ad60ea6bc053a2a9--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"04b42492-7eda-4c89-84f0-48a79eb5249a","enabled":true},{"key":"X-Runtime","value":"0.630157","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"35","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\"\n}"},{"id":"824bd1a6-6448-41ea-95d1-816e75c53524","name":"Batch Update Qty On Hand Final","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"variants\": [\r\n        {\r\n            \"sku\": \"QA_A00000(1qrct)\",\r\n            \"quantity_hand\": \"2\",\r\n            \"warehouse_code\":\"x\"\r\n        },{\r\n            \"sku\": \"QA_A00000(dusb5)\",\r\n            \"quantity_hand\": \"20\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v2/variants/quantities.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","variants","quantities.json"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 20 Jan 2022 05:20:52 GMT","enabled":true},{"key":"ETag","value":"W/\"3d23d39a30bb7323f8ccfd64c52cf286\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=115170aaab483d15ad60ea6bc053a2a9--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"04b42492-7eda-4c89-84f0-48a79eb5249a","enabled":true},{"key":"X-Runtime","value":"0.630157","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"35","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\"\n}"}],"_postman_id":"cd9619ae-d275-47b1-ba63-adce1b059580"},{"name":"Batch Update Price","event":[{"listen":"prerequest","script":{"id":"15ac7c64-bf4f-4f83-8b96-0f67188f36b8","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4c8fb21d-91aa-4340-9aef-71c27202c977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"variants\": [\r\n        {\r\n            \"sku\":\"dupe1200b\",\r\n            \"price\":777,\r\n            \"store_id\": 13795\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/variants/prices.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Use this API to update price for multiple variants (max 100 variants).</p>\n<blockquote>\n<p>Request body parameter</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Location</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>store_id</td>\n<td>integer</td>\n<td>false</td>\n<td>body</td>\n<td>Store identifier forstok (fill this value to Update price in channel by store di, if you  leave this blank it  only update master product in forstok and will not affecting store price)</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>true</td>\n<td>body</td>\n<td>Sku of product variant.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>integer</td>\n<td>true</td>\n<td>body</td>\n<td>Price of product variant.</td>\n</tr>\n<tr>\n<td>cost_price</td>\n<td>integer</td>\n<td>false</td>\n<td>body</td>\n<td>Cost Price of product variant.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","variants","prices.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"388c869e-215c-41b5-bc41-6cce56f6bfed","name":"Failed - Batch Update Price (Store Price)","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"variants\": [\r\n        {\r\n            \"store_id\":5580,\r\n            \"sku\":\"00002\",\r\n            \"price\":78100\r\n\r\n        },\r\n        {\r\n            \"store_id\":5580,\r\n            \"sku\":\"00033\",\r\n            \"price\":730000\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/variants/prices.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","variants","prices.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Date","value":"Thu, 13 Aug 2020 10:47:18 GMT","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Request-Id","value":"d8d7e089-7eed-4cee-8a13-4ca50fc6ee7e","enabled":true},{"key":"X-Runtime","value":"0.558059","enabled":true},{"key":"Content-Length","value":"46","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"error\": \"Internal Server Error\"\n}"},{"id":"a394fa0a-f7d2-4509-b566-1566d159868a","name":"Success Batch Update Price (Master Price)","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"variants\": [\r\n        {\r\n            \"sku\":\"00002\", //Required(string). SKU of Product\r\n            \"price\":75000 //Required(integer). Price of product variant\r\n\r\n        },\r\n        {\r\n            \"sku\":\"00033\",\r\n            \"price\":100000\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/variants/prices.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","variants","prices.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 13 Aug 2020 10:42:44 GMT","enabled":true},{"key":"ETag","value":"W/\"3d23d39a30bb7323f8ccfd64c52cf286\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=9082db8a7fa583836c977ba2f19fd715--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"cda72ba9-a8a3-4013-a679-1079ad295764","enabled":true},{"key":"X-Runtime","value":"0.945366","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"35","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\"\n}"},{"id":"eb9925af-2e2e-4a1e-a9a3-a32d602a56f9","name":"Success - Batch Update Price (Store Price)","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"variants\": [\r\n        {\r\n            \"store_id\":5580,\r\n            \"sku\":\"000033\",\r\n            \"price\":730001\r\n        },\r\n                {\r\n            \"store_id\":5557,\r\n            \"sku\":\"000033\",\r\n            \"price\":730002\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/variants/prices.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","variants","prices.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 18 Aug 2020 08:02:46 GMT","enabled":true},{"key":"ETag","value":"W/\"3d23d39a30bb7323f8ccfd64c52cf286\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=a881efe080efddd452c0dd2a589cfa26--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"e4f6b978-2b5a-4941-8720-72eb1efcde16","enabled":true},{"key":"X-Runtime","value":"0.962541","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"35","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\"\n}"}],"_postman_id":"4c8fb21d-91aa-4340-9aef-71c27202c977"},{"name":"Get Product Quantity","event":[{"listen":"prerequest","script":{"id":"23cdb108-1cbf-46e6-84c0-245add6e7f6c","exec":[""],"type":"text/javascript"}}],"id":"5bd49f74-2bf9-4b70-8b7c-4e538d3b7a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/product_quantity.json?user_id={{user_id}}&auth_type=jwt&sku_list=[\"000XX11\"]&warehouse_id=696&limit=100&offset=0&instock=1","description":"<p>Use this API to get Quantity for Specific Product</p>\n<h3 id=\"response-parameters\">RESPONSE PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td>variant id forstok</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>sku product</td>\n</tr>\n<tr>\n<td>quantity_onhand</td>\n<td>integer</td>\n<td>The number of physical items in the warehouse that are ready for sale.</td>\n</tr>\n<tr>\n<td>quantity_reserved</td>\n<td>integer</td>\n<td>The number of unprocessed items on hold for an order. Status pending payment (unpaid) or open (needs to be processed).</td>\n</tr>\n<tr>\n<td>quantity_available</td>\n<td>integer</td>\n<td>The remaining number of items that can be purchased on the Marketplace/webstore. (Calculated by the system automatically)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Bodyraw (json)</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"response\": [\n        {\n            \"id\": 15559183,\n            \"sku\": \"kaoslecek(qvc1j)\",\n            \"quantity_onhand\": 51,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 51\n        },\n        {\n            \"id\": 16660770,\n            \"sku\": \"SKU-ABCS\",\n            \"quantity_onhand\": 99,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 99\n        },\n        {\n            \"id\": 18319329,\n            \"sku\": \"sambal4\",\n            \"quantity_onhand\": 1,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 1\n        },\n        {\n            \"id\": 18324878,\n            \"sku\": \"skuanak372\",\n            \"quantity_onhand\": 1,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 1\n        },\n        {\n            \"id\": 18324879,\n            \"sku\": \"skutessync\",\n            \"quantity_onhand\": 100,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 100\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product_quantity.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"},{"disabled":true,"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"id_list","value":"[16901012]"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"sku_list","value":"[\"000XX11\"]"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"warehouse_id","value":"696"},{"description":{"content":"<p>Optional. Default Limit 100 per call but you can set up to 400 per call</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional ( Boolean). set value 1 to get only skus with quantity</p>\n","type":"text/plain"},"key":"instock","value":"1"}],"variable":[]}},"response":[{"id":"537dfa75-8a3d-457c-aa7a-56c3c43c026a","name":"Get Product Quantity","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/product_quantity.json?user_id={{user_id}}&auth_type=jwt&limit=5&offset=0&instock=1","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","product_quantity.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"id_list","value":"[16901012]","description":"Optional","disabled":true},{"key":"sku_list","value":"[\"77000311\"]","description":"Optional","disabled":true},{"key":"warehouse_id","value":"696","description":"Optional","disabled":true},{"key":"limit","value":"5","description":"Optional. Default Limit 100 per call but you can set up to 400 per call"},{"key":"offset","value":"0","description":"Optional"},{"key":"instock","value":"1","description":"Optional ( Boolean). set value 1 to get only skus with quantity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 17 Nov 2022 06:08:33 GMT","enabled":true},{"key":"ETag","value":"W/\"d1c5128b6234afe42824c9521e488ef3\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=06cea98150f1142acafd6e936f3e6888--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"c128cb89-9ac8-443c-a264-20edcc8b6884","enabled":true},{"key":"X-Runtime","value":"0.343710","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"203","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": [\n        {\n            \"id\": 15559183,\n            \"sku\": \"kaoslecek(qvc1j)\",\n            \"quantity_onhand\": 51,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 51\n        },\n        {\n            \"id\": 16660770,\n            \"sku\": \"SKU-ABCS\",\n            \"quantity_onhand\": 99,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 99\n        },\n        {\n            \"id\": 18319329,\n            \"sku\": \"sambal4\",\n            \"quantity_onhand\": 1,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 1\n        },\n        {\n            \"id\": 18324878,\n            \"sku\": \"skuanak372\",\n            \"quantity_onhand\": 1,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 1\n        },\n        {\n            \"id\": 18324879,\n            \"sku\": \"skutessync\",\n            \"quantity_onhand\": 100,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 100\n        }\n    ]\n}"}],"_postman_id":"5bd49f74-2bf9-4b70-8b7c-4e538d3b7a31"},{"name":"Get Product Quantity - New Version","event":[{"listen":"prerequest","script":{"id":"23cdb108-1cbf-46e6-84c0-245add6e7f6c","exec":[""],"type":"text/javascript"}}],"id":"ab8a41d9-bef3-4cf6-8126-0a4a319b9c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/product_quantity.json?user_id={{user_id}}&auth_type=jwt&sku_list=[\"000XX11\"]&warehouse_id=696&limit=100&offset=0&instock=1","description":"<p>Use this API to get Quantity for Specific Product</p>\n<blockquote>\n<p>Update Log</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Date</strong></th>\n<th><strong>Update Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TBA</td>\n<td>&gt; adding data to the response, default limit &amp; offset.  <br />&gt; change in response format for Single Warehouse and Multi Warehouse.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-parameters\">RESPONSE PARAMETERS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total_sku</td>\n<td>integer</td>\n<td>The total number of SKU items in the profile</td>\n</tr>\n<tr>\n<td>next_offset</td>\n<td>integer</td>\n<td>The total value of offset summed with the limit (limit + offset).</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td>variant id forstok</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>string</td>\n<td>sku product</td>\n</tr>\n<tr>\n<td>multilocation</td>\n<td>[ ]</td>\n<td>All location/warehouse in the profile</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>integer</td>\n<td>warehouse id in the profile (numeric)</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>string</td>\n<td>warehouse code in the profile</td>\n</tr>\n<tr>\n<td>quantity_onhand</td>\n<td>integer</td>\n<td>The number of physical items in the warehouse that are ready for sale.</td>\n</tr>\n<tr>\n<td>quantity_reserved</td>\n<td>integer</td>\n<td>The number of unprocessed items on hold for an order. Status pending payment (unpaid) or open (needs to be processed).</td>\n</tr>\n<tr>\n<td>quantity_available</td>\n<td>integer</td>\n<td>The remaining number of items that can be purchased on the Marketplace/webstore. (Calculated by the system automatically)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Format Single Warehouse:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"total_sku\": 1053,\n    \"next_offset\": 1053,\n    \"response\": [\n        {\n            \"id\": 20477240,\n            \"sku\": \"CMimage1\",\n            \"quantity_onhand\": 0,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 0\n        }\n    ]\n\n</code></pre>\n<p>Format Multi Warehouse / Location:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"total_sku\": 6067,\n    \"next_offset\": 3,\n    \"response\": [\n        {\n            \"id\": 11892701,\n            \"sku\": \"6SDASD0011-edited\",\n            \"multilocation\": [\n                {\n                    \"warehouse_id\": 701,\n                    \"warehouse_code\": \"-\",\n                    \"quantity_onhand\": -25,\n                    \"quantity_reserved\": 0,\n                    \"quantity_available\": -25\n                },\n                {\n                    \"warehouse_id\": 1160,\n                    \"warehouse_code\": \"jkp\",\n                    \"quantity_onhand\": 456,\n                    \"quantity_reserved\": 0,\n                    \"quantity_available\": 456\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n<p>Note:<br />If the user enters an offset with next_offset - 1, the response still provides next_offset data, example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"total_sku\": 1053,\n    \"next_offset\": 1053,\n    \"response\": [\n        {\n            \"id\": 20477240,\n            \"sku\": \"CMimage1\",\n            \"quantity_onhand\": 0,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 0\n        }\n    ]\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","product_quantity.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"},{"disabled":true,"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"id_list","value":"[16901012]"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"sku_list","value":"[\"000XX11\"]"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"warehouse_id","value":"696"},{"description":{"content":"<p>Optional. Default Limit 100 per call but you can set up to 400 per call</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional ( Boolean). set value 1 to get only skus with quantity</p>\n","type":"text/plain"},"key":"instock","value":"1"}],"variable":[]}},"response":[{"id":"61327f08-ac10-4dc1-940f-5396af06ce5a","name":"Single Warehouse","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/product_quantity.json?user_id={{user_id}}&auth_type=jwt&limit=5&offset=0&instock=1","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","product_quantity.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"id_list","value":"[16901012]","description":"Optional","disabled":true},{"key":"sku_list","value":"[\"77000311\"]","description":"Optional","disabled":true},{"key":"warehouse_id","value":"696","description":"Optional","disabled":true},{"key":"limit","value":"5","description":"Optional. Default Limit 100 per call but you can set up to 400 per call"},{"key":"offset","value":"0","description":"Optional"},{"key":"instock","value":"1","description":"Optional ( Boolean). set value 1 to get only skus with quantity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 17 Nov 2022 06:08:33 GMT","enabled":true},{"key":"ETag","value":"W/\"d1c5128b6234afe42824c9521e488ef3\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=06cea98150f1142acafd6e936f3e6888--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"c128cb89-9ac8-443c-a264-20edcc8b6884","enabled":true},{"key":"X-Runtime","value":"0.343710","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"203","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total_sku\": 1053,\n    \"next_offset\": 3,\n    \"response\": [\n        {\n            \"id\": 20342887,\n            \"sku\": \"CGM\",\n            \"quantity_onhand\": 10,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 10\n        },\n        {\n            \"id\": 20342889,\n            \"sku\": \"CGL\",\n            \"quantity_onhand\": 20,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 20\n        },\n        {\n            \"id\": 20342892,\n            \"sku\": \"CGXL\",\n            \"quantity_onhand\": 12,\n            \"quantity_reserved\": 0,\n            \"quantity_available\": 12\n        }\n    ]\n}"},{"id":"e78185b6-7730-4e9e-9047-83c41e3a4359","name":"Multi Warehouse","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/product_quantity.json?user_id={{user_id}}&auth_type=jwt&limit=5&offset=0&instock=1","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","product_quantity.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"id_list","value":"[16901012]","description":"Optional","disabled":true},{"key":"sku_list","value":"[\"77000311\"]","description":"Optional","disabled":true},{"key":"warehouse_id","value":"696","description":"Optional","disabled":true},{"key":"limit","value":"5","description":"Optional. Default Limit 100 per call but you can set up to 400 per call"},{"key":"offset","value":"0","description":"Optional"},{"key":"instock","value":"1","description":"Optional ( Boolean). set value 1 to get only skus with quantity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 17 Nov 2022 06:08:33 GMT","enabled":true},{"key":"ETag","value":"W/\"d1c5128b6234afe42824c9521e488ef3\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=06cea98150f1142acafd6e936f3e6888--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"c128cb89-9ac8-443c-a264-20edcc8b6884","enabled":true},{"key":"X-Runtime","value":"0.343710","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"203","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n\t\"total_sku\": 6067,\n\t\"next_offset\": 3,\n\t\"response\": [\n\t\t{\n\t\t\t\"id\": 11892701,\n\t\t\t\"sku\": \"6SDASD0011-edited\",\n\t\t\t\"multilocation\": [\n\t\t\t\t{\n\t\t\t\t\t\"warehouse_id\": 701,\n\t\t\t\t\t\"warehouse_code\": \"-\",\n\t\t\t\t\t\"quantity_onhand\": -25,\n\t\t\t\t\t\"quantity_reserved\": 0,\n\t\t\t\t\t\"quantity_available\": -25\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"warehouse_id\": 1160,\n\t\t\t\t\t\"warehouse_code\": \"jkp\",\n\t\t\t\t\t\"quantity_onhand\": 456,\n\t\t\t\t\t\"quantity_reserved\": 0,\n\t\t\t\t\t\"quantity_available\": 456\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": 11892846,\n\t\t\t\"sku\": \"6SDASD0013\",\n\t\t\t\"multilocation\": [\n\t\t\t\t{\n\t\t\t\t\t\"warehouse_id\": 701,\n\t\t\t\t\t\"warehouse_code\": \"-\",\n\t\t\t\t\t\"quantity_onhand\": 13,\n\t\t\t\t\t\"quantity_reserved\": 7,\n\t\t\t\t\t\"quantity_available\": 6\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"warehouse_id\": 1424,\n\t\t\t\t\t\"warehouse_code\": \"\",\n\t\t\t\t\t\"quantity_onhand\": 0,\n\t\t\t\t\t\"quantity_reserved\": 0,\n\t\t\t\t\t\"quantity_available\": 0\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"warehouse_id\": 1160,\n\t\t\t\t\t\"warehouse_code\": \"jkp\",\n\t\t\t\t\t\"quantity_onhand\": 54,\n\t\t\t\t\t\"quantity_reserved\": 0,\n\t\t\t\t\t\"quantity_available\": 54\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"warehouse_id\": 1231,\n\t\t\t\t\t\"warehouse_code\": \"SMG\",\n\t\t\t\t\t\"quantity_onhand\": 35,\n\t\t\t\t\t\"quantity_reserved\": 0,\n\t\t\t\t\t\"quantity_available\": 35\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": 11892903,\n\t\t\t\"sku\": \"6SDASD0012\",\n\t\t\t\"multilocation\": [\n\t\t\t\t{\n\t\t\t\t\t\"warehouse_id\": 701,\n\t\t\t\t\t\"warehouse_code\": \"-\",\n\t\t\t\t\t\"quantity_onhand\": 74,\n\t\t\t\t\t\"quantity_reserved\": 1,\n\t\t\t\t\t\"quantity_available\": 73\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}"}],"_postman_id":"ab8a41d9-bef3-4cf6-8126-0a4a319b9c48"}],"id":"cb416750-e268-425f-ae27-64ff1c67ce6f","description":"<p>This folder include Update Quantity and Price.</p>\n<img src=\"https://content.pstmn.io/8e9f151f-bd0a-49ab-940f-fe6c823a4158/MGQxN2I3ZTgtMTk4Yi00Zjk5LWFmZmYtMDU0NDdlMGFhNzE0LnBuZw==\" alt />","_postman_id":"cb416750-e268-425f-ae27-64ff1c67ce6f","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}}},{"name":"Orders","item":[{"name":"Get List Order","event":[{"listen":"prerequest","script":{"id":"fdd00288-5cb8-4e6e-8e91-2b11f1e0c5a1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"94cd41db-37e2-4772-8644-ad7be0e8855c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://accounts.forstok.com/api/v2/orders.json?user_id={{user_id}}&auth_type=jwt&limit=15000&offset=0&created_after=2020-01-01T09:56:04.000+07:00&created_before=2020-09-29T09:56:04.000+07:00&updated_after=2020-07-03T00:00:00.000+07:00&updated_before=2020-07-10T23:59:59.000+07:00&status=Open","description":"<p>Use this api  to receive a list of all orders, sorted descendingly by date ordered.</p>\n<blockquote>\n<p>Response Parameters</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>ID of order.</td>\n</tr>\n<tr>\n<td>ordered_at</td>\n<td>datetime</td>\n<td>Date of order created in channel.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date of order created in forstok.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date of order updated in forstok.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","orders.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"},{"description":{"content":"<p>Optional (integer). The maximum number of orders in a single response. Default is 200.</p>\n","type":"text/plain"},"key":"limit","value":"15000"},{"description":{"content":"<p>Optional (integer). Number of variants to skip. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional (datetime). Limits the returned orders to those created after or on the specified date, given in ISO 8601 date format.</p>\n","type":"text/plain"},"key":"created_after","value":"2020-01-01T09:56:04.000+07:00"},{"description":{"content":"<p>Optional (datetime). Limits the returned orders to those created before or on the specified date, given in ISO 8601 date format.</p>\n","type":"text/plain"},"key":"created_before","value":"2020-09-29T09:56:04.000+07:00"},{"description":{"content":"<p>Optional (datetime). Limits the returned orders to those updated after or on the specified date, given in ISO 8601 date format.</p>\n","type":"text/plain"},"key":"updated_after","value":"2020-07-03T00:00:00.000+07:00"},{"description":{"content":"<p>Optional (datetime). Limits the returned orders to those updated before or on the specified date, given in ISO 8601 date format.</p>\n","type":"text/plain"},"key":"updated_before","value":"2020-07-10T23:59:59.000+07:00"},{"description":{"content":"<p>Optional (string). Status of order at Forstok. Example: </p>\n<ol>\n<li>Pending Payment, </li>\n<li>Open, </li>\n<li>Not Shipped, </li>\n<li>Ready to Ship, </li>\n<li>Shipped, </li>\n<li>Delivered, </li>\n<li>Completed, </li>\n<li>Cancelled, </li>\n<li>Failed Delivery</li>\n<li>Returned</li>\n</ol>\n","type":"text/plain"},"key":"status","value":"Open"}],"variable":[]}},"response":[{"id":"8811e535-24c7-4f39-bbbf-145f61a5037a","name":"Get List Order Only","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/orders.json?user_id={{user_id}}&auth_type=jwt&limit=15&offset=0&created_after=2020-01-01T09:56:04.000+07:00&created_before=2020-09-29T09:56:04.000+07:00&status=open","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","orders.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"limit","value":"15","description":"Optional (integer). The maximum number of orders in a single response. Default is 200."},{"key":"offset","value":"0","description":"Optional (integer). Number of variants to skip. Default is 0."},{"key":"created_after","value":"2020-01-01T09:56:04.000+07:00","description":"Optional (datetime). Limits the returned orders to those created after or on the specified date, given in ISO 8601 date format."},{"key":"created_before","value":"2020-09-29T09:56:04.000+07:00","description":"Optional (datetime). Limits the returned orders to those created before or on the specified date, given in ISO 8601 date format."},{"key":"updated_after","value":"2020-07-03T00:00:00.000+07:00","description":"Optional (datetime). Limits the returned orders to those updated after or on the specified date, given in ISO 8601 date format.","disabled":true},{"key":"updated_before","value":"2020-07-10T23:59:59.000+07:00","description":"Optional (datetime). Limits the returned orders to those updated before or on the specified date, given in ISO 8601 date format.","disabled":true},{"key":"status","value":"open","description":"Optional (string). Status at Forstok"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 29 Sep 2020 05:55:09 GMT","enabled":true},{"key":"ETag","value":"W/\"f21af2cfc4717ecf75b32b85ff25cfa4\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=2b4522692f35f4b39818103fae48ab9a--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"30b79afd-f76b-4bdc-8914-b9cb2dcd87db","enabled":true},{"key":"X-Runtime","value":"0.941609","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"374","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total_order\": 15,\n    \"orders\": [\n        {\n            \"id\": 145766661,\n            \"channel_order_id\": \"SH125I23\",\n            \"created_at\": \"2024-10-03T10:20:50.000+07:00\",\n            \"updated_at\": \"2024-10-03T10:20:50.000+07:00\",\n            \"ordered_at\": \"2024-10-03T10:20:50.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145767394,\n            \"channel_order_id\": \"SH125I26\",\n            \"created_at\": \"2024-10-03T10:44:06.000+07:00\",\n            \"updated_at\": \"2024-10-03T10:45:17.000+07:00\",\n            \"ordered_at\": \"2024-10-03T10:45:17.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145767419,\n            \"channel_order_id\": \"SH125I27\",\n            \"created_at\": \"2024-10-03T10:45:43.000+07:00\",\n            \"updated_at\": \"2024-10-03T10:47:54.000+07:00\",\n            \"ordered_at\": \"2024-10-03T10:47:54.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145768582,\n            \"channel_order_id\": \"SH125I28\",\n            \"created_at\": \"2024-10-03T11:32:22.000+07:00\",\n            \"updated_at\": \"2024-10-03T11:32:22.000+07:00\",\n            \"ordered_at\": \"2024-10-03T11:32:22.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145874456,\n            \"channel_order_id\": \"SH125I34\",\n            \"created_at\": \"2024-10-08T11:26:49.000+07:00\",\n            \"updated_at\": \"2024-10-08T11:26:49.000+07:00\",\n            \"ordered_at\": \"2024-10-08T11:26:49.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145879743,\n            \"channel_order_id\": \"SH125I57\",\n            \"created_at\": \"2024-10-08T15:47:28.000+07:00\",\n            \"updated_at\": \"2024-10-08T15:47:28.000+07:00\",\n            \"ordered_at\": \"2024-10-08T15:47:28.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145879756,\n            \"channel_order_id\": \"SH125I86\",\n            \"created_at\": \"2024-10-08T15:48:00.000+07:00\",\n            \"updated_at\": \"2024-10-08T15:48:00.000+07:00\",\n            \"ordered_at\": \"2024-10-08T15:48:00.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145893164,\n            \"channel_order_id\": \"SH125I97\",\n            \"created_at\": \"2024-10-09T09:57:53.000+07:00\",\n            \"updated_at\": \"2024-10-09T09:57:53.000+07:00\",\n            \"ordered_at\": \"2024-10-09T09:57:53.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145900878,\n            \"channel_order_id\": \"SH125I10\",\n            \"created_at\": \"2024-10-09T16:46:14.000+07:00\",\n            \"updated_at\": \"2024-10-09T16:46:14.000+07:00\",\n            \"ordered_at\": \"2024-10-09T16:46:14.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145934286,\n            \"channel_order_id\": \"SH125I99\",\n            \"created_at\": \"2024-10-10T08:29:37.000+07:00\",\n            \"updated_at\": \"2024-10-10T08:29:37.000+07:00\",\n            \"ordered_at\": \"2024-10-10T08:29:37.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145938225,\n            \"channel_order_id\": \"SH125I67\",\n            \"created_at\": \"2024-10-10T09:35:59.000+07:00\",\n            \"updated_at\": \"2024-10-10T09:35:59.000+07:00\",\n            \"ordered_at\": \"2024-10-10T09:35:59.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145999012,\n            \"channel_order_id\": \"SH125I00\",\n            \"created_at\": \"2024-10-11T08:09:09.000+07:00\",\n            \"updated_at\": \"2024-10-11T08:09:09.000+07:00\",\n            \"ordered_at\": \"2024-10-11T08:09:09.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 145999074,\n            \"channel_order_id\": \"SH125I98\",\n            \"created_at\": \"2024-10-11T08:12:44.000+07:00\",\n            \"updated_at\": \"2024-10-11T08:12:44.000+07:00\",\n            \"ordered_at\": \"2024-10-11T08:12:44.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 146222407,\n            \"channel_order_id\": \"SH125I09\",\n            \"created_at\": \"2024-10-23T09:09:34.000+07:00\",\n            \"updated_at\": \"2024-10-23T09:09:34.000+07:00\",\n            \"ordered_at\": \"2024-10-23T09:09:34.000+07:00\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": 146223605,\n            \"channel_order_id\": \"SH125I10\",\n            \"created_at\": \"2024-10-23T10:24:23.000+07:00\",\n            \"updated_at\": \"2024-10-23T10:24:23.000+07:00\",\n            \"ordered_at\": \"2024-10-23T10:24:23.000+07:00\",\n            \"status\": \"Open\"\n        }\n    ]\n}"},{"id":"a4b2aeef-a76e-4108-bad5-392d60fe228a","name":"Get list Order Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v1/orders.json?user_id={{user_id}}&auth_type=jwt&limit=1&offset=0&created_after=2019-08-03T09:56:04.000+07:00&created_before=2019-10-03T09:56:04.000+07:00&local_id_list=[\"19082607023P6TW\"]&channel_id=13","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","orders.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"limit","value":"1","description":"Optional (integer). The maximum number of orders in a single response. Default is 200. Maximum number that it can return is 500."},{"key":"offset","value":"0","description":"Optional (integer). Number of variants to skip. Default is 0."},{"key":"created_after","value":"2019-08-03T09:56:04.000+07:00","description":"Optional (datetime). Limits the returned orders to those created after or on the specified date, given in ISO 8601 date format."},{"key":"created_before","value":"2019-10-03T09:56:04.000+07:00","description":"Optional (datetime). Limits the returned orders to those created before or on the specified date, given in ISO 8601 date format."},{"key":"updated_after","value":"2019-08-04T22:22:53.000+07:00","description":"Optional (datetime). Limits the returned orders to those updated after or on the specified date, given in ISO 8601 date format.","disabled":true},{"key":"updated_before","value":"2019-10-04T22:22:53.000+07:00","description":"Optional (datetime). Limits the returned orders to those updated before or on the specified date, given in ISO 8601 date format.","disabled":true},{"key":"id_list","value":"[17068589]","description":"Optional (integer[]). Forstok Order ID,field name “id”\nTo get specific order by id","disabled":true},{"key":"local_id_list","value":"[\"19082607023P6TW\"]","description":"Optional (string[]). Channel Order ID, field “local_id”\nTo get specific order by local_id\nNB:Select only one either id_list or local_id_list"},{"key":"channel_id","value":"13","description":"Optional (integer). A unique identifier for the channel."},{"key":"warehouse_code","value":"[\"CODE79\"]","description":"Optional (string[]). Array of warehouse code of which you want to get the order from. If not specified, the API will return all orders","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 06 Aug 2020 04:53:59 GMT","enabled":true},{"key":"ETag","value":"W/\"4f53cda18c2baa0c0354bb5f9a3ecbe5\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=240e91b4aba2dc9de1860d9f2597b639--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Set-Cookie","value":"_forstok_session=b0FwTkE5NG4rQ0IvY1pMdEFVRzZiaXo2eEFmR2lUcmVKMHZ2cWNHSmF3eHFRcHgxLzloWVRHWk52UXFIVWR2SzV0L3RDVjB4Yy9TSzRqWkpjbHJTUU9mNXdyM1B3WXpKL0Q5VDVPaENGelhlTzFYaUlhSDVqV3ZSUmZTUU1rZlU4R3NiWkFKUjJSN09mSjVWMy9ZKy93PT0tLVJZblBobG5qY2NDZ01jVWpKak54SUE9PQ%3D%3D--b44123b4686edacd31ce7f04b9e38fdb2f74f854; path=/; secure; HttpOnly","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"09578c98-33d2-4c30-bab5-76f28b882ca6","enabled":true},{"key":"X-Runtime","value":"0.767605","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"22","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"d790dc3b-641a-4b0b-bde0-c9b378350527","name":"Get list Order Error Filter Range Time","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v1/orders.json?user_id=example@forstok.com&auth_type=jwt&limit=1&offset=0&created_after=2019-08-03T09:56:04.000+07:00&created_before=2019-10-03T09:56:04.000+07:00&updated_before=2019-10-04T22:22:53.000+07:00&local_id_list=[\"19082607023P6TW\"]","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","orders.json"],"query":[{"key":"user_id","value":"example@forstok.com","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"limit","value":"1","description":"Optional (integer). The maximum number of orders in a single response. Default is 200. Maximum number that it can return is 500."},{"key":"offset","value":"0","description":"Optional (integer). Number of variants to skip. Default is 0."},{"key":"created_after","value":"2019-08-03T09:56:04.000+07:00","description":"Optional (datetime). Limits the returned orders to those created after or on the specified date, given in ISO 8601 date format."},{"key":"created_before","value":"2019-10-03T09:56:04.000+07:00","description":"Optional (datetime). Limits the returned orders to those created before or on the specified date, given in ISO 8601 date format."},{"key":"updated_after","value":"2019-08-04T22:22:53.000+07:00","description":"Optional (datetime). Limits the returned orders to those updated after or on the specified date, given in ISO 8601 date format.","disabled":true},{"key":"updated_before","value":"2019-10-04T22:22:53.000+07:00","description":"Optional (datetime). Limits the returned orders to those updated before or on the specified date, given in ISO 8601 date format."},{"key":"id_list","value":"[17068589]","description":"Optional (integer[]). Forstok Order ID,field name “id”\nTo get specific order by id","disabled":true},{"key":"local_id_list","value":"[\"19082607023P6TW\"]","description":"Optional (string[]). Channel Order ID, field “local_id”\nTo get specific order by local_id\nNB:Select only one either id_list or local_id_list"},{"key":"channel_id","value":"12","description":"Optional (integer). A unique identifier for the channel.","disabled":true},{"key":"warehouse_code","value":"[\"CODE79\"]","description":"Optional (string[]). Array of warehouse code of which you want to get the order from. If not specified, the API will return all orders","type":"text","disabled":true}]}},"status":"CUSTOM","code":602,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 06 Aug 2020 04:52:05 GMT","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=8bc7338c8dc620c35161c5dad2abdc2c--602; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Set-Cookie","value":"_forstok_session=NVI3dUJhZ2laeGJWQUt2c3ZzWGluTFcrSUdwclgrQ2taMDM0SmZEbWpncWhtMW9mR3VqQXplL0M1ZS9iWlZ5bnhHUnI5Y045UjVOeW9TK29CeVBxMUtQNzAxWkhPcjJyMklBWDgyV1AxRHNNMzZsV0xldW9HTG5JQ2kxVWk1aHVqV0xvdXl2dFlTWlczNThsR1RkNXlRPT0tLTZIUS9VeU14Ym44b045TTBBdVArcmc9PQ%3D%3D--0097f3f10fcbf9f42c6fb8578aac0c97ebf8c50e; path=/; secure; HttpOnly","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"9d26369d-1f48-437f-8365-591cb3f3c5e8","enabled":true},{"key":"X-Runtime","value":"0.799119","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"103","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Please select only One filter Range at a time, Created filter range or Updated filter range\"\n}"}],"_postman_id":"94cd41db-37e2-4772-8644-ad7be0e8855c"},{"name":"Get Order Details","event":[{"listen":"prerequest","script":{"id":"97bef487-0b30-4ff0-829d-5bdec5138b86","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c23aefae-01f8-4870-a4eb-d01ef5b37ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://accounts.forstok.com/api/v2/orders/156440342.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Used to receive a detail of order.</p>\n<blockquote>\n<p>Update Log </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Date</strong></th>\n<th><strong>Update Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>20-7-2022</td>\n<td>Add <code>voucher_code</code>  <br />and <code>voucher_seller</code> at Order level</td>\n</tr>\n<tr>\n<td>04-4-2022</td>\n<td>Add description of <code>bundle_info</code> child variables</td>\n</tr>\n<tr>\n<td>04-4-2022</td>\n<td>Add <code>subtotal</code>, <code>percent_amount</code>, and <code>fix_amount</code> to <code>item_lines</code> &gt; <code>bundle_info</code></td>\n</tr>\n<tr>\n<td>11-1-2022</td>\n<td>Update calculation of <code>item_lines</code> <em>&gt;</em> <code>voucher_seller</code> to be prorated per quantity (previously only prorated per item lines)</td>\n</tr>\n<tr>\n<td>11-1-2022</td>\n<td>Update <code>item_lines</code> <em>&gt;</em> <code>voucher_seller</code> data type to float</td>\n</tr>\n<tr>\n<td>07-12-2021</td>\n<td>Update description for <code>voucher_amount</code> and <code>discount_amount</code></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Response Parameters </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>ID of Forstok sales order.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of order.</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>string</td>\n<td>Channel name.</td>\n</tr>\n<tr>\n<td>local_id</td>\n<td>string</td>\n<td>Channel order/ Invoice ID.</td>\n</tr>\n<tr>\n<td>local_name</td>\n<td>string</td>\n<td>Order name.</td>\n</tr>\n<tr>\n<td>store_name</td>\n<td>string</td>\n<td>Store name.</td>\n</tr>\n<tr>\n<td>profile_id</td>\n<td>integer</td>\n<td>ID of Seller in Forstok system.</td>\n</tr>\n<tr>\n<td><em>address</em></td>\n<td>object</td>\n<td>Order address info</td>\n</tr>\n<tr>\n<td>L address1</td>\n<td>text</td>\n<td>Address info 1</td>\n</tr>\n<tr>\n<td>L address2</td>\n<td>text</td>\n<td>Address info 2 additional</td>\n</tr>\n<tr>\n<td>L city</td>\n<td>string</td>\n<td>city</td>\n</tr>\n<tr>\n<td>L country</td>\n<td>string</td>\n<td>country</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>\"ship to\" Customer name</td>\n</tr>\n<tr>\n<td>L phone</td>\n<td>string</td>\n<td>\"ship to\" Customer phone</td>\n</tr>\n<tr>\n<td>L postal_code</td>\n<td>string</td>\n<td>Postal code</td>\n</tr>\n<tr>\n<td>L province</td>\n<td>string</td>\n<td>Province</td>\n</tr>\n<tr>\n<td>L province_code</td>\n<td>string</td>\n<td>Province Code in Forstok</td>\n</tr>\n<tr>\n<td>L sub_disctrict</td>\n<td>string</td>\n<td>Kecamatan</td>\n</tr>\n<tr>\n<td>L district</td>\n<td>string</td>\n<td>Keluarahan</td>\n</tr>\n<tr>\n<td>L coordinate</td>\n<td>string</td>\n<td>Destination coordinate</td>\n</tr>\n<tr>\n<td><em>customer_info</em></td>\n<td>object</td>\n<td>Customer Information</td>\n</tr>\n<tr>\n<td>L id</td>\n<td>string</td>\n<td>Id Customer in Forstok</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>Customer name</td>\n</tr>\n<tr>\n<td>L email</td>\n<td>string</td>\n<td>Customer Email</td>\n</tr>\n<tr>\n<td>L customer_since</td>\n<td>datetime</td>\n<td>Date of first purchased</td>\n</tr>\n<tr>\n<td><em>dropshipper_info</em></td>\n<td>object</td>\n<td>Dropshipper information</td>\n</tr>\n<tr>\n<td>L id</td>\n<td>integer</td>\n<td>ID of Dropshipper in Forstok</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>Dropshipper name. Some channels might not provide full name of the dropshipper.</td>\n</tr>\n<tr>\n<td>L phone</td>\n<td>string</td>\n<td>Dropshipper phone number</td>\n</tr>\n<tr>\n<td>ordered_at</td>\n<td>datetime</td>\n<td>Date of order created in channel</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date of order created in forstok</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date of order updated in forstok</td>\n</tr>\n<tr>\n<td><em>item_lines</em></td>\n<td>object array</td>\n<td>Ordered Items Information</td>\n</tr>\n<tr>\n<td>L id</td>\n<td>integer</td>\n<td>Item lines id</td>\n</tr>\n<tr>\n<td>L local_id</td>\n<td>string</td>\n<td>item lines id from channel</td>\n</tr>\n<tr>\n<td>L price</td>\n<td>integer</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>L sale_price</td>\n<td>integer</td>\n<td>Sale price of item</td>\n</tr>\n<tr>\n<td>L shipping_provider</td>\n<td>string</td>\n<td>shipping provider name for specific item</td>\n</tr>\n<tr>\n<td>L shipping_provider_type</td>\n<td>string</td>\n<td>shipping provider type for specific item</td>\n</tr>\n<tr>\n<td>L tracking_number</td>\n<td>string</td>\n<td>Airwaybill shipping</td>\n</tr>\n<tr>\n<td>L sku</td>\n<td>string</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>Item Name</td>\n</tr>\n<tr>\n<td>L variant_name</td>\n<td>string</td>\n<td>Variant Option Item i.e: \"XL\",\"Blue\"</td>\n</tr>\n<tr>\n<td>L variant_id</td>\n<td>integer</td>\n<td>Forstok Item variant ID</td>\n</tr>\n<tr>\n<td>L variant_sku</td>\n<td>string</td>\n<td>Variant SKU</td>\n</tr>\n<tr>\n<td>L total_price</td>\n<td>integer</td>\n<td>Total Price per item lines</td>\n</tr>\n<tr>\n<td>L discount_amount</td>\n<td>integer</td>\n<td>Discount Amount per item lines</td>\n</tr>\n<tr>\n<td>L channel_discount_amount</td>\n<td>integer</td>\n<td>Rebate</td>\n</tr>\n<tr>\n<td>L tax_price</td>\n<td>integer</td>\n<td>Tax Price</td>\n</tr>\n<tr>\n<td>L fulfill_by_channel</td>\n<td>boolean</td>\n<td>Fulfill by Platform</td>\n</tr>\n<tr>\n<td>L voucher_amount</td>\n<td>integer</td>\n<td>Voucher Amount = Voucher Seller + Voucher Platform</td>\n</tr>\n<tr>\n<td>L voucher_seller</td>\n<td>integer</td>\n<td>Amount of voucher/discount borne by Seller</td>\n</tr>\n<tr>\n<td>L note</td>\n<td>text</td>\n<td>item lines info</td>\n</tr>\n<tr>\n<td>L serial_number</td>\n<td>text</td>\n<td>serial number</td>\n</tr>\n<tr>\n<td>L internal_note</td>\n<td>text</td>\n<td>item lines internal info</td>\n</tr>\n<tr>\n<td>L <em>bundle_info</em></td>\n<td>object array</td>\n<td>Bundle Items Information</td>\n</tr>\n<tr>\n<td>LL id</td>\n<td>integer</td>\n<td>Bundle item ID</td>\n</tr>\n<tr>\n<td>LL variant_id</td>\n<td>integer</td>\n<td>Forstok Bundle Item variant ID</td>\n</tr>\n<tr>\n<td>LL local_id</td>\n<td>string</td>\n<td>Bundle item id from channel</td>\n</tr>\n<tr>\n<td>LL sku</td>\n<td>string</td>\n<td>Bundle item SKU</td>\n</tr>\n<tr>\n<td>LL name</td>\n<td>string</td>\n<td>Bundle item name</td>\n</tr>\n<tr>\n<td>LL qty</td>\n<td>integer</td>\n<td>Bundle item quantity</td>\n</tr>\n<tr>\n<td>LL main_item</td>\n<td>tiny integer</td>\n<td>Flag if bundle item is main item</td>\n</tr>\n<tr>\n<td>LL item_price</td>\n<td>integer</td>\n<td>Bundle item price</td>\n</tr>\n<tr>\n<td>LL subtotal</td>\n<td>integer</td>\n<td>Subtotal of item bundle</td>\n</tr>\n<tr>\n<td>LL discount_type</td>\n<td>string</td>\n<td>Bundle discount type, stores value \"fix\" or \"percent\"</td>\n</tr>\n<tr>\n<td>LL percent_amount</td>\n<td>integer</td>\n<td>Bundle item discount percentage value</td>\n</tr>\n<tr>\n<td>LL fix_amount</td>\n<td>integer</td>\n<td>Bundle item discount fixed value</td>\n</tr>\n<tr>\n<td><em>payment</em></td>\n<td>object</td>\n<td>Payment information</td>\n</tr>\n<tr>\n<td>L payment_method</td>\n<td>string</td>\n<td>Type of Payment Method</td>\n</tr>\n<tr>\n<td>L status</td>\n<td>string</td>\n<td>Status of Payment, contains one of the following values : [Pending payment, Pending payment verification, Payment verified, Cancelled].</td>\n</tr>\n<tr>\n<td>shipping_price</td>\n<td>integer</td>\n<td>Amount of shipping.</td>\n</tr>\n<tr>\n<td>disc_shipping_seller</td>\n<td>integer</td>\n<td>Amount of discount shipping seller.</td>\n</tr>\n<tr>\n<td>disc_shipping_platform</td>\n<td>integer</td>\n<td>Amount of discount shipping platform/marketplace.</td>\n</tr>\n<tr>\n<td><em>shipping_courier</em></td>\n<td>object</td>\n<td>Order shipping courier.</td>\n</tr>\n<tr>\n<td>L providers</td>\n<td>string [ ]</td>\n<td>Available shipping providers of order.</td>\n</tr>\n<tr>\n<td>L delivery_type</td>\n<td>string</td>\n<td>Shipping courier remark (PICKUP, NON INTEGRATED, DROPOFF, etc) depends on the requested marketplace.</td>\n</tr>\n<tr>\n<td>L delivery_info</td>\n<td>string</td>\n<td>Standard shipping courier information. Note: Shopee pickup_addresses and pickup_timeslots will be exposed on this attribute as json string format if delivery type is “PICKUP”.</td>\n</tr>\n<tr>\n<td>L awb</td>\n<td>string</td>\n<td>Airwaybill/ Tracking Number</td>\n</tr>\n<tr>\n<td>L document_path</td>\n<td>string</td>\n<td>url for shipping label from forstok</td>\n</tr>\n<tr>\n<td>L booking_code</td>\n<td>string</td>\n<td>booking code ( only used by some marketplace)</td>\n</tr>\n<tr>\n<td>L channel_docs_path</td>\n<td>string</td>\n<td>url for shipping label from channel</td>\n</tr>\n<tr>\n<td>shipping_description</td>\n<td>string</td>\n<td>Order shipping description.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>integer</td>\n<td>Subtotal Orders</td>\n</tr>\n<tr>\n<td>channel_rebate</td>\n<td>integer</td>\n<td>Cashback from channel to seller</td>\n</tr>\n<tr>\n<td>cashless</td>\n<td>boolean</td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>discount_amount</td>\n<td>integer</td>\n<td>Voucher seller OR discount amount that is not flagged by the Platform/Marketplace if borne by Platform or by Seller (e.g. Tokopedia)</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>integer</td>\n<td>Total price of order.</td>\n</tr>\n<tr>\n<td>voucher_code</td>\n<td>string</td>\n<td>Voucher code</td>\n</tr>\n<tr>\n<td>voucher_seller</td>\n<td>integer</td>\n<td>Amount of voucher/discount borne by Seller</td>\n</tr>\n<tr>\n<td>insurance_fee</td>\n<td>integer</td>\n<td>Insurance fee of order.</td>\n</tr>\n<tr>\n<td>discount_reason</td>\n<td>string</td>\n<td>Reason of discount.</td>\n</tr>\n<tr>\n<td>tax_price</td>\n<td>integer</td>\n<td>Tax price of order.</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>integer</td>\n<td>Warehouse id in forstok</td>\n</tr>\n<tr>\n<td>cod</td>\n<td>boolean</td>\n<td>Flag cash on delivery(true/false)</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>integer</td>\n<td>Warehouse code in forstok</td>\n</tr>\n<tr>\n<td>note</td>\n<td>text</td>\n<td>Note from buyer.</td>\n</tr>\n<tr>\n<td>internal_note</td>\n<td>text</td>\n<td>Internal Note to seller.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"order-status\">Order Status</h2>\n<p>Currently Forstok has their order status</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Pending payment</strong></td>\n<td>Order is created, waiting payment from buyer.</td>\n</tr>\n<tr>\n<td><strong>Open</strong></td>\n<td>Order has been paid and ready to be processed</td>\n</tr>\n<tr>\n<td><strong>Not Shipped</strong></td>\n<td>Order has been processed (accepted or packed).</td>\n</tr>\n<tr>\n<td><strong>Ready to ship</strong></td>\n<td>Order is ready to be picked up by courier.</td>\n</tr>\n<tr>\n<td><strong>Shipped</strong></td>\n<td>Order is picked up and on delivery.</td>\n</tr>\n<tr>\n<td><strong>Delivered</strong></td>\n<td>Order has been delivered to the buyer.</td>\n</tr>\n<tr>\n<td><strong>Completed</strong></td>\n<td>Order finished and Marketplace payout is paid.</td>\n</tr>\n<tr>\n<td><strong>Cancelled</strong></td>\n<td>Order is cancelled by buyer or seller.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","orders","156440342.json"],"host":["accounts","forstok","com"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"8cb0438c-5aa1-4618-af72-a12b763daf4d","name":"Get Order Details Bundle","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v1/orders/137521181.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","orders","137521181.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Nov 2023 04:41:17 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Permitted-Cross-Domain-Policies","value":"none","enabled":true},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin","enabled":true},{"key":"ETag","value":"W/\"9161f6c0f9bba111b1d3e62805846b39\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"X-Request-Id","value":"fa298157-3b3c-4b99-98cb-6dad3f3cc935","enabled":true},{"key":"X-Runtime","value":"0.208705","enabled":true},{"key":"vary","value":"Origin","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 137521181,\n    \"status\": \"Pending Payment\",\n    \"channel\": \"shopee\",\n    \"channel_id\": 12,\n    \"local_id\": \"231106UFXKK5S2\",\n    \"local_name\": \"231106UFXKK5S2\",\n    \"store_name\": \"Shopee Demo\",\n    \"store_id\": 5722,\n    \"profile_id\": 640,\n    \"address\": {\n        \"address_1\": \"Ja******\",\n        \"address_2\": \"\",\n        \"city\": \"KOTA JAKARTA TIMUR\",\n        \"country\": \"Indonesia\",\n        \"name\": \"L***a\",\n        \"phone\": \"******55\",\n        \"postal_code\": \"13440\",\n        \"province\": \"DKI JAKARTA\",\n        \"province_code\": \"DKI JAKARTA\",\n        \"sub_district\": \"\",\n        \"district\": \"DUREN SAWIT\",\n        \"coordinate\": null\n    },\n    \"customer_info\": {\n        \"id\": 51314806,\n        \"name\": \"L***a\",\n        \"email\": \"\",\n        \"customer_since\": \"2023-11-06 11:40:54\"\n    },\n    \"dropshipper_info\": {\n        \"id\": 19102703,\n        \"name\": null,\n        \"phone\": null\n    },\n    \"ordered_at\": \"2023-11-06 11:40:46\",\n    \"created_at\": \"2023-11-06 11:40:54\",\n    \"updated_at\": \"2023-11-06 11:40:54\",\n    \"item_lines\": [\n        {\n            \"id\": 140135403,\n            \"local_id\": \"0-23960308468\",\n            \"sku\": \"teskasdwa\",\n            \"name\": \"test create master product\",\n            \"variant_name\": \"test create master product\",\n            \"variant_id\": 19248200,\n            \"variant_sku\": \"teskasdwa\",\n            \"price\": 1000,\n            \"sale_price\": null,\n            \"total_price\": 1000,\n            \"voucher_amount\": 0,\n            \"voucher_code\": null,\n            \"voucher_seller\": 0,\n            \"tax_price\": 0,\n            \"fulfill_by_channel\": false,\n            \"shipping_provider\": \"Reguler (Cashless)\",\n            \"shipping_provider_type\": \"Reguler (Cashless)\",\n            \"tracking_number\": null,\n            \"note\": null,\n            \"serial_number\": \"SN123123\",\n            \"internal_note\": null,\n            \"bundle_info\": [\n                {\n                    \"id\": 3019045,\n                    \"variant_id\": 12326745,\n                    \"local_id\": \"3716848652\",\n                    \"sku\": \"6SDASD0011\",\n                    \"name\": \"BAJU PALING OKE - S\",\n                    \"qty\": 1,\n                    \"main_item\": false,\n                    \"item_price\": 7000000,\n                    \"subtotal\": 7000000,\n                    \"discount_type\": \"fix\",\n                    \"percent_amount\": 0,\n                    \"fix_amount\": 0\n                },\n                {\n                    \"id\": 4432237,\n                    \"variant_id\": 16108055,\n                    \"local_id\": null,\n                    \"sku\": \"07082020-3\",\n                    \"name\": \"Baju Jersey Richard\",\n                    \"qty\": 1,\n                    \"main_item\": true,\n                    \"item_price\": 6000000,\n                    \"subtotal\": 6000000,\n                    \"discount_type\": \"fix\",\n                    \"percent_amount\": 0,\n                    \"fix_amount\": 0\n                }\n            ]\n        }\n    ],\n    \"payment\": {\n        \"payment_method\": \"Online Payment\",\n        \"status\": \"Not Paid\"\n    },\n    \"shipping_price\": 9000,\n    \"disc_shipping_seller\": 0,\n    \"disc_shipping_platform\": 0,\n    \"shipping_courier\": {\n        \"awb\": null,\n        \"document_path\": \"\",\n        \"booking_code\": null,\n        \"delivery_type\": \"NON INTEGRATED\",\n        \"channel_docs_path\": null,\n        \"logistic_destination_code\": null\n    },\n    \"shipping_provider\": \"Reguler (Cashless)\",\n    \"shipping_provider_type\": \"Reguler (Cashless)\",\n    \"shipping_description\": null,\n    \"subtotal\": 1000,\n    \"channel_rebate\": 0,\n    \"cashless\": true,\n    \"discount_amount\": 0,\n    \"voucher_seller\": 0,\n    \"total_price\": 1000,\n    \"voucher_code\": \"\",\n    \"insurance_fee\": 0,\n    \"discount_reason\": null,\n    \"tax_price\": 0,\n    \"warehouse_id\": 696,\n    \"cod\": false,\n    \"delivery_type\": null,\n    \"warehouse_code\": \"pr\",\n    \"note\": null,\n    \"internal_note\": null,\n    \"returns\": []\n}"},{"id":"af11acf9-7c63-4e2a-b1ba-0a0f9c51883c","name":"Get Order Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v1/orders/137521386.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","orders","137521386.json"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Nov 2023 04:49:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Permitted-Cross-Domain-Policies","value":"none","enabled":true},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin","enabled":true},{"key":"ETag","value":"W/\"2173ecf782ac1069d59eb8336fb95afa\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"X-Request-Id","value":"c984476a-7691-47dc-aeca-e50d68fecdbc","enabled":true},{"key":"X-Runtime","value":"0.211091","enabled":true},{"key":"vary","value":"Origin","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 137521386,\n    \"status\": \"Pending Payment\",\n    \"channel\": \"shopee\",\n    \"channel_id\": 12,\n    \"local_id\": \"231106UGDFGJH1\",\n    \"local_name\": \"231106UGDFGJH1\",\n    \"store_name\": \"Shopee Demo\",\n    \"store_id\": 5722,\n    \"profile_id\": 640,\n    \"address\": {\n        \"address_1\": \"Jl******\",\n        \"address_2\": \"\",\n        \"city\": \"KAB. BLORA\",\n        \"country\": \"Indonesia\",\n        \"name\": \"K******r\",\n        \"phone\": \"******31\",\n        \"postal_code\": \"58312\",\n        \"province\": \"JAWA TENGAH\",\n        \"province_code\": \"JAWA TENGAH\",\n        \"sub_district\": \"\",\n        \"district\": \"CEPU\",\n        \"coordinate\": null\n    },\n    \"customer_info\": {\n        \"id\": 44584397,\n        \"name\": \"K******r\",\n        \"email\": \"\",\n        \"customer_since\": \"2021-12-15 15:40:19\"\n    },\n    \"dropshipper_info\": {\n        \"id\": 19102822,\n        \"name\": null,\n        \"phone\": null\n    },\n    \"ordered_at\": \"2023-11-06 11:49:05\",\n    \"created_at\": \"2023-11-06 11:49:19\",\n    \"updated_at\": \"2023-11-06 11:49:19\",\n    \"item_lines\": [\n        {\n            \"id\": 140135654,\n            \"local_id\": \"0-134106089617\",\n            \"sku\": \"1691232790-1594892196527-0\",\n            \"name\": \"Test 34\",\n            \"variant_name\": \"1691232790-159489219\",\n            \"variant_id\": 16901383,\n            \"variant_sku\": \"1691232790-1594892196527-0\",\n            \"price\": 12000,\n            \"sale_price\": null,\n            \"total_price\": 12000,\n            \"voucher_amount\": 0,\n            \"voucher_code\": null,\n            \"voucher_seller\": 0,\n            \"tax_price\": 0,\n            \"fulfill_by_channel\": false,\n            \"shipping_provider\": \"Reguler (Cashless)\",\n            \"shipping_provider_type\": \"Reguler (Cashless)\",\n            \"tracking_number\": null,\n            \"note\": null,\n            \"serial_number\": \"SN123123\",\n            \"internal_note\": null,\n            \"bundle_info\": []\n        }\n    ],\n    \"payment\": {\n        \"payment_method\": \"Online Payment\",\n        \"status\": \"Not Paid\"\n    },\n    \"shipping_price\": 27000,\n    \"disc_shipping_seller\": 0,\n    \"disc_shipping_platform\": 0,\n    \"shipping_courier\": {\n        \"awb\": null,\n        \"document_path\": \"\",\n        \"booking_code\": null,\n        \"delivery_type\": \"NON INTEGRATED\",\n        \"channel_docs_path\": null,\n        \"logistic_destination_code\": null\n    },\n    \"shipping_provider\": \"Reguler (Cashless)\",\n    \"shipping_provider_type\": \"Reguler (Cashless)\",\n    \"shipping_description\": null,\n    \"subtotal\": 12000,\n    \"channel_rebate\": 0,\n    \"cashless\": true,\n    \"discount_amount\": 0,\n    \"voucher_seller\": 0,\n    \"total_price\": 12000,\n    \"voucher_code\": \"\",\n    \"insurance_fee\": 0,\n    \"discount_reason\": null,\n    \"tax_price\": 0,\n    \"warehouse_id\": 696,\n    \"cod\": false,\n    \"delivery_type\": null,\n    \"warehouse_code\": \"pr\",\n    \"note\": null,\n    \"internal_note\": null,\n    \"returns\": []\n}"},{"id":"27d302dd-26ef-4c38-bd70-3e768929a8f8","name":"Get Order Details V2","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/orders/153299983.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","orders","153299983.json"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Jul 2025 03:53:44 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": {\n        \"address_1\": \"legok.kondang jalan rph rumah potong hewan RT 02/RW 09\",\n        \"address_2\": \"\",\n        \"city\": \"Kab. Bandung\",\n        \"coordinate\": \"\",\n        \"country\": \"Indonesia\",\n        \"district\": \"Pangalengan\",\n        \"name\": \"asep nur \",\n        \"phone\": \"62089531943716\",\n        \"postal_code\": \"\",\n        \"province\": \"Jawa Barat\",\n        \"province_code\": \"\",\n        \"sub_district\": \"\"\n    },\n    \"cashless\": false,\n    \"channel\": \"sales order\",\n    \"channel_id\": 21,\n    \"channel_rebate\": 0,\n    \"cod\": false,\n    \"created_at\": \"2025-06-25T16:54:54.000+07:00\",\n    \"customer_info\": {\n        \"customer_since\": \"2020-07-30T21:50:08.000+07:00\",\n        \"email\": \"\",\n        \"id\": 34339430,\n        \"name\": \"asep nur \"\n    },\n    \"delivery_type\": \"\",\n    \"disc_shipping_platform\": 0,\n    \"disc_shipping_seller\": 0,\n    \"discount_amount\": 0,\n    \"discount_reason\": \"\",\n    \"dropshipper_info\": {\n        \"id\": 0,\n        \"name\": \"\",\n        \"phone\": \"\"\n    },\n    \"id\": 153299983,\n    \"insurance_fee\": 0,\n    \"internal_note\": \"\",\n    \"item_lines\": [\n        {\n            \"bundle_info\": [\n                {\n                    \"discount_type\": \"fix\",\n                    \"fix_amount\": 0,\n                    \"id\": 2092,\n                    \"item_note\": [\n                        \"WH 1\"\n                    ],\n                    \"item_price\": 3000,\n                    \"local_id\": \"\",\n                    \"main_item\": 0,\n                    \"name\": \"BAJU PALING OKE3\",\n                    \"percent_amount\": 0,\n                    \"qty\": 1,\n                    \"serial_number\": [\n                        \"HJ49-VKMP-QXZ7-L3WT\"\n                    ],\n                    \"sku\": \"2AAASD0021\",\n                    \"subtotal\": 3000,\n                    \"variant_id\": 11896401\n                },\n                {\n                    \"discount_type\": \"fix\",\n                    \"fix_amount\": 0,\n                    \"id\": 2093,\n                    \"item_note\": [\n                        \"Reject 1\"\n                    ],\n                    \"item_price\": 2000000,\n                    \"local_id\": \"\",\n                    \"main_item\": 0,\n                    \"name\": \"MS Price 1\",\n                    \"percent_amount\": 0,\n                    \"qty\": 1,\n                    \"serial_number\": [\n                        \"W7QX-M2LR-9KDF-V8TA\"\n                    ],\n                    \"sku\": \"msprice001\",\n                    \"subtotal\": 2000000,\n                    \"variant_id\": 12226177\n                }\n            ],\n            \"channel_doc_path\": \"\",\n            \"document_path\": \"https://accounts.forstok.com/api/v1/documents.pdf?token={{vault:json-web-token}}\",\n            \"fulfill_by_channel\": false,\n            \"id\": 159943795,\n            \"internal_note\": \"\",\n            \"item_note\": \"\",\n            \"local_id\": \"\",\n            \"name\": \"\",\n            \"note\": \"\",\n            \"price\": 1312,\n            \"sale_price\": 0,\n            \"serial_number\": \"\",\n            \"shipping_courier_id\": 0,\n            \"shipping_fulfillment_type\": \"\",\n            \"shipping_group_fulfillment_type\": \"\",\n            \"shipping_provider\": \"\",\n            \"shipping_provider_type\": \"\",\n            \"sku\": \"asdasd123123\",\n            \"status_id\": 7,\n            \"status_name\": \"Not Shipped\",\n            \"tax_price\": 0,\n            \"total_price\": 1312,\n            \"tracking_number\": \"\",\n            \"variant_id\": 20090771,\n            \"variant_name\": \"\",\n            \"variant_sku\": \"asdasd123123\",\n            \"voucher_amount\": 0,\n            \"voucher_code\": \"\",\n            \"voucher_seller\": 0,\n            \"warehouse_code\": \"-\"\n        },\n        {\n            \"bundle_info\": [\n                {\n                    \"discount_type\": \"fix\",\n                    \"fix_amount\": 0,\n                    \"id\": 2092,\n                    \"item_note\": [\n                        \"WH 2\"\n                    ],\n                    \"item_price\": 3000,\n                    \"local_id\": \"\",\n                    \"main_item\": 0,\n                    \"name\": \"BAJU PALING OKE3\",\n                    \"percent_amount\": 0,\n                    \"qty\": 1,\n                    \"serial_number\": [\n                        \"HJ49-VKMP-QXZ7-L3WU\"\n                    ],\n                    \"sku\": \"2AAASD0021\",\n                    \"subtotal\": 3000,\n                    \"variant_id\": 11896401\n                },\n                {\n                    \"discount_type\": \"fix\",\n                    \"fix_amount\": 0,\n                    \"id\": 2093,\n                    \"item_note\": [\n                        \"Reject 2\"\n                    ],\n                    \"item_price\": 2000000,\n                    \"local_id\": \"\",\n                    \"main_item\": 0,\n                    \"name\": \"MS Price 1\",\n                    \"percent_amount\": 0,\n                    \"qty\": 1,\n                    \"serial_number\": [\n                        \"W7QX-M2LR-9KDF-V8TB\"\n                    ],\n                    \"sku\": \"msprice001\",\n                    \"subtotal\": 2000000,\n                    \"variant_id\": 12226177\n                }\n            ],\n            \"channel_doc_path\": \"\",\n            \"document_path\": \"https://accounts.forstok.com/api/v1/documents.pdf?token={{vault:json-web-token}}\",\n            \"fulfill_by_channel\": false,\n            \"id\": 159943795,\n            \"internal_note\": \"\",\n            \"item_note\": \"\",\n            \"local_id\": \"\",\n            \"name\": \"\",\n            \"note\": \"\",\n            \"price\": 1312,\n            \"sale_price\": 0,\n            \"serial_number\": \"\",\n            \"shipping_courier_id\": 0,\n            \"shipping_fulfillment_type\": \"\",\n            \"shipping_group_fulfillment_type\": \"\",\n            \"shipping_provider\": \"\",\n            \"shipping_provider_type\": \"\",\n            \"sku\": \"asdasd123123\",\n            \"status_id\": 7,\n            \"status_name\": \"Not Shipped\",\n            \"tax_price\": 0,\n            \"total_price\": 1312,\n            \"tracking_number\": \"\",\n            \"variant_id\": 20090771,\n            \"variant_name\": \"\",\n            \"variant_sku\": \"asdasd123123\",\n            \"voucher_amount\": 0,\n            \"voucher_code\": \"\",\n            \"voucher_seller\": 0,\n            \"warehouse_code\": \"-\"\n        },\n        {\n            \"bundle_info\": [],\n            \"channel_doc_path\": \"\",\n            \"document_path\": \"https://accounts.forstok.com/api/v1/documents.pdf?token={{vault:json-web-token}}\",\n            \"fulfill_by_channel\": false,\n            \"id\": 159943796,\n            \"internal_note\": \"\",\n            \"item_note\": \"Reject 3\",\n            \"local_id\": \"\",\n            \"name\": \"adasdsa\",\n            \"note\": \"\",\n            \"price\": 123123,\n            \"sale_price\": 0,\n            \"serial_number\": \"E1FZ-K93M-WT7Q-ZB2X\",\n            \"shipping_courier_id\": 0,\n            \"shipping_fulfillment_type\": \"\",\n            \"shipping_group_fulfillment_type\": \"\",\n            \"shipping_provider\": \"\",\n            \"shipping_provider_type\": \"\",\n            \"sku\": \"asd3121\",\n            \"status_id\": 7,\n            \"status_name\": \"Not Shipped\",\n            \"tax_price\": 0,\n            \"total_price\": 123123,\n            \"tracking_number\": \"\",\n            \"variant_id\": 20838623,\n            \"variant_name\": \"\",\n            \"variant_sku\": \"asd3121\",\n            \"voucher_amount\": 0,\n            \"voucher_code\": \"\",\n            \"voucher_seller\": 0,\n            \"warehouse_code\": \"-\"\n        },\n        {\n            \"bundle_info\": [],\n            \"channel_doc_path\": \"\",\n            \"document_path\": \"https://accounts.forstok.com/api/v1/documents.pdf?token={{vault:json-web-token}}\",\n            \"fulfill_by_channel\": false,\n            \"id\": 159943796,\n            \"internal_note\": \"\",\n            \"item_note\": \"Reject 4\",\n            \"local_id\": \"\",\n            \"name\": \"adasdsa\",\n            \"note\": \"\",\n            \"price\": 123123,\n            \"sale_price\": 0,\n            \"serial_number\": \"E1FZ-K93M-WT7Q-ZB2Y\",\n            \"shipping_courier_id\": 0,\n            \"shipping_fulfillment_type\": \"\",\n            \"shipping_group_fulfillment_type\": \"\",\n            \"shipping_provider\": \"\",\n            \"shipping_provider_type\": \"\",\n            \"sku\": \"asd3121\",\n            \"status_id\": 7,\n            \"status_name\": \"Not Shipped\",\n            \"tax_price\": 0,\n            \"total_price\": 123123,\n            \"tracking_number\": \"\",\n            \"variant_id\": 20838623,\n            \"variant_name\": \"\",\n            \"variant_sku\": \"asd3121\",\n            \"voucher_amount\": 0,\n            \"voucher_code\": \"\",\n            \"voucher_seller\": 0,\n            \"warehouse_code\": \"-\"\n        }\n    ],\n    \"local_id\": \"\",\n    \"local_name\": \"\",\n    \"note\": \"\",\n    \"ordered_at\": \"2025-06-25T16:54:54.000+07:00\",\n    \"payment\": {\n        \"payment_method\": \"\",\n        \"status\": \"Payment Verified\"\n    },\n    \"profile_id\": 644,\n    \"returns\": [],\n    \"shipping_courier\": {\n        \"awb\": \"\",\n        \"booking_code\": \"\",\n        \"channel_docs_path\": \"\",\n        \"delivery_type\": \"NON INTEGRATED\",\n        \"document_path\": \"https://accounts.forstok.com/api/v1/documents.pdf?token={{vault:json-web-token}}\",\n        \"logistic_destination_code\": \"\",\n        \"shipping_courier_id\": 0,\n        \"shipping_fulfillment_type\": \"\",\n        \"shipping_group_fulfillment_type\": \"\"\n    },\n    \"shipping_courier_id\": 0,\n    \"shipping_description\": \"\",\n    \"shipping_fulfillment_type\": \"\",\n    \"shipping_group_fulfillment_type\": \"\",\n    \"shipping_price\": 0,\n    \"shipping_provider\": \"\",\n    \"shipping_provider_type\": \"\",\n    \"status\": \"Not Shipped\",\n    \"store_id\": 12961,\n    \"store_name\": \"Manual SO 1\",\n    \"subtotal\": 248870,\n    \"tax_price\": 0,\n    \"total_price\": 248870,\n    \"updated_at\": \"2025-07-04T10:17:42.000+07:00\",\n    \"voucher_code\": \"\",\n    \"voucher_seller\": 0,\n    \"warehouse_code\": \"-\",\n    \"warehouse_id\": 701\n}"},{"id":"322d49a5-a5b6-4ec7-a2a9-f121bc5d0d2d","name":"Failed Delivery","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v1/orders/137922115.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","orders","137922115.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 10:01:30 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Permitted-Cross-Domain-Policies","value":"none","enabled":true},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin","enabled":true},{"key":"ETag","value":"W/\"33328bf9da9807efc205b6d69d8a7e3d\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"X-Request-Id","value":"53d9bd70-6c9b-4c68-ace8-26610f532d9e","enabled":true},{"key":"X-Runtime","value":"0.188444","enabled":true},{"key":"vary","value":"Origin","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 137922115,\n    \"status\": \"Failed Delivery\",\n    \"channel\": \"shopee\",\n    \"channel_id\": 12,\n    \"local_id\": \"231117S9M5RXUV\",\n    \"local_name\": \"231117S9M5RXUV\",\n    \"store_name\": \"Shopee_Demo_Demo\",\n    \"store_id\": 5637,\n    \"profile_id\": 644,\n    \"address\": {\n        \"address_1\": \"Jalan Jambu No.27, Gondangdia, Menteng (lt 2), KOTA JAKARTA PUSAT, MENTENG, DKI JAKARTA, ID, 10310\",\n        \"address_2\": \"\",\n        \"city\": \"KOTA JAKARTA PUSAT\",\n        \"country\": \"Indonesia\",\n        \"name\": \"a******n\",\n        \"phone\": \"******25\",\n        \"postal_code\": \"10310\",\n        \"province\": \"DKI JAKARTA\",\n        \"province_code\": \"DKI JAKARTA\",\n        \"sub_district\": \"\",\n        \"district\": \"MENTENG\",\n        \"coordinate\": null\n    },\n    \"customer_info\": {\n        \"id\": 51312490,\n        \"name\": \"a******n\",\n        \"email\": \"\",\n        \"customer_since\": \"2023-11-05 23:29:46\"\n    },\n    \"dropshipper_info\": {\n        \"id\": 19371005,\n        \"name\": null,\n        \"phone\": null\n    },\n    \"ordered_at\": \"2023-11-17 04:28:55\",\n    \"created_at\": \"2023-11-17 04:29:02\",\n    \"updated_at\": \"2023-11-17 04:29:46\",\n    \"item_lines\": [\n        {\n            \"id\": 140686603,\n            \"local_id\": \"0-25551155937\",\n            \"sku\": \"bndl1116sp-1\",\n            \"name\": \"bndl1116sp-1\",\n            \"variant_name\": \"bndl1116sp-1\",\n            \"variant_id\": null,\n            \"variant_sku\": null,\n            \"price\": 60000,\n            \"sale_price\": null,\n            \"total_price\": 60000,\n            \"voucher_amount\": 0,\n            \"voucher_code\": null,\n            \"voucher_seller\": 0,\n            \"tax_price\": 0,\n            \"fulfill_by_channel\": false,\n            \"shipping_provider\": \"Anteraja Reguler\",\n            \"shipping_provider_type\": \"Reguler (Cashless)\",\n            \"tracking_number\": null,\n            \"note\": null,\n            \"serial_number\": \"SN123123\",\n            \"internal_note\": null,\n            \"bundle_info\": []\n        }\n    ],\n    \"payment\": {\n        \"payment_method\": \"Cash on Delivery\",\n        \"status\": \"Payment Verified\"\n    },\n    \"shipping_price\": 18000,\n    \"disc_shipping_seller\": 0,\n    \"disc_shipping_platform\": 0,\n    \"shipping_courier\": {\n        \"awb\": null,\n        \"document_path\": \"\",\n        \"booking_code\": null,\n        \"delivery_type\": \"NON INTEGRATED\",\n        \"channel_docs_path\": null,\n        \"logistic_destination_code\": null\n    },\n    \"shipping_provider\": \"Anteraja Reguler\",\n    \"shipping_provider_type\": \"Reguler (Cashless)\",\n    \"shipping_description\": null,\n    \"subtotal\": 60000,\n    \"channel_rebate\": 0,\n    \"cashless\": true,\n    \"discount_amount\": 0,\n    \"voucher_seller\": 0,\n    \"total_price\": 60000,\n    \"voucher_code\": \"\",\n    \"insurance_fee\": 0,\n    \"discount_reason\": null,\n    \"tax_price\": 0,\n    \"warehouse_id\": 1160,\n    \"cod\": true,\n    \"delivery_type\": null,\n    \"warehouse_code\": \"jkp\",\n    \"note\": null,\n    \"internal_note\": \"{\\\"tooltip_status\\\":\\\"Package failed to delivery.\\\"}\",\n    \"returns\": []\n}"}],"_postman_id":"c23aefae-01f8-4870-a4eb-d01ef5b37ca3"},{"name":"Create Shipment","event":[{"listen":"prerequest","script":{"id":"7ea8b4c3-1314-44fe-af4e-bd78b48a41e7","exec":[""],"type":"text/javascript"}}],"id":"6dd0dccf-148b-40d9-aed5-e792dce053a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\":11111111\r\n}","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/orders/confirm.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Use this API to Confirm Order.</p>\n<p>StartFragment</p>\n<p>The API will trigger \"Accept Orders\" on Tokopedia, Blibli, and Zalora, as well as \"Create Package\" on these channels. Additionally, it will perform \"Create Shipment\" similar to the UI.</p>\n<p>EndFragment&gt; Request Parameter </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Location</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>true</td>\n<td>body</td>\n<td>A unique identifier for the order from Forstok</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","confirm.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"93b18374-a977-4ebb-9cac-d237687a2926","name":"Success Confirmed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\":105685446\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/orders/confirm.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","orders","confirm.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 16 Apr 2021 04:31:03 GMT","enabled":true},{"key":"ETag","value":"W/\"b7d78565f0013c4452b0008158a40225\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=e558b151f58d3f5ea174ea4c09a65715--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"0bd8f6dc-f3bc-43ae-8c3e-62157ce5800c","enabled":true},{"key":"X-Runtime","value":"2.085855","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"1063","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 105685446,\n    \"status\": \"Printed\",\n    \"channel\": \"tokopedia\",\n    \"local_id\": \"78192378\",\n    \"local_name\": \"INV/20210416/MPL/102938783\",\n    \"store_name\": \"Tokopedia\",\n    \"profile_id\": 306,\n    \"address\": {\n        \"address_1\": \"Jl. Ngarengblabakan 17A Cepu, Cepu, Blora, Jawa Tengah\",\n        \"address_2\": \"\",\n        \"city\": \"Kab. Blora\",\n        \"country\": \"Indonesia\",\n        \"name\": \"Eka Gustiawan\",\n        \"phone\": \"628778665729\",\n        \"postal_code\": \"58312\",\n        \"province\": \"Jawa Tengah\",\n        \"province_code\": null,\n        \"sub_district\": \"\",\n        \"district\": null,\n        \"coordinate\": null\n    },\n    \"customer_info\": {\n        \"id\": 40478198,\n        \"name\": \"Eka Gustiawan\",\n        \"email\": null,\n        \"customer_since\": \"2021-04-16T11:11:42.000+07:00\"\n    },\n    \"ordered_at\": \"2021-04-16T11:11:39.000+07:00\",\n    \"created_at\": \"2021-04-16T11:11:42.000+07:00\",\n    \"updated_at\": \"2021-04-16T11:31:02.000+07:00\",\n    \"item_lines\": [\n        {\n            \"id\": 75589170,\n            \"local_id\": \"424010829\",\n            \"sku\": \"159857\",\n            \"name\": \"KLEVV DDR4 BOLT X Series PC25600 3200MHz Dual Channel 16GB (2X8GB)\",\n            \"variant_name\": null,\n            \"variant_id\": 6292574,\n            \"variant_sku\": \"159857\",\n            \"price\": 1550000,\n            \"sale_price\": null,\n            \"total_price\": 1550000,\n            \"voucher_amount\": 0,\n            \"voucher_code\": null,\n            \"voucher_platform\": 0,\n            \"tax_price\": 0,\n            \"fulfill_by_channel\": false,\n            \"shipping_provider\": \"AnterAja\",\n            \"shipping_provider_type\": \"Reguler\",\n            \"tracking_number\": \"\",\n            \"note\": null,\n            \"bundle_info\": []\n        }\n    ],\n    \"payment\": {\n        \"payment_method\": \"Cicilan\",\n        \"status\": \"Payment Verified\"\n    },\n    \"shipping_price\": 27000,\n    \"shipping_courier\": {\n        \"providers\": [\n            \"AnterAja\"\n        ],\n        \"delivery_type\": \"PICKUP\",\n        \"delivery_info\": \"-\",\n        \"awb\": \"\",\n        \"document_path\": \"\",\n        \"booking_code\": \"TKAA-9R1KDHsdf74\",\n        \"channel_docs_path\": null\n    },\n    \"shipping_description\": null,\n    \"subtotal\": 1550000,\n    \"channel_rebate\": 0,\n    \"cashless\": true,\n    \"discount_amount\": 0,\n    \"total_price\": 1550000,\n    \"insurance_fee\": 0,\n    \"discount_reason\": null,\n    \"tax_price\": 0,\n    \"warehouse_id\": 308,\n    \"warehouse_code\": null,\n    \"note\": null\n}"},{"id":"784b5320-c3ab-4c74-a4f3-9a7e639e01d4","name":"Not Eligible Status","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\":11111111\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/orders/confirm.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","orders","confirm.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"CUSTOM","code":603,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 15 Apr 2021 04:00:23 GMT","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=d0f901cd3ea89f039dd5d80943e4d72f--603; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"6d4c9520-ebc8-496d-a62c-73af0d007321","enabled":true},{"key":"X-Runtime","value":"1.871423","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"47","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Order Status not eligible to accept\"\n}"}],"_postman_id":"6dd0dccf-148b-40d9-aed5-e792dce053a1"},{"name":"Set Status to Ready to Ship","event":[{"listen":"prerequest","script":{"id":"1f53a0f1-e9c6-4464-9b39-0dcbd29a96f9","exec":[""],"type":"text/javascript"}}],"id":"2b4b0ad9-18a2-44bb-879d-4e24e4283a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://accounts.forstok.com/api/v2/orders/fulfills_seller.json?user_id={{user_id}}&auth_type=jwt&order_id=96158693&pickup_address_id=12763594&pickup_timeslot_id=","description":"<p>Use this API to trigger fulfillment and update order status to Ready to Ship (RTS).</p>\n<p><strong>Available for all channels</strong></p>\n<blockquote>\n<p>Update Log </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Date</strong></th>\n<th><strong>Update Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>01-06-2023</td>\n<td>Update new response body :  <br />{  <br />\"request_id\": ,  <br />\"status\": \"\",  <br />\"code\": ,  <br />\"message\": \"\"  <br />}  <br />  <br />\"request_id\" can direct to URL <a href=\"https://summary.forstok.com/orders?activity_id=\">https://summary.forstok.com/orders?activity_id=</a>........</td>\n</tr>\n<tr>\n<td>23-02-2022</td>\n<td>Update description of this API</td>\n</tr>\n<tr>\n<td>23-02-2022</td>\n<td>Implement return marketplace error</td>\n</tr>\n<tr>\n<td>23-02-2022</td>\n<td>Add new fields <code>merchant_delivery_date_start</code> and <code>merchant_delivery_date_end</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Code :</p>\n<ol>\n<li><p><strong>Success</strong><br /> {<br /> \"request_id\": 42954730,<br /> \"status\": \"Success\",<br /> \"code\": 200,<br /> \"message\": \"Ready to ship action is successfully requested.\"<br /> }  </p>\n</li>\n<li><p><strong>Failed</strong></p>\n<ol>\n<li><p>Export from Channel<br /> {<br /> \"request_id\": 42954418,<br /> \"status\": \"Failed\",<br /> \"code\": 500,<br /> \"message\": \"tiktok fulfillment error: non zero code (code: 105002, message: access token is expired, please refresh it, request id: 20230519012954A40C32B06104D0137826)\"<br /> }  </p>\n</li>\n<li><p>Missing params or data not found<br /> {<br /> \"request_id\": 42954374,<br /> \"status\": \"Failed\",<br /> \"code\": 400,<br /> \"message\": \"Order Not Found\"<br /> }</p>\n</li>\n</ol>\n</li>\n</ol>\n<p>Note:</p>\n<ol>\n<li>This API has rate limit applied. For the rate limit details please visit <a href=\"https://docs.google.com/spreadsheets/d/1N38sX9c57xPJ5o_2T8Qv8cr41tuHhO_L1I2T0QHjCiI/edit#gid=107739805\">Forstok - Mapping - Google Sheets</a>.</li>\n<li>If there is an error returned from marketplace/channel while calling their set of RTS APIs, we will return status code 200 and response body with format <code>{type: \"marketplace\", error : \"this is sample message\"}</code>.</li>\n<li><strong>For Set RTS Shopee</strong> orders, we recommend that you use <code>pickup_address_id</code> and <code>pickup_timeslot_id</code>. <code>pickup_address_id</code> can be retrieved using Get Pickup Address List API and <code>pickup_timeslot_id</code> can be retrieved using Get PIckup Timeslot List.</li>\n<li><strong>For Set RTS Blibli in case of big products</strong>, we recommend that you fill the <code>tracking_company</code>, <code>tracking_number</code>, <code>merchant_delivery_date_start</code>, and <code>merchant_delivery_date_end</code> otherwise the order cannot be set to RTS. You can get the Big Product flag on <code>\"shipping_provider_type\": \"Big Product\"</code> from Order Details.</li>\n</ol>\n<img src=\"https://forstok-staging-storage.s3-ap-southeast-1.amazonaws.com/API+Docs+Images/Kurir+List+Available.png\" alt />","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","orders","fulfills_seller.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"},{"description":{"content":"<p>Forstok order.id</p>\n","type":"text/plain"},"key":"order_id","value":"96158693"},{"description":{"content":"<p>Optional. Can be obtained from Get Pickup Address List API.</p>\n","type":"text/plain"},"key":"pickup_address_id","value":"12763594"},{"disabled":true,"description":{"content":"<p>Optional (string). Name of tracking company for order.</p>\n","type":"text/plain"},"key":"tracking_company","value":"GoSend Same Day"},{"disabled":true,"description":{"content":"<p>Optional (string). A unique number for tracking order.</p>\n","type":"text/plain"},"key":"tracking_number","value":""},{"disabled":true,"description":{"content":"<p>Optional (date). Required for Fulfillment Big Product Blibli.</p>\n","type":"text/plain"},"key":"merchant_delivery_date_start","value":"29/12/2022"},{"disabled":true,"description":{"content":"<p>Optional (date). Required for Fulfillment Big Product Blibli.</p>\n","type":"text/plain"},"key":"merchant_delivery_date_end","value":"31/12/2022"},{"key":"pickup_timeslot_id","value":""}],"variable":[]}},"response":[{"id":"269dc90a-4564-4057-8a3f-ade85b41656f","name":"Success Set Status to RTS (AWB from Channel)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/orders/fulfills_seller.json?user_id={{user_id}}&auth_type=jwt&order_id=104193979&tracking_company=Forstok SiCepat","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","orders","fulfills_seller.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"order_id","value":"104193979","description":"Forstok order.id"},{"key":"pickup_address_id","value":"12763594","description":"Optional","disabled":true},{"key":"pickup_timeslot_id","value":"","description":"Optional","disabled":true},{"key":"tracking_company","value":"Forstok SiCepat","description":"Optional (string). Name of tracking company for order."},{"key":"tracking_number","value":"","description":"Optional (string). A unique number for tracking order.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 05 Mar 2021 03:00:10 GMT","enabled":true},{"key":"ETag","value":"W/\"5ef0fc0c7871c5045a1d16c61ee2a2e0\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=ec69d2db4d74de76eb25409b1eaf5dd2--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"8660985e-bb8a-47cd-a88a-7e517b42d46b","enabled":true},{"key":"X-Runtime","value":"1.319048","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"518","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 11111111,\n    \"status\": \"Ready to Ship\",\n    \"channel\": \"shopee\",\n    \"local_id\": \"12312123123\",\n    \"local_name\": null,\n    \"store_name\": \"Shopee\",\n    \"profile_id\": 1,\n    \"address\": {\n        \"address_1\": \"Jl kopral Jakarta\",\n        \"address_2\": \"\",\n        \"city\": \"Jakarta\",\n        \"country\": \"Indonesia\",\n        \"name\": \"Nama\",\n        \"phone\": \"62823232323\",\n        \"postal_code\": \"45211\",\n        \"province\": \"DKI JAKARTA\",\n        \"province_code\": \"DKI JAKARTA\",\n        \"sub_district\": \"\",\n        \"district\": \"INDRAMAYU\",\n        \"coordinate\": null\n    },\n    \"customer_info\": {\n        \"id\": 12123123123,\n        \"name\": \"Nama\",\n        \"email\": \"\",\n        \"customer_since\": \"2021-07-23T08:55:27.000+07:00\"\n    },\n    \"ordered_at\": \"2021-07-23T08:55:25.000+07:00\",\n    \"created_at\": \"2021-07-23T08:55:27.000+07:00\",\n    \"updated_at\": \"2021-07-23T09:39:51.000+07:00\",\n    \"item_lines\": [\n        {\n            \"id\": 23421221,\n            \"local_id\": \"0-0192319231293\",\n            \"sku\": \"sku-123123\",\n            \"name\": \"Breed\",\n            \"variant_name\": \"Coffee\",\n            \"variant_id\": 123123123,\n            \"variant_sku\": \"09123123123\",\n            \"price\": 10000,\n            \"sale_price\": null,\n            \"total_price\": 10000,\n            \"voucher_amount\": 0,\n            \"voucher_code\": null,\n            \"voucher_platform\": 0,\n            \"tax_price\": 0,\n            \"fulfill_by_channel\": false,\n            \"shipping_provider\": \"Shopee Express Standard\",\n            \"shipping_provider_type\": null,\n            \"tracking_number\": \"091019101910190\",\n            \"note\": null,\n            \"bundle_info\": []\n        }\n    ],\n    \"payment\": {\n        \"payment_method\": \"COD\",\n        \"status\": \"Payment Verified\"\n    },\n    \"shipping_price\": 36000,\n    \"shipping_courier\": {\n        \"providers\": [\n            \"Shopee Express Standard\"\n        ],\n        \"delivery_type\": \"NON INTEGRATED\",\n        \"delivery_info\": \"-\",\n        \"awb\": \"012931203123\",\n        \"document_path\": \"https://www.google.com\",\n        \"booking_code\": null,\n        \"channel_docs_path\": \"https://www.google.com\"\n    },\n    \"shipping_description\": null,\n    \"subtotal\": 10000,\n    \"channel_rebate\": 0,\n    \"cashless\": true,\n    \"discount_amount\": 0,\n    \"total_price\": 10000,\n    \"insurance_fee\": 0,\n    \"discount_reason\": null,\n    \"tax_price\": 0,\n    \"warehouse_id\": 111111,\n    \"warehouse_code\": null,\n    \"note\": null,\n    \"returns\": []\n}"},{"id":"a8621bcb-baf5-4f51-b253-b1807940ee0e","name":"Set Status to RTS (AWB from Seller/Manual Input)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v1/orders/fulfills.json?user_id={{user_id}}&auth_type=jwt&order_id=117829331&local_id=6322142&channel_id=13&tracking_company=Forstok&tracking_number=0123455","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","orders","fulfills.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"order_id","value":"117829331","description":"Required (integer). A unique identifier for the order from Forstok. This identifier is usually freely assigned."},{"key":"local_id","value":"6322142","description":"Optional (string). A unique identifier for the order given locally from channel. This identifier is usually freely assigned."},{"key":"channel_id","value":"13","description":"(integer) Channel id of order. Required if local_id is assigned"},{"key":"tracking_company","value":"Forstok","description":"Optional (string). Name of tracking company for order."},{"key":"tracking_number","value":"0123455","description":"Optional (string). A unique number for tracking order."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Thu, 24 Feb 2022 11:02:54 GMT","enabled":true},{"key":"ETag","value":"W/\"0c40bafcfdc8adc6db63a6a5bfdb3dd5\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=345b454ace19f7d2251c770f6372bbd4--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"7fb6f94b-57a3-4269-8307-0f9d95b3273c","enabled":true},{"key":"X-Runtime","value":"5.713221","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"35","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Ok\"\n}"},{"id":"e44077ac-0459-4672-9b56-698a3e41eeba","name":"Oder Has Been Ready To Ship","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/orders/fulfills_seller.json?user_id={{user_id}}&auth_type=jwt&order_id=109556593","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","orders","fulfills_seller.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"order_id","value":"109556593","description":"Forstok order.id"},{"key":"pickup_address_id","value":"12763594","description":"Optional","disabled":true},{"key":"pickup_timeslot_id","value":"","description":"Optional","disabled":true},{"key":"tracking_company","value":"GoSend Same Day","description":"Optional (string). Name of tracking company for order.","disabled":true},{"key":"tracking_number","value":"","description":"Optional (string). A unique number for tracking order.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 23 Jul 2021 04:15:37 GMT","enabled":true},{"key":"ETag","value":"W/\"5155dc5814558986aa23bd826e613456\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=618e691c1646ee1060b7eb657917588a--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"ed15f155-eada-4f04-98d1-74c7d4dcc188","enabled":true},{"key":"X-Runtime","value":"0.705969","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"65","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"This Order Has Been Ready To Ship\"\n}"},{"id":"f8ba6036-97d4-481b-840b-cc4e5bb1f789","name":"Order Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/orders/fulfills_seller.json?user_id={{user_id}}&auth_type=jwt&order_id=96158693111","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","orders","fulfills_seller.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"order_id","value":"96158693111","description":"Forstok order.id"},{"key":"pickup_address_id","value":"12763594","description":"Optional","disabled":true},{"key":"pickup_timeslot_id","value":"","description":"Optional","disabled":true},{"key":"tracking_company","value":"GoSend Same Day","description":"Optional (string). Name of tracking company for order.","disabled":true},{"key":"tracking_number","value":"","description":"Optional (string). A unique number for tracking order.","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 23 Jul 2021 04:16:36 GMT","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=8f280591746a30745f98ec78c10262f9--404; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"4632bf88-d075-4626-807e-399d6e96a72d","enabled":true},{"key":"X-Runtime","value":"0.585424","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"47","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Order not found\"\n}"},{"id":"333f12bd-0e7c-4b95-b35c-fd1b6e1f0ac1","name":"Set Status to Ready to Ship","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/orders/fulfills_seller.json?user_id={{user_id}}&auth_type=jwt&order_id=140633823","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","orders","fulfills_seller.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"order_id","value":"140633823","description":"Forstok order.id"},{"key":"pickup_address_id","value":"12763594","description":"Optional. Can be obtained from Get Pickup Address List API.","disabled":true},{"key":"tracking_company","value":"GoSend Same Day","description":"Optional (string). Name of tracking company for order.","disabled":true},{"key":"tracking_number","value":"","description":"Optional (string). A unique number for tracking order.","disabled":true},{"key":"merchant_delivery_date_start","value":"29/12/2022","description":"Optional (date). Required for Fulfillment Big Product Blibli.","disabled":true},{"key":"merchant_delivery_date_end","value":"31/12/2022","description":"Optional (date). Required for Fulfillment Big Product Blibli.","disabled":true},{"key":"pickup_timeslot_id","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 25 Feb 2024 15:04:36 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"153","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Set-Cookie","value":"ApplicationGatewayAffinityCORS=c2f2f4a86422d1e9ad38964eab316b82; Path=/; SameSite=None; Secure","enabled":true},{"key":"Set-Cookie","value":"ApplicationGatewayAffinity=c2f2f4a86422d1e9ad38964eab316b82; Path=/","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Permitted-Cross-Domain-Policies","value":"none","enabled":true},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin","enabled":true},{"key":"ETag","value":"W/\"4109d0c6edf9b64d8b408c83daabd28c\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"X-Request-Id","value":"1cec4894-02e8-48d0-bb67-e8633d1d187a","enabled":true},{"key":"X-Runtime","value":"1.526676","enabled":true},{"key":"vary","value":"Origin","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": 56282119,\n    \"status\": \"Success\",\n    \"code\": 200,\n    \"message\": \"Ready to ship action is successfully requested, check on activity log with id 56282119\"\n}"}],"_postman_id":"2b4b0ad9-18a2-44bb-879d-4e24e4283a88"},{"name":"Cancel Order","event":[{"listen":"prerequest","script":{"id":"c5558097-71c1-4661-88f1-6c3e93db1bda","exec":[""],"type":"text/javascript"}}],"id":"76e3fcb5-72a8-4561-bc6c-80917e31637a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\":9474299,\r\n    \"message\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/orders/cancel.json?user_id={{user_id}}&auth_type=jwt","description":"<p>This endpoint only available for: POS Order</p>\n<blockquote>\n<p>Request Parameter </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Location</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>integer</td>\n<td>true</td>\n<td>body</td>\n<td>Forstok Order_ID</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>false</td>\n<td>body</td>\n<td>Reason for cancelling order.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","orders","cancel.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[],"_postman_id":"76e3fcb5-72a8-4561-bc6c-80917e31637a"},{"name":"Get Cancel Reason by Store","id":"09b7e594-753e-4e71-bcdb-1c9bb7729646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://seller-api.forstok.com/api/v2/cancel_reason.json?user_id={{user_id}}&auth_type=jwt&store_id=10900","description":"<p>Use this API to get available cancel reason list from every store / channel marketplace.</p>\n<p>Response</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>array</td>\n<td>Data array</td>\n</tr>\n<tr>\n<td>L value</td>\n<td>string</td>\n<td>value cancel reason code</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>name cancel reason</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","cancel_reason.json"],"host":["seller-api","forstok","com"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"},{"key":"store_id","value":"10900"}],"variable":[]}},"response":[{"id":"a5ce2bae-5737-49ca-89f6-369e5cfbcb9e","name":"Get Cancel Reason by Store","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://seller-api.forstok.com/api/v2/cancel_reason.json?user_id={{user_id}}&auth_type=jwt&store_id={{store_id}}","protocol":"https","host":["seller-api","forstok","com"],"path":["api","v2","cancel_reason.json"],"query":[{"key":"user_id","value":"{{user_id}}"},{"key":"auth_type","value":"jwt"},{"key":"store_id","value":"{{store_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Jan 2023 03:12:11 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"286","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Origin","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"value\": \"seller_cancel_reason_wrong_price\",\n            \"name\": \"Pricing error\"\n        },\n        {\n            \"value\": \"seller_cancel_paid_reason_buyer_requested_cancellation\",\n            \"name\": \"Buyer requested cancellation\"\n        },\n        {\n            \"value\": \"seller_cancel_paid_reason_address_not_deliver\",\n            \"name\": \"Unable to deliver to buyer address\"\n        }\n    ]\n}"}],"_postman_id":"09b7e594-753e-4e71-bcdb-1c9bb7729646"}],"id":"fd21f0b4-e0d1-42d6-a6ea-979466cb4501","_postman_id":"fd21f0b4-e0d1-42d6-a6ea-979466cb4501","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}}},{"name":"Invoices","item":[{"name":"Get List Invoice","event":[{"listen":"prerequest","script":{"id":"fdd00288-5cb8-4e6e-8e91-2b11f1e0c5a1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"86ae715f-98a6-4a05-8edd-1099f69e797d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://accounts.forstok.com/api/v2/invoices.json?user_id={{user_id}}&auth_type=jwt&created_after=2025-04-01T00:56:04.000+07:00&updated_after=2025-04-21T00:56:04.000+07:00&limit=20","description":"<p>Use this api to receive a list of all Invoice, sorted descendingly by date ordered.</p>\n<blockquote>\n<p>Update Log</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Date</strong></th>\n<th><strong>Update Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>01-11-2022</td>\n<td>Release Invoice API V1 (Beta)</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Response Parameters</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total_invoices</td>\n<td>integer</td>\n<td>Total of Invoice Id.</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>object array</td>\n<td>List of Invoices.</td>\n</tr>\n<tr>\n<td>L id</td>\n<td>integer</td>\n<td>Date of invoice created in forstok.</td>\n</tr>\n<tr>\n<td>L order_id</td>\n<td>integer</td>\n<td>Date of invoice updated in forstok.</td>\n</tr>\n<tr>\n<td>L channel_id</td>\n<td>integer</td>\n<td>ID of Channel in Forstok system.</td>\n</tr>\n<tr>\n<td>L channel_name</td>\n<td>string</td>\n<td>Channel Name.</td>\n</tr>\n<tr>\n<td>L store_name</td>\n<td>string</td>\n<td>Store Name</td>\n</tr>\n<tr>\n<td>L created_at</td>\n<td>datetime</td>\n<td>Date of invoice created in forstok.</td>\n</tr>\n<tr>\n<td>L updated_at</td>\n<td>datetime</td>\n<td>Date of invoice updated in forstok.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","invoices.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"},{"disabled":true,"description":{"content":"<p>Optional (datetime). Limits the returned orders to those updated after or on the specified date, given in ISO 8601 date format.</p>\n","type":"text/plain"},"key":"updated_after","value":"2020-07-03T00:00:00.000+07:00"},{"disabled":true,"description":{"content":"<p>Optional (datetime). Limits the returned orders to those updated before or on the specified date, given in ISO 8601 date format.</p>\n","type":"text/plain"},"key":"updated_before","value":"2020-07-10T23:59:59.000+07:00"},{"key":"created_after","value":"2025-04-01T00:56:04.000+07:00"},{"key":"updated_after","value":"2025-04-21T00:56:04.000+07:00"},{"key":"limit","value":"20"}],"variable":[]}},"response":[{"id":"84e1dad0-6388-4170-9b23-74c36bb329b5","name":"Get List Invoice","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://accounts.forstok.com/api/v2/invoices.json?user_id={{user_id}}&auth_type=jwt&updated_after=2025-08-01T00:56:04.000+07:00&limit=20","protocol":"https","host":["accounts","forstok","com"],"path":["api","v2","invoices.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"updated_after","value":"2020-07-03T00:00:00.000+07:00","description":"Optional (datetime). Limits the returned orders to those updated after or on the specified date, given in ISO 8601 date format.","disabled":true},{"key":"updated_before","value":"2020-07-10T23:59:59.000+07:00","description":"Optional (datetime). Limits the returned orders to those updated before or on the specified date, given in ISO 8601 date format.","disabled":true},{"key":"created_after","value":"2025-08-01T00:56:04.000+07:00","disabled":true},{"key":"updated_after","value":"2025-08-01T00:56:04.000+07:00"},{"key":"limit","value":"20"}]}},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 26 Aug 2025 09:55:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_invoices\": 20,\n    \"invoices\": [\n        {\n            \"id\": 5727626,\n            \"order_id\": 154176974,\n            \"channel_order_id\": \"INV/20250731/MPL/73445503274\",\n            \"channel_name\": \"Tokopedia\",\n            \"status_invoice\": \"Voided\",\n            \"store_name\": \"Tokopedia Testing Forstok\",\n            \"created_at\": \"2025-07-31T07:25:06.000+07:00\",\n            \"updated_at\": \"2025-08-01T07:27:13.000+07:00\"\n        },\n        {\n            \"id\": 5756310,\n            \"order_id\": 154208233,\n            \"channel_order_id\": \"INV/20250801/MPL/67366034611\",\n            \"channel_name\": \"Tokopedia\",\n            \"status_invoice\": \"Voided\",\n            \"store_name\": \"Tokopedia Testing Forstok\",\n            \"created_at\": \"2025-08-01T12:43:29.000+07:00\",\n            \"updated_at\": \"2025-08-04T12:45:13.000+07:00\"\n        },\n        {\n            \"id\": 5752601,\n            \"order_id\": 154203370,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"Bukalapak Lita\",\n            \"created_at\": \"2025-08-01T09:27:50.000+07:00\",\n            \"updated_at\": \"2025-08-01T09:27:50.000+07:00\"\n        },\n        {\n            \"id\": 5840668,\n            \"order_id\": 153680688,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"Reseller\",\n            \"created_at\": \"2025-08-06T08:28:41.000+07:00\",\n            \"updated_at\": \"2025-08-06T08:28:41.000+07:00\"\n        },\n        {\n            \"id\": 5752723,\n            \"order_id\": 154203532,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"Devine Power\",\n            \"created_at\": \"2025-08-01T09:35:55.000+07:00\",\n            \"updated_at\": \"2025-08-01T09:35:55.000+07:00\"\n        },\n        {\n            \"id\": 6139151,\n            \"order_id\": 152926487,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"Whatsapp\",\n            \"created_at\": \"2025-08-22T10:41:21.000+07:00\",\n            \"updated_at\": \"2025-08-22T10:41:21.000+07:00\"\n        },\n        {\n            \"id\": 5752703,\n            \"order_id\": 154203503,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"Manual SO 1\",\n            \"created_at\": \"2025-08-01T09:34:12.000+07:00\",\n            \"updated_at\": \"2025-08-01T09:34:12.000+07:00\"\n        },\n        {\n            \"id\": 5754895,\n            \"order_id\": 154205596,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"Manual SO 1\",\n            \"created_at\": \"2025-08-01T11:00:24.000+07:00\",\n            \"updated_at\": \"2025-08-01T11:00:24.000+07:00\"\n        },\n        {\n            \"id\": 5755270,\n            \"order_id\": 154206193,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"Manual SO 1\",\n            \"created_at\": \"2025-08-01T11:23:55.000+07:00\",\n            \"updated_at\": \"2025-08-01T11:23:55.000+07:00\"\n        },\n        {\n            \"id\": 5754826,\n            \"order_id\": 154205521,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"SOGO\",\n            \"created_at\": \"2025-08-01T10:57:49.000+07:00\",\n            \"updated_at\": \"2025-08-01T10:57:49.000+07:00\"\n        },\n        {\n            \"id\": 5758426,\n            \"order_id\": 154209964,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"SOGO\",\n            \"created_at\": \"2025-08-01T13:41:56.000+07:00\",\n            \"updated_at\": \"2025-08-01T13:41:56.000+07:00\"\n        },\n        {\n            \"id\": 5842004,\n            \"order_id\": 154321699,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Point of Sale\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"SOGO\",\n            \"created_at\": \"2025-08-06T09:15:33.000+07:00\",\n            \"updated_at\": \"2025-08-06T09:15:33.000+07:00\"\n        },\n        {\n            \"id\": 6016362,\n            \"order_id\": 154534555,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Point of Sale\",\n            \"status_invoice\": \"Paid\",\n            \"store_name\": \"SOGO\",\n            \"created_at\": \"2025-08-14T10:40:49.000+07:00\",\n            \"updated_at\": \"2025-08-21T15:52:22.000+07:00\"\n        },\n        {\n            \"id\": 5754927,\n            \"order_id\": 154205663,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"METRO\",\n            \"created_at\": \"2025-08-01T11:02:51.000+07:00\",\n            \"updated_at\": \"2025-08-01T11:02:51.000+07:00\"\n        },\n        {\n            \"id\": 5829486,\n            \"order_id\": 152845815,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Point of Sale\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"Hypermart IKN\",\n            \"created_at\": \"2025-08-05T13:37:52.000+07:00\",\n            \"updated_at\": \"2025-08-05T13:37:52.000+07:00\"\n        },\n        {\n            \"id\": 5781597,\n            \"order_id\": 154242469,\n            \"channel_order_id\": \"7897987\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"andin\",\n            \"created_at\": \"2025-08-02T20:51:34.000+07:00\",\n            \"updated_at\": \"2025-08-02T20:51:34.000+07:00\"\n        },\n        {\n            \"id\": 5753373,\n            \"order_id\": 154204250,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"333\",\n            \"created_at\": \"2025-08-01T10:07:54.000+07:00\",\n            \"updated_at\": \"2025-08-01T10:07:54.000+07:00\"\n        },\n        {\n            \"id\": 5781519,\n            \"order_id\": 154241966,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"333\",\n            \"created_at\": \"2025-08-02T20:25:39.000+07:00\",\n            \"updated_at\": \"2025-08-02T20:25:39.000+07:00\"\n        },\n        {\n            \"id\": 5844869,\n            \"order_id\": 154323766,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"333\",\n            \"created_at\": \"2025-08-06T10:31:38.000+07:00\",\n            \"updated_at\": \"2025-08-06T10:31:38.000+07:00\"\n        },\n        {\n            \"id\": 6016476,\n            \"order_id\": 154534660,\n            \"channel_order_id\": \"\",\n            \"channel_name\": \"Sales Order\",\n            \"status_invoice\": \"Unpaid\",\n            \"store_name\": \"333\",\n            \"created_at\": \"2025-08-14T10:45:18.000+07:00\",\n            \"updated_at\": \"2025-08-14T10:45:18.000+07:00\"\n        }\n    ]\n}"}],"_postman_id":"86ae715f-98a6-4a05-8edd-1099f69e797d"},{"name":"Get Invoice Details","event":[{"listen":"prerequest","script":{"id":"97bef487-0b30-4ff0-829d-5bdec5138b86","exec":[""],"type":"text/javascript"}}],"id":"8bc60b6a-cca0-4301-9134-37b49c475341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://seller-api.forstok.com/api/v2/invoices/432518.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Used to receive a detail of Invoice.</p>\n<blockquote>\n<p>Update Log </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Date</strong></th>\n<th><strong>Update Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>01-11-2022</td>\n<td>Release Invoice API V1 (Beta)</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Response Parameters </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>ID of invoice.</td>\n</tr>\n<tr>\n<td>profile_id</td>\n<td>integer</td>\n<td>ID of Seller in Forstok system.</td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>integer</td>\n<td>ID of Channel in Forstok system.</td>\n</tr>\n<tr>\n<td>store_id</td>\n<td>string</td>\n<td>ID of Store in Forstok system.</td>\n</tr>\n<tr>\n<td>channel_name</td>\n<td>string</td>\n<td>Channel Name.</td>\n</tr>\n<tr>\n<td>account_name</td>\n<td>string</td>\n<td>Account Name.</td>\n</tr>\n<tr>\n<td>invoice_reference</td>\n<td>string</td>\n<td>Invoice Reference/Channel Order ID.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of Invoice.</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date of Invoice created in Forstok.</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date of Invoice updated in Forstok.</td>\n</tr>\n<tr>\n<td>cashless</td>\n<td>boolean</td>\n<td>Cashless information (True/False).</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>integer</td>\n<td>Subtotal Orders.</td>\n</tr>\n<tr>\n<td>shipping_price</td>\n<td>integer</td>\n<td>Amount of shipping.</td>\n</tr>\n<tr>\n<td>platform_rebate</td>\n<td>integer</td>\n<td>Cashback to Seller.</td>\n</tr>\n<tr>\n<td>voucher_seller</td>\n<td>integer</td>\n<td>Vouchers made by Seller.</td>\n</tr>\n<tr>\n<td>cashless_shipping_difference</td>\n<td>integer</td>\n<td>Shipping difference deduction based on actual weight.</td>\n</tr>\n<tr>\n<td>platform_fulfilment_fee</td>\n<td>integer</td>\n<td>Fulfilment Fee by Platform/Channel.</td>\n</tr>\n<tr>\n<td>service_fee</td>\n<td>integer</td>\n<td>Service fee, Platform fee, Commission, Admin fee, Program fee, etc.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>integer</td>\n<td><strong>Total</strong> = Subtotal + Shipping Fee (if non-cashless) + Platform Rebate - Voucher Seller - Discount Amount.</td>\n</tr>\n<tr>\n<td>balance_due</td>\n<td>integer</td>\n<td>Outstanding invoice amount.</td>\n</tr>\n<tr>\n<td><em>payments</em></td>\n<td>object array</td>\n<td>Payments Information.</td>\n</tr>\n<tr>\n<td>L id</td>\n<td>integer</td>\n<td>ID of Payment Receive in Forstok system.</td>\n</tr>\n<tr>\n<td>L payment_reference_id</td>\n<td>string</td>\n<td>Channel Settlement ID/Settlement Number.</td>\n</tr>\n<tr>\n<td>L amount_received</td>\n<td>string</td>\n<td>Customer Email.</td>\n</tr>\n<tr>\n<td>L created_at</td>\n<td>datetime</td>\n<td>Date of Payment created in Forstok.</td>\n</tr>\n<tr>\n<td>L updated_at</td>\n<td>datetime</td>\n<td>Date of Payment updated in Forstok.</td>\n</tr>\n<tr>\n<td><em>order</em></td>\n<td>object array</td>\n<td>Dropshipper information.</td>\n</tr>\n<tr>\n<td>L id</td>\n<td>integer</td>\n<td>ID of Dropshipper in Forstok.</td>\n</tr>\n<tr>\n<td>L local_name</td>\n<td>string</td>\n<td>Order name.</td>\n</tr>\n<tr>\n<td>L local_id</td>\n<td>string</td>\n<td>Channel order/ Invoice ID.</td>\n</tr>\n<tr>\n<td><em>item_lines</em></td>\n<td>object array</td>\n<td>Ordered Items Information.</td>\n</tr>\n<tr>\n<td>LL id</td>\n<td>integer</td>\n<td>Item lines id.</td>\n</tr>\n<tr>\n<td>LL local_id</td>\n<td>string</td>\n<td>item lines id from channel.</td>\n</tr>\n<tr>\n<td>LL quantity</td>\n<td>integer</td>\n<td>Item lines quantity.</td>\n</tr>\n<tr>\n<td>LL name</td>\n<td>integer</td>\n<td>Item Name.</td>\n</tr>\n<tr>\n<td>LL sku</td>\n<td>string</td>\n<td>Item SKU.</td>\n</tr>\n<tr>\n<td>LL variant_id</td>\n<td>string</td>\n<td>Forstok Item variant ID.</td>\n</tr>\n<tr>\n<td>LL variant_name</td>\n<td>string</td>\n<td>Variant Option Item i.e: \"XL\",\"Blue\".</td>\n</tr>\n<tr>\n<td>LL variant_sku</td>\n<td>string</td>\n<td>Variant SKU.</td>\n</tr>\n<tr>\n<td>LL price</td>\n<td>string</td>\n<td>Item price.</td>\n</tr>\n<tr>\n<td>LL sale_price</td>\n<td>string</td>\n<td>Variant Option Item i.e: \"XL\",\"Blue\"</td>\n</tr>\n<tr>\n<td>LL total_price</td>\n<td>integer</td>\n<td>Forstok Item variant ID.</td>\n</tr>\n<tr>\n<td>LL fulfill_by_channel</td>\n<td>string</td>\n<td>Fulfill by Platform.</td>\n</tr>\n<tr>\n<td>LL <em>bundle_info</em></td>\n<td>object array</td>\n<td>Bundle Items Information.</td>\n</tr>\n<tr>\n<td>LLL id</td>\n<td>integer</td>\n<td>Bundle item ID.</td>\n</tr>\n<tr>\n<td>LLL variant_id</td>\n<td>integer</td>\n<td>Forstok Bundle Item variant ID.</td>\n</tr>\n<tr>\n<td>LLL local_id</td>\n<td>string</td>\n<td>Bundle item id from channel.</td>\n</tr>\n<tr>\n<td>LLL sku</td>\n<td>string</td>\n<td>Bundle item SKU.</td>\n</tr>\n<tr>\n<td>LLL name</td>\n<td>string</td>\n<td>Bundle item name.</td>\n</tr>\n<tr>\n<td>LLL qty</td>\n<td>integer</td>\n<td>Bundle item quantity.</td>\n</tr>\n<tr>\n<td>LLL main_item</td>\n<td>tiny integer</td>\n<td>Flag if bundle item is main item.</td>\n</tr>\n<tr>\n<td>LLL item_price</td>\n<td>integer</td>\n<td>Bundle item price.</td>\n</tr>\n<tr>\n<td>LLL subtotal</td>\n<td>integer</td>\n<td>Subtotal of item bundle.</td>\n</tr>\n<tr>\n<td>LLL discount_type</td>\n<td>string</td>\n<td>Bundle discount type, stores value \"fix\" or \"percent\".</td>\n</tr>\n<tr>\n<td>LLL percent_amount</td>\n<td>integer</td>\n<td>Bundle item discount percentage value.</td>\n</tr>\n<tr>\n<td>LLL fix_amount</td>\n<td>integer</td>\n<td>Bundle item discount fixed value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","invoices","432518.json"],"host":["seller-api","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"e23d00eb-7525-41b6-a562-f38794c94a5d","name":"Get Invoice Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://seller-api.forstok.com/api/v2/invoices/432518.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["seller-api","forstok","com"],"path":["api","v2","invoices","432518.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Nov 2022 02:38:42 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"841","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Origin","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 432518,\n        \"profile_id\": 644,\n        \"channel_id\": 12,\n        \"store_id\": 5637,\n        \"channel_name\": \"Shopee\",\n        \"store_name\": \"Shopee_Demo_Demo\",\n        \"invoice_reference\": \"2211021UXNSN21\",\n        \"status\": \"Unpaid\",\n        \"created_at\": \"2022-11-02T18:44:25.000Z\",\n        \"updated_at\": \"2022-11-02T18:44:25.000Z\",\n        \"cashless\": true,\n        \"subtotal\": 26000,\n        \"shipping_price\": 12000,\n        \"platform_rebate\": 0,\n        \"voucher_seller\": 0,\n        \"cashless_shipping_difference\": 0,\n        \"platform_fulfilment_fee\": 0,\n        \"service_fee\": 0,\n        \"total\": 26000,\n        \"balance_due\": 26000,\n        \"payments\": null,\n        \"order\": {\n            \"id\": 126620857,\n            \"local_name\": \"2211021UXNSN21\",\n            \"local_id\": \"2211021UXNSN21\",\n            \"item_lines\": [\n                {\n                    \"id\": 125212279,\n                    \"local_id\": \"0-22379715248\",\n                    \"quantity\": 1,\n                    \"name\": \"Black Dress 10\",\n                    \"variant_id\": 12226290,\n                    \"variant_name\": \"Black,Medium\",\n                    \"variant_sku\": \"353253251\",\n                    \"price\": 26000,\n                    \"sale_price\": 26000,\n                    \"total_price\": 26000,\n                    \"fulfill_by_channel\": false,\n                    \"bundle_info\": null\n                }\n            ]\n        }\n    }\n}"},{"id":"b1b954c9-7e3e-4c1e-9cf5-e19a69e179ac","name":"Get Invoice Details OLD","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://seller-api.forstok.com/api/v2/invoices/26701.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["seller-api","forstok","com"],"path":["api","v2","invoices","26701.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Oct 2022 08:31:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1251","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Vary","value":"Origin","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 26608,\n        \"order_id\": 121887691,\n        \"invoice_id\": 26701,\n        \"invoice\": {\n            \"id\": 26701,\n            \"channel_id\": 15,\n            \"status\": \"Written Off\",\n            \"created_at\": \"2022-05-12T08:16:57.000Z\",\n            \"updated_at\": \"2022-06-24T08:26:15.000Z\",\n            \"invoice_reference\": \"INV/20220512/MPL/2311494656\"\n        },\n        \"order\": {\n            \"id\": 121887691,\n            \"channel_name\": \"Tokopedia\",\n            \"account_name\": \"Tokopedia Testing Forstok\",\n            \"local_name\": \"INV/20220512/MPL/2311494656\",\n            \"local_id\": \"1217489540\",\n            \"cashless\": true,\n            \"item_lines\": [\n                {\n                    \"id\": 105649685,\n                    \"order_id\": 121887691,\n                    \"item_image_url\": \"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/119/700/212/original/b409591f8f18bba4dc292ee3dc5147f7.?1645699715\",\n                    \"quantity\": 1,\n                    \"name\": \"Paket Jedai Hercules\",\n                    \"sku\": \"jedai-hercules-bundle\",\n                    \"price\": 5000,\n                    \"total_price\": 5000,\n                    \"item_line_bundles\": [\n                        {\n                            \"id\": 743033,\n                            \"image_url\": \"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/119/703/345/original/343b47fb08b62f8143e9314d25fbba84.?1645700065\",\n                            \"name\": \"Jedai Hercules Purple Jelly\",\n                            \"sku\": \"jedai-jelly\",\n                            \"unit\": 1,\n                            \"total_quantity\": 1\n                        },\n                        {\n                            \"id\": 743034,\n                            \"image_url\": \"https://d3ndwuuxpr6t02.cloudfront.net/system/item/images/images/119/703/348/original/98f812ddeca294a86ecf89ba03c9dfbc.?1645700073\",\n                            \"name\": \"Jedai Hercules Coklat Brownie\",\n                            \"sku\": \"jedai-brownie\",\n                            \"unit\": 1,\n                            \"total_quantity\": 1\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"8bc60b6a-cca0-4301-9134-37b49c475341"}],"id":"3b57af1d-e318-4d0a-a87d-61c8a2252937","_postman_id":"3b57af1d-e318-4d0a-a87d-61c8a2252937","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}}},{"name":"Store Info","item":[{"name":"Get Store List","event":[{"listen":"prerequest","script":{"id":"a0932c48-de06-43d1-b3e4-fa910d30f5bf","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"aa53b3ef-11a0-43e1-95e8-ecb03f9d414f","exec":[""],"type":"text/javascript"}}],"id":"19accc62-b34f-48a5-88ba-73aac1f6a281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/stores.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Get all store information </p>\n<blockquote>\n<p>Response parameters</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>store_id</td>\n<td>int</td>\n<td>Store ID</td>\n</tr>\n<tr>\n<td>store_name</td>\n<td>string</td>\n<td>Store Name</td>\n</tr>\n<tr>\n<td>channel_id</td>\n<td>int</td>\n<td>Channel ID</td>\n</tr>\n<tr>\n<td>channel_name</td>\n<td>string</td>\n<td>Channel Name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","stores.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"662f616d-7c05-4315-9e53-93470d8d7bf2","name":"Success Get Store List","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/stores.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","stores.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:36:40 GMT","enabled":true},{"key":"ETag","value":"W/\"34ee427540f8e580566ed87987125ffe\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=52547be8ac4c80c0bcbc881ee844fa1e--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"6b787543-eb89-4e20-bfea-b4f1205f0141","enabled":true},{"key":"X-Runtime","value":"0.763529","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"291","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"store_id\": 944,\n        \"store_name\": \"POS - POS DEMO\",\n        \"channel_id\": 1083,\n        \"channel_name\": \"POS - POS DEMO\"\n    },\n    {\n        \"store_id\": 4685,\n        \"store_name\": \"Shopee\",\n        \"channel_id\": 12,\n        \"channel_name\": \"Shopee\"\n    },\n    {\n        \"store_id\": 4872,\n        \"store_name\": \"JejeShop01\",\n        \"channel_id\": 3,\n        \"channel_name\": \"Lazada\"\n    },\n    {\n        \"store_id\": 4880,\n        \"store_name\": \"Bukalapak\",\n        \"channel_id\": 11,\n        \"channel_name\": \"Bukalapak\"\n    },\n    {\n        \"store_id\": 4956,\n        \"store_name\": \"Tkp:Test New\",\n        \"channel_id\": 15,\n        \"channel_name\": \"Tokopedia\"\n    },\n    {\n        \"store_id\": 5016,\n        \"store_name\": \"JD Indonesia\",\n        \"channel_id\": 16,\n        \"channel_name\": \"JD Indonesia\"\n    },\n    {\n        \"store_id\": 5018,\n        \"store_name\": \"Forstok JOB\",\n        \"channel_id\": 963,\n        \"channel_name\": \"Forstok JOB\"\n    },\n    {\n        \"store_id\": 5455,\n        \"store_name\": \"OCBC\",\n        \"channel_id\": 3507,\n        \"channel_name\": \"OCBC-UAT\"\n    },\n    {\n        \"store_id\": 5476,\n        \"store_name\": \"Lzd:Dewa Ganteng\",\n        \"channel_id\": 3,\n        \"channel_name\": \"Lazada\"\n    },\n    {\n        \"store_id\": 5778,\n        \"store_name\": \"Blibli Rio Staging\",\n        \"channel_id\": 9,\n        \"channel_name\": \"Blibli\"\n    }\n]"}],"_postman_id":"19accc62-b34f-48a5-88ba-73aac1f6a281"},{"name":"Get Warehouse List","event":[{"listen":"prerequest","script":{"id":"8f3765a8-9d49-42e0-b9ad-b5832cfbd337","exec":[""],"type":"text/javascript"}}],"id":"4b7a8f79-0b54-4c21-92dd-e8c391abe829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/warehouse_list.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Used to get list of warehouses from forstok</p>\n<blockquote>\n<p>Response parameter</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>Warehouse ID (Forstok System ID)</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Warehouse Code (Unique per seller)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Warehouse Name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","warehouse_list.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"1ee43e9c-1a40-441b-950c-ad902279d549","name":"Success Get Warehouse List","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/warehouses.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","warehouses.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:36:23 GMT","enabled":true},{"key":"ETag","value":"W/\"c98e53e06791537763e51f42e83cb631\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=a44c359a86c168ae508d1343bad1b27a--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"13457f6a-333b-45f8-ad2b-90da99d6a1d0","enabled":true},{"key":"X-Runtime","value":"0.634029","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"89","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 76,\n        \"code\": \"CODE79\",\n        \"name\": \"Primary Warehouse\"\n    },\n    {\n        \"id\": 622,\n        \"code\": \"CODE622\",\n        \"name\": \"Test Warehouse\"\n    }\n]"}],"_postman_id":"4b7a8f79-0b54-4c21-92dd-e8c391abe829"},{"name":"Get Warehouse Mapping List","event":[{"listen":"prerequest","script":{"id":"ac4e4c70-ef16-49f9-a2f8-58bcf030b2dc","exec":[""],"type":"text/javascript"}}],"id":"f6a52c7a-b38f-453a-a12c-ddfc6b1eb1a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://accounts.forstok.com/api/v1/warehouse_mappings.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Used to get list of warehouses from forstok</p>\n<blockquote>\n<p>Response parameter</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>store_id</td>\n<td>int</td>\n<td>Store ID (Forstok Store System ID)</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>int</td>\n<td>Warehouse ID (Forstok Warehouse System ID)</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Warehouse Code (Unique per seller)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Warehouse Name</td>\n</tr>\n<tr>\n<td>channel_warehouse_id</td>\n<td>string</td>\n<td>Channel Warehouse ID (Channel System ID)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","warehouse_mappings.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"b1bce943-2c1d-40b8-bcc6-d1b0e4397746","name":"Success Get Warehouse Mapping List","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://accounts.forstok.com/api/v1/warehouse_mappings.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","warehouse_mappings.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Mon, 08 Nov 2021 07:13:47 GMT","enabled":true},{"key":"ETag","value":"W/\"8f9c75ddc5dbcbabeb17782dad396771\"","enabled":true},{"key":"Server","value":"nginx/1.18.0","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=0bc0bb24c03428d0d65ad0210b9b2518--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"Vary","value":"Origin","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"44ebdd1a-54ab-446e-916c-042f6431e57a","enabled":true},{"key":"X-Runtime","value":"0.908118","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"207","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"store_id\": 64151,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"ini hanya test mwh\"\n    },\n    {\n        \"store_id\": 56392,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 56603,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 58484,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 61205,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 64136,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 64157,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 65378,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 66829,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 686110,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 691711,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 695512,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"11112368\"\n    },\n    {\n        \"store_id\": 563713,\n        \"warehouse_id\": 701,\n        \"code\": \"\",\n        \"name\": \"Primary Warehouse\",\n        \"channel_warehouse_id\": \"\"\n    },\n    {\n        \"store_id\": 563714,\n        \"warehouse_id\": 1160,\n        \"code\": \"WJ\",\n        \"name\": \"Warehouse Jakarta\",\n        \"channel_warehouse_id\": \"\"\n    }\n]"}],"_postman_id":"f6a52c7a-b38f-453a-a12c-ddfc6b1eb1a6"}],"id":"9a95b287-76fa-4aa4-87d9-676d8725b885","_postman_id":"9a95b287-76fa-4aa4-87d9-676d8725b885","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}}},{"name":"Webhooks Orders","item":[{"name":"Subscribe/Register URL Callback","event":[{"listen":"prerequest","script":{"id":"4f501791-7f5a-4f56-abb5-d323cf2dd64f","exec":[""],"type":"text/javascript"}}],"id":"476f9a93-0f3c-460c-951a-677be702178b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://accounts.forstok.com/api/v1/webhooks.json?user_id={{user_id}}&url=http://1your domain/testsellerapi/webhookOrderCreate&event=orders/create&auth_type=jwt","description":"<p>Use this API to register your callback url to receive new orders or updated orders notifications.</p>\n<blockquote>\n<p>Event Webhook </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Event</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Order Create</td>\n<td>orders/create</td>\n</tr>\n<tr>\n<td>Order Update</td>\n<td>orders/update</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","webhooks.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Callback url on which to receive new orders or updated orders  notifications.</p>\n","type":"text/plain"},"key":"url","value":"http://1your domain/testsellerapi/webhookOrderCreate"},{"description":{"content":"<p>Required (string). Event that triggers the callback :\norders/create\norders/update</p>\n","type":"text/plain"},"key":"event","value":"orders/create"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"628db6af-5dc5-45a1-9b5b-40c31628ac65","name":"Success Create/Register URL Callback","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://accounts.forstok.com/api/v1/webhooks.json?user_id={{user_id}}&url=http://1your domain/testsellerapi/webhookOrderCreate&event=orders/create&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","webhooks.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"url","value":"http://1your domain/testsellerapi/webhookOrderCreate","description":"Required (string). Callback url on which to receive new orders or updated orders  notifications."},{"key":"event","value":"orders/create","description":"Required (string). Event that triggers the callback :\norders/create\norders/update\n"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:25:10 GMT","enabled":true},{"key":"ETag","value":"W/\"aba4e21112dd8df844b77108db9c6297\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=03b2788ecabf1e0997200515b66855ae--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"9aa77409-9c13-4936-bfd3-758eea1a69ec","enabled":true},{"key":"X-Runtime","value":"0.652286","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"173","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"webhook\": {\n        \"id\": 514,\n        \"profile_id\": 668,\n        \"action\": null,\n        \"event\": \"orders/create\",\n        \"url\": \"http://1your domain/testsellerapi/webhookOrderCreate\",\n        \"key\": null,\n        \"created_at\": \"2020-08-07T10:25:10.000+07:00\",\n        \"updated_at\": \"2020-08-07T10:25:10.000+07:00\"\n    }\n}"}],"_postman_id":"476f9a93-0f3c-460c-951a-677be702178b"},{"name":"Get List Webhook URL Callback","event":[{"listen":"prerequest","script":{"id":"6998d92b-a0aa-463a-81b5-b423d32bbc2d","exec":[""],"type":"text/javascript"}}],"id":"0848029d-ad70-4113-9aec-c725b261bf0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://accounts.forstok.com/api/v1/webhooks.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Use this API to get list of registered webhook.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","webhooks.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"2bfeda1d-81ef-432c-ae8d-c802004ac98c","name":"Success Get List Webhook URL Callback","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"https://accounts.forstok.com/api/v1/webhooks.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","webhooks.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:30:58 GMT","enabled":true},{"key":"ETag","value":"W/\"bad59d3ba7c6f0e2edb615a091a69eac\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=01fc17420c525133fec5d4b1ad0dbd86--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"17d59920-bbfe-4155-8da1-939ecde03635","enabled":true},{"key":"X-Runtime","value":"0.591737","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"172","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 515,\n        \"profile_id\": 668,\n        \"action\": null,\n        \"event\": \"orders/create\",\n        \"url\": \"http://1your domain/testsellerapi/webhookOrderCreate\",\n        \"key\": null,\n        \"created_at\": \"2020-08-07T10:30:51.000+07:00\",\n        \"updated_at\": \"2020-08-07T10:30:51.000+07:00\"\n    }\n]"},{"id":"680cc6ef-aba2-4577-9351-f84bd78f2755","name":"Success Not Found Get List Webhook URL Callback","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"https://accounts.forstok.com/api/v1/webhooks.json?user_id={{user_id}}&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","webhooks.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:30:26 GMT","enabled":true},{"key":"ETag","value":"W/\"4f53cda18c2baa0c0354bb5f9a3ecbe5\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=04e56d82a737e7d42fc329381407f459--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"bfb30448-5d10-49a3-bd81-5dd8a700032a","enabled":true},{"key":"X-Runtime","value":"0.575880","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"22","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"0848029d-ad70-4113-9aec-c725b261bf0c"},{"name":"Update URL Callback","event":[{"listen":"prerequest","script":{"id":"b889db97-822f-4be7-80b0-d64d58956033","exec":[""],"type":"text/javascript"}}],"id":"1bde23df-9f96-4ab2-b04d-41bd768bde07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"https://accounts.forstok.com/api/v1/webhooks/514.json?user_id={{user_id}}&url=http://4yourdomain/updatedomain/webhookOrderCreate&event=orders/create&auth_type=jwt&id=514","description":"<p>Use this API if you want to change url callback that has been registered with API Create Webhooks. Find the webhook id first by using API Get List Webhook.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","webhooks","514.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Callback url on which to receive new orders or updated orders  notifications.</p>\n","type":"text/plain"},"key":"url","value":"http://4yourdomain/updatedomain/webhookOrderCreate"},{"description":{"content":"<p>Required (string). Event that triggers the callback :\norders/create\norders/update</p>\n","type":"text/plain"},"key":"event","value":"orders/create"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"},{"description":{"content":"<p>Required (Integer). A unique identifier for the webhook. You can get the id from Get List Webhooks. Put the id value on the API Url.</p>\n","type":"text/plain"},"key":"id","value":"514"}],"variable":[]}},"response":[{"id":"1f00763a-58d6-4e31-bdc6-9b76f9fa9852","name":"Success Update URL Callback","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"https://accounts.forstok.com/api/v1/webhooks/514.json?user_id={{user_id}}&url=http://4yourdomain/updatedomain/webhookOrderCreate&event=orders/create&auth_type=jwt&id=514","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","webhooks","514.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"url","value":"http://4yourdomain/updatedomain/webhookOrderCreate","description":"Required (string). Callback url on which to receive new orders or updated orders  notifications."},{"key":"event","value":"orders/create","description":"Required (string). Event that triggers the callback :\norders/create\norders/update\n"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"id","value":"514","description":"Required (Integer). A unique identifier for the webhook. You can get the id from Get List Webhooks. Put the id value on the API Url."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:28:13 GMT","enabled":true},{"key":"ETag","value":"W/\"e0719782b8935941c0ab8131156a31b0\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=51adb1456f8d62995e158193db991ad9--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"a560ee17-5364-4c64-b90e-c536f277cb5c","enabled":true},{"key":"X-Runtime","value":"0.647440","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"189","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"webhook\": {\n        \"event\": \"orders/create\",\n        \"url\": \"http://4yourdomain/updatedomain/webhookOrderCreate\",\n        \"id\": 514,\n        \"profile_id\": 668,\n        \"action\": null,\n        \"key\": \"abc.de-fg&\",\n        \"created_at\": \"2020-08-07T10:25:10.000+07:00\",\n        \"updated_at\": \"2020-08-07T10:28:12.000+07:00\"\n    }\n}"}],"_postman_id":"1bde23df-9f96-4ab2-b04d-41bd768bde07"},{"name":"Delete Registered URL Callback","id":"8298dc21-0197-4644-b1b4-84d2fbdcf355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://accounts.forstok.com/api/v1/webhooks/{{webhook_id}}.json?user_id={{user_id}}&auth_type=jwt","description":"<p>Use this api if you want to permanently delete registered callback url. We suggest only 1 callback url registered for 1 event. Find the webhook id first by using API Get List Webhook.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","webhooks","{{webhook_id}}.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"847fd266-5a45-4427-8ac7-449df645bde0","name":"Error Not Found Delete Registered URL Callback","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://accounts.forstok.com/api/v1/webhooks/512.json?user_id={{user_id}}&auth_type=jwt&id=512","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","webhooks","512.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"id","value":"512","description":"Required (Integer). A unique identifier for the webhook. You can get the id from Get List Webhooks. Put the id value on the API Url."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:30:03 GMT","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Request-Id","value":"5aefebfe-229a-49e3-add8-7972412414af","enabled":true},{"key":"X-Runtime","value":"0.128485","enabled":true},{"key":"Content-Length","value":"54","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"error\": \"Not Found\"\n}"},{"id":"8a199937-a2b3-4093-b822-6b137486423d","name":"Success Delete Registered URL Callback","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://accounts.forstok.com/api/v1/webhooks/514.json?user_id={{user_id}}&auth_type=jwt&id=514","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","webhooks","514.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"id","value":"514","description":"Required (Integer). A unique identifier for the webhook. You can get the id from Get List Webhooks. Put the id value on the API Url."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:28:56 GMT","enabled":true},{"key":"ETag","value":"W/\"44136fa355b3678a1146ad16f7e8649e\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=85ffce09d4f307da61b1369a5f7b7a77--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"6a2bf65d-9658-49d5-b0a7-9e759c38df2e","enabled":true},{"key":"X-Runtime","value":"0.591476","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"22","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8298dc21-0197-4644-b1b4-84d2fbdcf355"},{"name":"Get Order Webhook Log","event":[{"listen":"prerequest","script":{"id":"933edd37-8362-4738-a4dd-4cbc5aa325a6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8f321780-6251-4c4e-bbec-5cdb5d1afabc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://accounts.forstok.com/api/v1/webhook_logs.json?user_id={{user_id}}&auth_type=jwt&from=2025-03-20&to=2025-03-20&keyword=&event=orders/create","description":"<p>Use this API to get all webhook logs.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","webhook_logs.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"},{"description":{"content":"<p>Required (date). Format date is yyyy-mm-dd</p>\n","type":"text/plain"},"key":"from","value":"2025-03-20"},{"description":{"content":"<p>Required (date). Format date is yyyy-mm-dd</p>\n","type":"text/plain"},"key":"to","value":"2025-03-20"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"keyword","value":""},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"event","value":"orders/create"}],"variable":[]}},"response":[{"id":"907be8af-3c5a-4db9-ae43-b5c5271dc098","name":"Get Order Webhook Log","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"https://accounts.forstok.com/api/v1/webhook_logs.json?user_id={{user_id}}&auth_type=jwt&from=2024-01-17&to=2024-01-17&keyword=&event=orders/update","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","webhook_logs.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "},{"key":"from","value":"2024-01-17","description":"Required (date). Format date is yyyy-mm-dd"},{"key":"to","value":"2024-01-17","description":"Required (date). Format date is yyyy-mm-dd"},{"key":"keyword","value":"","description":"Optional"},{"key":"event","value":"orders/update","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jan 2024 04:07:38 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"nginx","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Download-Options","value":"noopen","enabled":true},{"key":"X-Permitted-Cross-Domain-Policies","value":"none","enabled":true},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin","enabled":true},{"key":"ETag","value":"W/\"c7e5b0eb601456d3a97e20fb0ac1f3c9\"","enabled":true},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"X-Request-Id","value":"e3714607-17cd-4cb1-9a73-073a6332039a","enabled":true},{"key":"X-Runtime","value":"0.298091","enabled":true},{"key":"vary","value":"Origin","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"status_code\": 200,\n    \"message\": \"data found\",\n    \"total_data\": 27,\n    \"response\": [\n        {\n            \"id\": 148222620,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572389,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240115035VU0R5\\\",\\\"local_name\\\":\\\"240115035VU0R5\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Ja******\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20381931,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:37:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:39:10.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T14:42:35.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142962911,\\\"local_id\\\":\\\"0-25357710972\\\",\\\"sku\\\":\\\"shpmulti0110\\\",\\\"name\\\":\\\"shp multi 0110\\\",\\\"variant_name\\\":\\\"shp multi 0110\\\",\\\"variant_id\\\":null,\\\"variant_sku\\\":null,\\\"price\\\":50000,\\\"sale_price\\\":40000,\\\"total_price\\\":40000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":33000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":40000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":40000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304220,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:10:38.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:10:38.000+07:00\"\n        },\n        {\n            \"id\": 148222634,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572389,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240115035VU0R5\\\",\\\"local_name\\\":\\\"240115035VU0R5\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Ja******\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20381931,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:37:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:39:10.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T14:42:35.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142962911,\\\"local_id\\\":\\\"0-25357710972\\\",\\\"sku\\\":\\\"shpmulti0110\\\",\\\"name\\\":\\\"shp multi 0110\\\",\\\"variant_name\\\":\\\"shp multi 0110\\\",\\\"variant_id\\\":null,\\\"variant_sku\\\":null,\\\"price\\\":50000,\\\"sale_price\\\":40000,\\\"total_price\\\":40000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":33000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":40000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":40000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304220,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:10:48.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:10:48.000+07:00\"\n        },\n        {\n            \"id\": 148222782,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572389,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240115035VU0R5\\\",\\\"local_name\\\":\\\"240115035VU0R5\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Ja******\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20381931,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:37:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:39:10.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T14:42:35.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142962911,\\\"local_id\\\":\\\"0-25357710972\\\",\\\"sku\\\":\\\"shpmulti0110\\\",\\\"name\\\":\\\"shp multi 0110\\\",\\\"variant_name\\\":\\\"shp multi 0110\\\",\\\"variant_id\\\":null,\\\"variant_sku\\\":null,\\\"price\\\":50000,\\\"sale_price\\\":40000,\\\"total_price\\\":40000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":33000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":40000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":40000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304220,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:12:45.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:12:45.000+07:00\"\n        },\n        {\n            \"id\": 148223065,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572629,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"24011503SK64FA\\\",\\\"local_name\\\":\\\"24011503SK64FA\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Rw Bahagia, RT.7/RW.4, Pd. Kopi, Pondok Kopi, Duren Sawit, KOTA JAKARTA TIMUR, DUREN SAWIT, DKI JAKARTA, ID, 13470\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20382041,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:48:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:48:38.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T15:06:44.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":11000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":7500,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":7500,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304880,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:19:04.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:19:04.000+07:00\"\n        },\n        {\n            \"id\": 148224042,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572629,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"24011503SK64FA\\\",\\\"local_name\\\":\\\"24011503SK64FA\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Rw Bahagia, RT.7/RW.4, Pd. Kopi, Pondok Kopi, Duren Sawit, KOTA JAKARTA TIMUR, DUREN SAWIT, DKI JAKARTA, ID, 13470\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20382041,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:48:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:48:38.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T15:06:44.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":11000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":7500,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":7500,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304880,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:38Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:00Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:34:40.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:34:40.000+07:00\"\n        },\n        {\n            \"id\": 148224083,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572629,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"24011503SK64FA\\\",\\\"local_name\\\":\\\"24011503SK64FA\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Rw Bahagia, RT.7/RW.4, Pd. Kopi, Pondok Kopi, Duren Sawit, KOTA JAKARTA TIMUR, DUREN SAWIT, DKI JAKARTA, ID, 13470\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20382041,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:48:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:48:38.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T15:06:44.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":11000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":7500,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":7500,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304880,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:38Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:00Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:35:28.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:35:28.000+07:00\"\n        },\n        {\n            \"id\": 148224084,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572629,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"24011503SK64FA\\\",\\\"local_name\\\":\\\"24011503SK64FA\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Rw Bahagia, RT.7/RW.4, Pd. Kopi, Pondok Kopi, Duren Sawit, KOTA JAKARTA TIMUR, DUREN SAWIT, DKI JAKARTA, ID, 13470\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20382041,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:48:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:48:38.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T15:06:44.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":11000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":7500,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":7500,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304880,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:38Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:00Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:35:30.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:35:30.000+07:00\"\n        },\n        {\n            \"id\": 148224085,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572629,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"24011503SK64FA\\\",\\\"local_name\\\":\\\"24011503SK64FA\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Rw Bahagia, RT.7/RW.4, Pd. Kopi, Pondok Kopi, Duren Sawit, KOTA JAKARTA TIMUR, DUREN SAWIT, DKI JAKARTA, ID, 13470\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20382041,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:48:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:48:38.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T15:06:44.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":11000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":7500,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":7500,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304880,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:38Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:00Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:35:30.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:35:30.000+07:00\"\n        },\n        {\n            \"id\": 148224112,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572629,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"24011503SK64FA\\\",\\\"local_name\\\":\\\"24011503SK64FA\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Rw Bahagia, RT.7/RW.4, Pd. Kopi, Pondok Kopi, Duren Sawit, KOTA JAKARTA TIMUR, DUREN SAWIT, DKI JAKARTA, ID, 13470\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20382041,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:48:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:48:38.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T15:06:44.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":11000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":7500,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":7500,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304880,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:38Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:00Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:36:19.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:36:19.000+07:00\"\n        },\n        {\n            \"id\": 148224120,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139572629,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"24011503SK64FA\\\",\\\"local_name\\\":\\\"24011503SK64FA\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Rw Bahagia, RT.7/RW.4, Pd. Kopi, Pondok Kopi, Duren Sawit, KOTA JAKARTA TIMUR, DUREN SAWIT, DKI JAKARTA, ID, 13470\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA TIMUR\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"L****a\\\",\\\"phone\\\":\\\"******68\\\",\\\"postal_code\\\":\\\"13470\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"DUREN SAWIT\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":45281783,\\\"name\\\":\\\"L****a\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2022-02-03 10:10:08\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20382041,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-15T14:48:00.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-15T14:48:38.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T15:06:44.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]},{\\\"id\\\":142963292,\\\"local_id\\\":\\\"0-24755580172\\\",\\\"sku\\\":\\\"skumanulink6441228\\\",\\\"name\\\":\\\"manulink 644 1228\\\",\\\"variant_name\\\":\\\"manulink 644 1228\\\",\\\"variant_id\\\":19842014,\\\"variant_sku\\\":\\\"skumanulink6441228\\\",\\\"price\\\":2000,\\\"sale_price\\\":1500,\\\"total_price\\\":1500,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":11000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":7500,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":7500,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705304880,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:38Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-15T07:48:00Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:36:31.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:36:31.000+07:00\"\n        },\n        {\n            \"id\": 148224440,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://jurnal-middleware.forstok.com/updateorder\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 200,\n            \"response_body\": \"{\\\"status\\\":200,\\\"message\\\":\\\"ok\\\"}\",\n            \"created_at\": \"2024-01-17T02:45:58.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:45:58.000+07:00\"\n        },\n        {\n            \"id\": 148224441,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://accurate.forstok.com/order/update\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 200,\n            \"response_body\": \"{\\\"status\\\":200,\\\"message\\\":\\\"Order 139514698 updated successfully\\\"}\",\n            \"created_at\": \"2024-01-17T02:45:59.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:45:59.000+07:00\"\n        },\n        {\n            \"id\": 148224443,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:46:00.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:46:00.000+07:00\"\n        },\n        {\n            \"id\": 148224450,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:46:09.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:46:09.000+07:00\"\n        },\n        {\n            \"id\": 148224467,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:46:33.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:46:33.000+07:00\"\n        },\n        {\n            \"id\": 148224551,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:48:00.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:48:00.000+07:00\"\n        },\n        {\n            \"id\": 148224762,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T02:52:23.000+07:00\",\n            \"updated_at\": \"2024-01-17T02:52:23.000+07:00\"\n        },\n        {\n            \"id\": 148225223,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T03:02:58.000+07:00\",\n            \"updated_at\": \"2024-01-17T03:02:58.000+07:00\"\n        },\n        {\n            \"id\": 148225967,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T03:24:42.000+07:00\",\n            \"updated_at\": \"2024-01-17T03:24:42.000+07:00\"\n        },\n        {\n            \"id\": 148227560,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T04:04:51.000+07:00\",\n            \"updated_at\": \"2024-01-17T04:04:51.000+07:00\"\n        },\n        {\n            \"id\": 148230049,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T05:13:15.000+07:00\",\n            \"updated_at\": \"2024-01-17T05:13:15.000+07:00\"\n        },\n        {\n            \"id\": 148234290,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T07:02:44.000+07:00\",\n            \"updated_at\": \"2024-01-17T07:02:44.000+07:00\"\n        },\n        {\n            \"id\": 148256926,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139514698,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NY3K5W1A\\\",\\\"local_name\\\":\\\"240112NY3K5W1A\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan J Muara Baru, RT.17/RW.17, Muara Baru, Kemayoran, KOTA JAKARTA PUSAT, KEMAYORAN, DKI JAKARTA, ID, 10620\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA JAKARTA PUSAT\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"a**o\\\",\\\"phone\\\":\\\"******25\\\",\\\"postal_code\\\":\\\"10620\\\",\\\"province\\\":\\\"DKI JAKARTA\\\",\\\"province_code\\\":\\\"DKI JAKARTA\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"KEMAYORAN\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51824162,\\\"name\\\":\\\"a**o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-12 18:18:30\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350058,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:36:01.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:18:30.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-17T02:45:51.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142880929,\\\"local_id\\\":\\\"0-23446630451\\\",\\\"sku\\\":\\\"ikat-pinggang-001\\\",\\\"name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_name\\\":\\\"Ikat Pinggang dari Kulit Ayam\\\",\\\"variant_id\\\":19806052,\\\"variant_sku\\\":\\\"lazcb1208\\\",\\\"price\\\":10000,\\\"sale_price\\\":null,\\\"total_price\\\":10000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":14000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Reguler\\\",\\\"shipping_provider_type\\\":\\\"Reguler (Cashless)\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":10000,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":10000,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705055761,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:01:02.537Z\\\"},{\\\"status\\\":\\\"print_order\\\",\\\"timestamp\\\":\\\"2024-01-16T09:00:13.315Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:18:30Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:36:01Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T09:49:31.000+07:00\",\n            \"updated_at\": \"2024-01-17T09:49:31.000+07:00\"\n        },\n        {\n            \"id\": 148262821,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139515125,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NYP69C4K\\\",\\\"local_name\\\":\\\"240112NYP69C4K\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Tenggilis Mejoyo Utara II Blok B No. 41, Kec. Tenggilis Mejoyo, Kel. Tenggilis Mejoyo RT.01/RW.05 (Belakang Sejedewe), KOTA SURABAYA, TENGGILIS MEJOYO, JAWA TIMUR, ID, 60292\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA SURABAYA\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"D******o\\\",\\\"phone\\\":\\\"******91\\\",\\\"postal_code\\\":\\\"60292\\\",\\\"province\\\":\\\"JAWA TIMUR\\\",\\\"province_code\\\":\\\"JAWA TIMUR\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"TENGGILIS MEJOYO\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51597827,\\\"name\\\":\\\"D******o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2023-12-12 14:50:56\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350328,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:46:26.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:47:59.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T23:06:28.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142881580,\\\"local_id\\\":\\\"0-16390611503\\\",\\\"sku\\\":\\\"lorem-limited-edition\\\",\\\"name\\\":\\\"Lorem Ipsum Limited Edition\\\",\\\"variant_name\\\":\\\"Lorem Ipsum Limited Edition\\\",\\\"variant_id\\\":19837894,\\\"variant_sku\\\":\\\"skumanulink1228b\\\",\\\"price\\\":99,\\\"sale_price\\\":null,\\\"total_price\\\":99,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":16000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":99,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":99,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705056386,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:47:59Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:46:26Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T10:35:57.000+07:00\",\n            \"updated_at\": \"2024-01-17T10:35:57.000+07:00\"\n        },\n        {\n            \"id\": 148262858,\n            \"profile_id\": 644,\n            \"channel_id\": 12,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139515125,\\\"status\\\":\\\"Cancelled\\\",\\\"channel\\\":\\\"shopee\\\",\\\"channel_id\\\":12,\\\"local_id\\\":\\\"240112NYP69C4K\\\",\\\"local_name\\\":\\\"240112NYP69C4K\\\",\\\"store_name\\\":\\\"Shopee Toko BF\\\",\\\"store_id\\\":10882,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Tenggilis Mejoyo Utara II Blok B No. 41, Kec. Tenggilis Mejoyo, Kel. Tenggilis Mejoyo RT.01/RW.05 (Belakang Sejedewe), KOTA SURABAYA, TENGGILIS MEJOYO, JAWA TIMUR, ID, 60292\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"KOTA SURABAYA\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"D******o\\\",\\\"phone\\\":\\\"******91\\\",\\\"postal_code\\\":\\\"60292\\\",\\\"province\\\":\\\"JAWA TIMUR\\\",\\\"province_code\\\":\\\"JAWA TIMUR\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"TENGGILIS MEJOYO\\\",\\\"coordinate\\\":null},\\\"customer_info\\\":{\\\"id\\\":51597827,\\\"name\\\":\\\"D******o\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2023-12-12 14:50:56\\\"},\\\"dropshipper_info\\\":{\\\"id\\\":20350328,\\\"name\\\":null,\\\"phone\\\":null},\\\"ordered_at\\\":\\\"2024-01-12T17:46:26.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T18:47:59.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-15T23:06:28.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142881580,\\\"local_id\\\":\\\"0-16390611503\\\",\\\"sku\\\":\\\"lorem-limited-edition\\\",\\\"name\\\":\\\"Lorem Ipsum Limited Edition\\\",\\\"variant_name\\\":\\\"Lorem Ipsum Limited Edition\\\",\\\"variant_id\\\":19837894,\\\"variant_sku\\\":\\\"skumanulink1228b\\\",\\\"price\\\":99,\\\"sale_price\\\":null,\\\"total_price\\\":99,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":\\\"Cash on Delivery\\\",\\\"status\\\":\\\"Cancelled\\\"},\\\"shipping_price\\\":16000,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"NON INTEGRATED\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":\\\"Anteraja Economy\\\",\\\"shipping_provider_type\\\":\\\"Hemat\\\",\\\"shipping_description\\\":null,\\\"subtotal\\\":99,\\\"channel_rebate\\\":0,\\\"cashless\\\":true,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":99,\\\"voucher_code\\\":\\\"\\\",\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":true,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":null,\\\"internal_note\\\":\\\"{\\\\\\\"tooltip_status\\\\\\\":null,\\\\\\\"create_time\\\\\\\":1705056386,\\\\\\\"pay_time\\\\\\\":0,\\\\\\\"pickup_done_time\\\\\\\":0}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T11:47:59Z\\\"},{\\\"status\\\":\\\"order_create\\\",\\\"timestamp\\\":\\\"2024-01-12T10:46:26Z\\\"}]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T10:36:25.000+07:00\",\n            \"updated_at\": \"2024-01-17T10:36:25.000+07:00\"\n        },\n        {\n            \"id\": 148263036,\n            \"profile_id\": 644,\n            \"channel_id\": 2,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139503677,\\\"status\\\":\\\"Open\\\",\\\"channel\\\":\\\"shopify\\\",\\\"channel_id\\\":2,\\\"local_id\\\":\\\"5914388889764\\\",\\\"local_name\\\":\\\"5914388889764\\\",\\\"store_name\\\":\\\"Shopify-TEST\\\",\\\"store_id\\\":12520,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Asia Afrika\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"Kota Bandung\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"Bandung Customer\\\",\\\"phone\\\":\\\"\\\",\\\"postal_code\\\":\\\"40111\\\",\\\"province\\\":\\\"Jawa Barat\\\",\\\"province_code\\\":\\\"JB\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"\\\",\\\"coordinate\\\":\\\"-6.921462535858154,107.60978698730469\\\"},\\\"customer_info\\\":{\\\"id\\\":51803605,\\\"name\\\":\\\"Bandung Customer\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-09 10:23:37\\\"},\\\"dropshipper_info\\\":null,\\\"ordered_at\\\":\\\"2024-01-12T10:29:04.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T10:29:09.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-16T16:00:58.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142864172,\\\"local_id\\\":\\\"14983360381092\\\",\\\"sku\\\":\\\"ayamkalasan20\\\",\\\"name\\\":\\\"Ayam kalasan beku\\\",\\\"variant_name\\\":\\\"\\\",\\\"variant_id\\\":18309411,\\\"variant_sku\\\":\\\"ayamkalasan20\\\",\\\"price\\\":250000,\\\"sale_price\\\":null,\\\"total_price\\\":250000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":null,\\\"shipping_provider_type\\\":null,\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":null,\\\"status\\\":\\\"Payment Verified\\\"},\\\"shipping_price\\\":0,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"Not implemented yet.\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":null,\\\"shipping_provider_type\\\":null,\\\"shipping_description\\\":null,\\\"subtotal\\\":250000,\\\"channel_rebate\\\":0,\\\"cashless\\\":false,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":250000,\\\"voucher_code\\\":null,\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":false,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":\\\"\\\",\\\"internal_note\\\":\\\"{\\\\\\\"checkout_id\\\\\\\":39112307540132}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T10:37:49.000+07:00\",\n            \"updated_at\": \"2024-01-17T10:37:49.000+07:00\"\n        },\n        {\n            \"id\": 148263075,\n            \"profile_id\": 644,\n            \"channel_id\": 2,\n            \"event\": \"orders/update\",\n            \"url\": \"https://webhook.site/59d4f54b-c40e-4187-abe4-6576ff567e96\",\n            \"payload\": \"{\\\"event\\\":\\\"orders/update\\\",\\\"profile_id\\\":644,\\\"order\\\":{\\\"id\\\":139503677,\\\"status\\\":\\\"Open\\\",\\\"channel\\\":\\\"shopify\\\",\\\"channel_id\\\":2,\\\"local_id\\\":\\\"5914388889764\\\",\\\"local_name\\\":\\\"5914388889764\\\",\\\"store_name\\\":\\\"Shopify-TEST\\\",\\\"store_id\\\":12520,\\\"profile_id\\\":644,\\\"address\\\":{\\\"address_1\\\":\\\"Jalan Asia Afrika\\\",\\\"address_2\\\":\\\"\\\",\\\"city\\\":\\\"Kota Bandung\\\",\\\"country\\\":\\\"Indonesia\\\",\\\"name\\\":\\\"Bandung Customer\\\",\\\"phone\\\":\\\"\\\",\\\"postal_code\\\":\\\"40111\\\",\\\"province\\\":\\\"Jawa Barat\\\",\\\"province_code\\\":\\\"JB\\\",\\\"sub_district\\\":\\\"\\\",\\\"district\\\":\\\"\\\",\\\"coordinate\\\":\\\"-6.921462535858154,107.60978698730469\\\"},\\\"customer_info\\\":{\\\"id\\\":51803605,\\\"name\\\":\\\"Bandung Customer\\\",\\\"email\\\":\\\"\\\",\\\"customer_since\\\":\\\"2024-01-09 10:23:37\\\"},\\\"dropshipper_info\\\":null,\\\"ordered_at\\\":\\\"2024-01-12T10:29:04.000+07:00\\\",\\\"created_at\\\":\\\"2024-01-12T10:29:09.000+07:00\\\",\\\"updated_at\\\":\\\"2024-01-16T16:00:58.000+07:00\\\",\\\"item_lines\\\":[{\\\"id\\\":142864172,\\\"local_id\\\":\\\"14983360381092\\\",\\\"sku\\\":\\\"ayamkalasan20\\\",\\\"name\\\":\\\"Ayam kalasan beku\\\",\\\"variant_name\\\":\\\"\\\",\\\"variant_id\\\":18309411,\\\"variant_sku\\\":\\\"ayamkalasan20\\\",\\\"price\\\":250000,\\\"sale_price\\\":null,\\\"total_price\\\":250000,\\\"voucher_amount\\\":0,\\\"voucher_code\\\":null,\\\"voucher_seller\\\":0.0,\\\"tax_price\\\":0,\\\"fulfill_by_channel\\\":false,\\\"shipping_provider\\\":null,\\\"shipping_provider_type\\\":null,\\\"tracking_number\\\":null,\\\"note\\\":null,\\\"internal_note\\\":null,\\\"bundle_info\\\":[]}],\\\"payment\\\":{\\\"payment_method\\\":null,\\\"status\\\":\\\"Payment Verified\\\"},\\\"shipping_price\\\":0,\\\"disc_shipping_seller\\\":0,\\\"disc_shipping_platform\\\":0,\\\"shipping_courier\\\":{\\\"awb\\\":null,\\\"document_path\\\":\\\"\\\",\\\"booking_code\\\":null,\\\"delivery_type\\\":\\\"Not implemented yet.\\\",\\\"channel_docs_path\\\":null,\\\"logistic_destination_code\\\":null},\\\"shipping_provider\\\":null,\\\"shipping_provider_type\\\":null,\\\"shipping_description\\\":null,\\\"subtotal\\\":250000,\\\"channel_rebate\\\":0,\\\"cashless\\\":false,\\\"discount_amount\\\":0,\\\"voucher_seller\\\":0,\\\"total_price\\\":250000,\\\"voucher_code\\\":null,\\\"insurance_fee\\\":0,\\\"discount_reason\\\":null,\\\"tax_price\\\":0,\\\"warehouse_id\\\":1231,\\\"cod\\\":false,\\\"delivery_type\\\":null,\\\"warehouse_code\\\":\\\"BDG\\\",\\\"note\\\":\\\"\\\",\\\"internal_note\\\":\\\"{\\\\\\\"checkout_id\\\\\\\":39112307540132}\\\",\\\"returns\\\":[],\\\"order_histories\\\":[]}}\",\n            \"response_status\": 404,\n            \"response_body\": \"{\\\"success\\\":false,\\\"error\\\":{\\\"message\\\":\\\"Token not found\\\",\\\"id\\\":null}}\",\n            \"created_at\": \"2024-01-17T10:38:02.000+07:00\",\n            \"updated_at\": \"2024-01-17T10:38:02.000+07:00\"\n        }\n    ]\n}"}],"_postman_id":"8f321780-6251-4c4e-bbec-5cdb5d1afabc"},{"name":"Webhook Security : Register Key","event":[{"listen":"prerequest","script":{"id":"2b27696a-6877-414d-8ac2-5d252d8e064f","exec":[""],"type":"text/javascript"}}],"id":"d2bf536d-c0da-48c2-b650-916af3dcbc94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://accounts.forstok.com/api/v1/webhook_keys.json?user_id={{user_id}}&id=514&key=abc.de-fg%26&auth_type=jwt","description":"<p>Use this API to set a webhook key for security purposes on the client side. To secure our communication flow you can set the key to verify webhook request ensuring it is sent from Forstok not other malicious third party pretending to be Forstok.</p>\n<p>This webhook security key will be sent in each webhook (all events) on the HTTP header. The key will be \"key\" and the value will be the key that you have set using this API.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","webhook_keys.json"],"host":["accounts","forstok","com"],"query":[{"description":{"content":"<p>Required (string). Email seller that registered as api authentication</p>\n","type":"text/plain"},"key":"user_id","value":"{{user_id}}"},{"description":{"content":"<p>Required (Integer). A unique identifier for the webhook. You can get the id from Get List Webhooks.</p>\n","type":"text/plain"},"key":"id","value":"514"},{"description":{"content":"<p>Required (string). Random key identifier from seller</p>\n","type":"text/plain"},"key":"key","value":"abc.de-fg%26"},{"description":{"content":"<p>Required (string). Used Authentication Method :\nsignature\njwt </p>\n","type":"text/plain"},"key":"auth_type","value":"jwt"}],"variable":[]}},"response":[{"id":"73c38e7c-8357-4ad6-a403-37e25d62ebf6","name":"Success Set Webhook Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"https://accounts.forstok.com/api/v1/webhook_keys.json?user_id={{user_id}}&id=514&key=abc.de-fg%26&auth_type=jwt","protocol":"https","host":["accounts","forstok","com"],"path":["api","v1","webhook_keys.json"],"query":[{"key":"user_id","value":"{{user_id}}","description":"Required (string). Email seller that registered as api authentication"},{"key":"id","value":"514","description":"Required (Integer). A unique identifier for the webhook. You can get the id from Get List Webhooks."},{"key":"key","value":"abc.de-fg%26","description":"Required (string). Random key identifier from seller"},{"key":"auth_type","value":"jwt","description":"Required (string). Used Authentication Method :\nsignature\njwt "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 07 Aug 2020 03:26:07 GMT","enabled":true},{"key":"ETag","value":"W/\"c7ed394fdc3b7d6f064985c28de2f045\"","enabled":true},{"key":"Server","value":"nginx/1.12.1","enabled":true},{"key":"Set-Cookie","value":"_mkra_ctxt=5f942e60aa83528ca93638e755ae457e--200; path=/; max-age=5; HttpOnly; secure","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Request-Id","value":"64ca3bc8-0446-47ff-92cc-3743df121627","enabled":true},{"key":"X-Runtime","value":"0.811578","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"204","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"webhook\": {\n        \"key\": \"abc.de-fg&\",\n        \"id\": 514,\n        \"profile_id\": 668,\n        \"event\": \"orders/create\",\n        \"action\": null,\n        \"url\": \"http://1your domain/testsellerapi/webhookOrderCreate\",\n        \"created_at\": \"2020-08-07T10:25:10.000+07:00\",\n        \"updated_at\": \"2020-08-07T10:26:06.000+07:00\"\n    }\n}"}],"_postman_id":"d2bf536d-c0da-48c2-b650-916af3dcbc94"},{"name":"Order Webhook Payload","id":"568eceae-dde5-415d-8c28-3ee7b394921f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"VIEW","header":[],"url":"","description":"<blockquote>\n<p>Update Log</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Date</strong></th>\n<th><strong>Update Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>11-1-2022</td>\n<td>Update calculation of <code>item_lines</code> &gt; <code>voucher_seller</code> to be prorated per quantity (previously only prorated per item lines)</td>\n</tr>\n<tr>\n<td>11-1-2022</td>\n<td>Update <code>item_lines</code> <em>&gt;</em> <code>voucher_seller</code> data type to float</td>\n</tr>\n<tr>\n<td>07-12-2021</td>\n<td>Update description for <code>voucher_amount</code> and <code>discount_amount</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Order/Create</p>\n<blockquote>\n<p>Response Parameters</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>event</td>\n<td>string</td>\n<td>Action/activities for webhook payload (order/create or order/update)</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>ID of order.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status of order.</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>string</td>\n<td>Channel name.</td>\n</tr>\n<tr>\n<td>local_id</td>\n<td>string</td>\n<td>Channel order/ Invoice ID.</td>\n</tr>\n<tr>\n<td>local_name</td>\n<td>string</td>\n<td>Order name.</td>\n</tr>\n<tr>\n<td>store_name</td>\n<td>string</td>\n<td>Store name.</td>\n</tr>\n<tr>\n<td>profile_id</td>\n<td>string</td>\n<td>ID of Seller in Forstok system.</td>\n</tr>\n<tr>\n<td><em>address</em></td>\n<td>object</td>\n<td>Order address info</td>\n</tr>\n<tr>\n<td>L address1</td>\n<td>string</td>\n<td>Address info 1</td>\n</tr>\n<tr>\n<td>L address2</td>\n<td>string</td>\n<td>Address info 2 additional</td>\n</tr>\n<tr>\n<td>L city</td>\n<td>string</td>\n<td>city</td>\n</tr>\n<tr>\n<td>L country</td>\n<td>string</td>\n<td>country</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>\"ship to\" Customer name</td>\n</tr>\n<tr>\n<td>L phone</td>\n<td>string</td>\n<td>\"ship to\" Customer phone</td>\n</tr>\n<tr>\n<td>L postal_code</td>\n<td>string</td>\n<td>Postal code</td>\n</tr>\n<tr>\n<td>L province</td>\n<td>string</td>\n<td>Province</td>\n</tr>\n<tr>\n<td>L province_code</td>\n<td>string</td>\n<td>Province Code in Forstok</td>\n</tr>\n<tr>\n<td>L sub_disctrict</td>\n<td>string</td>\n<td>Kecamatan</td>\n</tr>\n<tr>\n<td>L district</td>\n<td>string</td>\n<td>Keluarahan</td>\n</tr>\n<tr>\n<td>L coordinate</td>\n<td>string</td>\n<td>Destination coordinate</td>\n</tr>\n<tr>\n<td><em>customer_info</em></td>\n<td>object</td>\n<td>Customer Information</td>\n</tr>\n<tr>\n<td>L id</td>\n<td>string</td>\n<td>Id Customer in Forstok</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>Customer name</td>\n</tr>\n<tr>\n<td>L email</td>\n<td>string</td>\n<td>Customer Email</td>\n</tr>\n<tr>\n<td>L customer_since</td>\n<td>string</td>\n<td>Date of first purchased</td>\n</tr>\n<tr>\n<td><em>dropshipper_info</em></td>\n<td>object</td>\n<td>Dropshipper information  <br /></td>\n</tr>\n<tr>\n<td>L id</td>\n<td>integer</td>\n<td>ID of Dropshipper in Forstok</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>Dropshipper name. Some channels might not provide full name of the dropshipper.</td>\n</tr>\n<tr>\n<td>L phone</td>\n<td>string</td>\n<td>Dropshipper phone number</td>\n</tr>\n<tr>\n<td>ordered_at</td>\n<td>datetime</td>\n<td>Date of order created in channel</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>datetime</td>\n<td>Date of order created in forstok</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>datetime</td>\n<td>Date of order updated in forstok</td>\n</tr>\n<tr>\n<td><em>item_lines</em></td>\n<td>object array</td>\n<td>Ordered Items Information</td>\n</tr>\n<tr>\n<td>L id</td>\n<td>integer</td>\n<td>Item lines id</td>\n</tr>\n<tr>\n<td>L local_id</td>\n<td>string</td>\n<td>item lines id from channel</td>\n</tr>\n<tr>\n<td>L price</td>\n<td>integer</td>\n<td>Item price</td>\n</tr>\n<tr>\n<td>L sale_price</td>\n<td>integer</td>\n<td>Sale price of item</td>\n</tr>\n<tr>\n<td>L shipping_provider</td>\n<td>string</td>\n<td>shipping provider name for specific item</td>\n</tr>\n<tr>\n<td>L shipping_provider_type</td>\n<td>string</td>\n<td>shipping provider type for specific item</td>\n</tr>\n<tr>\n<td>L tracking_number</td>\n<td>string</td>\n<td>Airwaybill shipping</td>\n</tr>\n<tr>\n<td>L sku</td>\n<td>string</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>L name</td>\n<td>string</td>\n<td>Item Name</td>\n</tr>\n<tr>\n<td>L variant_name</td>\n<td>string</td>\n<td>Variant Option Item i.e: \"XL\",\"Blue\"</td>\n</tr>\n<tr>\n<td>L variant_id</td>\n<td>integer</td>\n<td>Forstok Item variant ID</td>\n</tr>\n<tr>\n<td>L variant_sku</td>\n<td>string</td>\n<td>Variant SKU</td>\n</tr>\n<tr>\n<td>L total_price</td>\n<td>integer</td>\n<td>Total Price per item lines</td>\n</tr>\n<tr>\n<td>L discount_amount</td>\n<td>integer</td>\n<td>Discount Amount per item lines</td>\n</tr>\n<tr>\n<td>L channel_discount_amount</td>\n<td>integer</td>\n<td>Rebate</td>\n</tr>\n<tr>\n<td>L tax_price</td>\n<td>integer</td>\n<td>Tax Price</td>\n</tr>\n<tr>\n<td>L fulfill_by_channel</td>\n<td>boolean</td>\n<td>Fulfill by Platform</td>\n</tr>\n<tr>\n<td>L voucher_amount</td>\n<td>integer</td>\n<td>Voucher Amount = Voucher Seller + Voucher Platform</td>\n</tr>\n<tr>\n<td>L voucher_seller</td>\n<td>integer</td>\n<td>Amount of voucher/discount borne by Seller</td>\n</tr>\n<tr>\n<td>L note</td>\n<td>string</td>\n<td>item lines info</td>\n</tr>\n<tr>\n<td>L internal_note</td>\n<td>string</td>\n<td>item lines internal info</td>\n</tr>\n<tr>\n<td>L bundle_info</td>\n<td>object array</td>\n<td>Bundle Items Information</td>\n</tr>\n<tr>\n<td>LL id</td>\n<td>integer</td>\n<td>Bundle item ID</td>\n</tr>\n<tr>\n<td>LL variant_id</td>\n<td>integer</td>\n<td>Forstok Bundle Item variant ID</td>\n</tr>\n<tr>\n<td>LL local_id</td>\n<td>string</td>\n<td>Bundle item id from channel</td>\n</tr>\n<tr>\n<td>LL sku</td>\n<td>string</td>\n<td>Bundle item SKU</td>\n</tr>\n<tr>\n<td>LL name</td>\n<td>string</td>\n<td>Bundle item name</td>\n</tr>\n<tr>\n<td>LL qty</td>\n<td>integer</td>\n<td>Bundle item quantity</td>\n</tr>\n<tr>\n<td>LL main_item</td>\n<td>boolean</td>\n<td>Flag if bundle item is main item</td>\n</tr>\n<tr>\n<td>LL item_price</td>\n<td>integer</td>\n<td>Bundle item price</td>\n</tr>\n<tr>\n<td>LL subtotal</td>\n<td>integer</td>\n<td>Subtotal of item bundle</td>\n</tr>\n<tr>\n<td>LL discount_type</td>\n<td>string</td>\n<td>Bundle discount type, stores value \"fix\" or \"percent\"</td>\n</tr>\n<tr>\n<td>LL percent_amount</td>\n<td>integer</td>\n<td>Bundle item discount percentage value</td>\n</tr>\n<tr>\n<td>LL fix_amount</td>\n<td>integer</td>\n<td>Bundle item discount fixed value</td>\n</tr>\n<tr>\n<td><em>payment</em></td>\n<td>object</td>\n<td>Payment information</td>\n</tr>\n<tr>\n<td>L payment_method</td>\n<td>string</td>\n<td>Type of Payment Method</td>\n</tr>\n<tr>\n<td>L status</td>\n<td>string</td>\n<td>Status of Payment, contains one of the following values : [Pending payment, Pending payment verification, Payment verified, Cancelled].</td>\n</tr>\n<tr>\n<td>shipping_price</td>\n<td>integer</td>\n<td>Amount of shipping.</td>\n</tr>\n<tr>\n<td>disc_shipping_seller</td>\n<td>integer</td>\n<td>Amount of discount shipping seller.</td>\n</tr>\n<tr>\n<td>disc_shipping_platform</td>\n<td>integer</td>\n<td>Amount of discount shipping platform/marketplace.</td>\n</tr>\n<tr>\n<td><em>shipping_courier</em></td>\n<td>object</td>\n<td>Order shipping courier.</td>\n</tr>\n<tr>\n<td>L providers</td>\n<td>string [ ]</td>\n<td>Available shipping providers of order.</td>\n</tr>\n<tr>\n<td>L delivery_type</td>\n<td>string</td>\n<td>Shipping courier remark (PICKUP, NON INTEGRATED, DROPOFF, etc) depends on the requested marketplace.</td>\n</tr>\n<tr>\n<td>L delivery_info</td>\n<td>object</td>\n<td>Standard shipping courier information. Note: Shopee pickup_addresses and pickup_timeslots will be exposed on this attribute as json string format if delivery type is “PICKUP”.</td>\n</tr>\n<tr>\n<td>L awb</td>\n<td>string</td>\n<td>Airwaybill/ Tracking Number</td>\n</tr>\n<tr>\n<td>L document_path</td>\n<td>string</td>\n<td>url for shipping label from forstok</td>\n</tr>\n<tr>\n<td>L booking_code</td>\n<td>string</td>\n<td>booking code ( only used by some marketplace)</td>\n</tr>\n<tr>\n<td>L channel_docs_path</td>\n<td>string</td>\n<td>url for shipping label from channel</td>\n</tr>\n<tr>\n<td>shipping_description</td>\n<td>string</td>\n<td>Order shipping description.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>integer</td>\n<td>Subtotal Orders</td>\n</tr>\n<tr>\n<td>channel_rebate</td>\n<td>integer</td>\n<td>Cashback from channel to seller</td>\n</tr>\n<tr>\n<td>cashless</td>\n<td>boolean</td>\n<td>true/false</td>\n</tr>\n<tr>\n<td>discount_amount</td>\n<td>integer</td>\n<td>Voucher seller OR discount amount that is not flagged by the Platform/Marketplace if borne by Platform or by Seller (e.g. Tokopedia)</td>\n</tr>\n<tr>\n<td>total_price</td>\n<td>integer</td>\n<td>Total price of order.</td>\n</tr>\n<tr>\n<td>voucher_code</td>\n<td>string</td>\n<td>Voucher code</td>\n</tr>\n<tr>\n<td>voucher_seller</td>\n<td>integer</td>\n<td>Amount of voucher/discount borne by Seller</td>\n</tr>\n<tr>\n<td>insurance_fee</td>\n<td>integer</td>\n<td>Insurance fee of order.</td>\n</tr>\n<tr>\n<td>discount_reason</td>\n<td>string</td>\n<td>Reason of discount.</td>\n</tr>\n<tr>\n<td>tax_price</td>\n<td>integer</td>\n<td>Tax price of order.</td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>integer</td>\n<td>Warehouse id in forstok</td>\n</tr>\n<tr>\n<td>cod</td>\n<td>boolean</td>\n<td>Flag cash on delivery(true/false)</td>\n</tr>\n<tr>\n<td>warehouse_code</td>\n<td>integer</td>\n<td>Warehouse code in forstok</td>\n</tr>\n<tr>\n<td>note</td>\n<td>string</td>\n<td>Note from buyer.</td>\n</tr>\n<tr>\n<td>internal_note</td>\n<td>string</td>\n<td>Internal Note to seller.</td>\n</tr>\n<tr>\n<td>returns</td>\n<td>object array</td>\n<td>Returns information.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{curl --location --request POST 'https://www.forstok.com/order/create' \\\n--header 'key: registered_key' \\\n--header 'Content-Type: application/json' \\\n--data-raw '\n{\n    \"event\": \"orders/create\",\n    \"profile_id\": 640,\n    \"order\": {\n        \"id\": 127854614,\n        \"status\": \"Open\",\n        \"channel\": \"lazada\",\n        \"channel_id\": 3,\n        \"local_id\": \"1028380701715884\",\n        \"local_name\": \"1028380701715884\",\n        \"store_name\": \"Lazada Demo Forstok\",\n        \"store_id\": 5723,\n        \"profile_id\": 640,\n        \"address\": {\n            \"address_1\": \"Jl peninggaran raya no 31 A  rt/rw 008/011  Kebayoran Lama Utara\",\n            \"address_2\": \"\",\n            \"city\": \"Kota Jakarta Selatan\",\n            \"country\": \"Indonesia\",\n            \"name\": \"Gilang Guliano Perkasa \",\n            \"phone\": \"6208111852511\",\n            \"postal_code\": \"\",\n            \"province\": \"DKI Jakarta\",\n            \"province_code\": null,\n            \"sub_district\": \"\",\n            \"district\": \"Kebayoran Lama\",\n            \"coordinate\": null\n        },\n        \"customer_info\": {\n            \"id\": 48783169,\n            \"name\": \"Gilang Guliano Perkasa \",\n            \"email\": null,\n            \"customer_since\": \"2022-12-21 13:12:27\"\n        },\n        \"dropshipper_info\": null,\n        \"ordered_at\": \"2022-12-21T10:05:36.000+07:00\",\n        \"created_at\": \"2022-12-21T13:12:27.000+07:00\",\n        \"updated_at\": \"2022-12-21T13:12:27.000+07:00\",\n        \"item_lines\": [\n            {\n                \"id\": 127039195,\n                \"local_id\": \"1028380701815884\",\n                \"sku\": \"bajubobotoh\",\n                \"name\": \"baju bobotoh\",\n                \"variant_name\": \"Tampilan Warna:Alpukat, Ukuran:4XL\",\n                \"variant_id\": 12326784,\n                \"variant_sku\": \"bajubobotoh\",\n                \"price\": 60000,\n                \"sale_price\": null,\n                \"total_price\": 60000,\n                \"voucher_amount\": 0,\n                \"voucher_code\": \"\",\n                \"voucher_platform\": 0,\n                \"voucher_seller\": 0,\n                \"tax_price\": 0,\n                \"fulfill_by_channel\": false,\n                \"shipping_provider\": \"LEX ID\",\n                \"shipping_provider_type\": \"standard\",\n                \"tracking_number\": null,\n                \"note\": null,\n                \"internal_note\": null,\n                \"bundle_info\": []\n            }\n        ],\n        \"payment\": {\n            \"payment_method\": \"COD\",\n            \"status\": \"Payment Verified\"\n        },\n        \"shipping_price\": 7900,\n        \"disc_shipping_seller\": 0,\n        \"disc_shipping_platform\": 0,\n        \"shipping_courier\": {\n            \"awb\": null,\n            \"document_path\": \"\",\n            \"booking_code\": null,\n            \"delivery_type\": \"\",\n            \"channel_docs_path\": null,\n            \"logistic_destination_code\": null\n        },\n        \"shipping_provider\": \"LEX ID\",\n        \"shipping_provider_type\": \"standard\",\n        \"shipping_description\": null,\n        \"subtotal\": 60000,\n        \"channel_rebate\": 0,\n        \"cashless\": true,\n        \"discount_amount\": 0,\n        \"voucher_seller\": 0,\n        \"total_price\": 60000,\n        \"insurance_fee\": 0,\n        \"discount_reason\": null,\n        \"tax_price\": 0,\n        \"warehouse_id\": null,\n        \"cod\": true,\n        \"warehouse_code\": \"\",\n        \"note\": \"\",\n        \"internal_note\": null,\n        \"returns\": []\n    }\n}'\n\n</code></pre><p>Order/Update</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location --request POST 'https://www.forstok.com/order/update' \\\n--header 'key: registered_key' \\\n--header 'Content-Type: application/json' \\\n--data-raw '\n{\n    \"event\": \"orders/update\",\n    \"profile_id\": 640,\n    \"order\": {\n        \"id\": 127876275,\n        \"status\": \"Ready to Ship\",\n        \"channel\": \"lazada\",\n        \"channel_id\": 3,\n        \"local_id\": \"1029183508315884\",\n        \"local_name\": \"1029183508315884\",\n        \"store_name\": \"Lazada Demo Forstok\",\n        \"store_id\": 5723,\n        \"profile_id\": 640,\n        \"address\": {\n            \"address_1\": \"Jl peninggaran raya no 31 A  rt/rw 008/011  Kebayoran Lama Utara\",\n            \"address_2\": \"\",\n            \"city\": \"Kota Jakarta Selatan\",\n            \"country\": \"Indonesia\",\n            \"name\": \"Gilang Guliano Perkasa \",\n            \"phone\": \"6208111852511\",\n            \"postal_code\": \"\",\n            \"province\": \"DKI Jakarta\",\n            \"province_code\": null,\n            \"sub_district\": \"\",\n            \"district\": \"Kebayoran Lama\",\n            \"coordinate\": null\n        },\n        \"customer_info\": {\n            \"id\": 48783169,\n            \"name\": \"Gilang Guliano Perkasa \",\n            \"email\": null,\n            \"customer_since\": \"2022-12-21 13:12:27\"\n        },\n        \"dropshipper_info\": null,\n        \"ordered_at\": \"2022-12-22T12:49:22.000+07:00\",\n        \"created_at\": \"2022-12-22T12:49:33.000+07:00\",\n        \"updated_at\": \"2022-12-22T14:02:13.000+07:00\",\n        \"item_lines\": [\n            {\n                \"id\": 127069504,\n                \"local_id\": \"1029183508415884\",\n                \"sku\": \"SKU131313\",\n                \"name\": \"Shampoo Gundam Buat Mandi\",\n                \"variant_name\": \"Warna:Black\",\n                \"variant_id\": 12332598,\n                \"variant_sku\": \"SKU131313\",\n                \"price\": 4936,\n                \"sale_price\": null,\n                \"total_price\": 4936,\n                \"voucher_amount\": 0,\n                \"voucher_code\": \"\",\n                \"voucher_platform\": 0,\n                \"voucher_seller\": 0,\n                \"tax_price\": 0,\n                \"fulfill_by_channel\": false,\n                \"shipping_provider\": \"Drop-off: LEX ID, Delivery: LEX ID\",\n                \"shipping_provider_type\": \"standard\",\n                \"tracking_number\": \"LXAD-2778177903\",\n                \"note\": null,\n                \"internal_note\": null,\n                \"bundle_info\": []\n            }\n        ],\n        \"payment\": {\n            \"payment_method\": \"COD\",\n            \"status\": \"Payment Verified\"\n        },\n        \"shipping_price\": 7900,\n        \"disc_shipping_seller\": 0,\n        \"disc_shipping_platform\": 0,\n        \"shipping_courier\": {\n            \"awb\": \"LXAD-2778177903\",\n            \"document_path\": \"https://accounts.forstok.com/api/v1/documents.pdf?token={{vault:json-web-token}}\",\n            \"booking_code\": null,\n            \"delivery_type\": \"PICKUP\",\n            \"channel_docs_path\": null,\n            \"logistic_destination_code\": null\n        },\n        \"shipping_provider\": \"Drop-off: LEX ID, Delivery: LEX ID\",\n        \"shipping_provider_type\": \"standard\",\n        \"shipping_description\": null,\n        \"subtotal\": 4936,\n        \"channel_rebate\": 0,\n        \"cashless\": true,\n        \"discount_amount\": 0,\n        \"voucher_seller\": 0,\n        \"total_price\": 4936,\n        \"insurance_fee\": 0,\n        \"discount_reason\": null,\n        \"tax_price\": 0,\n        \"warehouse_id\": null,\n        \"cod\": true,\n        \"warehouse_code\": \"\",\n        \"note\": \"\",\n        \"internal_note\": null,\n        \"returns\": []\n    }\n}'\n\n</code></pre><p>Order/Create Return</p>\n<blockquote>\n<p>Response Parameters</p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>event</td>\n<td>string</td>\n<td>Action/activities for webhook payload (order/create or order/update)</td>\n</tr>\n<tr>\n<td>profile_id</td>\n<td>string</td>\n<td>ID of Seller in Forstok system.</td>\n</tr>\n<tr>\n<td><em>return_data</em></td>\n<td>object</td>\n<td>Returns information</td>\n</tr>\n<tr>\n<td>L account_id</td>\n<td>integer</td>\n<td>ID of the seller's store in Forstok system</td>\n</tr>\n<tr>\n<td>L order_id</td>\n<td>integer</td>\n<td>ID of the order in Forstok system</td>\n</tr>\n<tr>\n<td>L order_local_id</td>\n<td>integer</td>\n<td>ID of the order in channel</td>\n</tr>\n<tr>\n<td>L return_id</td>\n<td>integer</td>\n<td>ID of the return in Forstok system</td>\n</tr>\n<tr>\n<td>L status</td>\n<td>string</td>\n<td>Confirmed (return is created or updated) / Closed (return is marked as received) / Deleted (return is deleted)</td>\n</tr>\n<tr>\n<td>L reference</td>\n<td>string</td>\n<td>Any reference ID related with the return (e.g. ticket ID in the customer service ticketing system)</td>\n</tr>\n<tr>\n<td>L courier</td>\n<td>string</td>\n<td>Shipping service of shipment for the return</td>\n</tr>\n<tr>\n<td>L awb</td>\n<td>string</td>\n<td>AWB of shipment for the return</td>\n</tr>\n<tr>\n<td>L notes</td>\n<td>string</td>\n<td>Additional notes regarding the return</td>\n</tr>\n<tr>\n<td>L refunded_amount</td>\n<td>integer</td>\n<td>Amount of refund if any, related with the return</td>\n</tr>\n<tr>\n<td>L return_reason</td>\n<td>string</td>\n<td>Reason of retu</td>\n</tr>\n<tr>\n<td>L returned_date</td>\n<td>datetime</td>\n<td>Date of the actual return</td>\n</tr>\n<tr>\n<td>L created_at</td>\n<td>datetime</td>\n<td>Date of return created in Forstok system</td>\n</tr>\n<tr>\n<td>L updated_at</td>\n<td>datetime</td>\n<td>Date of return updated in Forstok system</td>\n</tr>\n<tr>\n<td>L <em>item_lines</em></td>\n<td>object array</td>\n<td>Returned items information</td>\n</tr>\n<tr>\n<td>LL variant_id</td>\n<td>integer</td>\n<td>Forstok Item variant ID</td>\n</tr>\n<tr>\n<td>LL sku</td>\n<td>string</td>\n<td>Item SKU</td>\n</tr>\n<tr>\n<td>LL name</td>\n<td>string</td>\n<td>Item Name</td>\n</tr>\n<tr>\n<td>LL qty_ordered</td>\n<td>integer</td>\n<td>Qty of items in the order</td>\n</tr>\n<tr>\n<td>LL qty_returned</td>\n<td>integer</td>\n<td>Qty of items that will be returned</td>\n</tr>\n<tr>\n<td>LL qty_restock</td>\n<td>integer</td>\n<td>Qty of items that will be restocked in Forstok system</td>\n</tr>\n<tr>\n<td>LL qty_received</td>\n<td>integer</td>\n<td>Qty of returned items that have actually been received by the seller</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"event\": \"orders/return\",\n  \"profile_id\": 644,\n  \"return_data\": {\n    \"account_id\": 6537,\n    \"order_id\": 114172506,\n    \"order_local_id\": null,\n    \"return_id\": 470,\n    \"status\": \"Confirmed\",\n    \"reference\": \"dfsdf\",\n    \"courier\": \"qweqwe\",\n    \"awb\": \"wewewe\",\n    \"notes\": \"wqeqwew\",\n    \"refunded_amount\": 23232,\n    \"return_reason\": \"Barang rusak\",\n    \"returned_date\": \"2021-12-08T00:00:00.000+07:00\",\n    \"created_at\": \"2021-12-15T12:08:58.000+07:00\",\n    \"updated_at\": \"2021-12-15T12:08:58.000+07:00\",\n    \"item_lines\": [\n      {\n        \"variant_id\": 15559187,\n        \"sku\": \"bajulonggar002\",\n        \"name\": \"Baju Longgar\",\n        \"qty_ordered\": 1,\n        \"qty_returned\": 1,\n        \"qty_restock\": 0,\n        \"qty_received\": 0\n      }\n    ]\n  }\n}\n\n</code></pre><p>Order/Update Return</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"event\": \"orders/return_updated\",\n  \"profile_id\": 644,\n  \"return_data\": {\n    \"account_id\": 6537,\n    \"order_id\": 114172506,\n    \"order_local_id\": null,\n    \"return_id\": 470,\n    \"status\": \"Confirmed\",\n    \"reference\": \"dfsdf\",\n    \"courier\": \"qweqwe\",\n    \"awb\": \"wewewe\",\n    \"notes\": \"adasdadasdasdadasdasdasd\",\n    \"refunded_amount\": 23232,\n    \"return_reason\": \"Barang rusak\",\n    \"returned_date\": \"2021-12-08T00:00:00.000+07:00\",\n    \"created_at\": \"2021-12-15T12:08:58.000+07:00\",\n    \"updated_at\": \"2021-12-15T12:12:15.000+07:00\",\n    \"deleted_at\": null,\n    \"item_lines\": [\n      {\n        \"variant_id\": 15559187,\n        \"sku\": \"bajulonggar002\",\n        \"name\": \"Baju Longgar\",\n        \"qty_ordered\": 1,\n        \"qty_returned\": 1,\n        \"qty_restock\": 0,\n        \"qty_received\": 0\n      }\n    ]\n  }\n}\n\n</code></pre><p>Order/Mark Return Items As Received</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"event\": \"orders/return_closed\",\n  \"profile_id\": 644,\n  \"return_data\": {\n    \"account_id\": 6120,\n    \"order_id\": 112652756,\n    \"order_local_id\": null,\n    \"return_id\": 473,\n    \"status\": \"Closed\",\n    \"reference\": \"sfwerwe\",\n    \"courier\": \"wqeqw\",\n    \"awb\": \"ewewew\",\n    \"notes\": \"wewew\",\n    \"refunded_amount\": 2323,\n    \"return_reason\": \"Barang rusak\",\n    \"returned_date\": \"2021-12-15T00:00:00.000+07:00\",\n    \"created_at\": \"2021-12-15T12:18:26.000+07:00\",\n    \"updated_at\": \"2021-12-15T12:18:52.000+07:00\",\n    \"deleted_at\": null,\n    \"item_lines\": [\n      {\n        \"variant_id\": 15040518,\n        \"sku\": \"abc-123-acss\",\n        \"name\": \"Mouse Logi \",\n        \"qty_ordered\": 1,\n        \"qty_returned\": 1,\n        \"qty_restock\": 1,\n        \"qty_received\": 1\n      }\n    ]\n  }\n}\n\n</code></pre><p>Order/Delete Return</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"event\": \"orders/return_deleted\",\n  \"profile_id\": 644,\n  \"return_data\": {\n    \"account_id\": 6537,\n    \"order_id\": 114172506,\n    \"order_local_id\": null,\n    \"return_id\": 470,\n    \"status\": \"Deleted\",\n    \"reference\": \"dfsdf\",\n    \"courier\": \"qweqwe\",\n    \"awb\": \"wewewe\",\n    \"notes\": \"adasdadasdasdadasdasdasd\",\n    \"refunded_amount\": 23232,\n    \"return_reason\": \"Barang rusak\",\n    \"returned_date\": \"2021-12-08T00:00:00.000+07:00\",\n    \"created_at\": \"2021-12-15T12:08:58.000+07:00\",\n    \"updated_at\": \"2021-12-15T12:12:55.000+07:00\",\n    \"deleted_at\": \"2021-12-15T12:12:55.000+07:00\",\n    \"item_lines\": [\n      {\n        \"variant_id\": 15559187,\n        \"sku\": \"bajulonggar002\",\n        \"name\": \"Baju Longgar\",\n        \"qty_ordered\": 1,\n        \"qty_returned\": 1,\n        \"qty_restock\": 0,\n        \"qty_received\": 0,\n        \"deleted_at\": \"2021-12-15T12:12:55.000+07:00\"\n      }\n    ]\n  }\n}\n\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"568eceae-dde5-415d-8c28-3ee7b394921f"}],"id":"9b9d2bdc-96ee-456b-bd6b-980b3bedd0b7","description":"<p>Our Webhook Notifications allows you to listen notifications event that we provide. We’ll send a HTTP POST request to notify which webhook that you have registered to.</p>\n<p><strong>Note : Use a response 200 to avoid receiving a retry</strong></p>\n<p><strong>Webhook Retry :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Retry</strong></th>\n<th><strong>Interval</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>6 s</td>\n</tr>\n<tr>\n<td>2</td>\n<td>21 s</td>\n</tr>\n<tr>\n<td>3</td>\n<td>86 s</td>\n</tr>\n<tr>\n<td>4</td>\n<td>261 s</td>\n</tr>\n<tr>\n<td>5</td>\n<td>3130 s</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9b9d2bdc-96ee-456b-bd6b-980b3bedd0b7","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"cda79811-3688-4f95-b260-89b2a6d1df60","id":"cda79811-3688-4f95-b260-89b2a6d1df60","name":"Forstok API Seller","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"event":[{"listen":"prerequest","script":{"id":"5895af7d-b0da-4f0b-b60a-59a6d00f53f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6b5e3a18-4651-4741-b228-a99ab7601039","type":"text/javascript","exec":[""]}}]}