{"info":{"_postman_id":"2bc7fc2f-4003-4272-8d48-a3c6ca5c1db3","name":"MyCloud OpenAPI","description":"<html><head></head><body><p>MyCloud OpenAPI is implemented using REST API framework. We accepts JSON request bodies and use PAP (Password Authentication Protocol) for authentication.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17360126","collectionId":"2bc7fc2f-4003-4272-8d48-a3c6ca5c1db3","publishedId":"UUxuhpBs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-17T07:35:29.000Z"},"item":[{"name":"Overview","item":[],"id":"b1f8113a-07a3-4bdd-97d0-77f284ad7f7b","description":"<p><code>**Starting from March 20, 2024, you will need permission from MyCloud before accessing certain APIs. To setup proper permission, please follow the guideline in our user manual.</code></p>\n<p>As MyCloudFulfillment a provider of fulfillment service, we provide shops an OMS (Order Management System) for managing products, orders, and other information via website. We also have integrated sales channel that allow shops to pull orders automatically. Please ask our support team for more information.</p>\n<p>In case our integrated sales channel does not cover your in-use system, we also allow shops to connect our system via API to achieve these goals:</p>\n<ol>\n<li><p>Retrieving informations about products, stock status and currently available quantities.</p>\n</li>\n<li><p>Creating order into MyCloudFulfillment system automatically.</p>\n</li>\n<li><p>Get order status update from our webhook.</p>\n</li>\n</ol>\n<p>For those who want to get started quickly, you can view <a href=\"https://\">this video</a> to walk through our API documentation/</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c64d0518-405c-4b61-8fa6-0599a9b00064","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"477e4050-e2a6-4111-8979-6d092ff53512","type":"text/javascript","exec":[""]}}],"_postman_id":"b1f8113a-07a3-4bdd-97d0-77f284ad7f7b"},{"name":"Authentication","item":[{"name":"Sign-in","event":[{"listen":"test","script":{"id":"d5f49f41-bb2b-4739-b2cc-ab5fc7af6476","exec":["var jsonData = pm.response.json()","pm.environment.set(\"access_token\", jsonData['accessToken'])","pm.environment.set(\"refresh_token\", jsonData['refreshToken'])"],"type":"text/javascript"}}],"id":"d30802da-55b3-4848-925d-61fbaccff0cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{shop_email}}\",\n    \"password\": \"{{shop_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/members/sign-in","description":"<p>Use this interface to sign in to receive access token.</p>\n","urlObject":{"path":["api","v1","members","sign-in"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cce480ab-592c-435a-9e62-732607849f2a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{shop_email}}\",\n    \"password\": \"{{shop_password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/members/sign-in"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 01:57:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"86c7b85c36c3e92ed547b90be907ddf3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=ef55d87c31d2a39358297c1a82b87ce2; path=/; expires=Sun, 29 Aug 2032 01:57:47 GMT; HttpOnly"},{"key":"X-Request-Id","value":"c35e96df-ded8-4651-913c-dcc25cb1d065"},{"key":"X-Runtime","value":"0.305302"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjE3ODE0NjcsIm1lbWJlcl9pZCI6NDEsInVpZCI6ImEwZGMyZWYwLTAwNzctNDE2Ni1iYTY5LTllNTNjZjcyMWNmNCJ9.bDO1FSsAv9IqiKpM-UN8fnykbhuGytZQaAFkeUhFA0Q\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjMwMzQyNjcsInVpZCI6IjU3OGYzMzNmLTY5YzctNDc2Ny04NTA1LTNhMGYwZWQ3NWIxYiJ9.0I7avazDnF0nQJqAceEGHKIdruXDmLuPvAgABy-WAB8\"\n}"}],"_postman_id":"d30802da-55b3-4848-925d-61fbaccff0cf"},{"name":"Select a shop scope","event":[{"listen":"test","script":{"id":"05b5cd14-64cd-42c3-a504-7288081ecadb","exec":["var jsonData = pm.response.json()","pm.environment.set(\"access_token\", jsonData['accessToken'])","pm.environment.set(\"refresh_token\", jsonData['refreshToken'])"],"type":"text/javascript"}}],"id":"00486e8f-e081-4bcc-a59b-0169b168dcd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{host}}/api/v1/shops/select?shop_id={{shop_id}}","description":"<p>Use the access token from sign-in API response to select a shop scope before calling other interfaces. You can select a shop by using your shop's ID which you can get it from the Shop Profile page on OMS.</p>\n<img src=\"https://content.pstmn.io/bbf0777d-1f7f-417b-947c-d48f8623c9a3/aW1hZ2UucG5n\" width=\"626\" height=\"324\" />","urlObject":{"path":["api","v1","shops","select"],"host":["{{host}}"],"query":[{"key":"shop_id","value":"{{shop_id}}"}],"variable":[]}},"response":[{"id":"3617c646-849a-442d-a255-27ba75eb8cfe","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{host}}/api/v1/shops/select?shop_id=88","host":["{{host}}"],"path":["api","v1","shops","select"],"query":[{"key":"shop_id","value":"88"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 01:57:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"d4a9618cd1cdeef6f47927ed5df40db1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=ef55d87c31d2a39358297c1a82b87ce2; path=/; expires=Sun, 29 Aug 2032 01:57:57 GMT; HttpOnly"},{"key":"X-Request-Id","value":"71c2034b-0f55-42a1-bf6f-0f054c089ace"},{"key":"X-Runtime","value":"0.065404"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjE3ODE0NzcsIm1lbWJlcl9pZCI6NDEsInNob3BfaWQiOjg4LCJ1aWQiOiIwY2UyYjZmMC00OGJiLTQ1NTctYjllNy01YjI5NWZiZDJlNGMifQ.3mIHKTMKWlBR1KbWLdFJ-8MkXCjBkPf-Bargiz8DtsA\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjMwMzQyNzcsInVpZCI6IjAzYTVkYTBhLThjMWYtNGQxYi1hNTRjLTAyNmY1NDQzNmEyMSJ9.8gXyp0DVS7pMLUGWZg6Hsd18cRsMXs3DxFaYtrGeeJA\"\n}"}],"_postman_id":"00486e8f-e081-4bcc-a59b-0169b168dcd8"},{"name":"Refresh access token","event":[{"listen":"test","script":{"id":"06d36753-c7a3-4531-9c62-83f507eb01c2","exec":["var jsonData = pm.response.json()","pm.environment.set(\"access_token\", jsonData['accessToken'])","pm.environment.set(\"refresh_token\", jsonData['refreshToken'])"],"type":"text/javascript"}}],"id":"70546eea-9594-475d-adad-fd0863b8c649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"{{refresh_token}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/members/tokens","description":"<p>To stay logging into OMS, you'll need to keep refreshing the access token before every 12 hours by sending a refresh token to this path. OMS will return response with a new pair of access token and refresh token for you to continue using the system.</p>\n<p>A access_token lasts for 12 hours.<br />A refresh_token expires after 15 days.</p>\n","urlObject":{"path":["api","v1","members","tokens"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0065b8bd-4e17-4c9b-94a1-38a6ff4a2ef0","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NzY0MjM5ODIsInVpZCI6IjU2YWZlZDYxLTZlYjQtNDUyMy04MmU1LTQxMjk1MTdmYjQ2ZiJ9.-JxH_YqGlvKvaTajHZHRcgikyt25ICYDcFJulkRYId4\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/members/tokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 01:19:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"d871670d54df2edada18d3c0abce11c4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=2a8eb99f635d4066a0b1ea1438fcab82; path=/; expires=Mon, 31 Jan 2033 01:19:06 GMT; HttpOnly"},{"key":"X-Request-Id","value":"ae5aa0cb-8e84-40e1-9ddd-8c04650f4023"},{"key":"X-Runtime","value":"0.057083"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NzUxNzExNDYsIm1lbWJlcl9pZCI6MTk2LCJzaG9wX2lkIjo3NywidWlkIjoiNzQ4NmVmOWQtMWQyOS00ZWJhLTk4MWQtNDk4Nzc0Yzg4NDE5In0.0HWY4GBWffPqXN_uMRIgtGcmvCrxXo2Xe8MyKtIoTUU\",\n    \"refreshToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NzY0MjM5NDYsInVpZCI6IjY1ZGE1YTVmLTQzZjctNGNmNi1iMzcwLTY5MjU5OGRiYTIwYSJ9.N1qdGgFGEiPwhbQhUF1B_aEX6F_2jQ-MVzN4hci_A6g\"\n}"}],"_postman_id":"70546eea-9594-475d-adad-fd0863b8c649"}],"id":"623c8019-ff02-4e99-8d37-10bb5b034083","description":"<p>To access information from the API, you must login with username/password to receive your access token. In order to do that, you must have a shop set up by our operation team. We recommend you to create a user and a role specifically for API integration only.</p>\n<p>If you would like to work on testing environment first, please contact our staff to setup a shop for you.</p>\n<p>After you successfully logged in, you're required to select a shop to start with.</p>\n","_postman_id":"623c8019-ff02-4e99-8d37-10bb5b034083"},{"name":"Shop Setting","item":[{"name":"Shop Sale Channels","item":[{"name":"Get shop_sale_channels","id":"93d0a3cc-c7c3-47a7-af9f-e9d205ab53c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/shops/shop_sale_channels?page=1&size=20","description":"<p>Use this API to get the list of shop_sale_channels.</p>\n<h5 id=\"important-properties\"><strong>Important Properties</strong></h5>\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>channelType</td>\n<td><code>string</code></td>\n<td>One of own_website, lazada, shopee, tiktok, line_shopping, shopify, mycloud_oms, and other.</td>\n</tr>\n<tr>\n<td>defaultChannel</td>\n<td><code>boolean</code></td>\n<td>Is this shop_sale_channel a default channel.</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n<td>The description of this shop_sale_channel.</td>\n</tr>\n<tr>\n<td>marketplaceId</td>\n<td><code>number</code></td>\n<td>The related marketplace ID. (nullable)</td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n<td>The name of this shop_sale_channel.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n<td>One of <code>active</code> or <code>inactive</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","shop_sale_channels"],"host":["{{host}}"],"query":[{"key":"page","value":"1"},{"key":"size","value":"20"}],"variable":[]}},"response":[{"id":"0581be52-424b-45d3-8c9f-2b902eab2e8d","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/shops/shop_sale_channels?page=1&size=20","host":["{{host}}"],"path":["api","v1","shops","shop_sale_channels"],"query":[{"key":"page","value":"1"},{"key":"size","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Oct 2024 08:06:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"5a671b4ea2f2fb6713cfce66284546bf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=153053c52456a6a24ec140f322c065ac; path=/; expires=Wed, 25 Oct 2034 08:06:58 GMT; HttpOnly"},{"key":"X-Request-Id","value":"90f2af66-788e-4a94-9e32-9b6fd3ec37be"},{"key":"X-Runtime","value":"0.096266"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"367\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 367,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sale Channel - description\",\n                \"marketplaceId\": null,\n                \"name\": \"Sale Channel - name\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"366\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 366,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": \"\",\n                \"marketplaceId\": null,\n                \"name\": \"MCF Test 3\",\n                \"status\": \"inactive\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"365\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 365,\n                \"channelType\": \"own_website\",\n                \"defaultChannel\": false,\n                \"description\": \"\",\n                \"marketplaceId\": null,\n                \"name\": \"MCF Test 2\",\n                \"status\": \"inactive\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"364\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 364,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"\",\n                \"marketplaceId\": null,\n                \"name\": \"MCF Test\",\n                \"status\": \"inactive\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"357\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 357,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 119,\n                \"name\": \"shop sale channel name - shopee\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"356\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 356,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 118,\n                \"name\": \"Lazada - QA Account\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"352\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 352,\n                \"channelType\": \"own_website\",\n                \"defaultChannel\": false,\n                \"description\": \"Own Website_for test 2\",\n                \"marketplaceId\": null,\n                \"name\": \"Own Website_2\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"350\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 350,\n                \"channelType\": \"own_website\",\n                \"defaultChannel\": false,\n                \"description\": \"Own Website\",\n                \"marketplaceId\": null,\n                \"name\": \"Own Website\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"349\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 349,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test008\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test008\",\n                \"status\": \"inactive\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"348\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 348,\n                \"channelType\": \"mycloud_oms\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test007\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test007\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"347\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 347,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test006\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test006\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"346\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 346,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test006\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test006\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"345\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 345,\n                \"channelType\": \"line_shopping\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test005\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test005\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"344\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 344,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test004 edit\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test004\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"340\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 340,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test003\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test003\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"339\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 339,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test002\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test002\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"338\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 338,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": \"Qa Sugar Test001\",\n                \"marketplaceId\": null,\n                \"name\": \"Qa Sugar Test001\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"337\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 337,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 116,\n                \"name\": \"[staging] ใช้ account qa.mycloud\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"332\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 332,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Test\",\n                \"marketplaceId\": null,\n                \"name\": \"Toon - Test Sale channel\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"331\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 331,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 114,\n                \"name\": \"[production] QA ยืมร้าน maimax\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"330\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 330,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 113,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"329\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 329,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sugar test → own_website: 0\",\n                \"marketplaceId\": null,\n                \"name\": \"Sugar test → own_website: 0\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"328\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 328,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sugar test → other: 99\",\n                \"marketplaceId\": null,\n                \"name\": \"Sugar test → other: 99\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"327\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 327,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sugar test → mycloud_oms: 6\",\n                \"marketplaceId\": null,\n                \"name\": \"Sugar test → mycloud_oms: 6\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"326\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 326,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sugar test → shopify: 5\",\n                \"marketplaceId\": null,\n                \"name\": \"Sugar test → shopify: 5\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"325\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 325,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sugar test → line_shopping: 4\",\n                \"marketplaceId\": null,\n                \"name\": \"Sugar test → line_shopping: 4\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"324\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 324,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sugar test → tiktok: 3\",\n                \"marketplaceId\": null,\n                \"name\": \"Sugar test → tiktok: 3\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"323\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 323,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sugar test → shopee: 2\",\n                \"marketplaceId\": null,\n                \"name\": \"Sugar test → shopee: 2\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"321\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 321,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"Sugar test   →lazada: 1lazada: 1\",\n                \"marketplaceId\": null,\n                \"name\": \"Sugar test   → lazada: 1\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"315\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 315,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 110,\n                \"name\": \"QA Production\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"312\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 312,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"MCV3-5673\",\n                \"marketplaceId\": null,\n                \"name\": \"Dui Sale Channel 4\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"309\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 309,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"\",\n                \"marketplaceId\": null,\n                \"name\": \"PO test 3\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"304\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 304,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"pick up yourself\",\n                \"marketplaceId\": null,\n                \"name\": \"ส่งด้วยตัวเอง\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"301\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 301,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 100,\n                \"name\": \"[Test-MCV3-5501] New Tiktok marketplace\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"297\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 297,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"test\",\n                \"marketplaceId\": null,\n                \"name\": \"mobile app\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"296\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 296,\n                \"channelType\": \"mycloud_oms\",\n                \"defaultChannel\": false,\n                \"description\": \"Sale Channel - description edited\",\n                \"marketplaceId\": null,\n                \"name\": \"Sale Channel - name edited\",\n                \"status\": \"inactive\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"295\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 295,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 98,\n                \"name\": \"Tiktok Marketplace V2\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"294\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 294,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 97,\n                \"name\": \"[Dev Shop] - Core Function\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"289\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 289,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 89,\n                \"name\": \"QA pull sku\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"288\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 288,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 88,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"286\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 286,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 87,\n                \"name\": \"[Production] ห้ามใช้ - shop P Gift\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"285\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 285,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 86,\n                \"name\": \"Pickup Fee LKB1\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"283\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 283,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"\",\n                \"marketplaceId\": null,\n                \"name\": \"[PO] เช็ค API path\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"280\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 280,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 84,\n                \"name\": \"Sugar test0007\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"279\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 279,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 83,\n                \"name\": \"Sugar test0003\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"278\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 278,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 82,\n                \"name\": \"Sugar test0004\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"277\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 277,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 81,\n                \"name\": \"Sugar test0002\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"276\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 276,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 80,\n                \"name\": \"Sugar test0001\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"269\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 269,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 77,\n                \"name\": \"[sandbox] shopee\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"268\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 268,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 76,\n                \"name\": \"[production] QA test account\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"267\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 267,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"\",\n                \"marketplaceId\": null,\n                \"name\": \"kkkkk\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"265\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 265,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 75,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"264\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 264,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 74,\n                \"name\": \"ID Sandbox\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"263\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 263,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 73,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"262\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 262,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 72,\n                \"name\": \"[production] maimax.253516\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"261\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 261,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 71,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"260\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 260,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 55,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"249\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 249,\n                \"channelType\": \"lazada\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 38,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"248\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 248,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 53,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"245\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 245,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 50,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"224\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 224,\n                \"channelType\": \"shopee\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 62,\n                \"name\": \"[production] maimax.253516\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"223\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 223,\n                \"channelType\": \"line_shopping\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 63,\n                \"name\": \"[production] sc-mycloud\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"218\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 218,\n                \"channelType\": \"tiktok\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 70,\n                \"name\": \"Unavailable\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"203\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 203,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"test 123\",\n                \"marketplaceId\": null,\n                \"name\": \"test\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"177\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 177,\n                \"channelType\": \"mycloud_oms\",\n                \"defaultChannel\": true,\n                \"description\": null,\n                \"marketplaceId\": null,\n                \"name\": \"MyCloud OMS\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"125\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 125,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"test new sale channeltest new sale channeltest new sale channeltest new sale channeltest new sale channel\",\n                \"marketplaceId\": null,\n                \"name\": \"test new sale channel\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"122\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 122,\n                \"channelType\": \"other\",\n                \"defaultChannel\": false,\n                \"description\": \"ขายหน้าร้าน\",\n                \"marketplaceId\": null,\n                \"name\": \"Offline\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"93d0a3cc-c7c3-47a7-af9f-e9d205ab53c6"},{"name":"Get shop_sale_channel","id":"b9e8118d-41d7-4011-8be0-9c21016d6753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/shops/shop_sale_channels/:id","description":"<p>Use this API to get the specific shop_sale_channel.</p>\n<h5 id=\"important-properties\"><strong>Important Properties</strong></h5>\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>channelType</td>\n<td><code>string</code></td>\n<td>One of own_website, lazada, shopee, tiktok, line_shopping, shopify, mycloud_oms, and other.</td>\n</tr>\n<tr>\n<td>defaultChannel</td>\n<td><code>boolean</code></td>\n<td>Is this shop_sale_channel a default channel.</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n<td>The description of this shop_sale_channel.</td>\n</tr>\n<tr>\n<td>marketplaceId</td>\n<td><code>number</code></td>\n<td>The related marketplace ID. (nullable)</td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n<td>The name of this shop_sale_channel.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n<td>One of <code>active</code> or <code>inactive</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","shop_sale_channels",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"371","key":"id"}]}},"response":[{"id":"e9174b9a-dcc2-478c-868d-c759034b5c31","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/shops/shop_sale_channels/:id","host":["{{host}}"],"path":["api","v1","shops","shop_sale_channels",":id"],"variable":[{"key":"id","value":"371"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Oct 2024 08:09:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"6340e738953ecdec020e4d1dd5e3800d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=153053c52456a6a24ec140f322c065ac; path=/; expires=Wed, 25 Oct 2034 08:09:02 GMT; HttpOnly"},{"key":"X-Request-Id","value":"9207dc0f-1cd7-456e-b360-db060e2fcd81"},{"key":"X-Runtime","value":"0.162704"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"367\",\n        \"type\": \"shop_sale_channel\",\n        \"attributes\": {\n            \"id\": 371,\n            \"channelType\": \"other\",\n            \"defaultChannel\": false,\n            \"description\": \"Sale Channel - description\",\n            \"marketplaceId\": null,\n            \"name\": \"Sale Channel - name\",\n            \"status\": \"active\"\n        },\n        \"relationships\": {\n            \"shop\": {\n                \"data\": {\n                    \"id\": \"77\",\n                    \"type\": \"shop\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"b9e8118d-41d7-4011-8be0-9c21016d6753"},{"name":"Create shop_sale_channel","id":"713d97d7-106f-4f6e-bded-506043786c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sale Channel - name\",\n    \"description\": \"Sale Channel - description\",\n    \"channel_type\": \"mycloud_oms\",\n    \"default_channel\": false,\n    \"status\": \"active\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/shop_sale_channels","description":"<p>Use this API to create a new shop_sale_channel.</p>\n<h5 id=\"important-properties\"><strong>Important Properties</strong></h5>\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>name</td>\n<td><code>string</code></td>\n<td>The name of this shop_sale_channel.</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n<td>The description of this shop_sale_channel.</td>\n</tr>\n<tr>\n<td>channel_type</td>\n<td><code>string</code></td>\n<td>The type of this shop_sale_channel. Can be one of own_website, lazada, shopee, tiktok, line_shopping, shopify, mycloud_oms, and other.</td>\n</tr>\n<tr>\n<td>default_channel</td>\n<td><code>boolean</code></td>\n<td>Flag if this shop_sale_channel is a default channel.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n<td>The status of this shop_sale_channel. Can be either <code>active</code> or <code>inactive</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","shop_sale_channels"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e138180d-fe80-4f6f-9804-766fb51c9866","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sale Channel - name\",\n    \"description\": \"Sale Channel - description\",\n    \"channel_type\": \"mycloud_oms\",\n    \"default_channel\": false,\n    \"status\": \"active\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/shop_sale_channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2024 05:03:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"fb85aaa8ee845bac51f3576a6e309af8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=b130bf7af720420595a17236cd9af53b; path=/; expires=Sat, 28 Oct 2034 05:03:33 GMT; HttpOnly"},{"key":"X-Request-Id","value":"dd2c4993-0a22-4eff-84ca-2c883371153f"},{"key":"X-Runtime","value":"0.085226"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"371\",\n        \"type\": \"shop_sale_channel\",\n        \"attributes\": {\n            \"id\": 371,\n            \"channelType\": \"mycloud_oms\",\n            \"defaultChannel\": false,\n            \"description\": \"Sale Channel - description\",\n            \"marketplaceId\": null,\n            \"name\": \"Sale Channel - name\",\n            \"status\": \"active\"\n        },\n        \"relationships\": {\n            \"shop\": {\n                \"data\": {\n                    \"id\": \"77\",\n                    \"type\": \"shop\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"713d97d7-106f-4f6e-bded-506043786c7f"},{"name":"Update shop_sale_channel","id":"835bd937-d32f-49e2-8b21-11488992d790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sale Channel - name edited\",\n    \"description\": \"Sale Channel - description edited\",\n    \"channel_type\": \"mycloud_oms\",\n    \"default_channel\": false,\n    \"status\": \"active\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/shop_sale_channels/:id","description":"<p>Use this API to update an existing shop_sale_channel.</p>\n<h5 id=\"important-properties\"><strong>Important Properties</strong></h5>\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>name</td>\n<td><code>string</code></td>\n<td>The name of this shop_sale_channel.</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n<td>The description of this shop_sale_channel.</td>\n</tr>\n<tr>\n<td>channel_type</td>\n<td><code>string</code></td>\n<td>The type of this shop_sale_channel. Can be one of own_website, lazada, shopee, tiktok, line_shopping, shopify, mycloud_oms, and other.</td>\n</tr>\n<tr>\n<td>default_channel</td>\n<td><code>boolean</code></td>\n<td>Flag if this shop_sale_channel is a default channel.</td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n<td>The status of this shop_sale_channel. Can be either <code>active</code> or <code>inactive</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","shop_sale_channels",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"371","key":"id"}]}},"response":[{"id":"2acffdc2-c518-4b11-8f0b-c9bc7f02e318","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sale Channel - name edited\",\n    \"description\": \"Sale Channel - description edited\",\n    \"channel_type\": \"mycloud_oms\",\n    \"default_channel\": false,\n    \"status\": \"active\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v1/shops/shop_sale_channels/:id","host":["{{host}}"],"path":["api","v1","shops","shop_sale_channels",":id"],"variable":[{"key":"id","value":"371"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2024 05:04:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"1bc3e373c3a2b8450db812bb252debcb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=b130bf7af720420595a17236cd9af53b; path=/; expires=Sat, 28 Oct 2034 05:04:51 GMT; HttpOnly"},{"key":"X-Request-Id","value":"aff83758-d12d-4c60-bd57-4a98ce4517bf"},{"key":"X-Runtime","value":"0.064808"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"371\",\n        \"type\": \"shop_sale_channel\",\n        \"attributes\": {\n            \"id\": 371,\n            \"channelType\": \"mycloud_oms\",\n            \"defaultChannel\": false,\n            \"description\": \"Sale Channel - description edited\",\n            \"marketplaceId\": null,\n            \"name\": \"Sale Channel - name edited\",\n            \"status\": \"active\"\n        },\n        \"relationships\": {\n            \"shop\": {\n                \"data\": {\n                    \"id\": \"77\",\n                    \"type\": \"shop\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"835bd937-d32f-49e2-8b21-11488992d790"}],"id":"9c9718f5-8af2-4c9e-860a-38598725437a","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ruby\">enum channel_type: {\n  own_website: 0,\n  lazada: 1,\n  shopee: 2,\n  tiktok: 3,\n  line_shopping: 4,\n  shopify: 5,\n  mycloud_oms: 6,\n  other: 99\n}\n\n</code></pre>\n","_postman_id":"9c9718f5-8af2-4c9e-860a-38598725437a"},{"name":"Get warehouse list","id":"7f276a03-f38f-4e27-bdb4-ed2f827ed781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/shops/shops_warehouses","description":"<p>Use this interface to get all available warehouses of a shop. A shop can have multiple warehouses.</p>\n","urlObject":{"path":["api","v1","shops","shops_warehouses"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5e3a61d8-b73e-42d1-a8ab-d618a82432bb","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/shops/shops_warehouses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 05:24:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"f1814ab05f9bd41fd7552b2602d683de\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=ef55d87c31d2a39358297c1a82b87ce2; path=/; expires=Sun, 29 Aug 2032 05:24:01 GMT; HttpOnly"},{"key":"X-Request-Id","value":"7423cbe1-13c7-434b-b2c1-39f3b400c971"},{"key":"X-Runtime","value":"0.098955"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"88\",\n            \"type\": \"shops_warehouse\",\n            \"relationships\": {\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"89\",\n            \"type\": \"shops_warehouse\",\n            \"relationships\": {\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"warehouse\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"1\",\n            \"type\": \"warehouse\",\n            \"attributes\": {\n                \"id\": 1,\n                \"name\": \"คลังลาดกระบัง 1\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"address\": \"11/6 ถ. พัฒนาชนบท 3 แขวงคลองสองต้นนุ่น เขตลาดกระบัง กทม. 10520\",\n                \"postcode\": \"10520\",\n                \"phoneNumber\": \"0911234567\",\n                \"updatedAt\": \"2021-11-18T09:32:05.837+07:00\",\n                \"createdAt\": \"2020-06-09T08:21:57.544+07:00\"\n            }\n        },\n        {\n            \"id\": \"2\",\n            \"type\": \"warehouse\",\n            \"attributes\": {\n                \"id\": 2,\n                \"name\": \"คลังลาดกระบัง 8\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"address\": \"11/10 ถ. พัฒนาชนบท 3 แขวงคลองสองต้นนุ่น เขตลาดกระบัง กทม. 10520\",\n                \"postcode\": \"10520\",\n                \"phoneNumber\": \"0911234567\",\n                \"updatedAt\": \"2021-11-18T09:32:05.866+07:00\",\n                \"createdAt\": \"2020-06-09T08:24:45.948+07:00\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7f276a03-f38f-4e27-bdb4-ed2f827ed781"},{"name":"Get delivery mode list","id":"7eb1f8f1-47b0-414d-aa2b-62323dfa839a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/shops/shop_deliveries","description":"<p>Use this interface to get all available delivery modes from a shop.</p>\n<p>Our system separates non-COD and COD delivery mode completely. For example, If you want to integrate 'Thai Post' or 'EMS' delivery mode, you need to get 2 delivery mode IDs to support all cases.</p>\n<h5 id=\"important-properties\"><strong>Important Properties</strong></h5>\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>deliveryName</td>\n<td><code>string</code></td>\n<td>Name of a delivery mode</td>\n</tr>\n<tr>\n<td>isCod</td>\n<td><code>string</code></td>\n<td>Flag determines if the delivery mode support COD or not. Available data list: 'yes', 'no'</td>\n</tr>\n<tr>\n<td>codAccount</td>\n<td><code>string</code></td>\n<td>Account for return COD money back to shop</td>\n</tr>\n<tr>\n<td>primary</td>\n<td><code>boolean</code></td>\n<td>Flag for shop's default delivery mode</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","shop_deliveries"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f46f30c6-eeda-4db2-b71e-347d8c867d90","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/shops/shop_deliveries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 05:25:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"5377f68ed2f281794839f58458d8f5a8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=ef55d87c31d2a39358297c1a82b87ce2; path=/; expires=Sun, 29 Aug 2032 05:25:28 GMT; HttpOnly"},{"key":"X-Request-Id","value":"d158fe84-d2c4-4518-9758-d020f43530db"},{"key":"X-Runtime","value":"0.373531"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"314\",\n            \"type\": \"shop_delivery\",\n            \"attributes\": {\n                \"id\": 314,\n                \"price\": null,\n                \"desc\": null,\n                \"codAccount\": \"\",\n                \"nameOther\": null,\n                \"primary\": false,\n                \"deliveryName\": \"EMS\",\n                \"mktName\": \"EMS\",\n                \"isCod\": \"no\",\n                \"code\": \"EMS\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"deliveryRegions\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"315\",\n            \"type\": \"shop_delivery\",\n            \"attributes\": {\n                \"id\": 315,\n                \"price\": null,\n                \"desc\": null,\n                \"codAccount\": \"\",\n                \"nameOther\": null,\n                \"primary\": false,\n                \"deliveryName\": \"EMS COD\",\n                \"mktName\": \"EMS\",\n                \"isCod\": \"yes\",\n                \"code\": \"EMS COD\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"10\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"deliveryRegions\": {\n                    \"data\": []\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"7eb1f8f1-47b0-414d-aa2b-62323dfa839a"}],"id":"c28845c8-10db-4e90-8be6-fae524a033c0","description":"<p>Our API supports various shop use cases. In some case you might need to get shop information to continue the process. We provide interfaces for you to get data as followings:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Warehouse</td>\n<td>Warehouse is the place we keep shop's inventories. A shop can have multiple warehouses. The list of warehouses will be come from agreement of shop and our support team. Mostly this data won't change.</td>\n</tr>\n<tr>\n<td>Delivery</td>\n<td>Delivery is a shipping method to assign to each order. To create an order via API, you need to know the order's delivery id first.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c28845c8-10db-4e90-8be6-fae524a033c0"},{"name":"Product","item":[{"name":"Get product list","id":"73eb04e2-b75e-400e-9c93-0a438449fd53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/shops/products","description":"<p>Use this interface to get a list of products.</p>\n<h5 id=\"request-parameters\"><strong>Request Parameters</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Location</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page  <br /><code>Required</code></td>\n<td>path</td>\n<td><code>integer</code></td>\n<td>An indicator for pagination.</td>\n</tr>\n<tr>\n<td>size  <br /><code>Required</code></td>\n<td>path</td>\n<td><code>integer</code></td>\n<td>Number of data to return at a time</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>path</td>\n<td><code>string</code></td>\n<td>An attribute name to be used as a sorting parameter.</td>\n</tr>\n<tr>\n<td>order_by</td>\n<td>path</td>\n<td><code>string</code></td>\n<td>Sorting mechanism. Applicable values: <code>asc</code>, <code>desc</code></td>\n</tr>\n<tr>\n<td>bundle  <br /><code>Required</code></td>\n<td>path</td>\n<td><code>boolean</code></td>\n<td>Option to return bundle products only.</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>path</td>\n<td><code>integer</code></td>\n<td>ID of product category.</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>path</td>\n<td><code>hash</code></td>\n<td>Tag keys and value to find a product.  <br />For example:  <br /><code>{\"0\": {\"key\": \"value\"}, \"1\": {\"key1\": \"value1\"}}</code></td>\n</tr>\n<tr>\n<td>is_active</td>\n<td>path</td>\n<td><code>boolean</code></td>\n<td>Product's active status</td>\n</tr>\n<tr>\n<td>query</td>\n<td>path</td>\n<td><code>string</code></td>\n<td>Keyword to find a product</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"important-properties\"><strong>Important Properties</strong></h5>\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>name</td>\n<td><code>string</code></td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n<td>Product description</td>\n</tr>\n<tr>\n<td>systemSku</td>\n<td><code>string</code></td>\n<td>System's unique identifier of product</td>\n</tr>\n<tr>\n<td>shopSku</td>\n<td><code>string</code></td>\n<td>Shop's unique Identifier of product</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td><code>boolean</code></td>\n<td>Product's active status</td>\n</tr>\n<tr>\n<td>unitCost</td>\n<td><code>decimal</code></td>\n<td>Product's cost per unit</td>\n</tr>\n<tr>\n<td>unitPrice</td>\n<td><code>decimal</code></td>\n<td>Product's price per unit</td>\n</tr>\n<tr>\n<td>hasShopBarcode</td>\n<td><code>boolean</code></td>\n<td>Indicator whether the product has shop's barcode</td>\n</tr>\n<tr>\n<td>barcodes</td>\n<td><code>string</code></td>\n<td>list of shop's barcode, separated by ','</td>\n</tr>\n<tr>\n<td>thumbnail</td>\n<td><code>string</code></td>\n<td>URL of small product image</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","products"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c60e816d-84b2-4adf-8202-287b8bd2daff","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/shops/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 05:27:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"2aea7d246abe2b09308aa42895f744c7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=ef55d87c31d2a39358297c1a82b87ce2; path=/; expires=Sun, 29 Aug 2032 05:27:54 GMT; HttpOnly"},{"key":"X-Request-Id","value":"2918776e-d9a8-46c9-9a50-55a70266a0f5"},{"key":"X-Runtime","value":"0.866179"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"46124\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46124,\n                \"name\": \"Coffee 1A 100%\",\n                \"shopSku\": \"SKU-Coffee-1A-100\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046124\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Coffee-1A-100\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Coffee 1A Coffee 1A 100%\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-26T13:34:06.976+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23232\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16217\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12654\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46123\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46123,\n                \"name\": \"CoCo 1A 50%\",\n                \"shopSku\": \"SKU-CoCo-1A-50\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046123\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-CoCo-1A-50\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"CoCo 1A CoCo 1A 50%\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-26T13:28:59.819+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23231\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16216\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12653\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46122\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46122,\n                \"name\": \"CoCo 1A 100%\",\n                \"shopSku\": \"SKU-CoCo-1A-100\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046122\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-CoCo-1A-100\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"CoCo 1A CoCo 1A 100%\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-26T13:28:59.558+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23231\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16215\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12652\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46121\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46121,\n                \"name\": \"Com 4D Red\",\n                \"shopSku\": \"SKU-Brand-Com-4D-Red\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046121\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Com-4D-Red\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Com 4D Com 4D Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-26T08:28:14.570+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23230\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16214\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46120\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46120,\n                \"name\": \"Com 3C Red\",\n                \"shopSku\": \"SKU-Brand-Com-3C\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046120\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Com-3C\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Com 3C Com 3C Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T21:00:54.462+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23229\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16213\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46119\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46119,\n                \"name\": \"Com 2B Red\",\n                \"shopSku\": \"SKU-Brand-Com-2B\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046119\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Com-2B\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Com 2B Com 2B Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T20:37:58.022+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23228\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16212\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46118\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46118,\n                \"name\": \"Com 1A Red\",\n                \"shopSku\": \"SKU-Brand-Com-1A\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046118\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Com-1A\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Com 1A Com 1A Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T20:11:13.984+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23227\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16211\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46117\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46117,\n                \"name\": \"Soda 1A Chang\",\n                \"shopSku\": \"SKU-Brand-Soda-1A-Chang\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046117\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Soda-1A-Chang\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Soda 1a Soda 1A Chang\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T19:10:29.474+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23226\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16210\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46115\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46115,\n                \"name\": \"GPU 1A 3050 Rev.2\",\n                \"shopSku\": \"SKU-BrandGPU1A-Rev2\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046115\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandGPU1A-Rev2\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 1A Rev.2 GPU 1A 3050 Rev.2\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T16:14:35.337+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23224\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16208\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46114\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46114,\n                \"name\": \"50 Character 1 \",\n                \"shopSku\": \"SKU-50character\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046114\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-50character\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"50 Character 50 Character 1 \",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T15:54:34.040+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23223\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16207\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46113\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46113,\n                \"name\": \"GPU 5A 3060Ti\",\n                \"shopSku\": \"SKU-GPU-5A-3060Ti\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046113\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-GPU-5A-3060Ti\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 5A GPU 5A 3060Ti\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T15:38:38.339+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23222\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16206\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46112\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46112,\n                \"name\": \"GPU 4A 3060 \",\n                \"shopSku\": \"SKU-GPU-4A-3060\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046112\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-GPU-4A-3060\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 4A GPU 4A 3060 \",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T15:28:56.121+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23221\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16205\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46111\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46111,\n                \"name\": \"GPU 3A 3050 Super\",\n                \"shopSku\": \"SKU-GPU-3A-3050Super\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046111\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-GPU-3A-3050Super\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 3A GPU 3A 3050 Super\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T15:21:35.228+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23220\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16204\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46110\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46110,\n                \"name\": \"GPU 2A 3050Ti\",\n                \"shopSku\": \"SKU-GPU-1A-3050Ti\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046110\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-GPU-1A-3050Ti\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 2A GPU 2A 3050Ti\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:59:18.526+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23219\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16203\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46109\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46109,\n                \"name\": \"Mainboard 1A H310\",\n                \"shopSku\": \"SKU-Mainboard-H310\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046109\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Mainboard-H310\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Mainboard 1A Mainboard 1A H310\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:42:56.727+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23218\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16202\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46108\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46108,\n                \"name\": \"CPU 1A i5\",\n                \"shopSku\": \"SKU-BrandCPU1A-i5\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046108\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandCPU1A-i5\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"CPU 1A CPU 1A i5\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:31:09.345+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23217\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16201\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46107\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46107,\n                \"name\": \"CPU 1A i3\",\n                \"shopSku\": \"SKU-BrandCPU1A-i3\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046107\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandCPU1A-i3\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"CPU 1A CPU 1A i3\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:31:09.219+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23217\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16200\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46106\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46106,\n                \"name\": \"GPU 1A 3050\",\n                \"shopSku\": \"SKU-BrandGPU1A\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046106\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandGPU1A\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 1A GPU 1A 3050\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:15:31.211+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23216\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16199\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46105\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46105,\n                \"name\": \"Notebook 4A Red\",\n                \"shopSku\": \"SKU-BrandNotebook4ARed\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046105\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandNotebook4ARed\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Notebook 4A Notebook 4A Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T13:59:07.065+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23215\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16198\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46104\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46104,\n                \"name\": \"Notebook 3A Red\",\n                \"shopSku\": \"SKU-BrandNotebook3ARed\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046104\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandNotebook3ARed\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Notebook 3A Notebook 3A Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T09:17:35.064+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23214\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16197\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"23232\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23232,\n                \"name\": \"Coffee 1A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46124\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"222\",\n            \"type\": \"product_category\",\n            \"attributes\": {\n                \"name\": \"Add via API\",\n                \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\"\n            }\n        },\n        {\n            \"id\": \"77\",\n            \"type\": \"shop\",\n            \"attributes\": {\n                \"id\": 77,\n                \"uid\": \"64495\",\n                \"name\": \"G Store\",\n                \"address\": \"The Offices at Centralworld, 999/9 Rama I Road, Pathumwan\",\n                \"postcode\": \"10330\",\n                \"shopUrls\": \"\",\n                \"shopStatusId\": 2,\n                \"estimateOrderId\": 1,\n                \"saleChannelOther\": null,\n                \"timezone\": 7,\n                \"returnToMycloud\": false,\n                \"phoneNo\": \"0863191666\",\n                \"telephone\": \"null\",\n                \"defaultPackage\": \"shop_packaging\",\n                \"createdAt\": \"2021-11-08T08:59:39.017+07:00\",\n                \"updatedAt\": \"2022-07-20T10:38:31.201+07:00\",\n                \"avatarUrl\": \"https://mycloud-staging-s3.s3.ap-southeast-1.amazonaws.com/uploads/picture/image/1043249/Screen_Shot_2565-07-20_at_10.38.17.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAUNY6PHFMZ7Y6X35K%2F20220829%2Fap-southeast-1%2Fs3%2Faws4_request&X-Amz-Date=20220829T052753Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=77005439c6e7703cb89e7890f7a2385aee22139d85308c404486b6cc72d4b3d6\"\n            },\n            \"relationships\": {\n                \"premiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"4\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"5\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"6\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"7\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"9\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"10\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"11\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"12\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"13\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"16\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"20\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"23\",\n                            \"type\": \"premium_service\"\n                        }\n                    ]\n                },\n                \"members\": {\n                    \"data\": [\n                        {\n                            \"id\": \"43\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"41\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"46\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"184\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"187\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"181\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"174\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"182\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"186\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"191\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"193\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"194\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"196\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"197\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"198\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"199\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"201\",\n                            \"type\": \"member\"\n                        }\n                    ]\n                },\n                \"saleChannels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"38\",\n                            \"type\": \"sale_channel\"\n                        }\n                    ]\n                },\n                \"deliveries\": {\n                    \"data\": [\n                        {\n                            \"id\": \"10\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"8\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"327\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"346\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"345\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"333\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"334\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"336\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"325\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"329\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"338\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"317\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"340\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"99\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"344\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"347\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"348\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"337\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"343\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"342\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"7\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"349\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"353\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"9\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"354\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"358\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"359\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"360\",\n                            \"type\": \"delivery\"\n                        }\n                    ]\n                },\n                \"products\": {\n                    \"data\": [\n                        {\n                            \"id\": \"22917\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22918\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22923\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22921\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22924\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22926\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22927\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22928\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22929\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23149\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23153\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22897\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22600\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22610\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22898\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22609\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22611\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21513\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23170\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23172\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23173\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23179\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23171\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21514\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21516\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21515\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22844\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22847\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22866\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22868\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21517\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23180\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21518\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23181\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23196\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23182\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23197\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21519\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23183\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23198\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23199\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23184\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23200\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23201\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23185\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23186\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23187\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23188\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23189\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"20699\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"20701\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23191\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21520\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23202\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23203\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23207\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23208\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22893\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23192\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23204\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23209\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22845\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23205\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23210\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23214\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23224\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23190\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23212\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23213\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23215\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23218\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23219\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23226\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23216\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23217\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23227\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23228\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23221\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21511\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"20698\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23220\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"20700\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23222\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23229\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23223\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23230\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23231\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23232\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22894\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22886\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21523\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22619\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22621\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22618\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22708\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22709\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22710\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22711\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22712\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22713\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22714\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22715\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22716\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22717\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22837\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22838\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22850\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22851\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22854\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22852\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22867\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22855\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22865\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22874\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22873\",\n                            \"type\": \"product\"\n                        }\n                    ]\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"45768\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45769\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45774\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45772\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45775\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45777\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45778\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45779\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45780\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45781\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45782\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45783\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45784\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45785\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45786\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45787\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46007\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46011\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45745\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45312\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45313\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45333\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45746\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45332\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45334\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43394\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46059\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46061\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46062\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46069\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46060\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43395\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43397\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43396\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45677\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45680\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45704\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45705\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43398\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46070\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43399\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43400\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46071\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46072\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46085\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46073\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43401\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46087\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46086\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46074\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46089\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46088\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46075\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46076\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46077\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46078\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"42405\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"42407\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46080\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43402\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46090\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46091\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46092\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46097\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46098\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45741\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46081\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46093\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46094\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46099\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45678\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46095\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46100\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46104\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46115\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46079\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46102\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46103\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46105\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46109\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46110\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46117\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46106\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46107\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46108\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46118\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46119\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46112\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43392\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"42404\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46111\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"42406\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46113\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46120\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46114\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46121\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46122\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46123\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46124\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45742\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45730\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43405\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45342\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45344\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45341\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45449\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45450\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45451\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45452\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45453\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45454\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45455\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45456\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45457\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45458\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45650\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45651\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45652\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45683\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45684\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45688\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45685\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45686\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45689\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45702\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45703\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45714\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45712\",\n                            \"type\": \"product\"\n                        }\n                    ]\n                },\n                \"shopMembers\": {\n                    \"data\": [\n                        {\n                            \"id\": \"519\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"510\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"520\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"544\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"549\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"550\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"551\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"554\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"497\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"498\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"499\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"522\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"529\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"532\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"541\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"556\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"558\",\n                            \"type\": \"shop_member\"\n                        }\n                    ]\n                },\n                \"paymentChannels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"payment_channel\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"payment_channel\"\n                        }\n                    ]\n                },\n                \"shopPaymentChannels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"23\",\n                            \"type\": \"shop_payment_channel\"\n                        },\n                        {\n                            \"id\": \"24\",\n                            \"type\": \"shop_payment_channel\"\n                        }\n                    ]\n                },\n                \"shopDeliveries\": {\n                    \"data\": [\n                        {\n                            \"id\": \"315\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"314\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"318\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"346\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"345\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"323\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"324\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"325\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"316\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"321\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"337\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"335\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"339\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"340\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"344\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"347\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"348\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"334\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"342\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"341\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"338\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"350\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"369\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"353\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"376\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"385\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"386\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"387\",\n                            \"type\": \"shop_delivery\"\n                        }\n                    ]\n                },\n                \"shopsWarehouses\": {\n                    \"data\": [\n                        {\n                            \"id\": \"88\",\n                            \"type\": \"shops_warehouse\"\n                        },\n                        {\n                            \"id\": \"89\",\n                            \"type\": \"shops_warehouse\"\n                        }\n                    ]\n                },\n                \"shopPermissions\": {\n                    \"data\": [\n                        {\n                            \"id\": \"5482\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5483\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5484\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5485\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5486\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5487\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5488\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5489\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5490\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5491\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5492\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5493\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5494\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5495\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5496\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5497\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5498\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5499\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5500\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5501\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5502\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5503\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5504\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5505\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5506\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5507\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5508\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5509\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5510\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5511\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5512\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5513\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5514\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5515\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5516\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5517\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5518\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5519\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5520\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5521\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5522\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5523\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5524\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5525\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5526\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5527\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5528\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5529\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5530\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5531\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5532\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5533\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5534\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5535\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5536\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5537\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5538\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5539\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5540\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5541\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5542\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5543\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5544\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5545\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5546\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5547\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5548\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5549\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5550\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5551\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5552\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5553\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5554\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5555\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5556\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5557\",\n                            \"type\": \"shop_permission\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": {\n                        \"id\": \"1043249\",\n                        \"type\": \"picture\"\n                    }\n                },\n                \"shopStatus\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"shop_status\"\n                    }\n                },\n                \"estimateOrder\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"estimate_order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"393\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 393,\n                \"description\": null,\n                \"videoUrl\": null,\n                \"isDefault\": true,\n                \"premiumServiceName\": \"LOT Number\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"10\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"pictures\": {\n                    \"data\": []\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shopPremiumServicePricingRules\": {\n                    \"data\": []\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"394\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 394,\n                \"description\": null,\n                \"videoUrl\": null,\n                \"isDefault\": true,\n                \"premiumServiceName\": \"MFG date\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"11\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"pictures\": {\n                    \"data\": []\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shopPremiumServicePricingRules\": {\n                    \"data\": []\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"395\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 395,\n                \"description\": null,\n                \"videoUrl\": null,\n                \"isDefault\": true,\n                \"premiumServiceName\": \"Exp date\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"12\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"pictures\": {\n                    \"data\": []\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shopPremiumServicePricingRules\": {\n                    \"data\": []\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"411\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 411,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"บันทึก serial number\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"6\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"pictures\": {\n                    \"data\": []\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shopPremiumServicePricingRules\": {\n                    \"data\": [\n                        {\n                            \"id\": \"140\",\n                            \"type\": \"shop_premium_service_pricing_rule\"\n                        }\n                    ]\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"426\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 426,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"ห่อ bubble รายชิ้น\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"5\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"pictures\": {\n                    \"data\": []\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shopPremiumServicePricingRules\": {\n                    \"data\": [\n                        {\n                            \"id\": \"142\",\n                            \"type\": \"shop_premium_service_pricing_rule\"\n                        },\n                        {\n                            \"id\": \"141\",\n                            \"type\": \"shop_premium_service_pricing_rule\"\n                        }\n                    ]\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46124\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46124,\n                \"name\": \"Coffee 1A 100%\",\n                \"shopSku\": \"SKU-Coffee-1A-100\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046124\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Coffee-1A-100\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Coffee 1A Coffee 1A 100%\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-26T13:34:06.976+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23232\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16217\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12654\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23231\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23231,\n                \"name\": \"CoCo 1A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46122\",\n                            \"type\": \"product_variant\"\n                        },\n                        {\n                            \"id\": \"46123\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46122\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46122,\n                \"name\": \"CoCo 1A 100%\",\n                \"shopSku\": \"SKU-CoCo-1A-100\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046122\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-CoCo-1A-100\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"CoCo 1A CoCo 1A 100%\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-26T13:28:59.558+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23231\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16215\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12652\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46123\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46123,\n                \"name\": \"CoCo 1A 50%\",\n                \"shopSku\": \"SKU-CoCo-1A-50\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046123\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-CoCo-1A-50\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"CoCo 1A CoCo 1A 50%\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-26T13:28:59.819+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23231\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16216\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12653\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23230\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23230,\n                \"name\": \"Com 4D\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46121\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46121\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46121,\n                \"name\": \"Com 4D Red\",\n                \"shopSku\": \"SKU-Brand-Com-4D-Red\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046121\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Com-4D-Red\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Com 4D Com 4D Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-26T08:28:14.570+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23230\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16214\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23229\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23229,\n                \"name\": \"Com 3C\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46120\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46120\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46120,\n                \"name\": \"Com 3C Red\",\n                \"shopSku\": \"SKU-Brand-Com-3C\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046120\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Com-3C\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Com 3C Com 3C Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T21:00:54.462+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23229\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16213\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23228\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23228,\n                \"name\": \"Com 2B\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46119\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46119\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46119,\n                \"name\": \"Com 2B Red\",\n                \"shopSku\": \"SKU-Brand-Com-2B\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046119\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Com-2B\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Com 2B Com 2B Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T20:37:58.022+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23228\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16212\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23227\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23227,\n                \"name\": \"Com 1A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46118\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46118\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46118,\n                \"name\": \"Com 1A Red\",\n                \"shopSku\": \"SKU-Brand-Com-1A\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046118\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Com-1A\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Com 1A Com 1A Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T20:11:13.984+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23227\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16211\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23226\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23226,\n                \"name\": \"Soda 1a\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46117\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46117\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46117,\n                \"name\": \"Soda 1A Chang\",\n                \"shopSku\": \"SKU-Brand-Soda-1A-Chang\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046117\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Brand-Soda-1A-Chang\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Soda 1a Soda 1A Chang\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T19:10:29.474+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23226\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16210\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23224\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23224,\n                \"name\": \"GPU 1A Rev.2\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46115\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46115\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46115,\n                \"name\": \"GPU 1A 3050 Rev.2\",\n                \"shopSku\": \"SKU-BrandGPU1A-Rev2\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046115\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandGPU1A-Rev2\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 1A Rev.2 GPU 1A 3050 Rev.2\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T16:14:35.337+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23224\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16208\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23223\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23223,\n                \"name\": \"50 Character\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46114\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46114\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46114,\n                \"name\": \"50 Character 1 \",\n                \"shopSku\": \"SKU-50character\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046114\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-50character\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"50 Character 50 Character 1 \",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T15:54:34.040+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23223\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16207\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23222\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23222,\n                \"name\": \"GPU 5A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46113\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46113\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46113,\n                \"name\": \"GPU 5A 3060Ti\",\n                \"shopSku\": \"SKU-GPU-5A-3060Ti\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046113\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-GPU-5A-3060Ti\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 5A GPU 5A 3060Ti\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T15:38:38.339+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23222\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16206\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23221\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23221,\n                \"name\": \"GPU 4A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46112\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46112\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46112,\n                \"name\": \"GPU 4A 3060 \",\n                \"shopSku\": \"SKU-GPU-4A-3060\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046112\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-GPU-4A-3060\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 4A GPU 4A 3060 \",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T15:28:56.121+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23221\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16205\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23220\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23220,\n                \"name\": \"GPU 3A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46111\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46111\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46111,\n                \"name\": \"GPU 3A 3050 Super\",\n                \"shopSku\": \"SKU-GPU-3A-3050Super\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046111\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-GPU-3A-3050Super\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 3A GPU 3A 3050 Super\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T15:21:35.228+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23220\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16204\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23219\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23219,\n                \"name\": \"GPU 2A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46110\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46110\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46110,\n                \"name\": \"GPU 2A 3050Ti\",\n                \"shopSku\": \"SKU-GPU-1A-3050Ti\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046110\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-GPU-1A-3050Ti\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 2A GPU 2A 3050Ti\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:59:18.526+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23219\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16203\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23218\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23218,\n                \"name\": \"Mainboard 1A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46109\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46109\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46109,\n                \"name\": \"Mainboard 1A H310\",\n                \"shopSku\": \"SKU-Mainboard-H310\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046109\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-Mainboard-H310\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Mainboard 1A Mainboard 1A H310\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:42:56.727+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23218\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16202\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23217\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23217,\n                \"name\": \"CPU 1A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46107\",\n                            \"type\": \"product_variant\"\n                        },\n                        {\n                            \"id\": \"46108\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46107\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46107,\n                \"name\": \"CPU 1A i3\",\n                \"shopSku\": \"SKU-BrandCPU1A-i3\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046107\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandCPU1A-i3\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"CPU 1A CPU 1A i3\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:31:09.219+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23217\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16200\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46108\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46108,\n                \"name\": \"CPU 1A i5\",\n                \"shopSku\": \"SKU-BrandCPU1A-i5\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046108\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandCPU1A-i5\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"CPU 1A CPU 1A i5\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:31:09.345+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23217\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16201\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23216\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23216,\n                \"name\": \"GPU 1A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46106\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46106\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46106,\n                \"name\": \"GPU 1A 3050\",\n                \"shopSku\": \"SKU-BrandGPU1A\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046106\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandGPU1A\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"GPU 1A GPU 1A 3050\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T14:15:31.211+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23216\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16199\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23215\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23215,\n                \"name\": \"Notebook 4A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46105\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46105\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46105,\n                \"name\": \"Notebook 4A Red\",\n                \"shopSku\": \"SKU-BrandNotebook4ARed\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046105\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandNotebook4ARed\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Notebook 4A Notebook 4A Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T13:59:07.065+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23215\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16198\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23214\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23214,\n                \"name\": \"Notebook 3A\",\n                \"description\": \"Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"65.0\",\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": true,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 222,\n                    \"name\": \"Add via API\",\n                    \"createdAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"updatedAt\": \"2022-08-17T16:43:33.517+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"222\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46104\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46104\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46104,\n                \"name\": \"Notebook 3A Red\",\n                \"shopSku\": \"SKU-BrandNotebook3ARed\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-C046104\",\n                \"safetyStockQty\": 12,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"10.0\",\n                \"insuranceCover\": \"65.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"B-BrandNotebook3ARed\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Notebook 3A Notebook 3A Red\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-25T09:17:35.064+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23214\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16197\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"totalCount\": 116,\n        \"totalPages\": 6,\n        \"pageItems\": 20,\n        \"currentPage\": 1\n    }\n}"}],"_postman_id":"73eb04e2-b75e-400e-9c93-0a438449fd53"}],"id":"5ce79656-6036-461a-93d0-172a0324622f","description":"<p>Products are items shops sale. We support 3 different types of product, which are:</p>\n<ul>\n<li><p><strong>Single</strong> - This type does not has variants for customer to choose.</p>\n</li>\n<li><p><strong>Configurable</strong> - This type comes with variants. Customers are required to select options before creating an order.</p>\n</li>\n<li><p><strong>Bundle</strong> - This type is created to sell products as a group. The products in the group are from existing single or configurable products.</p>\n</li>\n</ul>\n","_postman_id":"5ce79656-6036-461a-93d0-172a0324622f"},{"name":"Inventory","item":[{"name":"Get product's inventory list","id":"53884bf6-3b9b-4a5d-857a-accbf0c69edb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/shops/inventories","description":"<p>Use this interface to get a list of product's inventories.</p>\n<h5 id=\"request-parameters\">Request parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Location</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page  <br /><code>Required</code></td>\n<td>path</td>\n<td><code>integer</code></td>\n<td>An indicator for pagination.</td>\n</tr>\n<tr>\n<td>size  <br /><code>Required</code></td>\n<td>path</td>\n<td><code>integer</code></td>\n<td>Number of data to return at a time</td>\n</tr>\n<tr>\n<td>order_type</td>\n<td>path</td>\n<td><code>string</code></td>\n<td>An attribute name to be used as a sorting parameter.</td>\n</tr>\n<tr>\n<td>order_by</td>\n<td>path</td>\n<td><code>string</code></td>\n<td>Sorting mechanism. Applicable values: <code>asc</code>, <code>desc</code></td>\n</tr>\n<tr>\n<td>warehouse_id</td>\n<td>path</td>\n<td><code>integer</code></td>\n<td>Warehouse ID</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>path</td>\n<td><code>integer</code></td>\n<td>Product category ID</td>\n</tr>\n<tr>\n<td>tabs</td>\n<td>path</td>\n<td><code>string</code></td>\n<td>Product status to return. Applicable values: <code>all</code>, <code>active</code>, <code>inactive</code>. The default option is active.</td>\n</tr>\n<tr>\n<td>query</td>\n<td>path</td>\n<td><code>string</code></td>\n<td>Searching keyword</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"important-properties\"><strong>Important Properties</strong></h5>\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>name</td>\n<td><code>string</code></td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>description</td>\n<td><code>string</code></td>\n<td>Product description</td>\n</tr>\n<tr>\n<td>systemSku</td>\n<td><code>string</code></td>\n<td>System's unique identifier of product</td>\n</tr>\n<tr>\n<td>shopSku</td>\n<td><code>string</code></td>\n<td>Shop's unique Identifier of product</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td><code>boolean</code></td>\n<td>Product's active status</td>\n</tr>\n<tr>\n<td>condition</td>\n<td><code>string</code></td>\n<td>Inventory condition. Available options are <code>good</code>, <code>defect</code>, <code>broken</code></td>\n</tr>\n<tr>\n<td>onhand</td>\n<td><code>integer</code></td>\n<td>Total amount of inventory remaining in warehouse</td>\n</tr>\n<tr>\n<td>available</td>\n<td><code>integer</code></td>\n<td>Total amount of inventory that can be sold.</td>\n</tr>\n<tr>\n<td>reserved</td>\n<td><code>integer</code></td>\n<td>Total amount of reserved inventory, calculated from amount of inventory in <code>pending</code> orders.</td>\n</tr>\n<tr>\n<td>nonReserve</td>\n<td><code>integer</code></td>\n<td>Total amount of non-reserved inventory, calculated from amount of inventory in <code>on_hold</code> orders.</td>\n</tr>\n<tr>\n<td>netInventory</td>\n<td><code>integer</code></td>\n<td>Amount of available inventory deducted by non-reserved inventory.</td>\n</tr>\n<tr>\n<td>storage</td>\n<td><code>decimal</code></td>\n<td>Total storage used by the inventory. (CBM unit)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","inventories"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5a86acc2-6201-4d62-9cc4-0ec384086238","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{host}}/api/v1/shops/inventories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 08:08:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"dc0c65b8514f4f1407895f44443c1442\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=ef55d87c31d2a39358297c1a82b87ce2; path=/; expires=Sun, 29 Aug 2032 08:08:06 GMT; HttpOnly"},{"key":"X-Request-Id","value":"d411003a-ef11-49f7-b953-1f5d374bc1a0"},{"key":"X-Runtime","value":"0.455211"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"16155\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 16155,\n                \"name\": \"Simple product 01\",\n                \"shopSku\": \"SP001\",\n                \"description\": null,\n                \"systemSku\": \"0093-S046065\",\n                \"isActive\": true,\n                \"defect\": 0,\n                \"productCategory\": {\n                    \"id\": 221,\n                    \"name\": \"All Products\",\n                    \"createdAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"updatedAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 93,\n                    \"deletedAt\": null\n                },\n                \"condition\": \"good\",\n                \"storage\": 1,\n                \"onHand\": 900,\n                \"available\": 895,\n                \"netInventory\": 877,\n                \"reserved\": 5,\n                \"nonReserve\": 9,\n                \"picture\": {\n                    \"data\": null\n                }\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23176\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"46065\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventoryLevels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"10306\",\n                            \"type\": \"inventory_level\"\n                        }\n                    ]\n                },\n                \"skuMappings\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"16175\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 16175,\n                \"name\": \"My Product\",\n                \"shopSku\": \"PDTEST02\",\n                \"description\": null,\n                \"systemSku\": \"0093-S046083\",\n                \"isActive\": true,\n                \"defect\": 0,\n                \"productCategory\": {\n                    \"id\": 35,\n                    \"name\": \"Electronics\",\n                    \"createdAt\": \"2020-06-26T10:51:58.427+07:00\",\n                    \"updatedAt\": \"2020-06-26T10:51:58.427+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 1,\n                    \"deletedAt\": null\n                },\n                \"condition\": \"good\",\n                \"storage\": 0,\n                \"onHand\": 0,\n                \"available\": 0,\n                \"netInventory\": 0,\n                \"reserved\": 0,\n                \"nonReserve\": 0,\n                \"picture\": {\n                    \"data\": null\n                }\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23194\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"46083\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventoryLevels\": {\n                    \"data\": []\n                },\n                \"skuMappings\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"16156\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 16156,\n                \"name\": \"CP01 - Option 1\",\n                \"shopSku\": \"CP001-01\",\n                \"description\": null,\n                \"systemSku\": \"0093-S046066\",\n                \"isActive\": true,\n                \"defect\": 0,\n                \"productCategory\": {\n                    \"id\": 221,\n                    \"name\": \"All Products\",\n                    \"createdAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"updatedAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 93,\n                    \"deletedAt\": null\n                },\n                \"condition\": \"good\",\n                \"storage\": 1,\n                \"onHand\": 1000,\n                \"available\": 1000,\n                \"netInventory\": 1000,\n                \"reserved\": 0,\n                \"nonReserve\": 0,\n                \"picture\": {\n                    \"data\": null\n                }\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23177\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"46066\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventoryLevels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"10308\",\n                            \"type\": \"inventory_level\"\n                        },\n                        {\n                            \"id\": \"10309\",\n                            \"type\": \"inventory_level\"\n                        }\n                    ]\n                },\n                \"skuMappings\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"16157\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 16157,\n                \"name\": \"CP01 - Option 2\",\n                \"shopSku\": \"CP001-02\",\n                \"description\": null,\n                \"systemSku\": \"0093-C046067\",\n                \"isActive\": true,\n                \"defect\": 0,\n                \"productCategory\": {\n                    \"id\": 221,\n                    \"name\": \"All Products\",\n                    \"createdAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"updatedAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 93,\n                    \"deletedAt\": null\n                },\n                \"condition\": \"good\",\n                \"storage\": 0.9,\n                \"onHand\": 898,\n                \"available\": 896,\n                \"netInventory\": 895,\n                \"reserved\": 2,\n                \"nonReserve\": 1,\n                \"picture\": {\n                    \"data\": null\n                }\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23177\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"46067\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventoryLevels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"10310\",\n                            \"type\": \"inventory_level\"\n                        }\n                    ]\n                },\n                \"skuMappings\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"16176\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 16176,\n                \"name\": \"My Product\",\n                \"shopSku\": \"PDTEST03\",\n                \"description\": null,\n                \"systemSku\": \"0093-S046084\",\n                \"isActive\": true,\n                \"defect\": 0,\n                \"productCategory\": {\n                    \"id\": 36,\n                    \"name\": \"Beauty\",\n                    \"createdAt\": \"2020-06-26T10:51:58.446+07:00\",\n                    \"updatedAt\": \"2020-06-26T10:51:58.446+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 1,\n                    \"deletedAt\": null\n                },\n                \"condition\": \"good\",\n                \"storage\": 0,\n                \"onHand\": 0,\n                \"available\": 0,\n                \"netInventory\": 0,\n                \"reserved\": 0,\n                \"nonReserve\": 0,\n                \"picture\": {\n                    \"data\": null\n                }\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23195\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"46084\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventoryLevels\": {\n                    \"data\": []\n                },\n                \"skuMappings\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"46065\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46065,\n                \"name\": \"Simple product 01\",\n                \"shopSku\": \"SP001\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0093-S046065\",\n                \"safetyStockQty\": null,\n                \"isActive\": true,\n                \"hasShopBarcode\": false,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"50.0\",\n                \"unitPrice\": \"100.0\",\n                \"insuranceCover\": null,\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": false,\n                \"barcodes\": \"\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Simple product 01\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-10T17:49:09.709+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23176\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16155\",\n                            \"type\": \"inventory_item\"\n                        },\n                        {\n                            \"id\": \"16159\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12628\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23176\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23176,\n                \"name\": \"Simple product 01\",\n                \"description\": \"\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": null,\n                \"productType\": \"simple\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": false,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 221,\n                    \"name\": \"All Products\",\n                    \"createdAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"updatedAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 93,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"93\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"221\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46065\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": []\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46083\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46083,\n                \"name\": \"My Product\",\n                \"shopSku\": \"PDTEST02\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0093-S046083\",\n                \"safetyStockQty\": 1,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"1000.0\",\n                \"unitPrice\": \"1500.0\",\n                \"insuranceCover\": \"1000.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": \"U12102021\",\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": false,\n                \"barcodes\": \"PDTEST02\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"My Product\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-18T17:11:18.907+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23194\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": {\n                        \"id\": \"9\",\n                        \"type\": \"unit_count\"\n                    }\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16175\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23194\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23194,\n                \"name\": \"My Product\",\n                \"description\": \"My Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"1000.0\",\n                \"productType\": \"simple\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"uuid\": \"U12102021\",\n                \"isExpirationTrack\": false,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 35,\n                    \"name\": \"Electronics\",\n                    \"createdAt\": \"2020-06-26T10:51:58.427+07:00\",\n                    \"updatedAt\": \"2020-06-26T10:51:58.427+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 1,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"93\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"35\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46083\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": []\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"9\",\n            \"type\": \"unit_count\",\n            \"attributes\": {\n                \"id\": 9,\n                \"nameEn\": \"Piece2\",\n                \"nameTh\": \"qwe\",\n                \"unitType\": \"single\",\n                \"description\": \"zxcxzc\"\n            }\n        },\n        {\n            \"id\": \"46066\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46066,\n                \"name\": \"CP01 - Option 1\",\n                \"shopSku\": \"CP001-01\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0093-S046066\",\n                \"safetyStockQty\": null,\n                \"isActive\": true,\n                \"hasShopBarcode\": false,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"50.0\",\n                \"unitPrice\": \"100.0\",\n                \"insuranceCover\": null,\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": false,\n                \"barcodes\": \"\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Configurable Product 01 CP01 - Option 1\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-10T17:49:36.818+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23177\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16156\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12629\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23177\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23177,\n                \"name\": \"Configurable Product 01\",\n                \"description\": \"\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": null,\n                \"productType\": \"configurable\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": false,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 221,\n                    \"name\": \"All Products\",\n                    \"createdAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"updatedAt\": \"2022-08-10T17:48:31.684+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 93,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"93\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"221\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46066\",\n                            \"type\": \"product_variant\"\n                        },\n                        {\n                            \"id\": \"46067\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": []\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46067\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46067,\n                \"name\": \"CP01 - Option 2\",\n                \"shopSku\": \"CP001-02\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0093-C046067\",\n                \"safetyStockQty\": null,\n                \"isActive\": true,\n                \"hasShopBarcode\": false,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"50.0\",\n                \"unitPrice\": \"100.0\",\n                \"insuranceCover\": null,\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": false,\n                \"barcodes\": \"\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Configurable Product 01 CP01 - Option 2\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-10T17:50:37.288+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23177\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": null\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16157\",\n                            \"type\": \"inventory_item\"\n                        },\n                        {\n                            \"id\": \"16160\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12630\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"46084\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46084,\n                \"name\": \"My Product\",\n                \"shopSku\": \"PDTEST03\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0093-S046084\",\n                \"safetyStockQty\": 1,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"1000.0\",\n                \"unitPrice\": \"1500.0\",\n                \"insuranceCover\": \"1000.0\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": \"U12102022\",\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": false,\n                \"barcodes\": \"PDTEST03\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"My Product\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2022-08-18T17:30:47.300+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23195\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": {\n                        \"id\": \"9\",\n                        \"type\": \"unit_count\"\n                    }\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16176\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": []\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"23195\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 23195,\n                \"name\": \"My Product 36\",\n                \"description\": \"My Product Description\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": \"1000.0\",\n                \"productType\": \"simple\",\n                \"useDefaultInboundSettings\": true,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"uuid\": \"U12102022\",\n                \"isExpirationTrack\": false,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 36,\n                    \"name\": \"Beauty\",\n                    \"createdAt\": \"2020-06-26T10:51:58.446+07:00\",\n                    \"updatedAt\": \"2020-06-26T10:51:58.446+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 1,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"93\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"36\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"46084\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": []\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"totalCount\": 5,\n        \"totalPages\": 1,\n        \"pageItems\": 20,\n        \"currentPage\": 1\n    }\n}"}],"_postman_id":"53884bf6-3b9b-4a5d-857a-accbf0c69edb"}],"id":"d643fd7a-2bcc-4952-941d-e604071a28d3","_postman_id":"d643fd7a-2bcc-4952-941d-e604071a28d3","description":""},{"name":"Inbound Order","item":[{"name":"Create an inbound order","id":"569ed8ad-79c8-47d5-bc4b-80be27a70b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"inbound_order\": {\n        // \"mkt_uuid\": \"PO8nov2023\",\n        \"inbound_information_attributes\": {\n            \"warehouse_id\": 1,\n            \"scheduleable\": true,\n            \"scheduled_at\": \"20/04/2026 08:49\",\n            \"shop_ref\": \"\",\n            \"remark\": \"This is remark to warehouse\"\n        },\n        \"incoming_shipments_attributes\": [\n            {\n                \"product_variant_id\": 47939,\n                \"cost\": 5,\n                \"qty\": 10\n            },\n            {\n                \"product_variant_id\": 43392,\n                \"cost\": 50,\n                \"qty\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/inbounds","description":"<p>Use this interface to create an inbound order.</p>\n<h5 id=\"request-parameters\">Request parameters</h5>\n<p>View More</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>Location</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inbound_information_attributes.warehouse_id  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>ID of the warehouse to inbound goods into</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.scheduleable  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>boolean</code></td>\n<td>An indicator whether the order has an estimated arrival time or not</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.estimated_arrival_at_from</td>\n<td>body</td>\n<td><code>datetime</code></td>\n<td>Start datetime of the estimated arrival window. Available after 2026-04-22 13:00:00 +07:00.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.estimated_arrival_at_to</td>\n<td>body</td>\n<td><code>datetime</code></td>\n<td>End datetime of the estimated arrival window. Available after 2026-04-22 13:00:00 +07:00.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.scheduled_at</td>\n<td>body</td>\n<td><code>datetime</code></td>\n<td>Legacy estimated arrival time for backward compatibility. If the new window fields are omitted, this value is copied to both estimated arrival fields.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.shop_ref</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shop order's reference number.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.remark</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Legacy note field for backward compatibility. If note_to_warehouse is omitted, this value is copied to the note_to_warehouse field.</td>\n</tr>\n<tr>\n<td>incoming_shipments_attributes.product_variant_id</td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>Product Variant ID</td>\n</tr>\n<tr>\n<td>incoming_shipments_attributes.cost</td>\n<td>body</td>\n<td><code>float</code></td>\n<td>Cost of good per unit</td>\n</tr>\n<tr>\n<td>incoming_shipments_attributes.qty</td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>Amount of goods</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.note_to_warehouse</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Remark to warehouse  <br />Available after 2026-04-24 13:00:00 +07:00.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.shop_internal_note</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shop internal note  <br />Available after 2026-04-24 13:00:00 +07:00.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","inbounds"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9b0adb37-03ff-47a8-8132-b2dec96c2f85","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"inbound_order\": {\n        \"mkt_uuid\": \"PO8nov2023\",\n        \"inbound_information_attributes\": {\n            \"warehouse_id\": 1,\n            \"scheduleable\": true,\n            \"scheduled_at\": \"01/02/2023 08:49\",\n            \"shop_ref\": \"\",\n            \"remark\": \"test\"\n        },\n        \"incoming_shipments_attributes\": [\n            {\n                \"product_variant_id\": 47939,\n                \"cost\": 5,\n                \"qty\": 10,\n                \"shopPremiumServiceIds\": []\n            },\n            {\n                \"product_variant_id\": 43392,\n                \"cost\": 50,\n                \"qty\": 10,\n                \"shopPremiumServiceIds\": []\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/inbounds"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"code\": \"MC001\",\n    \"success\": true,\n    \"detail\": \"\"\n}"}],"_postman_id":"569ed8ad-79c8-47d5-bc4b-80be27a70b2d"},{"name":"Update an inbound order","id":"a1931420-c7b8-4f71-8ee4-930464253f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"inbound_order\": {\n        // \"mkt_uuid\": \"PO8nov2023\",\n        \"inbound_information_attributes\": {\n            \"warehouse_id\": 1,\n            \"scheduleable\": true,\n            \"scheduled_at\": \"20/04/2026 08:49\",\n            \"shop_ref\": \"\",\n            \"remark\": \"This is remark to warehouse - Update !\"\n        },\n        \"incoming_shipments_attributes\": [\n            {\n                \"id\": \"35742\",\n                \"product_variant_id\": 47939,\n                \"cost\": 5,\n                \"qty\": 10\n            },\n            {\n                \"id\": \"35743\",\n                \"product_variant_id\": 43392,\n                \"cost\": 50,\n                \"qty\": 10\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/inbounds/:id","description":"<p>Use this interface to update an inbound order.</p>\n<h5 id=\"request-parameters\">Request parameters</h5>\n<p>View More</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>Location</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inbound_information_attributes.warehouse_id  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>ID of the warehouse to inbound goods into</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.scheduleable  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>boolean</code></td>\n<td>An indicator whether the order has an estimated arrival time or not</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.estimated_arrival_at_from</td>\n<td>body</td>\n<td><code>datetime</code></td>\n<td>Start datetime of the estimated arrival window. Available after 2026-04-22 13:00:00 +07:00.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.estimated_arrival_at_to</td>\n<td>body</td>\n<td><code>datetime</code></td>\n<td>End datetime of the estimated arrival window. Available after 2026-04-22 13:00:00 +07:00.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.scheduled_at</td>\n<td>body</td>\n<td><code>datetime</code></td>\n<td>Legacy estimated arrival time for backward compatibility. If the new window fields are provided, this value is ignored.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.shop_ref</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shop order's reference number.</td>\n</tr>\n<tr>\n<td>inbound_information_attributes.remark</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Remark to warehouse</td>\n</tr>\n<tr>\n<td>incoming_shipments_attributes.product_variant_id</td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>Product Variant ID</td>\n</tr>\n<tr>\n<td>incoming_shipments_attributes.cost</td>\n<td>body</td>\n<td><code>float</code></td>\n<td>Cost of good per unit</td>\n</tr>\n<tr>\n<td>incoming_shipments_attributes.qty</td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>Amount of goods</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","inbounds",":id"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>Inbound order ID</p>\n","type":"text/plain"},"type":"any","value":"121623","key":"id"}]}},"response":[],"_postman_id":"a1931420-c7b8-4f71-8ee4-930464253f68"},{"name":"Get inbound list","id":"1d50d494-60ab-48f9-82d9-b42fca7c80cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/shops/inbounds?size=20&page=1","urlObject":{"path":["api","v1","shops","inbounds"],"host":["{{host}}"],"query":[{"disabled":true,"key":"query","value":"PO-202305042"},{"key":"size","value":"20"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"36b28a4c-3806-433c-9abe-44c9788a3d0a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/shops/inbounds?query=PO-202305042&size=20&page=1","host":["{{host}}"],"path":["api","v1","shops","inbounds"],"query":[{"key":"query","value":"PO-202305042"},{"key":"size","value":"20"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":"json","header":["",{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"2099132\",\n            \"type\": \"inbound_order\",\n            \"attributes\": {\n                \"orderNo\": \"IO2006132099132\",\n                \"state\": \"submitted\",\n                \"createdAt\": \"2023-06-13T13:42:19.787+07:00\",\n                \"updatedAt\": \"2023-06-13T13:42:20.156+07:00\",\n                \"customField1\": null,\n                \"customField2\": null,\n                \"customField3\": null,\n                \"customField4\": null,\n                \"customField5\": null,\n                \"requestedSku\": 1,\n                \"inboundedSku\": 0,\n                \"requestedQty\": 500,\n                \"inboundedGood\": 0,\n                \"isReturnOrder\": false,\n                \"inboundedDefect\": 0\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"186\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"inboundInformation\": {\n                    \"data\": {\n                        \"id\": \"23924\",\n                        \"type\": \"inbound_information\"\n                    }\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"116836\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"1963080\",\n            \"type\": \"inbound_order\",\n            \"attributes\": {\n                \"orderNo\": \"IO2005301963080\",\n                \"state\": \"submitted\",\n                \"createdAt\": \"2023-05-30T10:59:04.223+07:00\",\n                \"updatedAt\": \"2023-05-30T10:59:04.409+07:00\",\n                \"customField1\": null,\n                \"customField2\": null,\n                \"customField3\": null,\n                \"customField4\": null,\n                \"customField5\": null,\n                \"requestedSku\": 1,\n                \"inboundedSku\": 0,\n                \"requestedQty\": 500,\n                \"inboundedGood\": 0,\n                \"isReturnOrder\": false,\n                \"inboundedDefect\": 0\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"186\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"inboundInformation\": {\n                    \"data\": {\n                        \"id\": \"22886\",\n                        \"type\": \"inbound_information\"\n                    }\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"112962\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"23924\",\n            \"type\": \"inbound_information\",\n            \"attributes\": {\n                \"scheduledAt\": null,\n                \"shopRef\": \"PO-202305042\",\n                \"remark\": null,\n                \"scheduleable\": false,\n                \"readInstruction\": false,\n                \"createdAt\": \"2023-06-13T13:42:20.162+07:00\",\n                \"updatedAt\": \"2023-06-13T13:42:20.162+07:00\",\n                \"arrivalAt\": null,\n                \"completedAt\": null\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"supplier\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"22886\",\n            \"type\": \"inbound_information\",\n            \"attributes\": {\n                \"scheduledAt\": null,\n                \"shopRef\": \"PO-202305042\",\n                \"remark\": null,\n                \"scheduleable\": false,\n                \"readInstruction\": false,\n                \"createdAt\": \"2023-05-30T10:59:04.415+07:00\",\n                \"updatedAt\": \"2023-05-30T10:59:04.415+07:00\",\n                \"arrivalAt\": null,\n                \"completedAt\": null\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"4\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"supplier\": {\n                    \"data\": null\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"currentPage\": 1,\n        \"pageItems\": 20,\n        \"totalPages\": 1,\n        \"totalCount\": 2,\n        \"submitted\": 2,\n        \"inProgress\": 0,\n        \"canceled\": 0,\n        \"completed\": 0,\n        \"allInbound\": 2\n    }\n}"}],"_postman_id":"1d50d494-60ab-48f9-82d9-b42fca7c80cb"},{"name":"Cancel inbound","id":"cfac4a52-2317-4048-adc3-63bc4f67d697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{host}}/api/v1/shops/inbounds/2099132/cancel","description":"<h3 id=\"description\">Description</h3>\n<p>Cancel an inbound order. Only orders in <code>submitted</code> state can be cancelled.</p>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Yes</td>\n<td>ID ของ Inbound Order</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"business-rules\">Business Rules</h3>\n<ul>\n<li><p>Only Inbound Orders with state = <code>submitted</code> can be cancelled</p>\n</li>\n<li><p>If ID is not found → 400 Bad Request</p>\n</li>\n<li><p>If state is not <code>submitted</code> → 400 Bad Request with error message</p>\n</li>\n</ul>\n<h3 id=\"inbound-order-states\">Inbound Order States</h3>\n<p><code>submitted</code> → <code>in_progress</code> → <code>waiting_assign_location</code> → <code>completed</code><br />(cancelled from <code>submitted</code> state only)</p>\n","urlObject":{"path":["api","v1","shops","inbounds","2099132","cancel"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"15b38b1c-31ad-4240-b584-c654cae763aa","name":"200 OK","originalRequest":{"method":"PUT","header":[],"url":"{{host}}/api/v1/shops/inbounds/2099132/cancel"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"true"},{"id":"0d241836-ffd5-4f53-bd56-4c7b664a68d9","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[],"url":"{{host}}/api/v1/shops/inbounds/2099132259455984/cancel"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"ไม่สามารถยกเลิก Inbound Order นี้ได้\",\n  \"status\": 400\n}\n"}],"_postman_id":"cfac4a52-2317-4048-adc3-63bc4f67d697"}],"id":"c9d8fedf-b542-41d0-b20d-35bf9c7bbb7b","description":"<p>Inbound order is an order used to indicate how many goods are to be sent to a specific warehouse.</p>\n<p>Here is MyCloud's inbound order status flow.</p>\n<img src=\"https://content.pstmn.io/d7b1f162-2205-422c-bad9-e875f120b871/bXljbG91ZF9pbmJvdW5kX3N0YXR1cy5qcGc=\" width=\"463\" height=\"241\" />\n\n<h4 id=\"order-status-description\">Order status description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Status shown on OMS</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>submitted</td>\n<td>Submitted</td>\n<td>A newly created inbound order. Warehouse staffs haven't started inbound process. Shop still can edit the order information or cancel the order here.</td>\n</tr>\n<tr>\n<td>in_progress</td>\n<td>In Progress</td>\n<td>An inbound order that warehouse staffs already started the inbound process. Shop can no longer edit the order information.</td>\n</tr>\n<tr>\n<td>completed</td>\n<td>Completed</td>\n<td>An inbound order that warehouse staff done the inbound process. The goods from this order are ready for sale.</td>\n</tr>\n<tr>\n<td>canceled</td>\n<td>Canceled</td>\n<td>A canceled inbound order.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c9d8fedf-b542-41d0-b20d-35bf9c7bbb7b"},{"name":"Sales Order","item":[{"name":"Create order - pending status","id":"8b89f880-0898-4210-8e3c-50fabe7e99c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"outbound_order\": {\n        \"order_line_items_attributes\": [\n            {\n                \"sku\": \"0077-S042407\",\n                \"qty\": \"2\",\n                \"unit_price\": \"200\",\n                \"tracking_number\": \"tracking1234\"\n            }\n        ],\n        \"outbound_customer_attributes\": {\n            \"name\": \"John Doe\",\n            \"address\": \"Bangkok\",\n            \"postcode\": \"10310\",\n            \"country\": \"th\",\n            \"phone_number\": \"970012222\",\n            \"phone_code\": \"66\"\n        },\n        \"outbound_information_attributes\": {\n            \"sub_total\": \"400\",\n            \"discount\": \"0\",\n            \"shipping_fees\": \"0\",\n            \"vat\": \"0\",\n            \"total_price\": \"500\",\n            \"urgent_fulfillment\": \"false\",\n            \"warehouse_id\": \"4\",\n            \"shop_delivery_id\": \"314\",\n            \"note\": \"\",\n            \"shop_name_in_shipping_label\": \"\",\n            \"mkt_shipping_label\": \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\",\n            \"shop_sale_order_number\": \"\",\n            \"shop_sale_channel_id\": 352,\n            \"sales_channel\": \"own_website\",\n            \"remark\": \"\",\n            \"outbound_packaging_attributes\": {\n                \"packaging_type\": \"mycloud_box\"\n            },\n            \"invoice_required\": true,\n            \"oms_billing_address_attributes\": {\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"head_quarter\": true,\n                \"postcode\": \"12345\",\n                \"branch\": \"67890\",\n                \"email\": \"john@doe.com\",\n                \"phone\": \"09912345667\",\n                \"tax_id\": \"0123456789abcd\"\n            }\n        },\n        \"attachment\": [\n            \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\"\n        ],\n        \"enable_sms_alert\": \"false\",\n        \"mkt_uuid\": \"\",\n        \"seller_type\": \"mycloud\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/pending","description":"<p>Use this interface to create a <code>pending</code> order.</p>\n<p>The <code>order_line_item_attributes</code> object is the list of products in an order.</p>\n<p>The <code>outbound_customer_attributes</code> object is for shipping address information.</p>\n<p>The <code>outbound_information_attributes</code> object is for order level's information.</p>\n<h5 id=\"request-parameters\">Request parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Location</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_line_items_attributes.sku  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>string</code></td>\n<td>MyCloud SKU or Shop SKU</td>\n</tr>\n<tr>\n<td>order_line_items_attributes.qty  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>Amount of product in the order</td>\n</tr>\n<tr>\n<td>order_line_items_attributes.unit_price  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>decimal</code></td>\n<td>Sales price per unit</td>\n</tr>\n<tr>\n<td>order_line_items_attributes.tracking_number</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Tracking number of each item. This data helps the warehouse figure out how many packages are needed for your order. Giving us this information makes sure your items are packed correctly, especially for orders from marketplaces.</td>\n</tr>\n<tr>\n<td>order_line_items_attributes.unit_cost</td>\n<td>body</td>\n<td><code>decimal</code></td>\n<td>Product cost per unit</td>\n</tr>\n<tr>\n<td>outbound_customer_attributes.name  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shipping customer name</td>\n</tr>\n<tr>\n<td>outbound_customer_attributes.address  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shipping address</td>\n</tr>\n<tr>\n<td>outbound_customer_attributes.postcode  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>Shipping postcode</td>\n</tr>\n<tr>\n<td>outbound_customer_attributes.country  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>string</code></td>\n<td>country code in alpha2 format</td>\n</tr>\n<tr>\n<td>outbound_customer_attributes.phone_number  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shipping phone number</td>\n</tr>\n<tr>\n<td>outbound_customer_attributes.phone_code</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shipping phone code (Default: <code>66</code>)</td>\n</tr>\n<tr>\n<td>outbound_customer_attributes.is_masked</td>\n<td>body</td>\n<td><code>boolean</code></td>\n<td>Flag to indicate phone number is difficult to format from client side and the validation will be skipped</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.shop_sale_order_number</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shop's order number</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.sub_total  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>decimal</code></td>\n<td>Subtotal</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.discount  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>decimal</code></td>\n<td>Discount</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.shipping_fees  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>decimal</code></td>\n<td>Shipping fee</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.vat  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>decimal</code></td>\n<td>VAT</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.total_price  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>decimal</code></td>\n<td>Total price (Final price of each order)  <br />  <br />**This price will be used as COD amount if the order's payment method is COD.</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.urgent_fulfillment</td>\n<td>body</td>\n<td><code>boolean</code></td>\n<td>Flag to define the order as urgent.</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.warehouse_id  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>Warehouse ID</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.shop_delivery_id  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>integer</code></td>\n<td>Delivery ID</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.note</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Note to warehouse staff</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.remark</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Shop internal note</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.outbound_packaging_attributes</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>outbound_information_attributes.packaging_type  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Type of packaging. The applicable options are <code>mycloud_box</code> and <code>shop_box</code>  <br />**<strong>This field will be deprecated on 22 Apr 2024</strong></td>\n</tr>\n<tr>\n<td>outbound_packaging_attributes.packaging_group</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>The name of packaging group for packing the order into. If empty, system will automatically assign packaging based on shop settings  <br />**<strong>This field will be added on 22 Apr 2024</strong></td>\n</tr>\n<tr>\n<td>outbound_information_attributes.mkt_shipping_label</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>The URL pointing towards shipping document file. If this field is empty or null, The system will apply default shipping document.  <br />  <br />*Supported formats: .pdf  <br />*The URL must be a public URL and exists long enough for MyCloud to fulfill the order. (We do not keep the document in our system.)</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.use_mycloud_shipping</td>\n<td>body</td>\n<td><code>boolean</code></td>\n<td>Flag for use 'MyCloud Shipping'. If this flag value is true, the system will automatically assign a delivery mode to the order when the order status is changed to awaiting_strategy (pending).</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.cod</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Flag indicating if the order is COD. This field is only required when the order is using 'MyCloud Shipping'. The applicable options are <code>enabled</code> and <code>disabled</code></td>\n</tr>\n<tr>\n<td>outbound_information_attributes.invoice_required</td>\n<td>body</td>\n<td><code>boolean</code></td>\n<td>Flag for generating invoice</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.oms_billing_address_attributes.name</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Billing name</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.oms_billing_address_attributes.address</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Billing address</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.oms_billing_address_attributes.head_quarter</td>\n<td>body</td>\n<td><code>boolean</code></td>\n<td>Flag to define the billing address as a head quarter branch.</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.oms_billing_address_attributes.postcode</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Billing postcode</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.oms_billing_address_attributes.branch</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Billing branch number</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.oms_billing_address_attributes.email</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Billing email</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.oms_billing_address_attributes.phone</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Billing phone number</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.oms_billing_address_attributes.tax_id</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Billing Tax ID</td>\n</tr>\n<tr>\n<td>outbound_information_attributes.shop_sale_channel_id</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>An ID of Shop sales channel of an order.  <br /><strong>This field will be added on 02 Oct 2024</strong></td>\n</tr>\n<tr>\n<td>outbound_information_attributes.expected_rts_at</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>A date that the marketplace expects for the ready to ship. Providing this data helps improve marketplace's shop health.  <br />  <br />String in <code>ISO8601</code>, for example; <code>2024-09-16T10:24:23+07:00</code>  <br />  <br /><strong>This field will be added on 02 Oct 2024</strong></td>\n</tr>\n<tr>\n<td>outbound_information_attributes.scheduled_pickup_at</td>\n<td>body</td>\n<td><code>string</code></td>\n<td>The datetime at which the shipment is expected to be ready for on-demand pickup.  <br />- Must be scheduled at least 2 hours in advance and fall within the operational window of 08:00 to 16:30 (UTC+07, Asia/Bangkok) on the selected date.  <br />- This information must be provided for on-demand deliveries, but must not be provided for other delivery types. Otherwise, an error will be returned.  <br />  <br />Providing this information helps coordinate timely and efficient pickup operations.  <br />  <br />String in <code>ISO8601</code>, for example; <code>2025-09-16T10:24:23+07:00</code></td>\n</tr>\n<tr>\n<td>enable_sms_alert</td>\n<td>body</td>\n<td><code>boolean</code></td>\n<td>Flag for sending a SMS when the order receive tracking numbers.</td>\n</tr>\n<tr>\n<td>mkt_uuid  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Platform's order number. Put an empty string in case the order number does not exist.  <br />  <br />This order number must be unique.</td>\n</tr>\n<tr>\n<td>seller_type  <br /><code>Required</code></td>\n<td>body</td>\n<td><code>string</code></td>\n<td>Seller type. The only applicable option is <code>mycloud</code></td>\n</tr>\n<tr>\n<td>attachment</td>\n<td>body</td>\n<td><code>string[]</code></td>\n<td>URLs for attachments to be included in the package. We accept only 'PDF' file formats, and each file should be less than 1 MB in size. You can include a maximum of 3 files.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"available-error-responses\">Available Error Responses</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP Code</strong></th>\n<th><strong>Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Price cannot have more than 2 decimal points.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>The 'shop_delivery_id' is either inactive or does not exist in the shop.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>The 'outbound_customer.country' field must be in the alpha-2 code format.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>The 'outbound_information.mkt_shipping_label' field must be a valid URL pointing to a PDF document.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Please provide only between 'outbound_information.shop_delivery_id' and 'outbound_information.use_mycloud_shipping'.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>'outbound_information.cod' is required for MyCloud Shipping.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>'outbound_information.mkt_shipping_label' is required for selected shop delivery.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>'outbound_information.mkt_shipping_label' is not allowed for selected shop delivery.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>The 'attachment' field must be a valid URL pointing to a PDF document.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>The 'attachment' field only accept 3 files maximum (with a size less than 1 MB).</td>\n</tr>\n<tr>\n<td>400</td>\n<td>The 'outbound_information.packaging_group' does not exist in the shop.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Please ensure there is at least 1 item in the order.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Order item quantity can not be less than 1.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Inventory item is out of stock  <br />  <br /><strong>Remark:</strong> MyCloud SKU and Shop SKU of the insufficient items are returned in the error details.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>The pickup time must be between 08:00 - 16:30 UTC+07 (Asia/Bangkok time) only and must be booked at least 2 hours in advance. Please select a new pickup date and time.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Schedule pickup date and time must be specified because this is an On-demand delivery.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Schedule pickup date and time should not be specified because this is not an On-demand delivery. The warehouse will proceed with shipping according to the regular schedule.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","sales","pending"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b7a38666-307d-4f3c-b989-030a3c2f2257","name":"Success - specify shipping method by 'shop_delivery_id'","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"outbound_order\": {\n        \"order_line_items_attributes\": [\n            {\n                \"sku\": \"0077-S042407\",\n                \"qty\": \"2\",\n                \"unit_price\": \"200\",\n                \"tracking_number\": \"tracking1234\"\n            }\n        ],\n        \"outbound_customer_attributes\": {\n            \"name\": \"John Doe\",\n            \"address\": \"Bangkok\",\n            \"postcode\": \"10310\",\n            \"country\": \"th\",\n            \"phone_number\": \"970012222\",\n            \"phone_code\": \"66\"\n        },\n        \"outbound_information_attributes\": {\n            \"sub_total\": \"400\",\n            \"discount\": \"0\",\n            \"shipping_fees\": \"0\",\n            \"vat\": \"0\",\n            \"total_price\": \"500\",\n            \"urgent_fulfillment\": \"false\",\n            \"warehouse_id\": \"1\",\n            \"shop_delivery_id\": \"314\",\n            \"note\": \"\",\n            \"shop_name_in_shipping_label\": \"\",\n            \"mkt_shipping_label\": \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\",\n            \"shop_sale_order_number\": \"\",\n            \"shop_sale_channel_id\": 352,\n            \"remark\": \"\",\n            \"outbound_packaging_attributes\": {\n                \"packaging_type\": \"mycloud_box\"\n            },\n            \"invoice_required\": true,\n            \"oms_billing_address_attributes\": {\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"head_quarter\": true,\n                \"postcode\": \"12345\",\n                \"branch\": \"67890\",\n                \"email\": \"john@doe.com\",\n                \"phone\": \"09912345667\",\n                \"tax_id\": \"0123456789abcd\"\n            }\n        },\n        \"attachment\": [\n            \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\"\n        ],\n        \"enable_sms_alert\": \"false\",\n        \"mkt_uuid\": \"\",\n        \"seller_type\": \"mycloud\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/pending"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Oct 2024 08:38:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"2ed0bed9258627a9a4abbf9bdf153750\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=eaf43e771dfce56b45941a69a787a004; path=/; expires=Wed, 25 Oct 2034 08:38:58 GMT; HttpOnly"},{"key":"X-Request-Id","value":"07742487-1adf-4b15-b362-b12a17050ad6"},{"key":"X-Runtime","value":"8.495001"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"code\": \"MC001\",\n    \"success\": true,\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": \"91330\",\n        \"type\": \"outbound_order\",\n        \"attributes\": {\n            \"id\": 91330,\n            \"orderNo\": \"MC2410250091330\",\n            \"state\": \"awaiting_strategy\",\n            \"createdAt\": \"2024-10-25T15:38:52.859+07:00\",\n            \"updatedAt\": \"2024-10-25T15:38:57.791+07:00\",\n            \"mktUuid\": null,\n            \"mktStatuses\": [],\n            \"trackingToken\": \"e1ef7cc68fcd0008f8cb0c0884bed833\",\n            \"shortLink\": null,\n            \"deliveryMode\": \"EMS\",\n            \"enableSmsAlert\": false,\n            \"creator\": \"Banana ShopOwner\",\n            \"approveAt\": null,\n            \"receiveAt\": null,\n            \"sellerType\": \"mycloud\",\n            \"returnStatus\": null,\n            \"externalCreatedAt\": null,\n            \"lastSyncedAt\": null,\n            \"orderStatus\": \"awaiting_strategy\",\n            \"orderPairing\": false,\n            \"mktReturnStatus\": false\n        },\n        \"relationships\": {\n            \"member\": {\n                \"data\": {\n                    \"id\": \"209\",\n                    \"type\": \"member\"\n                }\n            },\n            \"marketplace\": {\n                \"data\": null\n            },\n            \"delivery\": {\n                \"data\": {\n                    \"id\": \"8\",\n                    \"type\": \"delivery\"\n                }\n            },\n            \"outboundInformation\": {\n                \"data\": {\n                    \"id\": \"107029\",\n                    \"type\": \"outbound_information\"\n                }\n            },\n            \"outboundCustomer\": {\n                \"data\": {\n                    \"id\": \"100397\",\n                    \"type\": \"outbound_customer\"\n                }\n            },\n            \"warehouse\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"warehouse\"\n                }\n            },\n            \"latestOmsOnHoldReason\": {\n                \"data\": null\n            },\n            \"orderLineItems\": {\n                \"data\": [\n                    {\n                        \"id\": \"89382\",\n                        \"type\": \"order_line_item\"\n                    }\n                ]\n            },\n            \"premiumServiceables\": {\n                \"data\": [\n                    {\n                        \"id\": \"81997\",\n                        \"type\": \"premium_serviceable\"\n                    },\n                    {\n                        \"id\": \"81998\",\n                        \"type\": \"premium_serviceable\"\n                    },\n                    {\n                        \"id\": \"81999\",\n                        \"type\": \"premium_serviceable\"\n                    }\n                ]\n            },\n            \"shopPremiumServices\": {\n                \"data\": [\n                    {\n                        \"id\": \"396\",\n                        \"type\": \"shop_premium_service\"\n                    },\n                    {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    },\n                    {\n                        \"id\": \"1034\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                ]\n            },\n            \"attachments\": {\n                \"data\": [\n                    {\n                        \"id\": \"23097\",\n                        \"type\": \"attachment\"\n                    }\n                ]\n            },\n            \"shippingOrderItems\": {\n                \"data\": []\n            },\n            \"shippingOrders\": {\n                \"data\": []\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"23097\",\n            \"type\": \"attachment\",\n            \"attributes\": {\n                \"id\": 23097,\n                \"fileId\": 91330,\n                \"fileType\": \"Order\",\n                \"file\": {\n                    \"url\": \"https://mycloud-staging-s3.s3.ap-southeast-1.amazonaws.com/uploads/attachment/file/23097/Blank-questioning-information.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAUNY6PHFMZ7Y6X35K%2F20241025%2Fap-southeast-1%2Fs3%2Faws4_request&X-Amz-Date=20241025T083858Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ab7836792c0fe749949c73f0499f7313075e827bc3ddb9faa51f9b876200d0e4\"\n                },\n                \"filename\": \"Blank-questioning-information.pdf\"\n            }\n        },\n        {\n            \"id\": \"89382\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 89382,\n                \"qty\": 2,\n                \"cost\": null,\n                \"unitCost\": null,\n                \"unitPrice\": \"200.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    515\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": \"tracking1234\",\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"13332\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"82000\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"515\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"13332\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 13332,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"shopSku\": \"000003\",\n                \"systemSku\": \"0077-S042407\",\n                \"isActive\": true,\n                \"productCategory\": {\n                    \"id\": 205,\n                    \"name\": \"Stationery\",\n                    \"createdAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"updatedAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": false\n                },\n                \"condition\": \"good\",\n                \"onHand\": 2302,\n                \"available\": 1144,\n                \"netInventory\": 695,\n                \"reserved\": 1158,\n                \"nonReserve\": 449\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"20701\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"42407\",\n                        \"type\": \"product_variant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"42407\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 42407,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"shopSku\": \"000003\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-S042407\",\n                \"isActive\": true,\n                \"unitCost\": \"20.0\",\n                \"unitPrice\": \"100.0\",\n                \"uuid\": null,\n                \"barcodes\": \"000003,123\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Ball Pen (1 dozen)\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2021-11-08T17:11:13.293+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"20701\",\n                        \"type\": \"product\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"20701\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 20701,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"description\": \"\",\n                \"isActive\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"shippingBoxId\": null,\n                \"productCategory\": {\n                    \"id\": 205,\n                    \"name\": \"Stationery\",\n                    \"createdAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"updatedAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": false\n                }\n            },\n            \"relationships\": {\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"205\",\n                        \"type\": \"product_category\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"82000\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"515\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"89382\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"81997\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"396\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"91330\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"81998\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"91330\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"81999\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"1034\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"91330\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"515\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 515,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": false,\n                \"premiumServiceName\": \"ทดลองเพิ่ม outbound -piece\"\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"29\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"396\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 396,\n                \"description\": null,\n                \"videoUrl\": null,\n                \"isDefault\": false,\n                \"premiumServiceName\": \"ปริ้นท์ใบเสร็จใส่ในกล่อง\"\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"9\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"417\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 417,\n                \"description\": \"แพคแบบนี้นะคะ\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"แพคพิเศษ\"\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"7\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1034\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 1034,\n                \"description\": \"#### h4 Heading\\r\\nspecials service รายออเดอร์แพ็ก shop77\\r\\n\\r\\n1. Lorem ipsum dolor sit amet [link text](http://dev.nodeca.com)\\r\\n2. Consectetur adipiscing elit \\r\\n\\r\\n+ *Sub-lists are made by indenting 2 spaces:*\\r\\n  - Marker character change forces new list start:\\r\\n     * Ac tristique libero volutpat at [link with title](http://nodeca.github.io/pica/demo/ \\\"title text!\\\")\\r\\n+ Very easy!\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"Markdown Pack 1\"\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"38\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"100397\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"Bangkok\",\n                \"country\": \"TH\",\n                \"customerId\": null,\n                \"email\": null,\n                \"name\": \"John Doe\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"970012222\",\n                \"postcode\": \"10310\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"107029\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"unknown\",\n                \"customCustomer\": false,\n                \"discount\": \"0.0\",\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2024-10-25T15:38:52.859+07:00\",\n                \"invoiceRequired\": true,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": null,\n                \"orderId\": 91330,\n                \"remark\": \"\",\n                \"salesChannel\": \"own_website\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 314,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 352,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"400.0\",\n                \"totalPrice\": \"500.0\",\n                \"updatedAt\": \"2024-10-25T15:38:57.776+07:00\",\n                \"urgentFulfillment\": false,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": null,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Banana ShopOwner\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"314\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"91330\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": null\n                },\n                \"customerAddress\": {\n                    \"data\": null\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"352\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": null\n                },\n                \"omsBillingAddress\": {\n                    \"data\": {\n                        \"id\": \"3540\",\n                        \"type\": \"oms_billing_address\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3540\",\n            \"type\": \"oms_billing_address\",\n            \"attributes\": {\n                \"id\": 3540,\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"postcode\": \"12345\",\n                \"phone\": \"09912345667\",\n                \"email\": \"john@doe.com\",\n                \"headQuarter\": true,\n                \"branch\": \"67890\",\n                \"taxId\": \"0123456789abcd\"\n            }\n        },\n        {\n            \"id\": \"314\",\n            \"type\": \"shop_delivery\",\n            \"attributes\": {\n                \"id\": 314,\n                \"price\": null,\n                \"desc\": null,\n                \"codAccount\": \"\",\n                \"nameOther\": null,\n                \"primary\": false,\n                \"deliveryName\": \"EMS\",\n                \"mktName\": \"EMS\",\n                \"isCod\": \"no\",\n                \"code\": \"EMS\",\n                \"mycloudShipping\": \"no\"\n            },\n            \"relationships\": {\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8\",\n            \"type\": \"delivery\",\n            \"attributes\": {\n                \"id\": 8,\n                \"name\": \"EMS\",\n                \"shippingType\": \"parcel\",\n                \"cashOnDelivery\": false,\n                \"isOther\": null\n            }\n        },\n        {\n            \"id\": \"352\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 352,\n                \"channelType\": \"own_website\",\n                \"defaultChannel\": false,\n                \"description\": \"Own Website_for test 2\",\n                \"marketplaceId\": null,\n                \"name\": \"Own Website_2\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"128c7eec-3b1b-437b-b5c9-2f701c6ce162","name":"Success - use 'MyCloud Shipping' delivery method","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"outbound_order\": {\n         \"attachment\": [\n            \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\"\n        ],\n        \"order_line_items_attributes\": [\n            {\n                \"sku\": \"0077-S042407\",\n                \"qty\": \"1\",\n                \"unit_price\": \"200\",\n                \"unit_cost\": \"100\"\n            }\n        ],\n        \"outbound_customer_attributes\": {\n            \"name\": \"John Doe\",\n            \"address\": \"Bangkok\",\n            \"postcode\": \"10310\",\n            \"country\": \"th\",\n            \"phone_number\": \"0999991111\",\n            \"phone_code\": \"66\"\n        },\n        \"outbound_information_attributes\": {\n            \"sub_total\": \"200\",\n            \"discount\": \"10\",\n            \"shipping_fees\": \"20\",\n            \"vat\": \"0\",\n            \"total_price\": \"210\",\n            \"urgent_fulfillment\": \"false\",\n            \"warehouse_id\": \"1\",\n            \"note\": \"\",\n            \"shop_sale_order_number\": \"\",\n            \"shop_sale_channel_id\": 352,\n            \"remark\": \"\",\n            \"outbound_packaging_attributes\": {\n                \"packaging_type\": \"mycloud_box\"\n            },\n            \"use_mycloud_shipping\": true,\n            \"cod\": \"enabled\",\n            \"invoice_required\": true,\n            \"oms_billing_address_attributes\": {\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"head_quarter\": true,\n                \"postcode\": \"12345\",\n                \"branch\": \"67890\",\n                \"email\": \"john@doe.com\",\n                \"phone\": \"0999991111\",\n                \"tax_id\": \"0123456789abcd\"\n            }\n        },\n        \"enable_sms_alert\": \"false\",\n        \"mkt_uuid\": \"\",\n        \"seller_type\": \"mycloud\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/pending"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Oct 2024 08:43:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"5c92bef3c86d6129891c7414c2ff4ea5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=eaf43e771dfce56b45941a69a787a004; path=/; expires=Wed, 25 Oct 2034 08:43:24 GMT; HttpOnly"},{"key":"X-Request-Id","value":"f7b131d7-6cef-40e4-bf06-28854c0e64b4"},{"key":"X-Runtime","value":"7.296761"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"code\": \"MC001\",\n    \"success\": true,\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": \"91331\",\n        \"type\": \"outbound_order\",\n        \"attributes\": {\n            \"id\": 91331,\n            \"orderNo\": \"MC2410250091331\",\n            \"state\": \"awaiting_strategy\",\n            \"createdAt\": \"2024-10-25T15:43:19.701+07:00\",\n            \"updatedAt\": \"2024-10-25T15:43:23.643+07:00\",\n            \"mktUuid\": null,\n            \"mktStatuses\": [],\n            \"trackingToken\": \"9f4f76fa898b7c06039a6925f5119c2f\",\n            \"shortLink\": null,\n            \"deliveryMode\": \"MyCloud Shipping COD (D)\",\n            \"enableSmsAlert\": false,\n            \"creator\": \"Banana ShopOwner\",\n            \"approveAt\": null,\n            \"receiveAt\": null,\n            \"sellerType\": \"mycloud\",\n            \"returnStatus\": null,\n            \"externalCreatedAt\": null,\n            \"lastSyncedAt\": null,\n            \"orderStatus\": \"awaiting_strategy\",\n            \"orderPairing\": false,\n            \"mktReturnStatus\": false\n        },\n        \"relationships\": {\n            \"member\": {\n                \"data\": {\n                    \"id\": \"209\",\n                    \"type\": \"member\"\n                }\n            },\n            \"marketplace\": {\n                \"data\": null\n            },\n            \"delivery\": {\n                \"data\": {\n                    \"id\": \"370\",\n                    \"type\": \"delivery\"\n                }\n            },\n            \"outboundInformation\": {\n                \"data\": {\n                    \"id\": \"107030\",\n                    \"type\": \"outbound_information\"\n                }\n            },\n            \"outboundCustomer\": {\n                \"data\": {\n                    \"id\": \"100398\",\n                    \"type\": \"outbound_customer\"\n                }\n            },\n            \"warehouse\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"warehouse\"\n                }\n            },\n            \"latestOmsOnHoldReason\": {\n                \"data\": null\n            },\n            \"orderLineItems\": {\n                \"data\": [\n                    {\n                        \"id\": \"89383\",\n                        \"type\": \"order_line_item\"\n                    }\n                ]\n            },\n            \"premiumServiceables\": {\n                \"data\": [\n                    {\n                        \"id\": \"82001\",\n                        \"type\": \"premium_serviceable\"\n                    },\n                    {\n                        \"id\": \"82002\",\n                        \"type\": \"premium_serviceable\"\n                    },\n                    {\n                        \"id\": \"82003\",\n                        \"type\": \"premium_serviceable\"\n                    }\n                ]\n            },\n            \"shopPremiumServices\": {\n                \"data\": [\n                    {\n                        \"id\": \"396\",\n                        \"type\": \"shop_premium_service\"\n                    },\n                    {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    },\n                    {\n                        \"id\": \"1034\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                ]\n            },\n            \"attachments\": {\n                \"data\": [\n                    {\n                        \"id\": \"23098\",\n                        \"type\": \"attachment\"\n                    }\n                ]\n            },\n            \"shippingOrderItems\": {\n                \"data\": []\n            },\n            \"shippingOrders\": {\n                \"data\": []\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"23098\",\n            \"type\": \"attachment\",\n            \"attributes\": {\n                \"id\": 23098,\n                \"fileId\": 91331,\n                \"fileType\": \"Order\",\n                \"file\": {\n                    \"url\": \"https://mycloud-staging-s3.s3.ap-southeast-1.amazonaws.com/uploads/attachment/file/23098/Blank-questioning-information.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAUNY6PHFMZ7Y6X35K%2F20241025%2Fap-southeast-1%2Fs3%2Faws4_request&X-Amz-Date=20241025T084324Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=867c2ba217bf1cf1d9fbb3ffc531af7dfdd47702c5c3cbf7ee9535a5cb8ca040\"\n                },\n                \"filename\": \"Blank-questioning-information.pdf\"\n            }\n        },\n        {\n            \"id\": \"89383\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 89383,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"100.0\",\n                \"unitPrice\": \"200.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    515\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"13332\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"82004\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"515\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"13332\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 13332,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"shopSku\": \"000003\",\n                \"systemSku\": \"0077-S042407\",\n                \"isActive\": true,\n                \"productCategory\": {\n                    \"id\": 205,\n                    \"name\": \"Stationery\",\n                    \"createdAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"updatedAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": false\n                },\n                \"condition\": \"good\",\n                \"onHand\": 2302,\n                \"available\": 1143,\n                \"netInventory\": 694,\n                \"reserved\": 1159,\n                \"nonReserve\": 449\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"20701\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"42407\",\n                        \"type\": \"product_variant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"42407\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 42407,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"shopSku\": \"000003\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-S042407\",\n                \"isActive\": true,\n                \"unitCost\": \"20.0\",\n                \"unitPrice\": \"100.0\",\n                \"uuid\": null,\n                \"barcodes\": \"000003,123\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Ball Pen (1 dozen)\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2021-11-08T17:11:13.293+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"20701\",\n                        \"type\": \"product\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"20701\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 20701,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"description\": \"\",\n                \"isActive\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"shippingBoxId\": null,\n                \"productCategory\": {\n                    \"id\": 205,\n                    \"name\": \"Stationery\",\n                    \"createdAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"updatedAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": false\n                }\n            },\n            \"relationships\": {\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"205\",\n                        \"type\": \"product_category\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"82004\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"515\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"89383\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"82001\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"396\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"91331\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"82002\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"91331\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"82003\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"1034\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"91331\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"515\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 515,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": false,\n                \"premiumServiceName\": \"ทดลองเพิ่ม outbound -piece\"\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"29\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"396\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 396,\n                \"description\": null,\n                \"videoUrl\": null,\n                \"isDefault\": false,\n                \"premiumServiceName\": \"ปริ้นท์ใบเสร็จใส่ในกล่อง\"\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"9\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"417\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 417,\n                \"description\": \"แพคแบบนี้นะคะ\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"แพคพิเศษ\"\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"7\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"1034\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 1034,\n                \"description\": \"#### h4 Heading\\r\\nspecials service รายออเดอร์แพ็ก shop77\\r\\n\\r\\n1. Lorem ipsum dolor sit amet [link text](http://dev.nodeca.com)\\r\\n2. Consectetur adipiscing elit \\r\\n\\r\\n+ *Sub-lists are made by indenting 2 spaces:*\\r\\n  - Marker character change forces new list start:\\r\\n     * Ac tristique libero volutpat at [link with title](http://nodeca.github.io/pica/demo/ \\\"title text!\\\")\\r\\n+ Very easy!\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"Markdown Pack 1\"\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"38\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"100398\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"Bangkok\",\n                \"country\": \"TH\",\n                \"customerId\": null,\n                \"email\": null,\n                \"name\": \"John Doe\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"999991111\",\n                \"postcode\": \"10310\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"107030\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"enabled\",\n                \"customCustomer\": false,\n                \"discount\": \"10.0\",\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2024-10-25T15:43:19.701+07:00\",\n                \"invoiceRequired\": true,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": null,\n                \"orderId\": 91331,\n                \"remark\": \"\",\n                \"salesChannel\": \"own_website\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"20.0\",\n                \"shopDeliveryId\": 446,\n                \"shopNameInShippingLabel\": null,\n                \"shopSaleChannelId\": 352,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"200.0\",\n                \"totalPrice\": \"210.0\",\n                \"updatedAt\": \"2024-10-25T15:43:23.623+07:00\",\n                \"urgentFulfillment\": false,\n                \"useMycloudShipping\": true,\n                \"useShippingAddressForInvoice\": null,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Banana ShopOwner\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"446\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"91331\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": null\n                },\n                \"customerAddress\": {\n                    \"data\": null\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"352\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": null\n                },\n                \"omsBillingAddress\": {\n                    \"data\": {\n                        \"id\": \"3541\",\n                        \"type\": \"oms_billing_address\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"3541\",\n            \"type\": \"oms_billing_address\",\n            \"attributes\": {\n                \"id\": 3541,\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"postcode\": \"12345\",\n                \"phone\": \"0999991111\",\n                \"email\": \"john@doe.com\",\n                \"headQuarter\": true,\n                \"branch\": \"67890\",\n                \"taxId\": \"0123456789abcd\"\n            }\n        },\n        {\n            \"id\": \"446\",\n            \"type\": \"shop_delivery\",\n            \"attributes\": {\n                \"id\": 446,\n                \"price\": null,\n                \"desc\": null,\n                \"codAccount\": \"\",\n                \"nameOther\": null,\n                \"primary\": false,\n                \"deliveryName\": \"MyCloud Shipping COD (D)\",\n                \"mktName\": \"MyCloud\",\n                \"isCod\": \"yes\",\n                \"code\": \"MyCloud Shipping COD (D)\",\n                \"mycloudShipping\": \"yes\"\n            },\n            \"relationships\": {\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"370\",\n                        \"type\": \"delivery\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"370\",\n            \"type\": \"delivery\",\n            \"attributes\": {\n                \"id\": 370,\n                \"name\": \"MyCloud Shipping COD (D)\",\n                \"shippingType\": \"parcel\",\n                \"cashOnDelivery\": true,\n                \"isOther\": null\n            }\n        },\n        {\n            \"id\": \"352\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 352,\n                \"channelType\": \"own_website\",\n                \"defaultChannel\": false,\n                \"description\": \"Own Website_for test 2\",\n                \"marketplaceId\": null,\n                \"name\": \"Own Website_2\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"71521525-608c-4f8d-a2ad-94d354f82d4c","name":"Error - unauthenticated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"outbound_order\": {\n    \"order_line_items_attributes\": [\n      {\n        \"sku\": \"0077-B046099\",\n        \"qty\": \"1\",\n        \"unit_price\": \"200\",\n        \"unit_cost\": \"100\",\n        \"premium_service_desc\": \"\",\n        \"with_lot\": \"false\",\n        \"tracking_number\": \"7788442356\",\n        \"shipment_provider\": \"FedEx\"\n      },\n      {\n        \"sku\": \"0013-S000399\",\n        \"qty\": \"3\",\n        \"unit_price\": \"499\",\n        \"unit_cost\": \"499\",\n        \"premium_service_desc\": \"\",\n        \"with_lot\": \"false\",\n        \"tracking_number\": \"7788442356\",\n        \"shipment_provider\": \"FedEx\"\n      }\n    ],\n    \"outbound_customer_attributes\": {\n      \"name\": \"Test API for Smith\",\n      \"address\": \"Bangkok\",\n      \"country\": \"th\",\n      \"postcode\": \"10310\",\n      \"email\": \"test@gmail.com\",\n      \"phone_code\": \"66\",\n      \"phone_number\": \"97 001 222\"\n    },\n    \"outbound_information_attributes\": {\n      \"discount\": \"\",\n      \"shipping_fees\": \"0\",\n      \"sub_total\": \"4990\",\n      \"total_price\": \"7000\",\n      \"urgent_fulfillment\": \"false\",\n      \"vat\": \"0\",\n      \"warehouse_id\": \"1\",\n      \"note\": \"\",\n      \"shop_name_in_shipping_label\": \"\",\n      \"shop_sale_order_number\": \"\",\n      \"shop_sale_channel_id\": 352,\n      \"remark\": \"\",\n      \"mkt_shipping_label\": \"www.google.com/shipping_lable/7788442356.pdf\",\n      \"outbound_packaging_attributes\": {\n        \"packaging_type\": \"mycloud_box\"\n      },\n      \"outbound_evidence_attributes\": {\n        \"payment_type\": \"\",\n        \"bank\": \"\",\n        \"paid\": \"false\",\n        \"attachments_attributes\": \"\"\n      }\n    },\n    \"enable_sms_alert\": \"false\",\n    \"seller_type\": \"\",\n    \"delivery_mode\": \"FedEx\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/pending"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 02:29:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_mc_wms_session=ef55d87c31d2a39358297c1a82b87ce2; path=/; expires=Sun, 29 Aug 2032 02:29:52 GMT; HttpOnly"},{"key":"X-Request-Id","value":"3ae46bcb-7cfd-4bd1-8950-93932b64241f"},{"key":"X-Runtime","value":"0.276660"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"member_unauthenticated\",\n    \"message\": \"Member unauthenticated.\",\n    \"data\": \"member_unauthenticated\"\n}"},{"id":"6cd92600-16ed-477f-b53b-7dfc0fd694f0","name":"[Deprecated] Success - specify shipping method by 'delivery_mode' & 'mkt_shipping_label'","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"outbound_order\": {\n        \"attachment\": [\n            \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\"\n        ],\n        \"order_line_items_attributes\": [\n            {\n                \"sku\": \"0077-S042407\",\n                \"qty\": \"1\",\n                \"unit_price\": \"200\",\n                \"unit_cost\": \"100\"\n            }\n        ],\n        \"outbound_customer_attributes\": {\n            \"name\": \"John Doe\",\n            \"address\": \"Bangkok\",\n            \"postcode\": \"10310\",\n            \"country\": \"th\",\n            \"phone_number\": \"97 001 222\",\n            \"phone_code\": \"66\"\n        },\n        \"outbound_information_attributes\": {\n            \"sub_total\": \"200\",\n            \"discount\": \"10\",\n            \"shipping_fees\": \"20\",\n            \"vat\": \"0\",\n            \"total_price\": \"210\",\n            \"urgent_fulfillment\": \"false\",\n            \"warehouse_id\": \"1\",\n            \"note\": \"\",\n            \"mkt_shipping_label\": \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\",\n            \"shop_sale_order_number\": \"\",\n            \"shop_sale_channel_id\": 352,\n            \"remark\": \"\",\n            \"outbound_packaging_attributes\": {\n                \"packaging_type\": \"mycloud_box\"\n            },\n            \"invoice_required\": true,\n            \"oms_billing_address_attributes\": {\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"head_quarter\": true,\n                \"postcode\": \"12345\",\n                \"branch\": \"67890\",\n                \"email\": \"john@doe.com\",\n                \"phone\": \"09912345667\",\n                \"tax_id\": \"0123456789abcd\"\n            }\n        },\n        \"delivery_mode\": \"Shopee - Shopee Xpress\",\n        \"enable_sms_alert\": \"false\",\n        \"mkt_uuid\": \"\",\n        \"seller_type\": \"mycloud\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/pending"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 18:19:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"20cb981f12ff0b5e91c6630b532874bf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=2a8eb99f635d4066a0b1ea1438fcab82; path=/; expires=Wed, 03 Aug 2033 18:19:21 GMT; HttpOnly"},{"key":"X-Request-Id","value":"89f6f630-6dd3-4be2-a945-af0cc3b48437"},{"key":"X-Runtime","value":"2.094285"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"code\": \"MC001\",\n    \"success\": true,\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": \"69933\",\n        \"type\": \"outbound_order\",\n        \"attributes\": {\n            \"id\": 69933,\n            \"orderNo\": \"MC2008030069933\",\n            \"state\": \"awaiting_inventory_process\",\n            \"createdAt\": \"2023-08-04T01:19:20.036+07:00\",\n            \"updatedAt\": \"2023-08-04T01:19:20.588+07:00\",\n            \"mktUuid\": null,\n            \"mktStatuses\": [],\n            \"inventoryStatus\": null,\n            \"trackingToken\": \"f685a4c16073c2d89c7c6d95c1860a3e\",\n            \"shortLink\": null,\n            \"deliveryMode\": null,\n            \"enableSmsAlert\": false,\n            \"creator\": \"Linus Rojas\",\n            \"approveAt\": null,\n            \"receiveAt\": null,\n            \"sellerType\": \"mycloud\",\n            \"returnStatus\": null,\n            \"orderStatus\": \"awaiting_inventory_process\",\n            \"orderPairing\": false,\n            \"mktReturnStatus\": false\n        },\n        \"relationships\": {\n            \"shop\": {\n                \"data\": {\n                    \"id\": \"77\",\n                    \"type\": \"shop\"\n                }\n            },\n            \"member\": {\n                \"data\": {\n                    \"id\": \"41\",\n                    \"type\": \"member\"\n                }\n            },\n            \"gsbApprover\": {\n                \"data\": null\n            },\n            \"receiver\": {\n                \"data\": null\n            },\n            \"marketplace\": {\n                \"data\": null\n            },\n            \"delivery\": {\n                \"data\": null\n            },\n            \"outboundInformation\": {\n                \"data\": {\n                    \"id\": \"88822\",\n                    \"type\": \"outbound_information\"\n                }\n            },\n            \"outboundCustomer\": {\n                \"data\": {\n                    \"id\": \"82969\",\n                    \"type\": \"outbound_customer\"\n                }\n            },\n            \"warehouse\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"warehouse\"\n                }\n            },\n            \"orderLineItems\": {\n                \"data\": [\n                    {\n                        \"id\": \"66390\",\n                        \"type\": \"order_line_item\"\n                    }\n                ]\n            },\n            \"premiumServiceables\": {\n                \"data\": [\n                    {\n                        \"id\": \"44225\",\n                        \"type\": \"premium_serviceable\"\n                    }\n                ]\n            },\n            \"shopPremiumServices\": {\n                \"data\": [\n                    {\n                        \"id\": \"516\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                ]\n            },\n            \"attachments\": {\n                \"data\": []\n            },\n            \"shippingOrderItems\": {\n                \"data\": []\n            },\n            \"relatedOrders\": {\n                \"data\": []\n            },\n            \"shippingOrders\": {\n                \"data\": []\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"66390\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 66390,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"100.0\",\n                \"unitPrice\": \"200.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    515\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"bundleSku\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"13332\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"skuMapping\": {\n                    \"data\": null\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"44224\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"515\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"13332\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 13332,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"shopSku\": \"000003\",\n                \"description\": null,\n                \"systemSku\": \"0077-S042407\",\n                \"isActive\": true,\n                \"defect\": 0,\n                \"productCategory\": {\n                    \"id\": 205,\n                    \"name\": \"Stationery\",\n                    \"createdAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"updatedAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"condition\": \"good\",\n                \"storage\": 1000.99,\n                \"onHand\": 1328,\n                \"available\": 787,\n                \"netInventory\": 720,\n                \"reserved\": 541,\n                \"nonReserve\": 67,\n                \"picture\": {\n                    \"data\": null\n                },\n                \"safetyStockQty\": null\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"20701\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"42407\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventoryLevels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"16213\",\n                            \"type\": \"inventory_level\"\n                        },\n                        {\n                            \"id\": \"16220\",\n                            \"type\": \"inventory_level\"\n                        },\n                        {\n                            \"id\": \"16814\",\n                            \"type\": \"inventory_level\"\n                        },\n                        {\n                            \"id\": \"17223\",\n                            \"type\": \"inventory_level\"\n                        },\n                        {\n                            \"id\": \"17799\",\n                            \"type\": \"inventory_level\"\n                        },\n                        {\n                            \"id\": \"9821\",\n                            \"type\": \"inventory_level\"\n                        },\n                        {\n                            \"id\": \"9822\",\n                            \"type\": \"inventory_level\"\n                        },\n                        {\n                            \"id\": \"9825\",\n                            \"type\": \"inventory_level\"\n                        }\n                    ]\n                },\n                \"skuMappings\": {\n                    \"data\": [\n                        {\n                            \"id\": \"27904\",\n                            \"type\": \"sku_mapping\"\n                        },\n                        {\n                            \"id\": \"27814\",\n                            \"type\": \"sku_mapping\"\n                        },\n                        {\n                            \"id\": \"27871\",\n                            \"type\": \"sku_mapping\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"42407\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 42407,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"shopSku\": \"000003\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-S042407\",\n                \"safetyStockQty\": null,\n                \"isActive\": true,\n                \"hasShopBarcode\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"unitCost\": \"20.0\",\n                \"unitPrice\": \"100.0\",\n                \"insuranceCover\": null,\n                \"useDefaultInboundSettings\": false,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"uuid\": null,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": true,\n                \"isManufacturingTrack\": true,\n                \"shelfLife\": null,\n                \"isExpirationTrack\": true,\n                \"barcodes\": \"000003,123\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Ball Pen (1 dozen)\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2021-11-08T17:11:13.293+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"20701\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"unitCount\": {\n                    \"data\": {\n                        \"id\": \"9\",\n                        \"type\": \"unit_count\"\n                    }\n                },\n                \"inventoryItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"13332\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"incomingShipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12254\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"12257\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"12464\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"21013\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"20490\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"20491\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"20918\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"19838\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"19845\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"21634\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                },\n                \"favorites\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"20701\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 20701,\n                \"name\": \"Ball Pen (1 dozen)\",\n                \"description\": \"\",\n                \"isActive\": true,\n                \"packageBarcodeUnwanted\": null,\n                \"insuranceCover\": null,\n                \"productType\": \"simple\",\n                \"useDefaultInboundSettings\": false,\n                \"useDefaultPackSettings\": true,\n                \"useDefaultPickSettings\": true,\n                \"inboundSettings\": null,\n                \"pickSettings\": null,\n                \"packSettings\": null,\n                \"locationTypeId\": 8,\n                \"isSerialTrack\": null,\n                \"isInboundQuality\": null,\n                \"isOutboundQuality\": null,\n                \"isLotNumberTrack\": false,\n                \"isManufacturingTrack\": false,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"isExpirationTrack\": false,\n                \"shippingBoxId\": null,\n                \"thumbnail\": null,\n                \"productCategory\": {\n                    \"id\": 205,\n                    \"name\": \"Stationery\",\n                    \"createdAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"updatedAt\": \"2021-11-08T17:09:44.584+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null\n                },\n                \"availableStock\": 0,\n                \"noAvailableStockAndInProgress\": null\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"205\",\n                        \"type\": \"product_category\"\n                    }\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"42407\",\n                            \"type\": \"product_variant\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"393\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"394\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"395\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"513\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": null\n                },\n                \"virtualVariants\": {\n                    \"data\": []\n                },\n                \"bundleVariants\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"9\",\n            \"type\": \"unit_count\",\n            \"attributes\": {\n                \"id\": 9,\n                \"nameEn\": \"Piece2\",\n                \"nameTh\": \"qwe\",\n                \"unitType\": \"single\",\n                \"description\": \"zxcxzc\"\n            }\n        },\n        {\n            \"id\": \"44224\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"515\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"66390\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"44225\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"516\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"69933\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"515\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 515,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"ทดลองเพิ่ม outbound -piece\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"29\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"pictures\": {\n                    \"data\": []\n                },\n                \"attachments\": {\n                    \"data\": [\n                    {\n                        \"id\": \"203546\",\n                        \"type\": \"attachment\"\n                    }\n                ]\n                },\n                \"shopPremiumServicePricingRules\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1835\",\n                            \"type\": \"shop_premium_service_pricing_rule\"\n                        }\n                    ]\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"516\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 516,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"ทดลองเพิ่ม outbound - specific pack\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"30\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"pictures\": {\n                    \"data\": []\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shopPremiumServicePricingRules\": {\n                    \"data\": [\n                        {\n                            \"id\": \"1837\",\n                            \"type\": \"shop_premium_service_pricing_rule\"\n                        }\n                    ]\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"82969\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"Bangkok\",\n                \"country\": \"th\",\n                \"customerId\": null,\n                \"email\": null,\n                \"name\": \"John Doe\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"97001222\",\n                \"postcode\": \"10310\"\n            }\n        },\n        {\n            \"id\": \"88822\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"discount\": \"10.0\",\n                \"shippingFees\": \"20.0\",\n                \"shopNameInShippingLabel\": \"\",\n                \"subTotal\": \"200.0\",\n                \"totalPrice\": \"210.0\",\n                \"updatedAt\": \"2023-08-04T01:19:20.211+07:00\",\n                \"urgentFulfillment\": false,\n                \"useShippingAddressForInvoice\": null,\n                \"vat\": \"0.0\",\n                \"note\": \"\",\n                \"customCustomer\": false,\n                \"shopSaleOrderNumber\": \"\",\n                \"remark\": \"\",\n                \"staffId\": null,\n                \"memberId\": null,\n                \"shopSaleChannelId\": null,\n                \"shopDeliveryId\": null,\n                \"orderId\": 69933,\n                \"warehouseId\": 1,\n                \"editedById\": null,\n                \"instructAt\": \"2023-08-04T01:19:20.036+07:00\",\n                \"fulfilmentAt\": null,\n                \"shippedAt\": null,\n                \"arrivalAt\": null,\n                \"mktShippingLabel\": null,\n                \"invoiceRequired\": true,\n                \"useMycloudShipping\": false,\n                \"cod\": \"unknown\",\n                \"instructor\": \"Linus Rojas\",\n                \"editorName\": null,\n                \"roleAndPermission\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": null\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"69933\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": null\n                },\n                \"customerAddress\": {\n                    \"data\": null\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": null\n                },\n                \"staff\": {\n                    \"data\": null\n                },\n                \"outboundEvidence\": {\n                    \"data\": null\n                },\n                \"outboundPackaging\": {\n                    \"data\": {\n                        \"id\": \"86074\",\n                        \"type\": \"outbound_packaging\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": {\n                        \"id\": \"1487\",\n                        \"type\": \"oms_billing_address\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"41\",\n            \"type\": \"member\",\n            \"attributes\": {\n                \"id\": 41,\n                \"firstName\": \"Linus\",\n                \"lastName\": \"Rojas\",\n                \"email\": \"demi@mc.net\",\n                \"phoneCode\": \"+66\",\n                \"phoneNumber\": \"917379682\",\n                \"facebookId\": null,\n                \"googleId\": null,\n                \"system\": false,\n                \"avatarUrl\": null,\n                \"role\": null,\n                \"branchWarehouse\": null\n            },\n            \"relationships\": {\n                \"inboundOrders\": {\n                    \"data\": []\n                },\n                \"shops\": {\n                    \"data\": [\n                        {\n                            \"id\": \"6\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"103\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"31\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"12\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"14\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"22\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"3\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"9\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"2\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"4\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"18\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"5\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"17\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"21\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"10\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"16\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"30\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"7\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"19\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"29\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"15\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"106\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"46\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"13\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"20\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"53\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"51\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"37\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"63\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"24\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"28\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"100\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"105\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"76\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"77\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"83\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"110\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"90\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"88\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"96\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"97\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"85\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"82\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"32\",\n                            \"type\": \"shop\"\n                        },\n                        {\n                            \"id\": \"11\",\n                            \"type\": \"shop\"\n                        }\n                    ]\n                },\n                \"shopMembers\": {\n                    \"data\": [\n                        {\n                            \"id\": \"57\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"64\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"681\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"58\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"506\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"534\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"111\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"140\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"86\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"171\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"507\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"535\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"653\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"654\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"65\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"214\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"495\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"243\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"270\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"96\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"299\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"300\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"301\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"302\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"303\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"304\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"305\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"306\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"307\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"631\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"498\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"167\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"73\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"106\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"274\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"242\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"601\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"435\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"451\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"454\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"464\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"524\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"548\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"619\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"118\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"643\",\n                            \"type\": \"shop_member\"\n                        }\n                    ]\n                },\n                \"branches\": {\n                    \"data\": []\n                },\n                \"branchMembers\": {\n                    \"data\": []\n                },\n                \"carts\": {\n                    \"data\": []\n                },\n                \"picture\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"1487\",\n            \"type\": \"oms_billing_address\",\n            \"attributes\": {\n                \"id\": 1487,\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"postcode\": \"12345\",\n                \"phone\": \"09912345667\",\n                \"email\": \"john@doe.com\",\n                \"headQuarter\": true,\n                \"branch\": \"67890\",\n                \"taxId\": \"0123456789abcd\"\n            }\n        },\n        {\n            \"id\": \"86074\",\n            \"type\": \"outbound_packaging\",\n            \"attributes\": {\n                \"id\": 86074,\n                \"packagingType\": \"mycloud_box\"\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"88822\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"inventoryItem\": {\n                    \"data\": null\n                },\n                \"shopPackaging\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"warehouse\",\n            \"attributes\": {\n                \"id\": 1,\n                \"name\": \"ID Pickup Warehouse\",\n                \"latitude\": null,\n                \"longitude\": null,\n                \"address\": \"11/6 ถ. พัฒนาชนบท 3 แขวงคลองสองต้นนุ่น เขตลาดกระบัง กทม. 10520\",\n                \"postcode\": \"10520\",\n                \"phoneNumber\": \"0911234567\",\n                \"updatedAt\": \"2022-09-20T10:38:49.324+07:00\",\n                \"createdAt\": \"2020-06-09T08:21:57.544+07:00\"\n            }\n        },\n        {\n            \"id\": \"77\",\n            \"type\": \"shop\",\n            \"attributes\": {\n                \"id\": 77,\n                \"uid\": \"64495\",\n                \"name\": \"G Store\",\n                \"address\": \"The Offices at Centralworld, 999/9 Rama I Road, Pathumwan\",\n                \"postcode\": \"10330\",\n                \"shopUrls\": \"\",\n                \"shopStatusId\": 2,\n                \"estimateOrderId\": 1,\n                \"saleChannelOther\": null,\n                \"timezone\": 7,\n                \"returnToMycloud\": false,\n                \"phoneNo\": \"0863191666\",\n                \"telephone\": \"0812345678\",\n                \"defaultPackage\": \"shop_packaging\",\n                \"createdAt\": \"2021-11-08T08:59:39.017+07:00\",\n                \"updatedAt\": \"2023-07-27T15:52:23.169+07:00\",\n                \"avatarUrl\": \"https://mycloud-staging-s3.s3.ap-southeast-1.amazonaws.com/uploads/picture/image/1046077/a952e5ecbd829c2ed1eea346a95ba805.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAUNY6PHFMZ7Y6X35K%2F20230803%2Fap-southeast-1%2Fs3%2Faws4_request&X-Amz-Date=20230803T181921Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=eaedaff9c8c2fc22baaf0dde415c73bae28a58b022610d9a1f8a5753d335fb64\"\n            },\n            \"relationships\": {\n                \"premiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"25\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"31\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"29\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"4\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"30\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"28\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"20\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"32\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"10\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"9\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"13\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"7\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"1\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"5\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"16\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"6\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"26\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"12\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"27\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"23\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"24\",\n                            \"type\": \"premium_service\"\n                        },\n                        {\n                            \"id\": \"11\",\n                            \"type\": \"premium_service\"\n                        }\n                    ]\n                },\n                \"members\": {\n                    \"data\": [\n                        {\n                            \"id\": \"183\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"180\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"43\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"41\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"46\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"184\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"187\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"181\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"174\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"175\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"182\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"186\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"191\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"193\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"194\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"197\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"198\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"199\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"201\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"209\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"210\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"211\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"212\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"196\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"214\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"233\",\n                            \"type\": \"member\"\n                        },\n                        {\n                            \"id\": \"235\",\n                            \"type\": \"member\"\n                        }\n                    ]\n                },\n                \"saleChannels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"38\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"41\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"119\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"134\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"93\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"139\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"140\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"161\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"164\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"165\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"176\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"177\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"178\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"179\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"180\",\n                            \"type\": \"sale_channel\"\n                        },\n                        {\n                            \"id\": \"181\",\n                            \"type\": \"sale_channel\"\n                        }\n                    ]\n                },\n                \"deliveries\": {\n                    \"data\": [\n                        {\n                            \"id\": \"10\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"8\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"327\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"346\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"345\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"333\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"334\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"336\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"325\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"329\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"338\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"317\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"340\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"99\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"344\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"347\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"348\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"337\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"343\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"342\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"7\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"349\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"353\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"9\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"358\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"359\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"360\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"354\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"366\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"368\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"367\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"14\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"369\",\n                            \"type\": \"delivery\"\n                        },\n                        {\n                            \"id\": \"370\",\n                            \"type\": \"delivery\"\n                        }\n                    ]\n                },\n                \"products\": {\n                    \"data\": [\n                        {\n                            \"id\": \"22917\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22923\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22924\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22926\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23779\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23819\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23820\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23821\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23822\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23823\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23824\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23825\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24929\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23252\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23253\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23261\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23262\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23266\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23268\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23270\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23275\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23391\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23840\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23844\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23846\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23847\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23853\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23862\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25838\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25955\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24920\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24924\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26110\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26109\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26113\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26114\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26118\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26119\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26120\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26122\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26123\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26124\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26125\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26126\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26127\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26112\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26116\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26141\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26142\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26143\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26144\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26149\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26148\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26150\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26152\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26153\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26154\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26155\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26158\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26145\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26151\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26161\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26157\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26159\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26146\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26147\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26160\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26162\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26164\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26166\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26167\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26168\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26156\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26173\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26176\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26165\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26169\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26174\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26218\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26221\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26222\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26220\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26223\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26163\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26228\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27736\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27737\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27738\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27739\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27741\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27745\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27746\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27747\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27740\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27748\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"27752\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23149\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23153\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22897\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22600\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22610\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22898\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22609\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22611\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21513\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23170\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23172\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23173\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23179\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23171\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21514\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21516\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21515\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22844\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22847\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22866\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22868\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21517\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23180\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21518\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23181\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23196\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23182\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23197\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21519\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23183\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23198\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23199\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23184\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23200\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23201\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23185\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23186\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23187\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23188\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23189\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"20699\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23191\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21520\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23202\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23203\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23207\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23208\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22893\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23192\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23209\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22845\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23204\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23205\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23242\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23210\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23214\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23224\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23235\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23238\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23237\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23244\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23247\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23250\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23251\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23243\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23239\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23254\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23245\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23248\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23190\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23212\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23213\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23215\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23240\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23218\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23219\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23246\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23249\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23263\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23304\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23226\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23216\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23241\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23290\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23303\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22921\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23386\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23388\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23307\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23217\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23227\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23228\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23257\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23258\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23292\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23264\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23389\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23390\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23387\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23221\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21511\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"20698\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23220\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"20700\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23222\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23229\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23265\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23267\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23259\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23223\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23299\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23230\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23260\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23294\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23296\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23300\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23392\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23231\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23232\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23269\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23271\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23301\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23400\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23302\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25219\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25188\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25189\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25193\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25204\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25205\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23272\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23273\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23274\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22894\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22886\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23864\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25220\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25195\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25197\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25210\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23818\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23276\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23767\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23782\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23801\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23789\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23792\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23793\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23790\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23808\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23816\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23768\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23769\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23783\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23794\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23802\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24253\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24252\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23826\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23849\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23363\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23795\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23803\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23812\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24597\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24598\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24596\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25191\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25211\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23804\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23852\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23367\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23369\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23796\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23806\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25212\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25213\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23805\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24251\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23872\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23873\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23373\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23874\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23875\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23883\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23807\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23755\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23774\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23828\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23863\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23865\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23870\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23871\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23888\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23889\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23890\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23891\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23892\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23885\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23839\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23850\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23777\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23856\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23857\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23869\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23880\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23886\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23950\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23951\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23952\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23953\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23954\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23955\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23956\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23957\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23958\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23778\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23969\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23970\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23836\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23971\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23383\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23843\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23832\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23833\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23834\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23972\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23973\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23974\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23975\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23858\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23959\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23960\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23961\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23962\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23963\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23964\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23965\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23966\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23967\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23968\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23976\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23977\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23385\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23859\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23835\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23882\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23949\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24804\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25868\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23780\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23781\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23837\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23860\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24040\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24041\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24849\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24312\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24850\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23838\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23842\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23851\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23861\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23848\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23841\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"23845\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25880\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24674\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24866\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24870\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24863\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24675\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24871\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24869\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24919\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24926\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24917\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24936\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24903\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24937\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24921\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24928\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24905\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"21523\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24904\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24938\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24939\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24943\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24946\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24944\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24945\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24036\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24922\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24925\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24037\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24923\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"24927\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22619\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22621\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22618\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22708\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22709\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22710\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22711\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22712\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22713\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22714\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22715\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22716\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22717\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22837\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22838\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22850\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22851\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22854\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22867\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22855\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22865\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22874\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22873\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22918\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25569\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25568\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25557\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25558\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25221\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25832\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25837\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25848\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25208\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25869\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25867\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25870\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25871\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25874\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25902\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25879\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25883\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25899\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25885\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25878\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25900\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25930\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25901\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25859\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25898\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25913\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25895\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25950\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25951\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25948\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25939\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25949\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25969\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25970\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25933\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25945\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25942\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25941\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25931\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25943\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25956\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25962\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25946\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25947\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"20701\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25952\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25944\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25932\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"22852\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25940\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26089\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26090\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26091\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26092\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26093\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26094\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26095\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26096\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26098\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"26088\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"25971\",\n                            \"type\": \"product\"\n                        }\n                    ]\n                },\n                \"variants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"45449\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45450\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45451\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45452\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45453\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45454\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45455\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45456\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45457\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45458\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47319\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47320\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47323\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50297\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50298\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50301\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50302\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50303\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50300\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50305\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50307\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50308\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50309\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50311\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50312\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50313\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50314\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50316\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50315\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50317\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50318\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50332\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50335\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50340\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50339\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50333\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50334\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50336\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50341\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50338\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50337\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50342\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50343\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50344\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50345\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50346\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50349\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50347\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50348\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50350\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50351\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50352\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50356\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50353\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50355\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50358\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50360\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50357\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50362\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50365\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50364\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50361\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50354\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50359\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50363\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50367\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50368\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50366\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50372\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50373\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50374\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50378\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50424\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50425\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50422\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50426\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50429\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50427\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50428\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50434\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47364\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47366\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47363\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47365\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47367\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47394\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45650\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45651\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45652\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50271\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50272\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50273\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50275\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50276\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50274\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47650\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49086\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47647\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45677\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47649\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45678\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45680\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45683\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45684\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45688\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45689\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46413\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50277\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50278\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50279\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50280\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"50282\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45702\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45703\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45704\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45705\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45714\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47726\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47727\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45730\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47322\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47321\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47646\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52209\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52208\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52210\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52214\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52211\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52218\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52219\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52220\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45741\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52212\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52213\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52221\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47648\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45742\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52226\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52227\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"52225\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45746\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45745\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45772\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45774\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45775\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45777\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47856\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47902\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47903\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47905\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47908\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47910\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47913\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47914\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47915\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47901\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47928\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47932\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47933\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47936\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47937\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47939\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47938\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47970\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47971\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47972\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47973\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47904\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47906\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47907\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47909\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47911\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47912\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47989\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47992\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47993\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47990\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47991\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47998\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48000\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48004\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47995\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47996\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48001\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48006\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48007\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47999\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47997\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48002\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48003\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48005\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48008\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48015\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48016\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48017\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48018\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48022\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48023\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48025\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48024\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46007\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46011\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45712\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46059\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43392\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"42404\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"42405\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46060\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43394\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"42406\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46062\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46069\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46061\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43395\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43396\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43397\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"42407\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46070\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46071\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43398\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46072\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46073\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43399\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43400\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46074\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43401\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43405\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"43402\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46075\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46076\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46077\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46078\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46079\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46080\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46081\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46085\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46086\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46087\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46088\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46089\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46090\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46091\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46092\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46093\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46094\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46095\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46097\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46098\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46099\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46100\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46103\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46102\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46104\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46105\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48264\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48269\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48271\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46109\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46110\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46106\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48270\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48273\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48276\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48275\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46107\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46108\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48268\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46111\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48278\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46112\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46113\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46114\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46115\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48280\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46117\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46118\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46119\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46120\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46127\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46129\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46121\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46130\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46122\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46123\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46124\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46131\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48287\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46132\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46134\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46133\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48289\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48288\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46135\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46136\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48292\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48294\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48296\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48297\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46137\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46138\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48298\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48299\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46139\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48307\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46140\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48306\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46142\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46141\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46143\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46144\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46145\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46146\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46147\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46148\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46151\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46150\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46149\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46152\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46153\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46154\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46155\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46156\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46163\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46164\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46165\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46167\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46168\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46166\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46170\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46169\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46172\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46171\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46174\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46175\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46173\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46176\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46177\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46178\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46179\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46180\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46181\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46182\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46183\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46184\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46185\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46186\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46187\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46188\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46189\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46190\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46191\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46192\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46193\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46194\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46195\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46196\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46197\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46198\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46199\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46228\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46229\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46231\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46233\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46235\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46239\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46240\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46241\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46242\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46243\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46245\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46244\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46246\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46247\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46254\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46253\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46341\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46342\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46351\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46352\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46357\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46356\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46358\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46370\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46368\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46369\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46402\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46403\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46404\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48651\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48293\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46394\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46395\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46393\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45768\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46401\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46400\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48652\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48300\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46405\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46406\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46407\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46399\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45769\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46408\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46409\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48649\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48661\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48650\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46411\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46412\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48663\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46410\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48664\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46414\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46424\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46749\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46801\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46800\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46803\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46802\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46805\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46804\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48927\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48934\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48945\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48935\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46786\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46812\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46813\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46816\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46817\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46830\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46828\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46829\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46831\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46832\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46833\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46834\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46835\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46836\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46837\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48958\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46838\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46846\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46839\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46847\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48308\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46848\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46840\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46854\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48966\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46862\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46850\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48970\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48969\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48968\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46855\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48967\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48971\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46851\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46852\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46863\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46853\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46856\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48974\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46857\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46864\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46865\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48979\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46869\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46866\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48980\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48981\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48984\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48986\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48995\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48993\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48994\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48978\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46868\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46867\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49000\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49003\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"48999\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49001\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46870\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46880\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46871\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46882\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46890\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46886\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46892\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46898\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46899\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49002\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46894\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46885\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46891\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46888\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46883\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46911\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46917\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46920\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46893\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46876\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46887\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46884\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46905\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49006\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46889\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46903\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46904\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46915\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46907\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46924\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49007\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46906\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46908\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46913\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46926\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46928\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49008\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46909\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46914\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46923\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46922\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49009\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46910\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46916\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46912\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46918\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46921\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46925\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46929\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46934\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46930\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49011\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49010\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46931\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46936\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46933\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46950\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46949\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46951\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46932\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46919\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46939\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46940\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46927\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46935\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46962\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46963\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46941\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46964\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46965\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46958\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46959\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46966\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46967\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46961\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46960\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46942\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46985\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46986\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46943\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46987\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46973\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46980\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46981\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46982\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46983\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46979\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46988\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49023\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46947\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46948\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46944\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46945\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46946\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46989\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46975\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46976\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46977\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46978\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46992\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46990\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46991\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46994\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46995\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46996\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46999\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46997\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"46998\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49042\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49041\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47007\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47002\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47003\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47004\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47005\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47006\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49052\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49040\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49049\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49051\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49053\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49050\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49054\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49055\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49056\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49057\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49058\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49059\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49060\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47063\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47064\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47065\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47066\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49062\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47068\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47069\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47070\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47071\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47072\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47073\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47074\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47075\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47076\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47078\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47080\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47081\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47082\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47083\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47084\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49061\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47090\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49063\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47062\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47067\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47079\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47085\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47086\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47087\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47088\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47089\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49065\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47077\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49064\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49066\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49072\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49071\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49043\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49073\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49079\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49089\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49090\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49091\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49092\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45685\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49088\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45686\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"49087\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47156\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47157\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47149\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47152\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47150\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47151\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"47153\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45312\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45313\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45342\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45341\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45344\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45333\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45334\",\n                            \"type\": \"product\"\n                        },\n                        {\n                            \"id\": \"45332\",\n                            \"type\": \"product\"\n                        }\n                    ]\n                },\n                \"shopMembers\": {\n                    \"data\": [\n                        {\n                            \"id\": \"679\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"519\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"510\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"520\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"544\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"549\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"550\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"551\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"554\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"497\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"498\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"675\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"499\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"622\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"556\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"558\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"664\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"666\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"582\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"602\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"606\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"661\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"522\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"662\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"529\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"532\",\n                            \"type\": \"shop_member\"\n                        },\n                        {\n                            \"id\": \"541\",\n                            \"type\": \"shop_member\"\n                        }\n                    ]\n                },\n                \"paymentChannels\": {\n                    \"data\": []\n                },\n                \"shopPaymentChannels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94\",\n                            \"type\": \"shop_payment_channel\"\n                        },\n                        {\n                            \"id\": \"140\",\n                            \"type\": \"shop_payment_channel\"\n                        }\n                    ]\n                },\n                \"shopDeliveries\": {\n                    \"data\": [\n                        {\n                            \"id\": \"315\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"314\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"318\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"346\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"345\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"323\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"324\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"325\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"316\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"321\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"337\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"335\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"339\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"340\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"344\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"347\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"348\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"334\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"342\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"341\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"338\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"350\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"369\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"353\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"385\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"386\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"387\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"376\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"407\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"415\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"416\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"447\",\n                            \"type\": \"shop_delivery\"\n                        },\n                        {\n                            \"id\": \"446\",\n                            \"type\": \"shop_delivery\"\n                        }\n                    ]\n                },\n                \"shopsWarehouses\": {\n                    \"data\": [\n                        {\n                            \"id\": \"88\",\n                            \"type\": \"shops_warehouse\"\n                        },\n                        {\n                            \"id\": \"89\",\n                            \"type\": \"shops_warehouse\"\n                        }\n                    ]\n                },\n                \"shopPermissions\": {\n                    \"data\": [\n                        {\n                            \"id\": \"5482\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5483\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5484\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5485\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5486\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5487\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5488\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5489\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5490\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5491\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5492\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5493\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5494\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5495\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5496\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5497\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5498\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5499\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5500\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5501\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5502\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5503\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5504\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5505\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5506\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5507\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5508\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5509\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5510\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5511\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5512\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5513\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5514\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5515\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5516\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5517\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5518\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5519\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5520\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5521\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5522\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5523\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5524\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5525\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5526\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5527\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5528\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5529\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5530\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5531\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5532\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5533\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5534\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5535\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5536\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5537\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5538\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5539\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5540\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5541\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5542\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5543\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5544\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5545\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5546\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5547\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5548\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5549\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5550\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5551\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5552\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5553\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5554\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5555\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5556\",\n                            \"type\": \"shop_permission\"\n                        },\n                        {\n                            \"id\": \"5557\",\n                            \"type\": \"shop_permission\"\n                        }\n                    ]\n                },\n                \"picture\": {\n                    \"data\": {\n                        \"id\": \"1046077\",\n                        \"type\": \"picture\"\n                    }\n                },\n                \"omsInvoiceSetting\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"oms_invoice_setting\"\n                    }\n                },\n                \"shopStatus\": {\n                    \"data\": {\n                        \"id\": \"2\",\n                        \"type\": \"shop_status\"\n                    }\n                },\n                \"estimateOrder\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"estimate_order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1\",\n            \"type\": \"oms_invoice_setting\",\n            \"attributes\": {\n                \"id\": 1,\n                \"address\": \"Test Address\",\n                \"branch\": \"99999\",\n                \"documentTitle\": \"ใบกำกับภาษี\",\n                \"email\": \"nisa.k@mycloudfulfillment.com\",\n                \"headQuarter\": true,\n                \"name\": \"G Store\",\n                \"phone\": \"0812345678\",\n                \"postcode\": \"10400\",\n                \"prefix\": \"INV\",\n                \"remarks\": \"หมายเหตุ\",\n                \"startRunningNo\": 10,\n                \"taxId\": \"1234567890\"\n            }\n        }\n    ]\n}"}],"_postman_id":"8b89f880-0898-4210-8e3c-50fabe7e99c2"},{"name":"Create order - on_hold status","id":"97a44b2d-ceae-4eb4-8199-a342f04ae4d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"outbound_order\": {\n        \"order_line_items_attributes\": [\n            {\n                \"sku\": \"0093-C046067\",\n                \"qty\": \"1\",\n                \"unit_price\": \"200\",\n                \"unit_cost\": \"100\"\n            }\n        ],\n        \"outbound_customer_attributes\": {\n            \"name\": \"Test sales API\",\n            \"address\": \"Bangkok\",\n            \"postcode\": \"10310\",\n            \"country\": \"th\",\n            \"phone_number\": \"97 001 2222\",\n            \"phone_code\": \"66\"\n        },\n        \"outbound_information_attributes\": {\n            \"sub_total\": \"400\",\n            \"discount\": \"\",\n            \"shipping_fees\": \"0\",\n            \"vat\": \"0\",\n            \"total_price\": \"500\",\n            \"urgent_fulfillment\": \"false\",\n            \"warehouse_id\": \"4\",\n            \"shop_delivery_id\": \"373\",\n            \"note\": \"\",\n            \"shop_name_in_shipping_label\": \"\",\n            \"mkt_shipping_label\": \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\",\n            \"shop_sale_order_number\": \"\",\n            \"shop_sale_channel_id\": 352,\n            \"sales_channel\": \"own_website\",\n            \"remark\": \"\",\n            \"outbound_packaging_attributes\": {\n                \"packaging_type\": \"mycloud_box\"\n            },\n            \"invoice_required\": true,\n            \"oms_billing_address_attributes\": {\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"head_quarter\": true,\n                \"postcode\": \"12345\",\n                \"branch\": \"67890\",\n                \"email\": \"john@doe.com\",\n                \"phone\": \"09912345667\",\n                \"tax_id\": \"0123456789abcd\"\n            }\n        },\n        \"enable_sms_alert\": \"false\",\n        \"mkt_uuid\": \"\",\n        \"seller_type\": \"mycloud\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/on_hold","description":"<p>Use this interface to create an <code>on_hold</code> order.</p>\n<p><strong>Request parameters</strong></p>\n<p>Please use the <code>Create order - pending status</code> API parameters as a references</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Location</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>{{other fields from <code>Create order - pending status</code>}}</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>on_hold_reason</td>\n<td>body</td>\n<td><code>string</code></td>\n<td><em><strong>available reasons</strong></em>  <br />  <br />- order_on_hold_no_reason  <br />- order_on_hold_oms_invalid_delivery  <br />- order_on_hold_oms_invalid_shipping_address  <br />- order_on_hold_oms_out_of_stock  <br />- order_on_hold_oms_unpaid  <br />- order_on_hold_oms_recalculate_promotion  <br />- order_on_hold_oms_cannot_apply_promotion  <br />  <br /><strong>This field will be added on 02 Oct 2024</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","sales","on_hold"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"97a44b2d-ceae-4eb4-8199-a342f04ae4d1"},{"name":"Update order","id":"8e66e297-1933-4244-b600-9c4f34d79d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"outbound_order\": {\n        \"order_line_items_attributes\": [\n            {\n                \"sku\": \"0077-S050353\",\n                \"qty\": \"1\",\n                \"unit_price\": \"200\",\n                \"unit_cost\": \"100\"\n            }\n        ],\n        \"outbound_customer_attributes\": {\n            \"name\": \"Test sales API from Nat\",\n            \"address\": \"Bangkok\",\n            \"postcode\": \"10310\",\n            \"country\": \"th\",\n            \"phone_number\": \"97 001 2222\",\n            \"phone_code\": \"66\"\n        },\n        \"outbound_information_attributes\": {\n            \"sub_total\": \"400\",\n            \"discount\": \"0\",\n            \"shipping_fees\": \"0\",\n            \"vat\": \"0\",\n            \"total_price\": \"500\",\n            \"urgent_fulfillment\": \"false\",\n            \"warehouse_id\": \"4\",\n            \"shop_delivery_id\": \"314\",\n            \"note\": \"\",\n            \"shop_name_in_shipping_label\": \"\",\n            \"mkt_shipping_label\": \"https://www.southwestyorkshire.nhs.uk/wp-content/uploads/2020/08/Blank-questioning-information.pdf\",\n            \"shop_sale_order_number\": \"\",\n            \"sales_channel\": \"own_website\",\n            \"remark\": \"\",\n            \"outbound_packaging_attributes\": {\n                \"packaging_type\": \"mycloud_box\"\n            },\n            \"invoice_required\": true,\n            \"oms_billing_address_attributes\": {\n                \"name\": \"billing name\",\n                \"address\": \"address\",\n                \"head_quarter\": true,\n                \"postcode\": \"12345\",\n                \"branch\": \"67890\",\n                \"email\": \"john@doe.com\",\n                \"phone\": \"09912345667\",\n                \"tax_id\": \"0123456789abcd\"\n            }\n        },\n        \"enable_sms_alert\": \"false\",\n        \"mkt_uuid\": \"\",\n        \"seller_type\": \"mycloud\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/on_hold/75256","description":"<p>Use this interface to update an <code>on_hold</code> order.</p>\n<p><strong>Request parameters</strong></p>\n<p>Please use the <code>Create order - on_hold status</code> API parameters as a references</p>\n","urlObject":{"path":["api","v1","shops","sales","on_hold","75256"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e66e297-1933-4244-b600-9c4f34d79d2b"},{"name":"Update order status - on_hold to pending","id":"96042765-e25b-48e4-9e2d-8da209e84067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"outbound_order\": {\n    \"outbound_information_attributes\": {\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/pending/75589","description":"<p>Use this interface to update an order from <code>on_hold</code> to <code>pending</code>.</p>\n","urlObject":{"path":["api","v1","shops","sales","pending","75589"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96042765-e25b-48e4-9e2d-8da209e84067"},{"name":"Update order status - pending to on_hold","id":"5b305d73-b468-4927-839f-5322a3658201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/58445/on_hold","description":"<p>Use this interface to update an order from <code>pending</code> to <code>on_hold</code>.</p>\n","urlObject":{"path":["api","v1","shops","sales","58445","on_hold"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b305d73-b468-4927-839f-5322a3658201"},{"name":"Cancel order","id":"2b3a1455-01a6-4692-84e7-9088d66fc69e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/58448/cancel","description":"<p>Use this interface to cancel an order.</p>\n","urlObject":{"path":["api","v1","shops","sales","58448","cancel"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b3a1455-01a6-4692-84e7-9088d66fc69e"},{"name":"Get sales list","id":"bbe232ea-7409-406d-890b-dcf94995d229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales?created_at_gteq=20250201 00:00&created_at_lteq=20250202 00:00&state=pending&page=1&size=20","urlObject":{"path":["api","v1","shops","sales"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Specifies the start date and time for filtering records (&gt;=). Format: YYYYMMDD HH:MM (e.g., 20250201 00:00 means February 1, 2025, at 00:00).</p>\n","type":"text/plain"},"key":"created_at_gteq","value":"20250201 00:00"},{"description":{"content":"<p>Specifies the end date and time for filtering records (&lt;=). Format: YYYYMMDD HH:MM (e.g., 20250202 00:00 means February 2, 2025, at 00:00).</p>\n","type":"text/plain"},"key":"created_at_lteq","value":"20250202 00:00"},{"description":{"content":"<p>The status of the orders to retrieve. Allowed values: </p><ul><li>on_hold - Order is temporarily held.</li><li>pending - Order is awaiting processing.</li><li>in_progress - Order processing has started.</li><li>processing - Order is actively being processed.</li><li>completed - Order has been fulfilled.</li><li>canceled - Order has been canceled.</li><li>missing_sku - Order contains items with missing SKU information.</li><li>outbound_excludes_missing_sku - Order has been processed for outbound, excluding items with missing SKU.</li></ul><p></p>\n","type":"text/plain"},"key":"state","value":"pending"},{"description":{"content":"<p>The page number for pagination (used to navigate through multiple pages of results).</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The number of records to retrieve per page (used for pagination). Maximum allowed size is 20.</p>\n","type":"text/plain"},"key":"size","value":"20"}],"variable":[]}},"response":[{"id":"7c94bbe9-8e38-4b05-83dd-b570a8790209","name":"Get sales list","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/v1/shops/sales?created_at_gteq=20250201 00:00&created_at_lteq=20250213 00:00&state=pending&page=2&size=10","host":["{{host}}"],"path":["api","v1","shops","sales"],"query":[{"key":"created_at_gteq","value":"20250201 00:00"},{"key":"created_at_lteq","value":"20250213 00:00"},{"key":"state","value":"pending"},{"key":"page","value":"2"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Mar 2025 03:35:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"a7c43e9bd01e888252decf1bbaf74313\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=1fd2f68845d6b2d8336935722396f9f8; path=/; expires=Sun, 04 Mar 2035 03:35:39 GMT; HttpOnly"},{"key":"X-Request-Id","value":"ae7f257c-890b-424e-b575-80ccadfeb80e"},{"key":"X-Runtime","value":"0.931957"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"code\": \"MC001\",\n    \"success\": true,\n    \"detail\": \"\",\n    \"data\": [\n        {\n            \"id\": \"97066\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 97066,\n                \"orderNo\": \"MC2502070097066\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-07T11:24:37.295+07:00\",\n                \"updatedAt\": \"2025-02-07T11:24:46.569+07:00\",\n                \"mktUuid\": \"OMS2502070120650\",\n                \"mktStatuses\": [],\n                \"trackingToken\": \"d1b29f04131ee5e4cc9e6920f8641cd7\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/a7KS4F\",\n                \"deliveryMode\": \"MyCloud Shipping (D)\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"Benjamas Mujcha\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"mycloud\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": null,\n                \"lastSyncedAt\": null,\n                \"uuid\":\"SO260406UFIE80CL\",\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": false,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"237\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"354\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112114\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105481\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94341\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"95148\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"97046\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 97046,\n                \"orderNo\": \"MC2502060097046\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-06T09:22:56.820+07:00\",\n                \"updatedAt\": \"2025-02-06T09:23:02.151+07:00\",\n                \"mktUuid\": \"2025020660897714\",\n                \"mktStatuses\": [\n                    \"FINALIZED\",\n                    \"PENDING\",\n                    \"SHIPPED_ALL\"\n                ],\n                \"trackingToken\": \"39555bbe04c9cdfd9ce643ff4bea2064\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/B3n2xV\",\n                \"deliveryMode\": \"EMS COD\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"System (Line shopping)\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"line_shopping\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": \"2025-02-06T09:20:06.000+07:00\",\n                \"lastSyncedAt\": \"2025-02-06T09:22:56.801+07:00\",\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": true,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"marketplace\": {\n                    \"data\": {\n                        \"id\": \"63\",\n                        \"type\": \"marketplace\"\n                    }\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"10\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112096\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105463\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94325\",\n                            \"type\": \"order_line_item\"\n                        },\n                        {\n                            \"id\": \"94326\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"95061\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"97045\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 97045,\n                \"orderNo\": \"MC2502060097045\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-06T08:55:52.480+07:00\",\n                \"updatedAt\": \"2025-02-06T08:56:14.521+07:00\",\n                \"mktUuid\": \"2025020660897334\",\n                \"mktStatuses\": [\n                    \"FINALIZED\",\n                    \"PENDING\",\n                    \"SHIPPED_ALL\"\n                ],\n                \"trackingToken\": \"7d95d2d0e3d7eb73466cc439beb6af2f\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/xtKoTv\",\n                \"deliveryMode\": \"EMS COD\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"System (Line shopping)\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"line_shopping\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": \"2025-02-06T08:55:12.000+07:00\",\n                \"lastSyncedAt\": \"2025-02-06T08:55:52.467+07:00\",\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": true,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"marketplace\": {\n                    \"data\": {\n                        \"id\": \"63\",\n                        \"type\": \"marketplace\"\n                    }\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"10\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112095\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105462\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94324\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"95060\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"97008\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 97008,\n                \"orderNo\": \"MC2502040097008\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-04T14:44:54.779+07:00\",\n                \"updatedAt\": \"2025-02-04T14:45:02.423+07:00\",\n                \"mktUuid\": \"2025020460853208\",\n                \"mktStatuses\": [\n                    \"FINALIZED\",\n                    \"PENDING\",\n                    \"SHIPPED_ALL\"\n                ],\n                \"trackingToken\": \"fbd3a2fa6452d96aa5e8eeca7617dabc\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/9pZ3hh\",\n                \"deliveryMode\": \"EMS COD\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"System (Line shopping)\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"line_shopping\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": \"2025-02-04T14:44:28.000+07:00\",\n                \"lastSyncedAt\": \"2025-02-04T14:44:54.763+07:00\",\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": true,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"marketplace\": {\n                    \"data\": {\n                        \"id\": \"63\",\n                        \"type\": \"marketplace\"\n                    }\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"10\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112058\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105425\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94282\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94961\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"97000\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 97000,\n                \"orderNo\": \"MC2502040097000\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-04T13:48:36.709+07:00\",\n                \"updatedAt\": \"2025-02-04T13:48:46.405+07:00\",\n                \"mktUuid\": \"OMS2502040728502\",\n                \"mktStatuses\": [],\n                \"trackingToken\": \"883deb57a7dcd452708964414a52d02a\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/688p6y\",\n                \"deliveryMode\": \"EMS\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"Dui Tester\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"mycloud\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": null,\n                \"lastSyncedAt\": null,\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": false,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"212\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112050\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105417\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94273\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94939\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94940\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"397\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"96999\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 96999,\n                \"orderNo\": \"MC2502040096999\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-04T13:48:21.720+07:00\",\n                \"updatedAt\": \"2025-02-04T13:48:32.134+07:00\",\n                \"mktUuid\": \"OMS2502040090111\",\n                \"mktStatuses\": [],\n                \"trackingToken\": \"db30ce1d3d5b6010fc614a6a89074e9f\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/p241xo\",\n                \"deliveryMode\": \"EMS\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"Dui Tester\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"mycloud\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": null,\n                \"lastSyncedAt\": null,\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": false,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"212\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112049\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105416\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94272\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94933\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"96998\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 96998,\n                \"orderNo\": \"MC2502040096998\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-04T13:48:11.812+07:00\",\n                \"updatedAt\": \"2025-02-04T13:48:20.765+07:00\",\n                \"mktUuid\": \"OMS2502040533835\",\n                \"mktStatuses\": [],\n                \"trackingToken\": \"edc49085dc8fe6a8f56b9f05d9bcdf27\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/PrSCcR\",\n                \"deliveryMode\": \"EMS\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"Dui Tester\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"mycloud\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": null,\n                \"lastSyncedAt\": null,\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": false,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"212\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112048\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105415\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94271\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94926\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94927\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"397\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"96997\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 96997,\n                \"orderNo\": \"MC2502040096997\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-04T13:48:01.665+07:00\",\n                \"updatedAt\": \"2025-02-04T13:48:07.007+07:00\",\n                \"mktUuid\": \"OMS2502040299987\",\n                \"mktStatuses\": [],\n                \"trackingToken\": \"5e534dda4102c89d9335b1a387c3e2ad\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/i9ZHjR\",\n                \"deliveryMode\": \"EMS\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"Dui Tester\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"mycloud\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": null,\n                \"lastSyncedAt\": null,\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": false,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"212\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112047\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105414\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94270\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94920\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"96996\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 96996,\n                \"orderNo\": \"MC2502040096996\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-04T13:47:41.678+07:00\",\n                \"updatedAt\": \"2025-02-04T13:47:49.655+07:00\",\n                \"mktUuid\": \"OMS2502040803117\",\n                \"mktStatuses\": [],\n                \"trackingToken\": \"89e960e1891eb40f8c672af0cc2a9f0b\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/A6AdZq\",\n                \"deliveryMode\": \"EMS\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"Dui Tester\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"mycloud\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": null,\n                \"lastSyncedAt\": null,\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": false,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"212\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112046\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105413\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94269\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94913\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94914\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"397\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"96995\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 96995,\n                \"orderNo\": \"MC2502040096995\",\n                \"state\": \"awaiting_strategy\",\n                \"createdAt\": \"2025-02-04T13:47:31.736+07:00\",\n                \"updatedAt\": \"2025-02-04T13:47:35.094+07:00\",\n                \"mktUuid\": \"OMS2502040801172\",\n                \"mktStatuses\": [],\n                \"trackingToken\": \"cd5b80d27a7ddf50753101036be25d2e\",\n                \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/LuW0Y0\",\n                \"deliveryMode\": \"EMS\",\n                \"enableSmsAlert\": false,\n                \"creator\": \"Dui Tester\",\n                \"approveAt\": null,\n                \"receiveAt\": null,\n                \"sellerType\": \"mycloud\",\n                \"returnStatus\": null,\n                \"externalCreatedAt\": null,\n                \"lastSyncedAt\": null,\n                \"orderStatus\": \"awaiting_strategy\",\n                \"orderPairing\": false,\n                \"mktReturnStatus\": false\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"212\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112045\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"outboundCustomer\": {\n                    \"data\": {\n                        \"id\": \"105412\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"latestOmsOnHoldReason\": {\n                    \"data\": null\n                },\n                \"orderLineItems\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94268\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94907\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"shippingOrderItems\": {\n                    \"data\": []\n                },\n                \"shippingOrders\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"94341\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94341,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"0.0\",\n                \"unitPrice\": \"1.0\",\n                \"lotNumber\": \"1\",\n                \"manufacturingDate\": \"2025-01-01T00:00:00.000+07:00\",\n                \"expirationDate\": \"2052-01-01T00:00:00.000+07:00\",\n                \"shopPremiumServiceIds\": [\n                    411,\n                    426\n                ],\n                \"mktStatus\": null,\n                \"withLot\": true,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23385\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"95149\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"95150\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"23385\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 23385,\n                \"name\": \"flower case MCV3-7741เคสที่1\",\n                \"shopSku\": \"flower case MCV3-7741เคสที่1\",\n                \"systemSku\": \"0077-S058208\",\n                \"isActive\": true,\n                \"productCategory\": {\n                    \"id\": 297,\n                    \"name\": \"Sugar_QA\",\n                    \"createdAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"updatedAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": true\n                },\n                \"condition\": \"good\",\n                \"onHand\": 1,\n                \"available\": 0,\n                \"netInventory\": -1,\n                \"reserved\": 1,\n                \"nonReserve\": 1\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"30766\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"58208\",\n                        \"type\": \"product_variant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"58208\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 58208,\n                \"name\": \"flower case MCV3-7741เคสที่1\",\n                \"shopSku\": \"flower case MCV3-7741เคสที่1\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-S058208\",\n                \"isActive\": true,\n                \"unitCost\": \"0.0\",\n                \"unitPrice\": \"1.0\",\n                \"uuid\": null,\n                \"barcodes\": \"\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"flower case MCV3-7741เคสที่1\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2025-02-07T11:19:57.600+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"30766\",\n                        \"type\": \"product\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"30766\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 30766,\n                \"name\": \"flower case MCV3-7741เคสที่1\",\n                \"description\": \"ใช้เทส flower case MCV3-7741เคสที่1\",\n                \"isActive\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"shippingBoxId\": null,\n                \"productCategory\": {\n                    \"id\": 297,\n                    \"name\": \"Sugar_QA\",\n                    \"createdAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"updatedAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": true\n                }\n            },\n            \"relationships\": {\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"297\",\n                        \"type\": \"product_category\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95149\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"411\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94341\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95150\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94341\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95148\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"97066\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"411\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 411,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"บันทึก serial number\",\n                \"premiumServiceSettings\": []\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"6\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"426\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 426,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"ห่อ bubble รายชิ้น\",\n                \"premiumServiceSettings\": []\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"5\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"417\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 417,\n                \"description\": \"แพคแบบนี้นะคะ\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"แพคพิเศษ\",\n                \"premiumServiceSettings\": []\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"7\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"105481\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"Mycloudfulfillment 27 · คลองตัน/ Khlong Tan กรุงเทพมหานคร/ Bangkok คลองเตย/ Khlong Toei\",\n                \"country\": \"TH\",\n                \"customerId\": 234245,\n                \"email\": \"\",\n                \"name\": \"Qa Sugar\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"656565656\",\n                \"postcode\": \"10400\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112114\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"disabled\",\n                \"customCustomer\": false,\n                \"discount\": null,\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-07T11:24:37.295+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": \"ใช้เทส flower case MCV3-7741เคสที่1\",\n                \"orderId\": 97066,\n                \"remark\": \"\",\n                \"salesChannel\": \"mycloud_oms\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 376,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 177,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"1.0\",\n                \"totalPrice\": \"1.0\",\n                \"updatedAt\": \"2025-02-07T11:24:37.818+07:00\",\n                \"urgentFulfillment\": false,\n                \"useMycloudShipping\": true,\n                \"useShippingAddressForInvoice\": false,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Benjamas Mujcha\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"376\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"97066\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234241\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"235139\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"177\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105857\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"235139\",\n            \"type\": \"customer_address\",\n            \"attributes\": {\n                \"address\": \"Mycloudfulfillment  27 · คลองตัน/ Khlong Tan\\n\\nกรุงเทพมหานคร/ Bangkok\\nคลองเตย/ Khlong Toei\",\n                \"country\": \"th\",\n                \"postcode\": \"10400\",\n                \"primary\": true\n            }\n        },\n        {\n            \"id\": \"234241\",\n            \"type\": \"customer_info\",\n            \"attributes\": {\n                \"name\": \"Qa Sugar\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"656565656\",\n                \"email\": null,\n                \"primary\": true,\n                \"socialMediaId\": \"\"\n            }\n        },\n        {\n            \"id\": \"105857\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": null,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": null,\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112114\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"376\",\n            \"type\": \"shop_delivery\",\n            \"attributes\": {\n                \"id\": 376,\n                \"price\": null,\n                \"desc\": null,\n                \"codAccount\": \"\",\n                \"nameOther\": null,\n                \"primary\": false,\n                \"deliveryName\": \"MyCloud Shipping (D)\",\n                \"mktName\": \"MyCloud\",\n                \"isCod\": \"no\",\n                \"code\": \"MyCloud Shipping (D)\",\n                \"mycloudShipping\": \"yes\"\n            },\n            \"relationships\": {\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"354\",\n                        \"type\": \"delivery\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"354\",\n            \"type\": \"delivery\",\n            \"attributes\": {\n                \"id\": 354,\n                \"name\": \"MyCloud Shipping (D)\",\n                \"shippingType\": \"parcel\",\n                \"cashOnDelivery\": false,\n                \"isOther\": null\n            }\n        },\n        {\n            \"id\": \"177\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 177,\n                \"channelType\": \"mycloud_oms\",\n                \"defaultChannel\": true,\n                \"description\": null,\n                \"marketplaceId\": null,\n                \"name\": \"MyCloud OMS\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94325\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94325,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"0.0\",\n                \"unitPrice\": \"10.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    411,\n                    426\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23013\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"95062\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"95063\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"94326\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94326,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": null,\n                \"unitPrice\": \"0.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    411,\n                    426\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": true\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23013\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"95064\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"95065\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": {\n                        \"id\": \"829\",\n                        \"type\": \"promotion\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"23013\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 23013,\n                \"name\": \"มันบดเลิฟเว่อร์ s\",\n                \"shopSku\": \"มันบดเลิฟเว่อร์s\",\n                \"systemSku\": \"0077-S053325\",\n                \"isActive\": true,\n                \"productCategory\": {\n                    \"id\": 297,\n                    \"name\": \"Sugar_QA\",\n                    \"createdAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"updatedAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": true\n                },\n                \"condition\": \"good\",\n                \"onHand\": 995,\n                \"available\": 974,\n                \"netInventory\": 973,\n                \"reserved\": 21,\n                \"nonReserve\": 1\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"28773\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"53325\",\n                        \"type\": \"product_variant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"53325\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 53325,\n                \"name\": \"มันบดเลิฟเว่อร์ s\",\n                \"shopSku\": \"มันบดเลิฟเว่อร์s\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-S053325\",\n                \"isActive\": true,\n                \"unitCost\": \"1.0\",\n                \"unitPrice\": \"10.0\",\n                \"uuid\": null,\n                \"barcodes\": \"\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"มันบดเลิฟเว่อร์ s\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2024-07-16T16:57:25.129+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"28773\",\n                        \"type\": \"product\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"28773\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 28773,\n                \"name\": \"มันบดเลิฟเว่อร์ s\",\n                \"description\": \"มันบดเลิฟเว่อร์ s\",\n                \"isActive\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"shippingBoxId\": null,\n                \"productCategory\": {\n                    \"id\": 297,\n                    \"name\": \"Sugar_QA\",\n                    \"createdAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"updatedAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": true\n                }\n            },\n            \"relationships\": {\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"297\",\n                        \"type\": \"product_category\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95062\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"411\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94325\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95063\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94325\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95064\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"411\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94326\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95065\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94326\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95061\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"97046\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"829\",\n            \"type\": \"promotion\",\n            \"attributes\": {\n                \"id\": 829,\n                \"name\": \"Sugar test เดี๋ยวมาลบเอง\",\n                \"description\": \"Sugar test เดี๋ยวมาลบเอง\"\n            }\n        },\n        {\n            \"id\": \"105463\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"Test แขวงลุมพินี เขตปทุมวัน กรุงเทพมหานคร\",\n                \"country\": \"TH\",\n                \"customerId\": 234246,\n                \"email\": null,\n                \"name\": \"Qa test\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"646464646\",\n                \"postcode\": \"10330\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112096\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"unknown\",\n                \"customCustomer\": true,\n                \"discount\": \"0.0\",\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-06T09:22:58.194+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": null,\n                \"orderId\": 97046,\n                \"remark\": null,\n                \"salesChannel\": \"line_shopping\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"10.0\",\n                \"shopDeliveryId\": 315,\n                \"shopNameInShippingLabel\": null,\n                \"shopSaleChannelId\": 223,\n                \"shopSaleOrderNumber\": \"2025020660897714\",\n                \"staffId\": null,\n                \"subTotal\": \"10.0\",\n                \"totalPrice\": \"20.0\",\n                \"updatedAt\": \"2025-02-06T09:22:59.039+07:00\",\n                \"urgentFulfillment\": null,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": null,\n                \"vat\": \"7.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Benjamas Mujcha\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"315\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"97046\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234242\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"235171\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"223\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105849\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"235171\",\n            \"type\": \"customer_address\",\n            \"attributes\": {\n                \"address\": \"Test แขวงลุมพินี เขตปทุมวัน กรุงเทพมหานคร\",\n                \"country\": \"TH\",\n                \"postcode\": \"10330\",\n                \"primary\": true\n            }\n        },\n        {\n            \"id\": \"234242\",\n            \"type\": \"customer_info\",\n            \"attributes\": {\n                \"name\": \"Qa test\",\n                \"phoneCode\": null,\n                \"phoneNumber\": \"06123456789\",\n                \"email\": \"Benjamas.m@mycloudfulfillment.com\",\n                \"primary\": true,\n                \"socialMediaId\": null\n            }\n        },\n        {\n            \"id\": \"105849\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": false,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": \"20.0\",\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112096\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"315\",\n            \"type\": \"shop_delivery\",\n            \"attributes\": {\n                \"id\": 315,\n                \"price\": null,\n                \"desc\": null,\n                \"codAccount\": \"\",\n                \"nameOther\": null,\n                \"primary\": false,\n                \"deliveryName\": \"EMS COD\",\n                \"mktName\": \"EMS\",\n                \"isCod\": \"yes\",\n                \"code\": \"EMS COD\",\n                \"mycloudShipping\": \"no\"\n            },\n            \"relationships\": {\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"10\",\n                        \"type\": \"delivery\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"10\",\n            \"type\": \"delivery\",\n            \"attributes\": {\n                \"id\": 10,\n                \"name\": \"EMS COD\",\n                \"shippingType\": \"parcel\",\n                \"cashOnDelivery\": true,\n                \"isOther\": null\n            }\n        },\n        {\n            \"id\": \"223\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 223,\n                \"channelType\": \"line_shopping\",\n                \"defaultChannel\": false,\n                \"description\": null,\n                \"marketplaceId\": 63,\n                \"name\": \"[production] sc-mycloud\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94324\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94324,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"0.0\",\n                \"unitPrice\": \"1.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"20331\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": []\n                },\n                \"shopPremiumServices\": {\n                    \"data\": []\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"20331\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 20331,\n                \"name\": \"This is Test Product 003\",\n                \"shopSku\": \"sku-this-is-test-product-003\",\n                \"systemSku\": \"0077-S050297\",\n                \"isActive\": true,\n                \"productCategory\": {\n                    \"id\": 238,\n                    \"name\": \"Dui Category\",\n                    \"createdAt\": \"2023-01-06T14:48:21.953+07:00\",\n                    \"updatedAt\": \"2023-01-06T14:48:21.953+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": false\n                },\n                \"condition\": \"good\",\n                \"onHand\": 96,\n                \"available\": 91,\n                \"netInventory\": 91,\n                \"reserved\": 5,\n                \"nonReserve\": 0\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"26109\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"50297\",\n                        \"type\": \"product_variant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"50297\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 50297,\n                \"name\": \"This is Test Product 003\",\n                \"shopSku\": \"sku-this-is-test-product-003\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-S050297\",\n                \"isActive\": true,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"15.0\",\n                \"uuid\": null,\n                \"barcodes\": \"b--this-is-test-product-003\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"This is Test Product 003\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2023-06-08T13:59:06.083+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"26109\",\n                        \"type\": \"product\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"26109\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 26109,\n                \"name\": \"This is Test Product 003\",\n                \"description\": \"\",\n                \"isActive\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"shippingBoxId\": null,\n                \"productCategory\": {\n                    \"id\": 238,\n                    \"name\": \"Dui Category\",\n                    \"createdAt\": \"2023-01-06T14:48:21.953+07:00\",\n                    \"updatedAt\": \"2023-01-06T14:48:21.953+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": false\n                }\n            },\n            \"relationships\": {\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"238\",\n                        \"type\": \"product_category\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95060\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"97045\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"105462\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"Mycloudfulfillment สุริยวงศ์ บางรัก กรุงเทพมหานคร\",\n                \"country\": \"TH\",\n                \"customerId\": 234342,\n                \"email\": null,\n                \"name\": \"PO Test\",\n                \"phoneCode\": null,\n                \"phoneNumber\": \"09123456789\",\n                \"postcode\": \"10500\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112095\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"unknown\",\n                \"customCustomer\": true,\n                \"discount\": \"0.0\",\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-06T08:56:04.030+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": null,\n                \"orderId\": 97045,\n                \"remark\": null,\n                \"salesChannel\": \"line_shopping\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"10.0\",\n                \"shopDeliveryId\": 315,\n                \"shopNameInShippingLabel\": null,\n                \"shopSaleChannelId\": 223,\n                \"shopSaleOrderNumber\": \"2025020660897334\",\n                \"staffId\": null,\n                \"subTotal\": \"1.0\",\n                \"totalPrice\": \"11.0\",\n                \"updatedAt\": \"2025-02-06T08:56:04.611+07:00\",\n                \"urgentFulfillment\": null,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": null,\n                \"vat\": \"7.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Jam kanyapak\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"315\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"97045\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234338\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"235282\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"223\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105848\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"235282\",\n            \"type\": \"customer_address\",\n            \"attributes\": {\n                \"address\": \"Mycloudfulfillment สุริยวงศ์ บางรัก กรุงเทพมหานคร\",\n                \"country\": \"TH\",\n                \"postcode\": \"10500\",\n                \"primary\": true\n            }\n        },\n        {\n            \"id\": \"234338\",\n            \"type\": \"customer_info\",\n            \"attributes\": {\n                \"name\": \"PO Test\",\n                \"phoneCode\": null,\n                \"phoneNumber\": \"09123456789\",\n                \"email\": \"\",\n                \"primary\": true,\n                \"socialMediaId\": null\n            }\n        },\n        {\n            \"id\": \"105848\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": false,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": \"11.0\",\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112095\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"94282\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94282,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"0.0\",\n                \"unitPrice\": \"1.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"20331\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": []\n                },\n                \"shopPremiumServices\": {\n                    \"data\": []\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"94961\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"97008\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"105425\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"Mycloudfulfillment สุริยวงศ์ บางรัก กรุงเทพมหานคร\",\n                \"country\": \"TH\",\n                \"customerId\": 234342,\n                \"email\": null,\n                \"name\": \"PO Test\",\n                \"phoneCode\": null,\n                \"phoneNumber\": \"09123456789\",\n                \"postcode\": \"10500\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112058\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"unknown\",\n                \"customCustomer\": true,\n                \"discount\": \"0.0\",\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-04T14:44:56.817+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": null,\n                \"orderId\": 97008,\n                \"remark\": null,\n                \"salesChannel\": \"line_shopping\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"10.0\",\n                \"shopDeliveryId\": 315,\n                \"shopNameInShippingLabel\": null,\n                \"shopSaleChannelId\": 223,\n                \"shopSaleOrderNumber\": \"2025020460853208\",\n                \"staffId\": null,\n                \"subTotal\": \"1.0\",\n                \"totalPrice\": \"11.0\",\n                \"updatedAt\": \"2025-02-04T14:44:57.298+07:00\",\n                \"urgentFulfillment\": null,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": null,\n                \"vat\": \"7.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Jam kanyapak\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"315\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"97008\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234338\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"235282\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"223\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105827\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"105827\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": false,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": \"11.0\",\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112058\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"94273\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94273,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"100.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    426,\n                    1033\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23118\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94941\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94942\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"1033\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"23118\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 23118,\n                \"name\": \"Charger 7\",\n                \"shopSku\": \"charger-7\",\n                \"systemSku\": \"0077-S053457\",\n                \"isActive\": true,\n                \"productCategory\": {\n                    \"id\": 243,\n                    \"name\": \"Chadui\",\n                    \"createdAt\": \"2023-02-10T17:09:55.956+07:00\",\n                    \"updatedAt\": \"2023-02-10T17:09:55.956+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": false\n                },\n                \"condition\": \"good\",\n                \"onHand\": 53,\n                \"available\": 45,\n                \"netInventory\": 45,\n                \"reserved\": 8,\n                \"nonReserve\": 0\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"28902\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"53457\",\n                        \"type\": \"product_variant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"53457\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 53457,\n                \"name\": \"Charger 7\",\n                \"shopSku\": \"charger-7\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-S053457\",\n                \"isActive\": true,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"100.0\",\n                \"uuid\": null,\n                \"barcodes\": \"b-charger-7\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"Charger 7\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2024-10-24T15:24:21.713+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"28902\",\n                        \"type\": \"product\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"28902\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 28902,\n                \"name\": \"Charger 7\",\n                \"description\": \"\",\n                \"isActive\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"shippingBoxId\": null,\n                \"productCategory\": {\n                    \"id\": 243,\n                    \"name\": \"Chadui\",\n                    \"createdAt\": \"2023-02-10T17:09:55.956+07:00\",\n                    \"updatedAt\": \"2023-02-10T17:09:55.956+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": false\n                }\n            },\n            \"relationships\": {\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"243\",\n                        \"type\": \"product_category\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94941\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94273\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94942\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"1033\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94273\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94939\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"397\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"97000\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94940\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"97000\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"1033\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 1033,\n                \"description\": \"###### ตั้งค่า description ที่ Shop Admin\\r\\nspecials service รายชิ้น ของ shop77\\r\\n\\r\\n1. Lorem ipsum dolor sit amet [link text](http://dev.nodeca.com)\\r\\n2. Consectetur adipiscing elit \\r\\n\\r\\n+ *Sub-lists are made by indenting 2 spaces:*\\r\\n  - Marker character change forces new list start:\\r\\n     * Ac tristique libero volutpat at [link with title](http://nodeca.github.io/pica/demo/ \\\"title text!\\\")\\r\\n+ Very easy!\",\n                \"videoUrl\": \"\",\n                \"isDefault\": false,\n                \"premiumServiceName\": \"Markdown Piece 2 - Piece\",\n                \"premiumServiceSettings\": []\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"37\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"397\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 397,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": false,\n                \"premiumServiceName\": \"Urgent fulfillment\",\n                \"premiumServiceSettings\": []\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"13\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"105417\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"11/1 หมู่1 ต.เมือง อ.เมือง จ.เชียงใหม่\",\n                \"country\": \"TH\",\n                \"customerId\": 234023,\n                \"email\": \"\",\n                \"name\": \"Chanavee Punyakong\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"811122222\",\n                \"postcode\": \"50200\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112050\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"disabled\",\n                \"customCustomer\": false,\n                \"discount\": null,\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-04T13:48:36.709+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": null,\n                \"orderId\": 97000,\n                \"remark\": \"\",\n                \"salesChannel\": \"mycloud_oms\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 314,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 177,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"100.0\",\n                \"totalPrice\": \"100.0\",\n                \"updatedAt\": \"2025-02-04T13:48:37.129+07:00\",\n                \"urgentFulfillment\": true,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": false,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Dui Tester\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"314\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"97000\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234019\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"234971\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"177\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105823\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"234971\",\n            \"type\": \"customer_address\",\n            \"attributes\": {\n                \"address\": \"11/1 หมู่1 ต.เมือง อ.เมือง จ.เชียงใหม่ \",\n                \"country\": \"th\",\n                \"postcode\": \"50200\",\n                \"primary\": true\n            }\n        },\n        {\n            \"id\": \"234019\",\n            \"type\": \"customer_info\",\n            \"attributes\": {\n                \"name\": \"Chanavee Punyakong\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"81 112 2222\",\n                \"email\": \"cpu@manaosoftware.com\",\n                \"primary\": true,\n                \"socialMediaId\": \"\"\n            }\n        },\n        {\n            \"id\": \"105823\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": null,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": null,\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112050\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"314\",\n            \"type\": \"shop_delivery\",\n            \"attributes\": {\n                \"id\": 314,\n                \"price\": null,\n                \"desc\": null,\n                \"codAccount\": \"\",\n                \"nameOther\": null,\n                \"primary\": false,\n                \"deliveryName\": \"EMS\",\n                \"mktName\": \"EMS\",\n                \"isCod\": \"no\",\n                \"code\": \"EMS\",\n                \"mycloudShipping\": \"no\"\n            },\n            \"relationships\": {\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"8\",\n            \"type\": \"delivery\",\n            \"attributes\": {\n                \"id\": 8,\n                \"name\": \"EMS\",\n                \"shippingType\": \"parcel\",\n                \"cashOnDelivery\": false,\n                \"isOther\": null\n            }\n        },\n        {\n            \"id\": \"94272\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94272,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"100.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    426,\n                    1033\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23118\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94934\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94935\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"1033\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"94934\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94272\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94935\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"1033\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94272\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94933\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"96999\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"105416\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"11/1 หมู่1 ต.เมือง อ.เมือง จ.เชียงใหม่\",\n                \"country\": \"TH\",\n                \"customerId\": 234023,\n                \"email\": \"\",\n                \"name\": \"Chanavee Punyakong\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"811122222\",\n                \"postcode\": \"50200\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112049\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"disabled\",\n                \"customCustomer\": false,\n                \"discount\": null,\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-04T13:48:21.720+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": null,\n                \"orderId\": 96999,\n                \"remark\": \"\",\n                \"salesChannel\": \"mycloud_oms\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 314,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 177,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"100.0\",\n                \"totalPrice\": \"100.0\",\n                \"updatedAt\": \"2025-02-04T13:48:22.270+07:00\",\n                \"urgentFulfillment\": false,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": false,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Dui Tester\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"314\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"96999\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234019\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"234971\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"177\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105822\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"105822\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": null,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": null,\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112049\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"94271\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94271,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"100.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    426,\n                    1033\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23118\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94928\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94929\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"1033\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"94928\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94271\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94929\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"1033\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94271\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94926\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"397\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"96998\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94927\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"96998\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"105415\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"11/1 หมู่1 ต.เมือง อ.เมือง จ.เชียงใหม่\",\n                \"country\": \"TH\",\n                \"customerId\": 234023,\n                \"email\": \"\",\n                \"name\": \"Chanavee Punyakong\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"811122222\",\n                \"postcode\": \"50200\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112048\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"disabled\",\n                \"customCustomer\": false,\n                \"discount\": null,\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-04T13:48:11.812+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": \"nextday2\",\n                \"orderId\": 96998,\n                \"remark\": \"\",\n                \"salesChannel\": \"mycloud_oms\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 314,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 177,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"100.0\",\n                \"totalPrice\": \"100.0\",\n                \"updatedAt\": \"2025-02-04T13:48:12.304+07:00\",\n                \"urgentFulfillment\": true,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": false,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Dui Tester\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"314\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"96998\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234019\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"234971\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"177\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105821\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"105821\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": null,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": null,\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112048\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"94270\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94270,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"100.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    426,\n                    1033\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23118\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94921\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94922\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"1033\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"94921\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94270\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94922\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"1033\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94270\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94920\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"96997\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"105414\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"11/1 หมู่1 ต.เมือง อ.เมือง จ.เชียงใหม่\",\n                \"country\": \"TH\",\n                \"customerId\": 234023,\n                \"email\": \"\",\n                \"name\": \"Chanavee Punyakong\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"811122222\",\n                \"postcode\": \"50200\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112047\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"disabled\",\n                \"customCustomer\": false,\n                \"discount\": null,\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-04T13:48:01.665+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": \"nextday2\",\n                \"orderId\": 96997,\n                \"remark\": \"\",\n                \"salesChannel\": \"mycloud_oms\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 314,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 177,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"100.0\",\n                \"totalPrice\": \"100.0\",\n                \"updatedAt\": \"2025-02-04T13:48:02.184+07:00\",\n                \"urgentFulfillment\": false,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": false,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Dui Tester\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"314\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"96997\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234019\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"234971\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"177\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105820\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"105820\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": null,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": null,\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112047\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"94269\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94269,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"100.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    426,\n                    1033\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23118\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94915\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94916\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"1033\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"94915\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94269\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94916\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"1033\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94269\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94913\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"397\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"96996\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94914\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"96996\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"105413\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"11/1 หมู่1 ต.เมือง อ.เมือง จ.เชียงใหม่\",\n                \"country\": \"TH\",\n                \"customerId\": 234023,\n                \"email\": \"\",\n                \"name\": \"Chanavee Punyakong\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"811122222\",\n                \"postcode\": \"50200\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112046\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"disabled\",\n                \"customCustomer\": false,\n                \"discount\": null,\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-04T13:47:41.678+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": \"nextday2\",\n                \"orderId\": 96996,\n                \"remark\": \"\",\n                \"salesChannel\": \"mycloud_oms\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 314,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 177,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"100.0\",\n                \"totalPrice\": \"100.0\",\n                \"updatedAt\": \"2025-02-04T13:47:42.224+07:00\",\n                \"urgentFulfillment\": true,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": false,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Dui Tester\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"314\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"96996\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234019\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"234971\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"177\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105819\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"105819\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": null,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": null,\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112046\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"94268\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94268,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"10.0\",\n                \"unitPrice\": \"100.0\",\n                \"lotNumber\": null,\n                \"manufacturingDate\": null,\n                \"expirationDate\": null,\n                \"shopPremiumServiceIds\": [\n                    426,\n                    1033\n                ],\n                \"mktStatus\": null,\n                \"withLot\": false,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23118\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"94908\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"94909\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"1033\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"94908\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94268\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94909\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"1033\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94268\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"94907\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"96995\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"105412\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"11/1 หมู่1 ต.เมือง อ.เมือง จ.เชียงใหม่\",\n                \"country\": \"TH\",\n                \"customerId\": 234023,\n                \"email\": \"\",\n                \"name\": \"Chanavee Punyakong\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"811122222\",\n                \"postcode\": \"50200\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112045\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"disabled\",\n                \"customCustomer\": false,\n                \"discount\": null,\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-04T13:47:31.736+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": \"nextday2\",\n                \"orderId\": 96995,\n                \"remark\": \"\",\n                \"salesChannel\": \"mycloud_oms\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 314,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 177,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"100.0\",\n                \"totalPrice\": \"100.0\",\n                \"updatedAt\": \"2025-02-04T13:47:32.483+07:00\",\n                \"urgentFulfillment\": false,\n                \"useMycloudShipping\": false,\n                \"useShippingAddressForInvoice\": false,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Dui Tester\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"314\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"96995\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234019\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"234971\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"177\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105818\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"105818\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": null,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": null,\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112045\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"totalCount\": 24,\n        \"totalPages\": 3,\n        \"pageItems\": 10,\n        \"currentPage\": 2,\n        \"fromItem\": 11,\n        \"toItem\": 20\n    }\n}"}],"_postman_id":"bbe232ea-7409-406d-890b-dcf94995d229"},{"name":"Get sales detail","id":"c2f3a1e0-69fb-4a5f-9e0b-18e91d747566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/v1/shops/sales/:id","urlObject":{"path":["api","v1","shops","sales",":id"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>order.id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"f613f0fa-5cc0-420f-b173-bd88aabe6fe1","name":"Get sales detail","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/shops/sales/:id","host":["{{host}}"],"path":["api","v1","shops","sales",":id"],"variable":[{"key":"id","value":"97066"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"code\": \"MC001\",\n    \"success\": true,\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": \"97066\",\n        \"type\": \"outbound_order\",\n        \"attributes\": {\n            \"id\": 97066,\n            \"orderNo\": \"MC2502070097066\",\n            \"state\": \"awaiting_strategy\",\n            \"createdAt\": \"2025-02-07T11:24:37.295+07:00\",\n            \"updatedAt\": \"2025-02-07T11:24:46.569+07:00\",\n            \"mktUuid\": \"OMS2502070120650\",\n            \"mktStatuses\": [],\n            \"trackingToken\": \"d1b29f04131ee5e4cc9e6920f8641cd7\",\n            \"shortLink\": \"https://stg-wms.mycloudgroup.com/s/a7KS4F\",\n            \"deliveryMode\": \"MyCloud Shipping (D)\",\n            \"enableSmsAlert\": false,\n            \"creator\": \"Benjamas Mujcha\",\n            \"approveAt\": null,\n            \"receiveAt\": null,\n            \"sellerType\": \"mycloud\",\n            \"returnStatus\": null,\n            \"externalCreatedAt\": null,\n            \"lastSyncedAt\": null,\n            \"uuid\":\"SO260406UFIE80CL\",\n            \"orderStatus\": \"awaiting_strategy\",\n            \"orderPairing\": false,\n            \"mktReturnStatus\": false\n        },\n        \"relationships\": {\n            \"member\": {\n                \"data\": {\n                    \"id\": \"237\",\n                    \"type\": \"member\"\n                }\n            },\n            \"marketplace\": {\n                \"data\": null\n            },\n            \"delivery\": {\n                \"data\": {\n                    \"id\": \"354\",\n                    \"type\": \"delivery\"\n                }\n            },\n            \"outboundInformation\": {\n                \"data\": {\n                    \"id\": \"112114\",\n                    \"type\": \"outbound_information\"\n                }\n            },\n            \"outboundCustomer\": {\n                \"data\": {\n                    \"id\": \"105481\",\n                    \"type\": \"outbound_customer\"\n                }\n            },\n            \"warehouse\": {\n                \"data\": {\n                    \"id\": \"1\",\n                    \"type\": \"warehouse\"\n                }\n            },\n            \"latestOmsOnHoldReason\": {\n                \"data\": null\n            },\n            \"orderLineItems\": {\n                \"data\": [\n                    {\n                        \"id\": \"94341\",\n                        \"type\": \"order_line_item\"\n                    }\n                ]\n            },\n            \"premiumServiceables\": {\n                \"data\": [\n                    {\n                        \"id\": \"95148\",\n                        \"type\": \"premium_serviceable\"\n                    }\n                ]\n            },\n            \"shopPremiumServices\": {\n                \"data\": [\n                    {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                ]\n            },\n            \"attachments\": {\n                \"data\": []\n            },\n            \"shippingOrderItems\": {\n                \"data\": []\n            },\n            \"shippingOrders\": {\n                \"data\": []\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"94341\",\n            \"type\": \"order_line_item\",\n            \"attributes\": {\n                \"id\": 94341,\n                \"qty\": 1,\n                \"cost\": null,\n                \"unitCost\": \"0.0\",\n                \"unitPrice\": \"1.0\",\n                \"lotNumber\": \"1\",\n                \"manufacturingDate\": \"2025-01-01T00:00:00.000+07:00\",\n                \"expirationDate\": \"2052-01-01T00:00:00.000+07:00\",\n                \"shopPremiumServiceIds\": [\n                    411,\n                    426\n                ],\n                \"mktStatus\": null,\n                \"withLot\": true,\n                \"trackingNumber\": null,\n                \"markCancelledAt\": null,\n                \"bundleSku\": null,\n                \"expectedRtsAt\": null,\n                \"serialNumbers\": [],\n                \"isRedeemedItem\": false\n            },\n            \"relationships\": {\n                \"inventoryItem\": {\n                    \"data\": {\n                        \"id\": \"23385\",\n                        \"type\": \"inventory_item\"\n                    }\n                },\n                \"premiumServiceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"95149\",\n                            \"type\": \"premium_serviceable\"\n                        },\n                        {\n                            \"id\": \"95150\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shopPremiumServices\": {\n                    \"data\": [\n                        {\n                            \"id\": \"411\",\n                            \"type\": \"shop_premium_service\"\n                        },\n                        {\n                            \"id\": \"426\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                },\n                \"promotion\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"23385\",\n            \"type\": \"inventory_item\",\n            \"attributes\": {\n                \"id\": 23385,\n                \"name\": \"flower case MCV3-7741เคสที่1\",\n                \"shopSku\": \"flower case MCV3-7741เคสที่1\",\n                \"systemSku\": \"0077-S058208\",\n                \"isActive\": true,\n                \"productCategory\": {\n                    \"id\": 297,\n                    \"name\": \"Sugar_QA\",\n                    \"createdAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"updatedAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": true\n                },\n                \"condition\": \"good\",\n                \"onHand\": 1,\n                \"available\": 0,\n                \"netInventory\": -1,\n                \"reserved\": 1,\n                \"nonReserve\": 1\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"30766\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"productVariant\": {\n                    \"data\": {\n                        \"id\": \"58208\",\n                        \"type\": \"product_variant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"58208\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 58208,\n                \"name\": \"flower case MCV3-7741เคสที่1\",\n                \"shopSku\": \"flower case MCV3-7741เคสที่1\",\n                \"barcodeType\": null,\n                \"description\": null,\n                \"systemSku\": \"0077-S058208\",\n                \"isActive\": true,\n                \"unitCost\": \"0.0\",\n                \"unitPrice\": \"1.0\",\n                \"uuid\": null,\n                \"barcodes\": \"\",\n                \"thumbnail\": null,\n                \"mktStatus\": \"inactive\",\n                \"mktStatusText\": null,\n                \"displayName\": \"flower case MCV3-7741เคสที่1\",\n                \"mktImages\": null,\n                \"v2Sku\": null,\n                \"createdAt\": \"2025-02-07T11:19:57.600+07:00\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"30766\",\n                        \"type\": \"product\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"30766\",\n            \"type\": \"product\",\n            \"attributes\": {\n                \"id\": 30766,\n                \"name\": \"flower case MCV3-7741เคสที่1\",\n                \"description\": \"ใช้เทส flower case MCV3-7741เคสที่1\",\n                \"isActive\": true,\n                \"shelfLife\": null,\n                \"uuid\": null,\n                \"shippingBoxId\": null,\n                \"productCategory\": {\n                    \"id\": 297,\n                    \"name\": \"Sugar_QA\",\n                    \"createdAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"updatedAt\": \"2023-09-01T11:42:33.932+07:00\",\n                    \"parentId\": null,\n                    \"shopId\": 77,\n                    \"deletedAt\": null,\n                    \"slug\": null,\n                    \"system\": true\n                }\n            },\n            \"relationships\": {\n                \"productCategory\": {\n                    \"data\": {\n                        \"id\": \"297\",\n                        \"type\": \"product_category\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95149\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"411\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94341\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95150\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"OrderLineItem\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"426\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"94341\",\n                        \"type\": \"order_line_item\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"95148\",\n            \"type\": \"premium_serviceable\",\n            \"attributes\": {\n                \"resourceType\": \"Order\",\n                \"premiumServiceSettingsValues\": []\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null\n                },\n                \"shopPremiumService\": {\n                    \"data\": {\n                        \"id\": \"417\",\n                        \"type\": \"shop_premium_service\"\n                    }\n                },\n                \"resource\": {\n                    \"data\": {\n                        \"id\": \"97066\",\n                        \"type\": \"order\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"411\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 411,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"บันทึก serial number\",\n                \"premiumServiceSettings\": []\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"6\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"426\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 426,\n                \"description\": \"\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"ห่อ bubble รายชิ้น\",\n                \"premiumServiceSettings\": []\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"5\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"417\",\n            \"type\": \"shop_premium_service\",\n            \"attributes\": {\n                \"id\": 417,\n                \"description\": \"แพคแบบนี้นะคะ\",\n                \"videoUrl\": \"\",\n                \"isDefault\": true,\n                \"premiumServiceName\": \"แพคพิเศษ\",\n                \"premiumServiceSettings\": []\n            },\n            \"relationships\": {\n                \"premiumService\": {\n                    \"data\": {\n                        \"id\": \"7\",\n                        \"type\": \"premium_service\"\n                    }\n                },\n                \"products\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"105481\",\n            \"type\": \"outbound_customer\",\n            \"attributes\": {\n                \"address\": \"Mycloudfulfillment 27 · คลองตัน/ Khlong Tan กรุงเทพมหานคร/ Bangkok คลองเตย/ Khlong Toei\",\n                \"country\": \"TH\",\n                \"customerId\": 234245,\n                \"email\": \"\",\n                \"name\": \"Qa Sugar\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"656565656\",\n                \"postcode\": \"10400\",\n                \"isMasked\": false\n            }\n        },\n        {\n            \"id\": \"112114\",\n            \"type\": \"outbound_information\",\n            \"attributes\": {\n                \"arrivalAt\": null,\n                \"cancelledAt\": null,\n                \"cod\": \"disabled\",\n                \"customCustomer\": false,\n                \"discount\": null,\n                \"editedById\": null,\n                \"expectedRtsAt\": null,\n                \"fulfilmentAt\": null,\n                \"instructAt\": \"2025-02-07T11:24:37.295+07:00\",\n                \"invoiceRequired\": false,\n                \"memberId\": null,\n                \"mktShippingLabel\": null,\n                \"note\": \"ใช้เทส flower case MCV3-7741เคสที่1\",\n                \"orderId\": 97066,\n                \"remark\": \"\",\n                \"salesChannel\": \"mycloud_oms\",\n                \"shippedAt\": null,\n                \"shippingFees\": \"0.0\",\n                \"shopDeliveryId\": 376,\n                \"shopNameInShippingLabel\": \"\",\n                \"shopSaleChannelId\": 177,\n                \"shopSaleOrderNumber\": \"\",\n                \"staffId\": null,\n                \"subTotal\": \"1.0\",\n                \"totalPrice\": \"1.0\",\n                \"updatedAt\": \"2025-02-07T11:24:37.818+07:00\",\n                \"urgentFulfillment\": false,\n                \"useMycloudShipping\": true,\n                \"useShippingAddressForInvoice\": false,\n                \"vat\": \"0.0\",\n                \"warehouseId\": 1,\n                \"instructor\": \"Benjamas Mujcha\",\n                \"editorName\": null\n            },\n            \"relationships\": {\n                \"member\": {\n                    \"data\": null\n                },\n                \"shopDelivery\": {\n                    \"data\": {\n                        \"id\": \"376\",\n                        \"type\": \"shop_delivery\"\n                    }\n                },\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"97066\",\n                        \"type\": \"order\"\n                    }\n                },\n                \"customerInfo\": {\n                    \"data\": {\n                        \"id\": \"234241\",\n                        \"type\": \"customer_info\"\n                    }\n                },\n                \"customerAddress\": {\n                    \"data\": {\n                        \"id\": \"235139\",\n                        \"type\": \"customer_address\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"shopSaleChannel\": {\n                    \"data\": {\n                        \"id\": \"177\",\n                        \"type\": \"shop_sale_channel\"\n                    }\n                },\n                \"outboundEvidence\": {\n                    \"data\": {\n                        \"id\": \"105857\",\n                        \"type\": \"outbound_evidence\"\n                    }\n                },\n                \"omsBillingAddress\": {\n                    \"data\": null\n                }\n            }\n        },\n        {\n            \"id\": \"235139\",\n            \"type\": \"customer_address\",\n            \"attributes\": {\n                \"address\": \"Mycloudfulfillment  27 · คลองตัน/ Khlong Tan\\n\\nกรุงเทพมหานคร/ Bangkok\\nคลองเตย/ Khlong Toei\",\n                \"country\": \"th\",\n                \"postcode\": \"10400\",\n                \"primary\": true\n            }\n        },\n        {\n            \"id\": \"234241\",\n            \"type\": \"customer_info\",\n            \"attributes\": {\n                \"name\": \"Qa Sugar\",\n                \"phoneCode\": \"66\",\n                \"phoneNumber\": \"656565656\",\n                \"email\": null,\n                \"primary\": true,\n                \"socialMediaId\": \"\"\n            }\n        },\n        {\n            \"id\": \"105857\",\n            \"type\": \"outbound_evidence\",\n            \"attributes\": {\n                \"bank\": null,\n                \"paid\": null,\n                \"paidAt\": null,\n                \"paymentType\": null,\n                \"amountPaid\": null,\n                \"omsBankAccountId\": null\n            },\n            \"relationships\": {\n                \"outboundInformation\": {\n                    \"data\": {\n                        \"id\": \"112114\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"376\",\n            \"type\": \"shop_delivery\",\n            \"attributes\": {\n                \"id\": 376,\n                \"price\": null,\n                \"desc\": null,\n                \"codAccount\": \"\",\n                \"nameOther\": null,\n                \"primary\": false,\n                \"deliveryName\": \"MyCloud Shipping (D)\",\n                \"mktName\": \"MyCloud\",\n                \"isCod\": \"no\",\n                \"code\": \"MyCloud Shipping (D)\",\n                \"mycloudShipping\": \"yes\"\n            },\n            \"relationships\": {\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"354\",\n                        \"type\": \"delivery\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"354\",\n            \"type\": \"delivery\",\n            \"attributes\": {\n                \"id\": 354,\n                \"name\": \"MyCloud Shipping (D)\",\n                \"shippingType\": \"parcel\",\n                \"cashOnDelivery\": false,\n                \"isOther\": null\n            }\n        },\n        {\n            \"id\": \"177\",\n            \"type\": \"shop_sale_channel\",\n            \"attributes\": {\n                \"id\": 177,\n                \"channelType\": \"mycloud_oms\",\n                \"defaultChannel\": true,\n                \"description\": null,\n                \"marketplaceId\": null,\n                \"name\": \"MyCloud OMS\",\n                \"status\": \"active\"\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"c2f3a1e0-69fb-4a5f-9e0b-18e91d747566"}],"id":"91a92977-655a-48e5-8f75-394168796e00","description":"<p>Sales orders are created by customers or shops. They can be created manually via OMS website, or being pulled from other integrated marketplaces. You also can create sales orders from API too.</p>\n<p>Here is MyCloud's order status flow.</p>\n<img src=\"https://content.pstmn.io/0b3e4330-7331-4b8e-9861-afbb0dc61c94/R2lmdCdzLmpwZw==\" />\n\n<h4 id=\"order-status-description\">Order status description</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Status shown on OMS</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>on_hold</td>\n<td>On hold</td>\n<td>An order is created without reserving order items' stock. Shop can edit all order information, and still can cancel the order at this state.</td>\n</tr>\n<tr>\n<td>awaiting_strategy</td>\n<td>Pending</td>\n<td>The state indicates all order information is confirmed and ready to send to warehouse.  <br />  <br />Shop cannot cancel order at this state. We recommend to reverse status to on_hold before cancellation.</td>\n</tr>\n<tr>\n<td>ready_to_pick</td>\n<td>Picking</td>\n<td>Order is assigned picking strategy and ready to pick.  <br />  <br />Starting from this state, shop is not allowed to cancel orders via API.  <br />  <br />Nevertheless, The shop can contact our operational team to request manual order cancellation.</td>\n</tr>\n<tr>\n<td>printed</td>\n<td>Picking</td>\n<td>Order is assigned picking strategy and ready to pick. (the order information is printed for warehouse staffs)</td>\n</tr>\n<tr>\n<td>picking</td>\n<td>Picking</td>\n<td>Warehouse staffs are picking item for the order.</td>\n</tr>\n<tr>\n<td>ready_to_pack</td>\n<td>Picking</td>\n<td>All items in the order are picked, ready to start packing</td>\n</tr>\n<tr>\n<td>packing</td>\n<td>Packing</td>\n<td>Warehouse staffs are packing item for the order.</td>\n</tr>\n<tr>\n<td>ready_to_ship</td>\n<td>Waiting to be shipped</td>\n<td>All items in the order are packed, ready for shipping station.</td>\n</tr>\n<tr>\n<td>shipping</td>\n<td>Waiting to be shipped</td>\n<td>Warehouse staffs are preparing shipping for the order.</td>\n</tr>\n<tr>\n<td>shipped</td>\n<td>Shipped</td>\n<td>The order left warehouse.</td>\n</tr>\n<tr>\n<td>delivered</td>\n<td>Delivered</td>\n<td>The order arrives shop's customer shipping address.  <br />(Only available for orders with integrated delivery mode.)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"91a92977-655a-48e5-8f75-394168796e00"},{"name":"Financial Data","item":[{"name":"Get Financial Data","id":"2fc2839e-faf3-4263-ab2d-552610c00d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/api/v1/shops/financial_data/:uuid","description":"<p>Use this interface to get financial data of a sales order.</p>\n<h5 id=\"important-properties\"><strong>Important Properties</strong></h5>\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><code>uuid</code></td>\n<td><code>string</code></td>\n<td>UUID of sales order</td>\n</tr>\n<tr>\n<td><code>sellerType</code></td>\n<td><code>string</code></td>\n<td><code>shopee</code> / <code>lazada</code> / <code>tiktok</code> / <code>line_shopping</code> / <code>mycloud</code></td>\n</tr>\n<tr>\n<td><code>orderNos</code></td>\n<td><code>string[]</code></td>\n<td>MC order no</td>\n</tr>\n<tr>\n<td><code>totalItemsPrice</code></td>\n<td><code>string</code></td>\n<td>Total price of items</td>\n</tr>\n<tr>\n<td><code>totalSellerDiscount</code></td>\n<td><code>string</code></td>\n<td>Total discount from seller</td>\n</tr>\n<tr>\n<td><code>totalShippingFee</code></td>\n<td><code>string</code></td>\n<td>Total shipping fee from buyer</td>\n</tr>\n<tr>\n<td><code>items</code></td>\n<td><code>array</code></td>\n<td>items data</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"item\"><strong>item</strong></h6>\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><code>name</code></td>\n<td><code>string</code></td>\n<td>Name of product</td>\n</tr>\n<tr>\n<td><code>systemSku</code></td>\n<td><code>string</code></td>\n<td>System SKU of product</td>\n</tr>\n<tr>\n<td><code>shopSku</code></td>\n<td><code>string</code></td>\n<td><code>null</code></td>\n</tr>\n<tr>\n<td><code>qty</code></td>\n<td><code>integer</code></td>\n<td>Quantity</td>\n</tr>\n<tr>\n<td><code>unitItemPrice</code></td>\n<td><code>string</code></td>\n<td>Item price per qty</td>\n</tr>\n<tr>\n<td><code>unitSellerDiscount</code></td>\n<td><code>string</code></td>\n<td>Discount from seller per qty</td>\n</tr>\n<tr>\n<td><code>accountingRequired</code></td>\n<td><code>boolean</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","shops","financial_data",":uuid"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>UUID of sales order</p>\n","type":"text/plain"},"type":"any","value":"SO221228L5YGG4OO","key":"uuid"}]}},"response":[{"id":"4fd9509b-035c-414c-b5a3-200844b8e55f","name":"success response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/shops/financial_data/:uuid","host":["{{host}}"],"path":["api","v1","shops","financial_data",":uuid"],"variable":[{"key":"uuid","value":"MCF20260325151741436"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Mar 2026 08:35:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"3018191d97f1e09cc91aa73cb43e0eb4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_mc_wms_session=5d036173b72b79339b71ed1212ac27d8; path=/; expires=Tue, 25 Mar 2036 08:35:56 GMT; HttpOnly"},{"key":"X-Request-Id","value":"05a43db4-3c92-43a9-925d-085f6dcb7cfc"},{"key":"X-Runtime","value":"0.073066"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"\",\n    \"code\": \"MC001\",\n    \"success\": true,\n    \"detail\": \"\",\n    \"data\": {\n        \"uuid\": \"MCF20260325153041437\",\n        \"sellerType\": \"mycloud\",\n        \"orderNos\": [\n            \"MC2603250119800\"\n        ],\n        \"totalItemsPrice\": \"375.0\",\n        \"totalSellerDiscount\": \"56.25\",\n        \"totalShippingFee\": \"30.0\",\n        \"items\": [\n            {\n                \"name\": \"Ribbon blue\",\n                \"systemSku\": \"0077-S053407\",\n                \"shopSku\": \"sku-ribbon-baby-blue\",\n                \"qty\": 2,\n                \"unitItemPrice\": \"0.0\",\n                \"unitSellerDiscount\": \"0.0\",\n                \"accountingRequired\": true\n            },\n            {\n                \"name\": \"สินค้าทดสอบ 1\",\n                \"systemSku\": \"0077-S062405\",\n                \"shopSku\": \"5766524231\",\n                \"qty\": 4,\n                \"unitItemPrice\": \"30.0\",\n                \"unitSellerDiscount\": \"7.03\",\n                \"accountingRequired\": true\n            },\n            {\n                \"name\": \"สินค้าทดสอบ 1\",\n                \"systemSku\": \"0077-S062405\",\n                \"shopSku\": \"5766524231\",\n                \"qty\": 1,\n                \"unitItemPrice\": \"30.0\",\n                \"unitSellerDiscount\": \"7.04\",\n                \"accountingRequired\": true\n            },\n            {\n                \"name\": \"สินค้าทดสอบ 2\",\n                \"systemSku\": \"0077-S062406\",\n                \"shopSku\": \"5766543109\",\n                \"qty\": 3,\n                \"unitItemPrice\": \"75.0\",\n                \"unitSellerDiscount\": \"7.03\",\n                \"accountingRequired\": true\n            }\n        ]\n    }\n}"},{"id":"53912143-f4a7-4f43-bea2-19ab0c37be7b","name":"not found response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/shops/financial_data/:uuid","host":["{{host}}"],"path":["api","v1","shops","financial_data",":uuid"],"variable":[{"key":"uuid","value":"not_found"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Mar 2026 08:37:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_mc_wms_session=5d036173b72b79339b71ed1212ac27d8; path=/; expires=Tue, 25 Mar 2036 08:37:14 GMT; HttpOnly"},{"key":"X-Request-Id","value":"44bc4f02-c821-4368-9dc0-542769509e01"},{"key":"X-Runtime","value":"0.026119"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"sales_order cannot be found\",\n    \"code\": \"MC045\",\n    \"success\": false,\n    \"detail\": {}\n}"},{"id":"8d7a14b3-4e5e-490a-ad4f-0ffe8ab46e1e","name":"not ready response","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/api/v1/shops/financial_data/:uuid","host":["{{host}}"],"path":["api","v1","shops","financial_data",":uuid"],"variable":[{"key":"uuid","value":"MCF20260325151741436"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Mar 2026 08:37:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PATCH, DELETE"},{"key":"Access-Control-Request-Method","value":"*"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_mc_wms_session=5d036173b72b79339b71ed1212ac27d8; path=/; expires=Tue, 25 Mar 2036 08:37:51 GMT; HttpOnly"},{"key":"X-Request-Id","value":"76e0012c-0bdd-4720-b2f0-250133a2dec5"},{"key":"X-Runtime","value":"0.024783"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"financial data is not ready\",\n    \"code\": \"MC041\",\n    \"success\": false,\n    \"detail\": {}\n}"}],"_postman_id":"2fc2839e-faf3-4263-ab2d-552610c00d80"}],"id":"ef9aa749-7f12-4e16-8914-f6ef18f98751","_postman_id":"ef9aa749-7f12-4e16-8914-f6ef18f98751","description":""},{"name":"Webhook","item":[{"name":"Sales Order","item":[{"name":"Sample event - Packing","id":"c0fd6c7a-fc66-4d34-b1ab-d22edb04fcdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"payload\": {\n        \"data\": {\n            \"id\": \"49171\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 49171,\n                \"state\": \"packing\",\n                \"creator\": \"Nisa OMS\",\n                \"mkt_uuid\": null,\n                \"order_no\": \"MC200912049171\",\n                \"approve_at\": null,\n                \"created_at\": \"2022-09-12T11:34:36.887+07:00\",\n                \"receive_at\": null,\n                \"short_link\": null,\n                \"updated_at\": \"2022-09-12T16:26:27.294+07:00\",\n                \"seller_type\": \"mycloud\",\n                \"mkt_statuses\": [],\n                \"order_status\": \"packing\",\n                \"delivery_mode\": \"EMS\",\n                \"order_pairing\": false,\n                \"return_status\": null,\n                \"tracking_token\": \"be77edaa089b2d7140ed4a9fb2626f12\",\n                \"enable_sms_alert\": false,\n                \"inventory_status\": \"fulfilled\",\n                \"mkt_return_status\": false\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"174\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"receiver\": {\n                    \"data\": null\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"gsb_approver\": {\n                    \"data\": null\n                },\n                \"related_orders\": {\n                    \"data\": []\n                },\n                \"shipping_orders\": {\n                    \"data\": []\n                },\n                \"order_line_items\": {\n                    \"data\": [\n                        {\n                            \"id\": \"50246\",\n                            \"type\": \"order_line_item\"\n                        },\n                        {\n                            \"id\": \"50247\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"outbound_customer\": {\n                    \"data\": {\n                        \"id\": \"70741\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"outbound_information\": {\n                    \"data\": {\n                        \"id\": \"75076\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"premium_serviceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"31327\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shipping_order_items\": {\n                    \"data\": []\n                },\n                \"shop_premium_services\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"included\": [\n            {\n                \"id\": \"8\",\n                \"type\": \"delivery\",\n                \"attributes\": {\n                    \"id\": 8,\n                    \"api\": \"\",\n                    \"name\": \"EMS\",\n                    \"api_key\": null,\n                    \"is_other\": null,\n                    \"tracking_url\": \"https://track.thailandpost.co.th/\",\n                    \"shipping_type\": \"parcel\",\n                    \"api_courier_code\": null,\n                    \"cash_on_delivery\": false\n                },\n                \"relationships\": {\n                    \"logistic_service_providers\": {\n                        \"data\": []\n                    }\n                }\n            },\n            {\n                \"id\": \"46135\",\n                \"type\": \"product_variant\",\n                \"attributes\": {\n                    \"id\": 46135,\n                    \"name\": \"Brief เรื่อง stock\",\n                    \"uuid\": null,\n                    \"v2_sku\": null,\n                    \"barcodes\": \"\",\n                    \"shop_sku\": \"\",\n                    \"is_active\": true,\n                    \"thumbnail\": null,\n                    \"unit_cost\": \"50.0\",\n                    \"created_at\": \"2022-09-12T11:08:28.126+07:00\",\n                    \"mkt_images\": null,\n                    \"mkt_status\": \"inactive\",\n                    \"shelf_life\": null,\n                    \"system_sku\": \"0077-S046135\",\n                    \"unit_price\": \"100.0\",\n                    \"description\": null,\n                    \"barcode_type\": null,\n                    \"display_name\": \"Brief เรื่อง stock\",\n                    \"pack_settings\": null,\n                    \"pick_settings\": null,\n                    \"insurance_cover\": null,\n                    \"is_serial_track\": null,\n                    \"mkt_status_text\": null,\n                    \"has_shop_barcode\": false,\n                    \"inbound_settings\": null,\n                    \"safety_stock_qty\": null,\n                    \"is_inbound_quality\": null,\n                    \"is_expiration_track\": false,\n                    \"is_lot_number_track\": false,\n                    \"is_outbound_quality\": null,\n                    \"is_manufacturing_track\": false,\n                    \"package_barcode_unwanted\": null,\n                    \"use_default_pack_settings\": true,\n                    \"use_default_pick_settings\": false,\n                    \"use_default_inbound_settings\": true\n                },\n                \"relationships\": {\n                    \"picture\": {\n                        \"data\": null\n                    },\n                    \"product\": {\n                        \"data\": {\n                            \"id\": \"23243\",\n                            \"type\": \"product\"\n                        }\n                    },\n                    \"favorites\": {\n                        \"data\": []\n                    },\n                    \"unit_count\": {\n                        \"data\": null\n                    },\n                    \"inventory_items\": {\n                        \"data\": [\n                            {\n                                \"id\": \"16232\",\n                                \"type\": \"inventory_item\"\n                            },\n                            {\n                                \"id\": \"16231\",\n                                \"type\": \"inventory_item\"\n                            }\n                        ]\n                    },\n                    \"incoming_shipments\": {\n                        \"data\": [\n                            {\n                                \"id\": \"12676\",\n                                \"type\": \"incoming_shipment\"\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"id\": \"16231\",\n                \"type\": \"inventory_item\",\n                \"attributes\": {\n                    \"id\": 16231,\n                    \"name\": \"Brief เรื่อง stock\",\n                    \"defect\": 0,\n                    \"on_hand\": 39,\n                    \"picture\": {\n                        \"data\": null\n                    },\n                    \"storage\": 0.99,\n                    \"reserved\": 0,\n                    \"shop_sku\": \"\",\n                    \"available\": 39,\n                    \"condition\": \"good\",\n                    \"is_active\": true,\n                    \"system_sku\": \"0077-S046135\",\n                    \"description\": null,\n                    \"non_reserve\": 0,\n                    \"net_inventory\": 39,\n                    \"product_category\": {\n                        \"id\": 203,\n                        \"name\": \"Apparel\",\n                        \"shop_id\": 77,\n                        \"parent_id\": null,\n                        \"created_at\": \"2021-11-08T09:06:50.756+07:00\",\n                        \"deleted_at\": null,\n                        \"updated_at\": \"2021-11-08T09:06:50.756+07:00\"\n                    }\n                },\n                \"relationships\": {\n                    \"product\": {\n                        \"data\": {\n                            \"id\": \"23243\",\n                            \"type\": \"product\"\n                        }\n                    },\n                    \"sku_mappings\": {\n                        \"data\": []\n                    },\n                    \"product_variant\": {\n                        \"data\": {\n                            \"id\": \"46135\",\n                            \"type\": \"product_variant\"\n                        }\n                    },\n                    \"inventory_levels\": {\n                        \"data\": [\n                            {\n                                \"id\": \"10343\",\n                                \"type\": \"inventory_level\"\n                            },\n                            {\n                                \"id\": \"10344\",\n                                \"type\": \"inventory_level\"\n                            },\n                            {\n                                \"id\": \"10346\",\n                                \"type\": \"inventory_level\"\n                            },\n                            {\n                                \"id\": \"10347\",\n                                \"type\": \"inventory_level\"\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"id\": \"50246\",\n                \"type\": \"order_line_item\",\n                \"attributes\": {\n                    \"id\": 50246,\n                    \"qty\": 1,\n                    \"cost\": null,\n                    \"with_lot\": false,\n                    \"unit_cost\": \"50.0\",\n                    \"lot_number\": null,\n                    \"mkt_status\": null,\n                    \"unit_price\": \"100.0\",\n                    \"serial_numbers\": [],\n                    \"expiration_date\": null,\n                    \"manufacturing_date\": null,\n                    \"shop_premium_service_ids\": [\n                        411,\n                        426\n                    ]\n                },\n                \"relationships\": {\n                    \"sku_mapping\": {\n                        \"data\": null\n                    },\n                    \"inventory_item\": {\n                        \"data\": {\n                            \"id\": \"16231\",\n                            \"type\": \"inventory_item\"\n                        }\n                    },\n                    \"premium_serviceables\": {\n                        \"data\": [\n                            {\n                                \"id\": \"31323\",\n                                \"type\": \"premium_serviceable\"\n                            },\n                            {\n                                \"id\": \"31324\",\n                                \"type\": \"premium_serviceable\"\n                            }\n                        ]\n                    },\n                    \"shop_premium_services\": {\n                        \"data\": [\n                            {\n                                \"id\": \"411\",\n                                \"type\": \"shop_premium_service\"\n                            },\n                            {\n                                \"id\": \"426\",\n                                \"type\": \"shop_premium_service\"\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"id\": \"16232\",\n                \"type\": \"inventory_item\",\n                \"attributes\": {\n                    \"id\": 16232,\n                    \"name\": \"Brief เรื่อง stock\",\n                    \"defect\": 10,\n                    \"on_hand\": 9,\n                    \"picture\": {\n                        \"data\": null\n                    },\n                    \"storage\": 0.33,\n                    \"reserved\": 0,\n                    \"shop_sku\": \"\",\n                    \"available\": 9,\n                    \"condition\": \"defect\",\n                    \"is_active\": true,\n                    \"system_sku\": \"0077-S046135\",\n                    \"description\": null,\n                    \"non_reserve\": 0,\n                    \"net_inventory\": 9,\n                    \"product_category\": {\n                        \"id\": 203,\n                        \"name\": \"Apparel\",\n                        \"shop_id\": 77,\n                        \"parent_id\": null,\n                        \"created_at\": \"2021-11-08T09:06:50.756+07:00\",\n                        \"deleted_at\": null,\n                        \"updated_at\": \"2021-11-08T09:06:50.756+07:00\"\n                    }\n                },\n                \"relationships\": {\n                    \"product\": {\n                        \"data\": {\n                            \"id\": \"23243\",\n                            \"type\": \"product\"\n                        }\n                    },\n                    \"sku_mappings\": {\n                        \"data\": []\n                    },\n                    \"product_variant\": {\n                        \"data\": {\n                            \"id\": \"46135\",\n                            \"type\": \"product_variant\"\n                        }\n                    },\n                    \"inventory_levels\": {\n                        \"data\": [\n                            {\n                                \"id\": \"10345\",\n                                \"type\": \"inventory_level\"\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"id\": \"50247\",\n                \"type\": \"order_line_item\",\n                \"attributes\": {\n                    \"id\": 50247,\n                    \"qty\": 1,\n                    \"cost\": null,\n                    \"with_lot\": false,\n                    \"unit_cost\": \"50.0\",\n                    \"lot_number\": null,\n                    \"mkt_status\": null,\n                    \"unit_price\": \"100.0\",\n                    \"serial_numbers\": [],\n                    \"expiration_date\": null,\n                    \"manufacturing_date\": null,\n                    \"shop_premium_service_ids\": [\n                        411,\n                        426\n                    ]\n                },\n                \"relationships\": {\n                    \"sku_mapping\": {\n                        \"data\": null\n                    },\n                    \"inventory_item\": {\n                        \"data\": {\n                            \"id\": \"16232\",\n                            \"type\": \"inventory_item\"\n                        }\n                    },\n                    \"premium_serviceables\": {\n                        \"data\": [\n                            {\n                                \"id\": \"31325\",\n                                \"type\": \"premium_serviceable\"\n                            },\n                            {\n                                \"id\": \"31326\",\n                                \"type\": \"premium_serviceable\"\n                            }\n                        ]\n                    },\n                    \"shop_premium_services\": {\n                        \"data\": [\n                            {\n                                \"id\": \"411\",\n                                \"type\": \"shop_premium_service\"\n                            },\n                            {\n                                \"id\": \"426\",\n                                \"type\": \"shop_premium_service\"\n                            }\n                        ]\n                    }\n                }\n            }\n        ]\n    },\n    \"timestamp\": 1662974788\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}","urlObject":{"host":["{{webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0fd6c7a-fc66-4d34-b1ab-d22edb04fcdb"},{"name":"Sample event - Shipped","id":"a9067cad-be77-47ec-8549-b99b07eeabd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"payload\": {\n        \"data\": {\n            \"id\": \"51683\",\n            \"type\": \"outbound_order\",\n            \"attributes\": {\n                \"id\": 51683,\n                \"state\": \"shipped\",\n                \"creator\": \"Nisa OMS\",\n                \"mkt_uuid\": null,\n                \"order_no\": \"MC2001100051683\",\n                \"approve_at\": null,\n                \"created_at\": \"2023-01-10T10:26:59.403+07:00\",\n                \"receive_at\": null,\n                \"short_link\": \"https://stg-wms.mycloudgroup.com/s/2gULUg\",\n                \"updated_at\": \"2023-02-14T10:08:24.324+07:00\",\n                \"seller_type\": \"mycloud\",\n                \"mkt_statuses\": [],\n                \"order_status\": \"shipped\",\n                \"delivery_mode\": \"EMS\",\n                \"order_pairing\": false,\n                \"return_status\": null,\n                \"tracking_token\": \"54c83af57a83fdce54f7a941c10996c4\",\n                \"enable_sms_alert\": false,\n                \"inventory_status\": \"enough\",\n                \"mkt_return_status\": false\n            },\n            \"relationships\": {\n                \"shop\": {\n                    \"data\": {\n                        \"id\": \"77\",\n                        \"type\": \"shop\"\n                    }\n                },\n                \"member\": {\n                    \"data\": {\n                        \"id\": \"174\",\n                        \"type\": \"member\"\n                    }\n                },\n                \"delivery\": {\n                    \"data\": {\n                        \"id\": \"8\",\n                        \"type\": \"delivery\"\n                    }\n                },\n                \"receiver\": {\n                    \"data\": null\n                },\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"attachments\": {\n                    \"data\": []\n                },\n                \"marketplace\": {\n                    \"data\": null\n                },\n                \"gsb_approver\": {\n                    \"data\": null\n                },\n                \"related_orders\": {\n                    \"data\": []\n                },\n                \"shipping_orders\": {\n                    \"data\": [\n                        {\n                            \"id\": \"5903\",\n                            \"type\": \"shipping_order\"\n                        }\n                    ]\n                },\n                \"order_line_items\": {\n                    \"data\": [\n                        {\n                            \"id\": \"51909\",\n                            \"type\": \"order_line_item\"\n                        }\n                    ]\n                },\n                \"outbound_customer\": {\n                    \"data\": {\n                        \"id\": \"72306\",\n                        \"type\": \"outbound_customer\"\n                    }\n                },\n                \"outbound_information\": {\n                    \"data\": {\n                        \"id\": \"76687\",\n                        \"type\": \"outbound_information\"\n                    }\n                },\n                \"premium_serviceables\": {\n                    \"data\": [\n                        {\n                            \"id\": \"34856\",\n                            \"type\": \"premium_serviceable\"\n                        }\n                    ]\n                },\n                \"shipping_order_items\": {\n                    \"data\": [\n                        {\n                            \"id\": \"18245\",\n                            \"type\": \"shipping_order_item\"\n                        }\n                    ]\n                },\n                \"shop_premium_services\": {\n                    \"data\": [\n                        {\n                            \"id\": \"417\",\n                            \"type\": \"shop_premium_service\"\n                        }\n                    ]\n                }\n            }\n        },\n        \"included\": [\n            {\n                \"id\": \"8\",\n                \"type\": \"delivery\",\n                \"attributes\": {\n                    \"id\": 8,\n                    \"api\": \"\",\n                    \"name\": \"EMS\",\n                    \"api_key\": null,\n                    \"is_other\": null,\n                    \"tracking_url\": \"https://track.thailandpost.co.th/\",\n                    \"shipping_type\": \"parcel\",\n                    \"api_courier_code\": null,\n                    \"cash_on_delivery\": false\n                },\n                \"relationships\": {\n                    \"logistic_service_providers\": {\n                        \"data\": []\n                    }\n                }\n            },\n            {\n                \"id\": \"42407\",\n                \"type\": \"product_variant\",\n                \"attributes\": {\n                    \"id\": 42407,\n                    \"name\": \"Ball Pen (1 dozen)\",\n                    \"uuid\": null,\n                    \"v2_sku\": null,\n                    \"barcodes\": \"STN002\",\n                    \"shop_sku\": \"STN002\",\n                    \"is_active\": true,\n                    \"thumbnail\": null,\n                    \"unit_cost\": \"20.0\",\n                    \"created_at\": \"2021-11-08T17:11:13.293+07:00\",\n                    \"mkt_images\": null,\n                    \"mkt_status\": \"inactive\",\n                    \"shelf_life\": null,\n                    \"system_sku\": \"0077-S042407\",\n                    \"unit_price\": \"100.0\",\n                    \"description\": null,\n                    \"barcode_type\": null,\n                    \"display_name\": \"Ball Pen (1 dozen)\",\n                    \"pack_settings\": null,\n                    \"pick_settings\": null,\n                    \"insurance_cover\": null,\n                    \"is_serial_track\": null,\n                    \"mkt_status_text\": null,\n                    \"has_shop_barcode\": true,\n                    \"inbound_settings\": null,\n                    \"safety_stock_qty\": null,\n                    \"is_inbound_quality\": null,\n                    \"is_expiration_track\": true,\n                    \"is_lot_number_track\": true,\n                    \"is_outbound_quality\": null,\n                    \"is_manufacturing_track\": true,\n                    \"package_barcode_unwanted\": null,\n                    \"use_default_pack_settings\": true,\n                    \"use_default_pick_settings\": true,\n                    \"use_default_inbound_settings\": true\n                },\n                \"relationships\": {\n                    \"picture\": {\n                        \"data\": null\n                    },\n                    \"product\": {\n                        \"data\": {\n                            \"id\": \"20701\",\n                            \"type\": \"product\"\n                        }\n                    },\n                    \"favorites\": {\n                        \"data\": []\n                    },\n                    \"unit_count\": {\n                        \"data\": {\n                            \"id\": \"9\",\n                            \"type\": \"unit_count\"\n                        }\n                    },\n                    \"inventory_items\": {\n                        \"data\": [\n                            {\n                                \"id\": \"13332\",\n                                \"type\": \"inventory_item\"\n                            }\n                        ]\n                    },\n                    \"incoming_shipments\": {\n                        \"data\": [\n                            {\n                                \"id\": \"12254\",\n                                \"type\": \"incoming_shipment\"\n                            },\n                            {\n                                \"id\": \"12257\",\n                                \"type\": \"incoming_shipment\"\n                            },\n                            {\n                                \"id\": \"12464\",\n                                \"type\": \"incoming_shipment\"\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"id\": \"13332\",\n                \"type\": \"inventory_item\",\n                \"attributes\": {\n                    \"id\": 13332,\n                    \"name\": \"Ball Pen (1 dozen)\",\n                    \"defect\": 0,\n                    \"on_hand\": 2480,\n                    \"picture\": {\n                        \"data\": null\n                    },\n                    \"storage\": 1000,\n                    \"reserved\": 167,\n                    \"shop_sku\": \"STN002\",\n                    \"available\": 2313,\n                    \"condition\": \"good\",\n                    \"is_active\": true,\n                    \"system_sku\": \"0077-S042407\",\n                    \"description\": null,\n                    \"non_reserve\": 9,\n                    \"net_inventory\": 2295,\n                    \"product_category\": {\n                        \"id\": 205,\n                        \"name\": \"Stationery\",\n                        \"shop_id\": 77,\n                        \"parent_id\": null,\n                        \"created_at\": \"2021-11-08T17:09:44.584+07:00\",\n                        \"deleted_at\": null,\n                        \"updated_at\": \"2021-11-08T17:09:44.584+07:00\"\n                    }\n                },\n                \"relationships\": {\n                    \"product\": {\n                        \"data\": {\n                            \"id\": \"20701\",\n                            \"type\": \"product\"\n                        }\n                    },\n                    \"sku_mappings\": {\n                        \"data\": [\n                            {\n                                \"id\": \"27757\",\n                                \"type\": \"sku_mapping\"\n                            }\n                        ]\n                    },\n                    \"product_variant\": {\n                        \"data\": {\n                            \"id\": \"42407\",\n                            \"type\": \"product_variant\"\n                        }\n                    },\n                    \"inventory_levels\": {\n                        \"data\": [\n                            {\n                                \"id\": \"9821\",\n                                \"type\": \"inventory_level\"\n                            },\n                            {\n                                \"id\": \"9822\",\n                                \"type\": \"inventory_level\"\n                            },\n                            {\n                                \"id\": \"9825\",\n                                \"type\": \"inventory_level\"\n                            }\n                        ]\n                    }\n                }\n            },\n            {\n                \"id\": \"51909\",\n                \"type\": \"order_line_item\",\n                \"attributes\": {\n                    \"id\": 51909,\n                    \"qty\": 1,\n                    \"cost\": null,\n                    \"with_lot\": false,\n                    \"unit_cost\": \"20.0\",\n                    \"lot_number\": null,\n                    \"mkt_status\": null,\n                    \"unit_price\": \"100.0\",\n                    \"serial_numbers\": [],\n                    \"expiration_date\": null,\n                    \"tracking_number\": \"12345678\",\n                    \"manufacturing_date\": null,\n                    \"shop_premium_service_ids\": []\n                },\n                \"relationships\": {\n                    \"sku_mapping\": {\n                        \"data\": null\n                    },\n                    \"inventory_item\": {\n                        \"data\": {\n                            \"id\": \"13332\",\n                            \"type\": \"inventory_item\"\n                        }\n                    },\n                    \"premium_serviceables\": {\n                        \"data\": []\n                    },\n                    \"shop_premium_services\": {\n                        \"data\": []\n                    }\n                }\n            },\n            {\n                \"id\": \"18245\",\n                \"type\": \"shipping_order_item\",\n                \"attributes\": {\n                    \"weight\": 100,\n                    \"shipping_fee\": \"20.0\",\n                    \"delivery_status\": \"WAITING_CONFIRM\",\n                    \"tracking_number\": \"12345678\",\n                    \"product_variants\": [\n                        {\n                            \"qty\": 1,\n                            \"name\": \"Ball Pen (1 dozen)\",\n                            \"picture\": null,\n                            \"variant_name\": \"Ball Pen (1 dozen)\"\n                        }\n                    ]\n                },\n                \"relationships\": {\n                    \"shipping_order\": {\n                        \"data\": {\n                            \"id\": \"5903\",\n                            \"type\": \"shipping_order\"\n                        }\n                    }\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"a9067cad-be77-47ec-8549-b99b07eeabd7"}],"id":"f8d1fc99-3e12-4648-be58-4b9d8d22b9b8","description":"<p>For sales order, the callback will occur when a sales order status has changed.</p>\n<p>The payload will be an order object (same as response body from <code>Get order detail</code> API), wrapped under <code>data</code> object.</p>\n<p><code>mktUuid</code> is the unique attribute we recommend you to use to refer which order is updated. The last updated status will be displayed at <code>data.attributes.state</code>.</p>\n<img src=\"https://content.pstmn.io/b40ff6ba-334a-45e7-ad66-5477afb9c454/UGFzdGVkX0ltYWdlXzI5XzhfMjU2NV9CRV8xNF8wOS5wbmc=\" />","_postman_id":"f8d1fc99-3e12-4648-be58-4b9d8d22b9b8"},{"name":"Inbound Order","item":[{"name":"Sample event - Submitted","id":"9ad14253-7819-4512-819c-7d03dbae3487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"54351\",\n        \"type\": \"inbound_order\",\n        \"attributes\": {\n            \"state\": \"submitted\",\n            \"order_no\": \"RE2002020054351\",\n            \"created_at\": \"2023-02-02T21:47:18.332+07:00\",\n            \"updated_at\": \"2023-02-02T21:47:18.374+07:00\",\n            \"inbounded_sku\": 0,\n            \"requested_qty\": 1,\n            \"requested_sku\": 1,\n            \"custom_field_1\": null,\n            \"custom_field_2\": null,\n            \"custom_field_3\": null,\n            \"custom_field_4\": null,\n            \"custom_field_5\": null,\n            \"inbounded_good\": 0,\n            \"is_return_order\": true,\n            \"inbounded_defect\": 0\n        },\n        \"relationships\": {\n            \"shop\": {\n                \"data\": {\n                    \"id\": \"77\",\n                    \"type\": \"shop\"\n                }\n            },\n            \"member\": {\n                \"data\": null\n            },\n            \"incoming_shipments\": {\n                \"data\": [\n                    {\n                        \"id\": \"15606\",\n                        \"type\": \"incoming_shipment\"\n                    }\n                ]\n            },\n            \"inbound_information\": {\n                \"data\": {\n                    \"id\": \"6948\",\n                    \"type\": \"inbound_information\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"46941\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46941,\n                \"name\": \"Lonely Duck #1\",\n                \"uuid\": null,\n                \"v2_sku\": null,\n                \"barcodes\": \"\",\n                \"shop_sku\": \"LRD\",\n                \"is_active\": true,\n                \"thumbnail\": null,\n                \"unit_cost\": \"50.0\",\n                \"created_at\": \"2022-12-13T21:55:03.317+07:00\",\n                \"mkt_images\": null,\n                \"mkt_status\": \"inactive\",\n                \"shelf_life\": null,\n                \"system_sku\": \"0077-S046941\",\n                \"unit_price\": \"100.0\",\n                \"description\": null,\n                \"barcode_type\": null,\n                \"display_name\": \"Lonely Duck #1\",\n                \"pack_settings\": null,\n                \"pick_settings\": null,\n                \"insurance_cover\": null,\n                \"is_serial_track\": null,\n                \"mkt_status_text\": null,\n                \"has_shop_barcode\": false,\n                \"inbound_settings\": null,\n                \"safety_stock_qty\": null,\n                \"is_inbound_quality\": null,\n                \"is_expiration_track\": false,\n                \"is_lot_number_track\": false,\n                \"is_outbound_quality\": null,\n                \"is_manufacturing_track\": false,\n                \"package_barcode_unwanted\": null,\n                \"use_default_pack_settings\": true,\n                \"use_default_pick_settings\": false,\n                \"use_default_inbound_settings\": true\n            },\n            \"relationships\": {\n                \"picture\": {\n                    \"data\": {\n                        \"id\": \"1044312\",\n                        \"type\": \"picture\"\n                    }\n                },\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23858\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"favorites\": {\n                    \"data\": []\n                },\n                \"unit_count\": {\n                    \"data\": null\n                },\n                \"inventory_items\": {\n                    \"data\": [\n                        {\n                            \"id\": \"17008\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"incoming_shipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"13057\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"15230\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"15606\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"15606\",\n            \"type\": \"incoming_shipment\",\n            \"attributes\": {\n                \"qty\": 1,\n                \"cost\": \"50.0\",\n                \"order_no\": \"RE2002020054351\",\n                \"arrival_at\": null,\n                \"arrived_at\": null,\n                \"created_at\": \"2023-02-02T21:47:18.389+07:00\",\n                \"completed_at\": null,\n                \"inbounded_good\": 0,\n                \"inbounded_broken\": 0,\n                \"inbounded_defect\": 0\n            },\n            \"relationships\": {\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"54351\",\n                        \"type\": \"inbound_order\"\n                    }\n                },\n                \"product_lots\": {\n                    \"data\": []\n                },\n                \"shop_packaging\": {\n                    \"data\": null\n                },\n                \"product_variant\": {\n                    \"data\": {\n                        \"id\": \"46941\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventory_levels\": {\n                    \"data\": []\n                },\n                \"premium_serviceables\": {\n                    \"data\": []\n                },\n                \"shop_premium_services\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"6948\",\n            \"type\": \"inbound_information\",\n            \"attributes\": {\n                \"scheduledAt\": \"2023-02-02T21:47:18.317+07:00\",\n                \"shopRef\": null,\n                \"remark\": \"MC2001260053741\",\n                \"scheduleable\": true,\n                \"readInstruction\": false,\n                \"createdAt\": \"2023-02-02T21:47:18.384+07:00\",\n                \"updatedAt\": \"2023-02-02T21:49:08.822+07:00\",\n                \"arrivalAt\": \"2023-02-02T20:20:00.000+07:00\",\n                \"completedAt\": \"2023-02-02T21:49:08.820+07:00\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"supplier\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}","urlObject":{"host":["{{webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ad14253-7819-4512-819c-7d03dbae3487"},{"name":"Sample event - In progress","id":"95f94677-e9c3-461c-a9bc-a8a1349d53dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"54351\",\n        \"type\": \"inbound_order\",\n        \"attributes\": {\n            \"state\": \"in_progress\",\n            \"order_no\": \"RE2002020054351\",\n            \"created_at\": \"2023-02-02T21:47:18.332+07:00\",\n            \"updated_at\": \"2023-02-02T21:48:13.677+07:00\",\n            \"inbounded_sku\": 0,\n            \"requested_qty\": 1,\n            \"requested_sku\": 1,\n            \"custom_field_1\": null,\n            \"custom_field_2\": null,\n            \"custom_field_3\": null,\n            \"custom_field_4\": null,\n            \"custom_field_5\": null,\n            \"inbounded_good\": 0,\n            \"is_return_order\": true,\n            \"inbounded_defect\": 0\n        },\n        \"relationships\": {\n            \"shop\": {\n                \"data\": {\n                    \"id\": \"77\",\n                    \"type\": \"shop\"\n                }\n            },\n            \"member\": {\n                \"data\": null\n            },\n            \"incoming_shipments\": {\n                \"data\": [\n                    {\n                        \"id\": \"15606\",\n                        \"type\": \"incoming_shipment\"\n                    }\n                ]\n            },\n            \"inbound_information\": {\n                \"data\": {\n                    \"id\": \"6948\",\n                    \"type\": \"inbound_information\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"46941\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46941,\n                \"name\": \"Lonely Duck #1\",\n                \"uuid\": null,\n                \"v2_sku\": null,\n                \"barcodes\": \"\",\n                \"shop_sku\": \"LRD\",\n                \"is_active\": true,\n                \"thumbnail\": null,\n                \"unit_cost\": \"50.0\",\n                \"created_at\": \"2022-12-13T21:55:03.317+07:00\",\n                \"mkt_images\": null,\n                \"mkt_status\": \"inactive\",\n                \"shelf_life\": null,\n                \"system_sku\": \"0077-S046941\",\n                \"unit_price\": \"100.0\",\n                \"description\": null,\n                \"barcode_type\": null,\n                \"display_name\": \"Lonely Duck #1\",\n                \"pack_settings\": null,\n                \"pick_settings\": null,\n                \"insurance_cover\": null,\n                \"is_serial_track\": null,\n                \"mkt_status_text\": null,\n                \"has_shop_barcode\": false,\n                \"inbound_settings\": null,\n                \"safety_stock_qty\": null,\n                \"is_inbound_quality\": null,\n                \"is_expiration_track\": false,\n                \"is_lot_number_track\": false,\n                \"is_outbound_quality\": null,\n                \"is_manufacturing_track\": false,\n                \"package_barcode_unwanted\": null,\n                \"use_default_pack_settings\": true,\n                \"use_default_pick_settings\": false,\n                \"use_default_inbound_settings\": true\n            },\n            \"relationships\": {\n                \"picture\": {\n                    \"data\": {\n                        \"id\": \"1044312\",\n                        \"type\": \"picture\"\n                    }\n                },\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23858\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"favorites\": {\n                    \"data\": []\n                },\n                \"unit_count\": {\n                    \"data\": null\n                },\n                \"inventory_items\": {\n                    \"data\": [\n                        {\n                            \"id\": \"17008\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"incoming_shipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"13057\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"15230\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"15606\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"15606\",\n            \"type\": \"incoming_shipment\",\n            \"attributes\": {\n                \"qty\": 1,\n                \"cost\": \"50.0\",\n                \"order_no\": \"RE2002020054351\",\n                \"arrival_at\": \"2023-02-02T20:20:00.000+07:00\",\n                \"arrived_at\": null,\n                \"created_at\": \"2023-02-02T21:47:18.389+07:00\",\n                \"completed_at\": null,\n                \"inbounded_good\": 0,\n                \"inbounded_broken\": 0,\n                \"inbounded_defect\": 0\n            },\n            \"relationships\": {\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"54351\",\n                        \"type\": \"inbound_order\"\n                    }\n                },\n                \"product_lots\": {\n                    \"data\": []\n                },\n                \"shop_packaging\": {\n                    \"data\": null\n                },\n                \"product_variant\": {\n                    \"data\": {\n                        \"id\": \"46941\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventory_levels\": {\n                    \"data\": []\n                },\n                \"premium_serviceables\": {\n                    \"data\": []\n                },\n                \"shop_premium_services\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"6948\",\n            \"type\": \"inbound_information\",\n            \"attributes\": {\n                \"scheduledAt\": \"2023-02-02T21:47:18.317+07:00\",\n                \"shopRef\": null,\n                \"remark\": \"MC2001260053741\",\n                \"scheduleable\": true,\n                \"readInstruction\": false,\n                \"createdAt\": \"2023-02-02T21:47:18.384+07:00\",\n                \"updatedAt\": \"2023-02-02T21:49:08.822+07:00\",\n                \"arrivalAt\": \"2023-02-02T20:20:00.000+07:00\",\n                \"completedAt\": \"2023-02-02T21:49:08.820+07:00\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"supplier\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}","urlObject":{"host":["{{webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95f94677-e9c3-461c-a9bc-a8a1349d53dc"},{"name":"Sample event - Waiting assign location","id":"d71760a5-ff54-4a4b-a16e-723c3c9d5582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"data\": {\n    \"id\": \"54351\",\n    \"type\": \"inbound_order\",\n    \"attributes\": {\n      \"state\": \"waiting_assign_location\",\n      \"order_no\": \"RE2002020054351\",\n      \"created_at\": \"2023-02-02T21:47:18.332+07:00\",\n      \"updated_at\": \"2023-02-02T21:48:41.328+07:00\",\n      \"inbounded_sku\": 1,\n      \"requested_qty\": 1,\n      \"requested_sku\": 1,\n      \"custom_field_1\": null,\n      \"custom_field_2\": null,\n      \"custom_field_3\": null,\n      \"custom_field_4\": null,\n      \"custom_field_5\": null,\n      \"inbounded_good\": 1,\n      \"is_return_order\": true,\n      \"inbounded_defect\": 0\n    },\n    \"relationships\": {\n      \"shop\": {\n        \"data\": {\n          \"id\": \"77\",\n          \"type\": \"shop\"\n        }\n      },\n      \"member\": {\n        \"data\": null\n      },\n      \"incoming_shipments\": {\n        \"data\": [\n          {\n            \"id\": \"15606\",\n            \"type\": \"incoming_shipment\"\n          }\n        ]\n      },\n      \"inbound_information\": {\n        \"data\": {\n          \"id\": \"6948\",\n          \"type\": \"inbound_information\"\n        }\n      }\n    }\n  },\n  \"included\": [\n    {\n      \"id\": \"46941\",\n      \"type\": \"product_variant\",\n      \"attributes\": {\n        \"id\": 46941,\n        \"name\": \"Lonely Duck #1\",\n        \"uuid\": null,\n        \"v2_sku\": null,\n        \"barcodes\": \"\",\n        \"shop_sku\": \"LRD\",\n        \"is_active\": true,\n        \"thumbnail\": null,\n        \"unit_cost\": \"50.0\",\n        \"created_at\": \"2022-12-13T21:55:03.317+07:00\",\n        \"mkt_images\": null,\n        \"mkt_status\": \"inactive\",\n        \"shelf_life\": null,\n        \"system_sku\": \"0077-S046941\",\n        \"unit_price\": \"100.0\",\n        \"description\": null,\n        \"barcode_type\": null,\n        \"display_name\": \"Lonely Duck #1\",\n        \"pack_settings\": null,\n        \"pick_settings\": null,\n        \"insurance_cover\": null,\n        \"is_serial_track\": null,\n        \"mkt_status_text\": null,\n        \"has_shop_barcode\": false,\n        \"inbound_settings\": null,\n        \"safety_stock_qty\": null,\n        \"is_inbound_quality\": null,\n        \"is_expiration_track\": false,\n        \"is_lot_number_track\": false,\n        \"is_outbound_quality\": null,\n        \"is_manufacturing_track\": false,\n        \"package_barcode_unwanted\": null,\n        \"use_default_pack_settings\": true,\n        \"use_default_pick_settings\": false,\n        \"use_default_inbound_settings\": true\n      },\n      \"relationships\": {\n        \"picture\": {\n          \"data\": {\n            \"id\": \"1044312\",\n            \"type\": \"picture\"\n          }\n        },\n        \"product\": {\n          \"data\": {\n            \"id\": \"23858\",\n            \"type\": \"product\"\n          }\n        },\n        \"favorites\": {\n          \"data\": []\n        },\n        \"unit_count\": {\n          \"data\": null\n        },\n        \"inventory_items\": {\n          \"data\": [\n            {\n              \"id\": \"17008\",\n              \"type\": \"inventory_item\"\n            }\n          ]\n        },\n        \"incoming_shipments\": {\n          \"data\": [\n            {\n              \"id\": \"13057\",\n              \"type\": \"incoming_shipment\"\n            },\n            {\n              \"id\": \"15230\",\n              \"type\": \"incoming_shipment\"\n            },\n            {\n              \"id\": \"15606\",\n              \"type\": \"incoming_shipment\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"15606\",\n      \"type\": \"incoming_shipment\",\n      \"attributes\": {\n        \"qty\": 1,\n        \"cost\": \"50.0\",\n        \"order_no\": \"RE2002020054351\",\n        \"arrival_at\": \"2023-02-02T20:20:00.000+07:00\",\n        \"arrived_at\": \"2023-02-02T21:48:36.000+07:00\",\n        \"created_at\": \"2023-02-02T21:47:18.389+07:00\",\n        \"completed_at\": null,\n        \"inbounded_good\": 1,\n        \"inbounded_broken\": 0,\n        \"inbounded_defect\": 0\n      },\n      \"relationships\": {\n        \"order\": {\n          \"data\": {\n            \"id\": \"54351\",\n            \"type\": \"inbound_order\"\n          }\n        },\n        \"product_lots\": {\n          \"data\": [\n            {\n              \"id\": \"12805\",\n              \"type\": \"product_lot\"\n            }\n          ]\n        },\n        \"shop_packaging\": {\n          \"data\": null\n        },\n        \"product_variant\": {\n          \"data\": {\n            \"id\": \"46941\",\n            \"type\": \"product_variant\"\n          }\n        },\n        \"inventory_levels\": {\n          \"data\": [\n            {\n              \"id\": \"12808\",\n              \"type\": \"inventory_level\"\n            }\n          ]\n        },\n        \"premium_serviceables\": {\n          \"data\": []\n        },\n        \"shop_premium_services\": {\n          \"data\": []\n        }\n      }\n    },\n            {\n            \"id\": \"6948\",\n            \"type\": \"inbound_information\",\n            \"attributes\": {\n                \"scheduledAt\": \"2023-02-02T21:47:18.317+07:00\",\n                \"shopRef\": null,\n                \"remark\": \"MC2001260053741\",\n                \"scheduleable\": true,\n                \"readInstruction\": false,\n                \"createdAt\": \"2023-02-02T21:47:18.384+07:00\",\n                \"updatedAt\": \"2023-02-02T21:49:08.822+07:00\",\n                \"arrivalAt\": \"2023-02-02T20:20:00.000+07:00\",\n                \"completedAt\": \"2023-02-02T21:49:08.820+07:00\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"supplier\": {\n                    \"data\": null\n                }\n            }\n        }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}","urlObject":{"host":["{{webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d71760a5-ff54-4a4b-a16e-723c3c9d5582"},{"name":"Sample event - Completed","id":"bb7fb92d-d0ee-4c9d-9431-16669eabd72a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"54351\",\n        \"type\": \"inbound_order\",\n        \"attributes\": {\n            \"state\": \"completed\",\n            \"order_no\": \"RE2002020054351\",\n            \"created_at\": \"2023-02-02T21:47:18.332+07:00\",\n            \"updated_at\": \"2023-02-02T21:49:08.917+07:00\",\n            \"inbounded_sku\": 1,\n            \"requested_qty\": 1,\n            \"requested_sku\": 1,\n            \"custom_field_1\": null,\n            \"custom_field_2\": null,\n            \"custom_field_3\": null,\n            \"custom_field_4\": null,\n            \"custom_field_5\": null,\n            \"inbounded_good\": 1,\n            \"is_return_order\": true,\n            \"inbounded_defect\": 0\n        },\n        \"relationships\": {\n            \"shop\": {\n                \"data\": {\n                    \"id\": \"77\",\n                    \"type\": \"shop\"\n                }\n            },\n            \"member\": {\n                \"data\": null\n            },\n            \"incoming_shipments\": {\n                \"data\": [\n                    {\n                        \"id\": \"15606\",\n                        \"type\": \"incoming_shipment\"\n                    }\n                ]\n            },\n            \"inbound_information\": {\n                \"data\": {\n                    \"id\": \"6948\",\n                    \"type\": \"inbound_information\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"46941\",\n            \"type\": \"product_variant\",\n            \"attributes\": {\n                \"id\": 46941,\n                \"name\": \"Lonely Duck #1\",\n                \"uuid\": null,\n                \"v2_sku\": null,\n                \"barcodes\": \"\",\n                \"shop_sku\": \"LRD\",\n                \"is_active\": true,\n                \"thumbnail\": null,\n                \"unit_cost\": \"50.0\",\n                \"created_at\": \"2022-12-13T21:55:03.317+07:00\",\n                \"mkt_images\": null,\n                \"mkt_status\": \"inactive\",\n                \"shelf_life\": null,\n                \"system_sku\": \"0077-S046941\",\n                \"unit_price\": \"100.0\",\n                \"description\": null,\n                \"barcode_type\": null,\n                \"display_name\": \"Lonely Duck #1\",\n                \"pack_settings\": null,\n                \"pick_settings\": null,\n                \"insurance_cover\": null,\n                \"is_serial_track\": null,\n                \"mkt_status_text\": null,\n                \"has_shop_barcode\": false,\n                \"inbound_settings\": null,\n                \"safety_stock_qty\": null,\n                \"is_inbound_quality\": null,\n                \"is_expiration_track\": false,\n                \"is_lot_number_track\": false,\n                \"is_outbound_quality\": null,\n                \"is_manufacturing_track\": false,\n                \"package_barcode_unwanted\": null,\n                \"use_default_pack_settings\": true,\n                \"use_default_pick_settings\": false,\n                \"use_default_inbound_settings\": true\n            },\n            \"relationships\": {\n                \"picture\": {\n                    \"data\": {\n                        \"id\": \"1044312\",\n                        \"type\": \"picture\"\n                    }\n                },\n                \"product\": {\n                    \"data\": {\n                        \"id\": \"23858\",\n                        \"type\": \"product\"\n                    }\n                },\n                \"favorites\": {\n                    \"data\": []\n                },\n                \"unit_count\": {\n                    \"data\": null\n                },\n                \"inventory_items\": {\n                    \"data\": [\n                        {\n                            \"id\": \"17008\",\n                            \"type\": \"inventory_item\"\n                        }\n                    ]\n                },\n                \"incoming_shipments\": {\n                    \"data\": [\n                        {\n                            \"id\": \"13057\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"15230\",\n                            \"type\": \"incoming_shipment\"\n                        },\n                        {\n                            \"id\": \"15606\",\n                            \"type\": \"incoming_shipment\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"15606\",\n            \"type\": \"incoming_shipment\",\n            \"attributes\": {\n                \"qty\": 1,\n                \"cost\": \"50.0\",\n                \"order_no\": \"RE2002020054351\",\n                \"arrival_at\": \"2023-02-02T20:20:00.000+07:00\",\n                \"arrived_at\": \"2023-02-02T21:48:36.000+07:00\",\n                \"created_at\": \"2023-02-02T21:47:18.389+07:00\",\n                \"completed_at\": \"2023-02-02T21:49:08.820+07:00\",\n                \"inbounded_good\": 1,\n                \"inbounded_broken\": 0,\n                \"inbounded_defect\": 0\n            },\n            \"relationships\": {\n                \"order\": {\n                    \"data\": {\n                        \"id\": \"54351\",\n                        \"type\": \"inbound_order\"\n                    }\n                },\n                \"product_lots\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12805\",\n                            \"type\": \"product_lot\"\n                        }\n                    ]\n                },\n                \"shop_packaging\": {\n                    \"data\": null\n                },\n                \"product_variant\": {\n                    \"data\": {\n                        \"id\": \"46941\",\n                        \"type\": \"product_variant\"\n                    }\n                },\n                \"inventory_levels\": {\n                    \"data\": [\n                        {\n                            \"id\": \"12808\",\n                            \"type\": \"inventory_level\"\n                        }\n                    ]\n                },\n                \"premium_serviceables\": {\n                    \"data\": []\n                },\n                \"shop_premium_services\": {\n                    \"data\": []\n                }\n            }\n        },\n        {\n            \"id\": \"6948\",\n            \"type\": \"inbound_information\",\n            \"attributes\": {\n                \"scheduledAt\": \"2023-02-02T21:47:18.317+07:00\",\n                \"shopRef\": null,\n                \"remark\": \"MC2001260053741\",\n                \"scheduleable\": true,\n                \"readInstruction\": false,\n                \"createdAt\": \"2023-02-02T21:47:18.384+07:00\",\n                \"updatedAt\": \"2023-02-02T21:49:08.822+07:00\",\n                \"arrivalAt\": \"2023-02-02T20:20:00.000+07:00\",\n                \"completedAt\": \"2023-02-02T21:49:08.820+07:00\"\n            },\n            \"relationships\": {\n                \"warehouse\": {\n                    \"data\": {\n                        \"id\": \"1\",\n                        \"type\": \"warehouse\"\n                    }\n                },\n                \"supplier\": {\n                    \"data\": null\n                }\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}","urlObject":{"host":["{{webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb7fb92d-d0ee-4c9d-9431-16669eabd72a"}],"id":"7cf07a0d-d9b4-4bc1-8f2d-9942a0506fc7","_postman_id":"7cf07a0d-d9b4-4bc1-8f2d-9942a0506fc7","description":""}],"id":"3026fedd-8680-47e3-9548-1a2ba1626505","description":"<p>We support webhook via REST API to be notified about events that happen in a shop. Please contact our support team to configure the webhook endpoint for you.</p>\n<p>List of supported webhook:</p>\n<ul>\n<li><p>Sales Order</p>\n</li>\n<li><p>Inbound Order</p>\n</li>\n</ul>\n<p>Each event object will be under a <code>data</code> object. To prevent confliction from unsorted events, we provide a timestamp attribute to identify the event's occurred time.</p>\n<p>In case we receive a 500 response from the endpoint, our system will resend the event again</p>\n<ul>\n<li><p>Timeout: The response wait time is reduced from 30 seconds to 5 seconds.</p>\n</li>\n<li><p>Retries: Despite the shorter wait, we'll still attempt 19 retries.</p>\n</li>\n<li><p>Retry Window: We'll continue retrying within a 48-hour period.</p>\n</li>\n</ul>\n<p>These changes are designed to enhance the efficiency and reliability of our webhook system. Please ensure your systems are updated to accommodate these adjustments by the specified dates. If you have any questions or concerns, feel free to reach out to our support team.</p>\n","_postman_id":"3026fedd-8680-47e3-9548-1a2ba1626505"},{"name":"Change Log","item":[],"id":"ddfd586e-1bc1-4822-9ed3-1603f64fa41b","description":"<p><strong>18 Jun 2025</strong></p>\n<ul>\n<li><p>Sales Order API validation update:</p>\n<ul>\n<li>If the <code>outbound_information_attributes.scheduled_pickup_at</code> field is provided, the value must be within <strong>08:00 – 16:30 UTC+07</strong> (Asia/Bangkok time) and scheduled at least <strong>2 hours in advance</strong>.</li>\n</ul>\n</li>\n</ul>\n<p><strong>23 Apr 2025</strong></p>\n<ul>\n<li>Sales Order API allows users to specify the expected time for on-demand pickup using the <code>outbound_information_attributes.scheduled_pickup_at</code> field.</li>\n</ul>\n<p><strong>5 Mar 2025</strong></p>\n<ul>\n<li><p>New APIs</p>\n<ul>\n<li><p>List Sales Orders</p>\n<ul>\n<li>Endpoint: `GET /api/v1/shops/sales?state=pending&amp;page=1&amp;size=20`</li>\n</ul>\n</li>\n<li><p>Get Sales Order by ID</p>\n<ul>\n<li>Endpoint: `GET /api/v1/shops/sales/:id`</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>08 Jan 2025</strong></p>\n<ul>\n<li>Add MyCloud SKU and Shop SKU of the insufficient items in the error details on create pending order API.</li>\n</ul>\n<p><strong>17 Oct 2024</strong></p>\n<ul>\n<li><p>New APIs:</p>\n<ul>\n<li><p>List Shop Sale Channels</p>\n<ul>\n<li><p>List Shop Sale ChannelsRetrieve a paginated list of shop sale channels.<br />  Endpoint: `GET /api/v1/shops/shop_sale_channels?page=1&amp;size=20`</p>\n</li>\n<li><p>Get Shop Sale Channel by ID<br />  Retrieve details of a shop sale channel by ID.<br />  Endpoint: `GET /api/v1/shops/shop_sale_channels/:id`</p>\n</li>\n<li><p>Create Shop Sale Channel<br />  Create a new shop sale channel.<br />  Endpoint: `POST /api/v1/shops/shop_sale_channels`</p>\n</li>\n<li><p>Update Shop Sale Channel by ID<br />  Update an existing shop sale channel.<br />  Endpoint: `PATCH /api/v1/shops/shop_sale_channels/:id`</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>10 Apr 2024</strong></p>\n<ul>\n<li><p>Changes of Sales Order API, starting from April 22, 2024:</p>\n<ul>\n<li><p>The 'outbound_information_attributes.packaging_type' field will be deprecated, and the system will ignore it.</p>\n</li>\n<li><p>The 'outbound_packaging.packaging_group' field will be added for specifying the 'packaging group' for each order. (For more details about 'packaging group,' please refer to our user manual.)</p>\n</li>\n<li><p>If the request body does not include the 'outbound_packaging.packaging_group' field, the system will automatically assign packaging based on shop settings.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>11 Mar 2024</strong></p>\n<ul>\n<li>Starting from March 20, 2024, you will need permission from MyCloud before accessing certain APIs. To setup proper permission, please follow the guideline in our user manual.</li>\n</ul>\n<p><strong>08 Mar 2024</strong></p>\n<ul>\n<li><p>Add the 'attachment' field for upload files to be included in the package. This affects the create/update order API.</p>\n</li>\n<li><p>Remove the 'delivery_mode' field from the create/update order API.</p>\n</li>\n</ul>\n<h5 id=\"05-feb-2024\">05 Feb 2024</h5>\n<ul>\n<li>Add new interface for creating an inbound order.</li>\n</ul>\n<h5 id=\"16-jan-2024-pre-release\">16 Jan 2024 (pre-release)</h5>\n<ul>\n<li>Update webhook change plan of timeout duration and number of retry attempts</li>\n</ul>\n<h5 id=\"01-nov-2023-pre-release\">01 Nov 2023 (pre-release)</h5>\n<ul>\n<li><p>The create/update order API will only support 2 shipping options, which are:</p>\n<ul>\n<li><p>MyCloud Shipping</p>\n<ul>\n<li><p>The following fields are required:</p>\n<ul>\n<li><p><code>outbound_order.outbound_information_attributes.use_mycloud_shipping</code></p>\n</li>\n<li><p><code>outbound_order.outbound_information_attributes.cod</code></p>\n</li>\n</ul>\n</li>\n<li><p>The following fields are not allowed:</p>\n<ul>\n<li><p><code>outbound_order.outbound_information_attributes.shop_delivery_id</code></p>\n</li>\n<li><p><code>outbound_order.delivery_mode</code></p>\n</li>\n<li><p><code>outbound_order.outbound_information_attributes.mkt_shipping_labe</code>l</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Pre-defined Shipping</p>\n<ul>\n<li><p>The following fields are required:</p>\n<ul>\n<li><p><code>outbound_order.outbound_information_attributes.shop_delivery_id</code></p>\n</li>\n<li><p><code>outbound_order.outbound_information_attributes.mkt_shipping_label</code> (depending on shipping)</p>\n</li>\n</ul>\n</li>\n<li><p>The following fields are not allowed:</p>\n<ul>\n<li><p><code>outbound_order.outbound_information_attributes.use_mycloud_shipping</code></p>\n</li>\n<li><p><code>outbound_order.outbound_information_attributes.cod</code></p>\n</li>\n<li><p><code>outbound_order.delivery_mode</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>The <code>outbound_order.delivery_mode</code> field in the create/edit order API is deprecated.</p>\n</li>\n<li><p>New validations are added to prevent data errors.</p>\n<ul>\n<li><p>outbound_order.outbound_information_attributes.mkt_shipping_label must always be URL format.</p>\n</li>\n<li><p>outbound_order.outbound_customer_attributes.country must always be alpha-2 format. (for example: th, TH etc.)</p>\n</li>\n<li><p>The pricing fields must have no more 2 decimal points.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"09-mar-2023\">09 Mar 2023</h5>\n<ul>\n<li><p>Add API to allow shop to revert an order's status from <code>pending</code> to <code>on_hold</code></p>\n</li>\n<li><p>Add API to allow shop to cancel an order</p>\n</li>\n</ul>\n","_postman_id":"ddfd586e-1bc1-4822-9ed3-1603f64fa41b"}],"event":[{"listen":"prerequest","script":{"id":"703bfc22-9a92-4099-b2bb-b70f93f06a69","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"879bdd2a-0c19-408b-9ab6-9828958d3888","type":"text/javascript","exec":[""]}}],"variable":[{"key":"accessToken","value":""},{"key":"refreshToken","value":""}]}