{"info":{"_postman_id":"3135eb30-6a22-4114-96d3-ba908cd90758","name":"API documentation","description":"<html><head></head><body><h1 id=\"dukaan-public-apis\">📄 Dukaan Public APIs</h1>\n<p>This document will outline all the necessary details to interact with your store APIs</p>\n<h2 id=\"🔖-how-to-get-your-store-api-token\">🔖 How to get your store API token</h2>\n<ul>\n<li>Visit web.mydukaan.io and select the settings tab</li>\n<li>Click on developer settings, you will find an option to generate a store authentication token, click on generate an authentication token.</li>\n</ul>\n<hr>\n<p><code>You will be able to find detailed documentation to the APIs realted to the following dukaan functionatilites.</code></p>\n<p>Orders, Customers, Order Modifications, Search, Products, Discounts.</p>\n<h2 id=\"authentication\"><strong>Authentication</strong></h2>\n<ul>\n<li>Store authentication token can be generated from your Dukaan store settings and you will find your seller id, and store uuid also under the same settings.</li>\n</ul>\n<h2 id=\"important-keys\">Important Keys</h2>\n<p>Store uuid: Each store for a seller will have a unique id which is required for certain endpoints to get store specific data, as a single seller can have multiple stores, making this key mandatory</p>\n<p>Product uuid: Each product will have a uuid, this is required to perform product-related operations, you can get the product uuid, by getting the list of products, searching for a product or the value is returned when you create a product as well. product uuid would be needed to get product details, updating or deleting the particular product</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key Name</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorization</td>\n<td>Bearer {store_authentication_token}</td>\n</tr>\n<tr>\n<td>Store uuid</td>\n<td>{store_uuid}</td>\n</tr>\n<tr>\n<td>Product uuid</td>\n<td>{product_uuid}</td>\n</tr>\n<tr>\n<td>Category uuid</td>\n<td>{category_uuid}</td>\n</tr>\n<tr>\n<td>Customer uuid</td>\n<td>{customer_uuid}</td>\n</tr>\n<tr>\n<td>Order uuid</td>\n<td>{order_uuid}</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"order-status-code-mapping\">Order Status Code Mapping</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Order Status</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ABANDONED / DRAFT</td>\n<td>-1</td>\n</tr>\n<tr>\n<td>PENDING</td>\n<td>0</td>\n</tr>\n<tr>\n<td>ACCEPTED</td>\n<td>1</td>\n</tr>\n<tr>\n<td>REJECTED</td>\n<td>2</td>\n</tr>\n<tr>\n<td>SHIPPED</td>\n<td>3</td>\n</tr>\n<tr>\n<td>CANCELLED</td>\n<td>4</td>\n</tr>\n<tr>\n<td>DELIVERED</td>\n<td>5</td>\n</tr>\n<tr>\n<td>FAILED</td>\n<td>6</td>\n</tr>\n<tr>\n<td>CANCELLED BY CUSTOMER</td>\n<td>7</td>\n</tr>\n<tr>\n<td>RETURNED</td>\n<td>10</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"📄 Dukaan Public APIs","slug":"dukaan-public-apis"}],"owner":"25389466","collectionId":"3135eb30-6a22-4114-96d3-ba908cd90758","publishedId":"2s9Yynk3f7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"146eb4"},"publishDate":"2024-02-20T09:59:28.000Z"},"item":[{"name":"Products","item":[{"name":"product_list","id":"b04b7a53-1bd2-4ed6-a81f-865acbd93d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/seller-front/{{store_uuid}}/product-list/?ordering=-created_at&page=1&page_size=30&pop_fields=variants_data","description":"<p>This endpoint makes an HTTP GET request to retrieve a list of products for a specific seller. The request includes parameters for ordering, pagination, and populating specific fields. The response returns a status code of 200 along with the product list data, including details such as product ID, name, image, stock availability, pricing, tags, categories, and web URL.</p>\n<p>The last call to this endpoint did not include a request body, and the response indicated a status code of 200. The response body included an array of product objects with various attributes for each product.</p>\n<h3 id=\"query-params\">Query Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Accepted Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>value of the page</td>\n</tr>\n<tr>\n<td>ordering</td>\n<td>created_at,modified_at</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>1-99 ( max 99 results allowed per page )</td>\n</tr>\n<tr>\n<td>pop_fields</td>\n<td>variants_data, this key can be removed to get the data for product variants as well</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","seller-front","{{store_uuid}}","product-list",""],"host":["api","mydukaan","io"],"query":[{"key":"ordering","value":"-created_at"},{"key":"page","value":"1"},{"key":"page_size","value":"30"},{"key":"pop_fields","value":"variants_data"}],"variable":[]}},"response":[{"id":"9604c600-5650-4375-9208-3fce707eef55","name":"product_list_response","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":{"raw":"https://api.mydukaan.io/api/seller-front/{{store_uuid}}/product-list/?ordering=-created_at&page=1&page_size=30&pop_fields=variants_data","protocol":"https","host":["api","mydukaan","io"],"path":["api","seller-front","{{store_uuid}}","product-list",""],"query":[{"key":"ordering","value":"-created_at"},{"key":"page","value":"1"},{"key":"page_size","value":"30"},{"key":"pop_fields","value":"variants_data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jan 2024 13:50:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-dukaan-trace-id-hex","value":"ccc8afa752d8f6c6d9b8a9c0b1f946fc"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"count\": 255,\n    \"results\": [\n        {\n            \"id\": 42933263,\n            \"uuid\": \"05ad8798-2ee0-410a-a42f-91fe3e001c57\",\n            \"created_at\": \"2024-01-10T06:28:20.178447+00:00\",\n            \"name\": \"Hooded Bath Towel\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/018f81f5-f6c7-4bbc-af5b-a577c520d6b8.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 2600,\n            \"original_price\": 2600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/018f81f5-f6c7-4bbc-af5b-a577c520d6b8.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/bc97f356-fe25-4abb-9949-7ba82b858e92.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/81648090-5cd7-4d71-8757-88320934bc2e.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/d12dd81c-7027-47bf-8d3c-fe8d4536a9df.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ba0a3f79-f9cc-4987-b9a2-e4c1046cdc75.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/32bcc244-e0cf-4880-aeb2-29cc32efa82d.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/fc53b9d5-b75f-4121-87d7-85c62ad1c484.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/a671c9de-2ec5-4651-991d-27c975b6c403.jpg\"\n            ],\n            \"slug\": \"hooded-bath-towel\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355144,\n                    \"name\": \"Accessory\",\n                    \"slug\": \"accessory\",\n                    \"uuid\": \"9d1cf4d3-556f-4f1d-82e5-2869616402ff\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/a9e02f30-c6f1-42da-a0b2-b0289eb2c0c0.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/hooded-bath-towel\"\n        },\n        {\n            \"id\": 42933262,\n            \"uuid\": \"f378cb09-0b84-4b0d-a4b9-f9d65b6ce4f3\",\n            \"created_at\": \"2024-01-10T06:28:20.164902+00:00\",\n            \"name\": \"Hair Pins\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b8e51779-1f23-4ff0-a2eb-dedc64a67fa5.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 600,\n            \"original_price\": 600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b8e51779-1f23-4ff0-a2eb-dedc64a67fa5.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/36fc469c-5390-4a25-9c76-60b2a25cf7b5.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/1ba4711b-13b1-487f-b3d8-01a9c91de96c.jpg\"\n            ],\n            \"slug\": \"hair-pins\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355144,\n                    \"name\": \"Accessory\",\n                    \"slug\": \"accessory\",\n                    \"uuid\": \"9d1cf4d3-556f-4f1d-82e5-2869616402ff\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/a9e02f30-c6f1-42da-a0b2-b0289eb2c0c0.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/hair-pins\"\n        },\n        {\n            \"id\": 42933261,\n            \"uuid\": \"561c9a41-9363-46b9-8326-636ab3ae082d\",\n            \"created_at\": \"2024-01-10T06:28:20.02036+00:00\",\n            \"name\": \"Holiday Collection Highlighter\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b27c87d1-af70-46dd-b74c-c439fc366bbf.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1200,\n            \"original_price\": 1200,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b27c87d1-af70-46dd-b74c-c439fc366bbf.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/90d24099-25ca-489c-9906-cf8b0eb184b6.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/38336f11-fac3-483e-9041-e9c7693dbbb8.jpg\"\n            ],\n            \"slug\": \"holiday-collection-highlighter\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355170,\n                    \"name\": \"Highligher\",\n                    \"slug\": \"highligher\",\n                    \"uuid\": \"280dab53-e783-491e-b90e-8d67e4e7cb82\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b27c87d1-af70-46dd-b74c-c439fc366bbf.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/holiday-collection-highlighter\"\n        },\n        {\n            \"id\": 42933260,\n            \"uuid\": \"64ef939c-4cc7-4e60-9204-985f4f0b1566\",\n            \"created_at\": \"2024-01-10T06:28:20.018657+00:00\",\n            \"name\": \"High Gloss\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/96462458-9176-4492-ac86-72f712c6ca03.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1600,\n            \"original_price\": 1600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/96462458-9176-4492-ac86-72f712c6ca03.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/93c95201-3086-4b50-ac8c-39fb344ce0d2.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/2a30624f-4145-4eda-a463-aad22a8324c1.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/39d09b5d-26a9-47d2-9df8-6e8014178f63.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/fb7e5dd2-79f8-4844-8497-af1ea2f78c18.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/af411970-9b8b-4854-88d8-ff4413a2729f.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/4f7af4f4-3d5b-4790-a2ce-ed3146d999a1.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/cef5c6f6-d0bf-4086-afac-e1db05981221.jpg\"\n            ],\n            \"slug\": \"high-gloss\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355134,\n                    \"name\": \"High Gloss\",\n                    \"slug\": \"high-gloss\",\n                    \"uuid\": \"73b34267-a028-41d1-b5ce-2c5a92d3686e\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/2072b81c-2116-40e3-82f2-2a26a127546f.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/high-gloss\"\n        },\n        {\n            \"id\": 42933259,\n            \"uuid\": \"345e0b8d-bcbf-490f-9760-8ef5aedb7d2d\",\n            \"created_at\": \"2024-01-10T06:28:20.008214+00:00\",\n            \"name\": \"Kybrow Gel\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/829c5871-95d9-416c-9193-cbd75e317f77.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1700,\n            \"original_price\": 1700,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/829c5871-95d9-416c-9193-cbd75e317f77.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/05eb91d6-74e4-41be-a3db-f7c36858c8f9.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/576bb22e-d626-465f-92d8-f13b7ca2106c.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/7624deb8-6665-4966-be56-ce0e868b9de6.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/d7565abb-86cb-40be-bd9b-35df486c6631.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b4b0c36b-a716-49b4-9d00-3e77c02a5cf0.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b1ebeead-a789-446e-9025-ab78979c6488.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/65050ce1-e6b2-452d-a90b-be3ada0bcb81.jpg\"\n            ],\n            \"slug\": \"kybrow-gel\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355149,\n                    \"name\": \"Brow Gel\",\n                    \"slug\": \"brow-gel\",\n                    \"uuid\": \"a4e56221-7eb7-4ef8-a3f6-0ebce4d45dce\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/829c5871-95d9-416c-9193-cbd75e317f77.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kybrow-gel\"\n        },\n        {\n            \"id\": 42933258,\n            \"uuid\": \"3a27ae33-c260-4213-b4d6-b2623e66e370\",\n            \"created_at\": \"2024-01-10T06:28:20.002167+00:00\",\n            \"name\": \"Gentle Shampoo\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/6b3069b0-a7f0-4339-8aea-536a7656601b.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1500,\n            \"original_price\": 1500,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/6b3069b0-a7f0-4339-8aea-536a7656601b.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/f35e5e0c-f541-4e07-a315-8f8a64d39d2d.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/2dae449f-5d24-4dd7-a783-cfa34a463538.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ab686981-bf0a-45b0-8a67-5d70528731bb.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/492182cb-c789-43c7-986a-2a56b0b05100.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/498c6f26-afc0-4dc5-bc3f-253cbcb85694.jpg\"\n            ],\n            \"slug\": \"gentle-shampoo\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355138,\n                    \"name\": \"Shampoo\",\n                    \"slug\": \"shampoo\",\n                    \"uuid\": \"617248a1-4c30-4541-9f32-05a74b725107\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/6b3069b0-a7f0-4339-8aea-536a7656601b.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/gentle-shampoo\"\n        },\n        {\n            \"id\": 42933257,\n            \"uuid\": \"97e16a39-05a3-4691-87ff-c34ad460838c\",\n            \"created_at\": \"2024-01-10T06:28:19.97807+00:00\",\n            \"name\": \"Kybrow Brush\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/64f68789-d47c-466f-90e0-1c55da07678b.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1400,\n            \"original_price\": 1400,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/64f68789-d47c-466f-90e0-1c55da07678b.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/74d74dd4-3a02-414a-b08a-4fcbda9066ec.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/bfa64358-b39c-439d-9d2d-b35439b4c3d0.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3d45b727-99fd-47d5-b818-64654eec004d.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/9962401d-79fc-4dd6-8cdd-afd042a34bdd.jpg\"\n            ],\n            \"slug\": \"kybrow-brush\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355103,\n                    \"name\": \"Brow Brush\",\n                    \"slug\": \"brow-brush\",\n                    \"uuid\": \"772309bb-e100-46c0-908d-937cbe5a0dde\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/64f68789-d47c-466f-90e0-1c55da07678b.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kybrow-brush\"\n        },\n        {\n            \"id\": 42933256,\n            \"uuid\": \"a7531383-021c-428a-b311-acbc0dfaf3f2\",\n            \"created_at\": \"2024-01-10T06:28:19.953557+00:00\",\n            \"name\": \"Kendall Collection Pressed Powder Palette\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/da0a5cad-571a-4654-9ef2-662fdba8609a.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 3000,\n            \"original_price\": 3000,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/da0a5cad-571a-4654-9ef2-662fdba8609a.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/724f58ad-74f6-4086-bf6c-e5de93ed9fe3.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/2f5aeece-7b91-4054-99a1-cd0c8a654f1a.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/dd6a12e2-115b-4da3-9985-4a78276c2d5a.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/8f36041b-4d91-41d9-912b-303236f668ab.jpg\"\n            ],\n            \"slug\": \"kendall-collection-pressed-powder-palette\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355147,\n                    \"name\": \"Eyeshadow Palette\",\n                    \"slug\": \"eyeshadow-palette\",\n                    \"uuid\": \"4ea8dff3-bbdd-446e-af14-10c0f6f8a8bb\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/113b72ee-7bc7-4871-be20-a31add8e6ddd.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kendall-collection-pressed-powder-palette\"\n        },\n        {\n            \"id\": 42933255,\n            \"uuid\": \"8949866c-cd2d-4abf-8e86-fd830056087f\",\n            \"created_at\": \"2024-01-10T06:28:19.901025+00:00\",\n            \"name\": \"Kendall Collection Blush and Highlighter Cheek Quad\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/3f12c40c-828c-4f8d-93dd-b2b13a8ce05f.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 2400,\n            \"original_price\": 2400,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3f12c40c-828c-4f8d-93dd-b2b13a8ce05f.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/34115046-0742-4a3e-b607-ee4e99e0fc58.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/36cdcb35-e0bf-45b0-8cd0-825a862dbf72.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/0005a26b-6b5d-491a-8c87-4ce7e61dff57.jpg\"\n            ],\n            \"slug\": \"kendall-collection-blush-and-highlighter-cheek-quad\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355106,\n                    \"name\": \"Face Palette\",\n                    \"slug\": \"face-palette\",\n                    \"uuid\": \"6541d310-89f6-41dd-a0c7-59ffc3559b9c\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/3f12c40c-828c-4f8d-93dd-b2b13a8ce05f.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kendall-collection-blush-and-highlighter-cheek-quad\"\n        },\n        {\n            \"id\": 42933254,\n            \"uuid\": \"dcbd8c83-0284-4fc7-ab3e-f9a298e31b31\",\n            \"created_at\": \"2024-01-10T06:28:19.878356+00:00\",\n            \"name\": \"Kris Collection Lip Crayon\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/821ff0b9-1e07-4de4-ac8b-7a10fe91bea5.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1900,\n            \"original_price\": 1900,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/821ff0b9-1e07-4de4-ac8b-7a10fe91bea5.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/197f6e45-0a0d-4b6e-af8c-9638d05a1475.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/833efa02-e861-4861-9322-6f6914b2c1ef.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/924ecdfc-bce6-48ba-bed1-23486e976e74.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/0d7a9e33-5cae-4a4a-bb90-59f9e2250876.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/5c3f0fee-393c-4ff3-a5bf-c0a3a4891166.jpg\"\n            ],\n            \"slug\": \"kris-collection-lip-crayon\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355117,\n                    \"name\": \"Lip Crayon\",\n                    \"slug\": \"lip-crayon\",\n                    \"uuid\": \"f896e4e8-f3aa-4d09-a0ff-79339dd1fca8\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/0e8f0b57-d439-4232-9b49-1aeb0310187a.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kris-collection-lip-crayon\"\n        },\n        {\n            \"id\": 42933253,\n            \"uuid\": \"90f076f1-03d5-4501-9954-b4e9295399b7\",\n            \"created_at\": \"2024-01-10T06:28:19.825565+00:00\",\n            \"name\": \"Kybrow Highlighter\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/95218195-4cd5-48b3-b374-b841a242ac5e.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1500,\n            \"original_price\": 1500,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/95218195-4cd5-48b3-b374-b841a242ac5e.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/9826d1df-a50e-49ea-89a8-b68acf4c5fff.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/c8891023-4de4-4599-a04a-16a20810ad9a.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/a9aab962-7686-4a3f-a70f-4c332484ecd4.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/94f8a3d6-eb58-4dcd-b3df-2a087bacad75.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/01421826-5da6-489c-a082-8a12bcf08fbf.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/80f34b8b-ed14-417a-9a11-948c65b494fe.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/61ec0df6-d7a6-45a4-8cf2-24aff5eca424.jpg\"\n            ],\n            \"slug\": \"kybrow-highlighter\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355109,\n                    \"name\": \"Brow Highlighter\",\n                    \"slug\": \"brow-highlighter\",\n                    \"uuid\": \"018d18f8-114f-4746-9c7d-dcfbc13f70e4\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/95218195-4cd5-48b3-b374-b841a242ac5e.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kybrow-highlighter\"\n        },\n        {\n            \"id\": 42933252,\n            \"uuid\": \"37136b8e-c71a-44dd-92da-fe625759550d\",\n            \"created_at\": \"2024-01-10T06:28:19.825126+00:00\",\n            \"name\": \"Detangling Hair Brush\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/95b4146e-fe1b-4fc1-97d2-e790218f8dcc.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1100,\n            \"original_price\": 1100,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/95b4146e-fe1b-4fc1-97d2-e790218f8dcc.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/0c847012-788b-4410-a587-4af98d9047df.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/7ab0cd7f-210a-4beb-9a52-2c6eb6e760af.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/897535ef-401b-41ac-bbce-0fb64c95699a.jpg\"\n            ],\n            \"slug\": \"detangling-hair-brush\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355167,\n                    \"name\": \"Brush\",\n                    \"slug\": \"brush\",\n                    \"uuid\": \"7d5642be-b803-4845-bce5-6b0d863ce7ac\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/d302438c-41fa-4322-8cfd-cd4b46d302f5.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/detangling-hair-brush\"\n        },\n        {\n            \"id\": 42933251,\n            \"uuid\": \"fdda4a58-30ff-4e3f-8246-293582f8f7a2\",\n            \"created_at\": \"2024-01-10T06:28:19.820268+00:00\",\n            \"name\": \"Holiday Collection Liquid Lipstick & High Gloss Vault\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/e9f19614-6122-46f0-8b76-4281cfeaaf4d.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 7800,\n            \"original_price\": 7800,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/e9f19614-6122-46f0-8b76-4281cfeaaf4d.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/9d56527c-f128-4546-8aca-3b058b609677.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ea5e6e63-a18a-469a-8c29-63459906645a.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/1f9f0131-a3b0-403c-8510-a8e812c681d9.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/2038cb53-e1c9-42ba-b6fd-5739a4288cff.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/d2e14bb9-9eb9-4d85-8c90-d70d73bd231f.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/54081aac-bc41-4835-af1c-1089fa662d21.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/194d87d6-c82e-4ae3-98be-cf28dde02ab2.jpg\"\n            ],\n            \"slug\": \"holiday-collection-liquid-lipstick-high-gloss-vault\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355161,\n                    \"name\": \"Liquid Lip Kit\",\n                    \"slug\": \"liquid-lip-kit\",\n                    \"uuid\": \"41f0d202-917c-4a56-bc34-dd653a634f0f\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/e9f19614-6122-46f0-8b76-4281cfeaaf4d.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/holiday-collection-liquid-lipstick-high-gloss-vault\"\n        },\n        {\n            \"id\": 42933250,\n            \"uuid\": \"3a825654-c4e4-4d9b-97d4-034b5f23dd02\",\n            \"created_at\": \"2024-01-10T06:28:19.816613+00:00\",\n            \"name\": \"Velvet Lip Kit\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/89a0e662-8c79-446e-a68e-2da364993e72.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 3000,\n            \"original_price\": 3000,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/89a0e662-8c79-446e-a68e-2da364993e72.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/38c1dd2b-eb0e-4363-ae32-809a20445c10.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/c304259e-a794-4bed-9b42-5f98b14c57f2.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/5f7b314e-0d7d-47f1-b145-63d3832f0f44.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ac87ce7f-dea6-45c3-b6b0-a41d8a1ed07b.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3dc0c8a0-5f30-45c3-b255-fd0e011fdbaa.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/93c46358-b411-48ec-a3fa-c3e018b87a05.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/cb886c61-8dc3-4408-9f66-7da5ba7250a6.jpg\"\n            ],\n            \"slug\": \"velvet-lip-kit\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355141,\n                    \"name\": \"Velvet Lip Kit\",\n                    \"slug\": \"velvet-lip-kit\",\n                    \"uuid\": \"30589437-71e4-41a8-b9c4-de8c38b999a8\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/89a0e662-8c79-446e-a68e-2da364993e72.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/velvet-lip-kit\"\n        },\n        {\n            \"id\": 42933249,\n            \"uuid\": \"0ec5072d-f81f-432b-9f42-66ab07380f8c\",\n            \"created_at\": \"2024-01-10T06:28:19.786812+00:00\",\n            \"name\": \"Matte Lip Kit\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b77781b1-1450-40fb-a7bb-7d5650e6fc31.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 3000,\n            \"original_price\": 3000,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b77781b1-1450-40fb-a7bb-7d5650e6fc31.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/435035bf-5ff4-44e3-83b7-50a7e5f8a78e.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/6698a3a3-5b0c-456c-b978-464361c749ef.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/8a8a2e00-6abc-4820-b71c-875441c5c7b2.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/f99db86c-dfe5-4263-b7d7-fa1b9c7733cb.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/5f6af63f-4982-4cdd-b197-52a5cff60bc7.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/02bac1e5-f6d6-40ed-a372-0f255c073b44.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/871a7ceb-8d11-4a23-9da5-5a6e6ad8b3a3.jpg\"\n            ],\n            \"slug\": \"matte-lip-kit\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355131,\n                    \"name\": \"Matte Lip Kit\",\n                    \"slug\": \"matte-lip-kit\",\n                    \"uuid\": \"107790e0-7695-48d9-bca3-8b1a0c90c291\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/1f3e658c-c1c6-4993-ba74-a374f7538fcd.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/matte-lip-kit\"\n        },\n        {\n            \"id\": 42933248,\n            \"uuid\": \"ef550cfb-75ed-40b1-84a8-dd4090e282dc\",\n            \"created_at\": \"2024-01-10T06:28:19.756926+00:00\",\n            \"name\": \"Baby Full Collection bundle – pink\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/3b0fc31a-6be6-4fdc-a006-7fca27b5bb4d.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 8600,\n            \"original_price\": 8600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3b0fc31a-6be6-4fdc-a006-7fca27b5bb4d.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/88f9fe0c-6b2c-46f1-85c1-425c53ae36dc.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/cc638851-e347-47fb-af8e-d049057248e1.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/56be7fe2-bbc4-4308-8d83-1806dac3d220.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3a9dfb4b-67c9-459f-9bad-24513b2674f7.jpg\"\n            ],\n            \"slug\": \"baby-full-collection-bundle-pink\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355115,\n                    \"name\": \"Bundle\",\n                    \"slug\": \"bundle\",\n                    \"uuid\": \"ab4bb6cb-2873-495d-a3e5-1d426a01a5b8\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/82ac60a1-5cfd-4bad-ad64-f1163064651a.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/baby-full-collection-bundle-pink\"\n        },\n        {\n            \"id\": 42933247,\n            \"uuid\": \"22dd2de6-270e-470f-abe7-47abd25553c0\",\n            \"created_at\": \"2024-01-10T06:28:19.755831+00:00\",\n            \"name\": \"Kylighter Illuminating Powder\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/24191024-e69c-413e-aa5b-cc45c64279e7.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 2100,\n            \"original_price\": 2100,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/24191024-e69c-413e-aa5b-cc45c64279e7.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/e79e2ebf-92ed-4216-bee4-eb2960f40c19.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/f5921dcd-5704-4915-b2e8-408389f3b7fd.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/057d9098-973a-456b-9928-46afd7e5f716.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ea994ec5-5a62-4c6a-ad7f-397a8ad3ff88.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/203a3619-750c-4091-873c-a0eafed11627.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/6b66a43a-1877-426a-b210-5f0753810627.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/7249279e-6174-4f32-b7fc-a421b9c9fa76.jpg\"\n            ],\n            \"slug\": \"kylighter-illuminating-powder\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355123,\n                    \"name\": \"Kylighter\",\n                    \"slug\": \"kylighter\",\n                    \"uuid\": \"398e1867-bfef-43a5-b7f9-410ab4ca7890\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/1c725225-faef-40fd-bebb-9fd461ce7c5b.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kylighter-illuminating-powder\"\n        },\n        {\n            \"id\": 42933246,\n            \"uuid\": \"0eb0f4fd-60aa-429d-ae3a-ae3ede0c5d58\",\n            \"created_at\": \"2024-01-10T06:28:19.755619+00:00\",\n            \"name\": \"Gloss Drip\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/7269d4e2-a044-40ec-b6a1-95fe9ec0ba07.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1600,\n            \"original_price\": 1600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/7269d4e2-a044-40ec-b6a1-95fe9ec0ba07.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/1b21acaf-94b0-4986-ad6a-093d94d56138.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/cd2c521d-ae4e-495f-b6b1-c6f02d2743da.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/c524425c-bd2d-40de-b993-9470d73abb08.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ea1c3ed0-342a-4f44-b366-64c92d6889e0.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/37a6cb1d-4723-4f68-8835-bab3ac09f11f.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/cf18f3a4-5e4a-4688-9b03-14b51ff49f73.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/036ffceb-ac67-4d45-b507-110e643c9e4f.jpg\"\n            ],\n            \"slug\": \"gloss-drip\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355122,\n                    \"name\": \"Lip Gloss\",\n                    \"slug\": \"lip-gloss\",\n                    \"uuid\": \"1c856ca0-344c-46bb-a918-0ab1faaa64aa\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/96dc2158-8639-4e0e-a480-30ccba7837e6.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/gloss-drip\"\n        },\n        {\n            \"id\": 42933245,\n            \"uuid\": \"e6d510c8-6d35-4a65-93be-93bd9475973c\",\n            \"created_at\": \"2024-01-10T06:28:19.725879+00:00\",\n            \"name\": \"Mini Mauve Eyeshadow Palette\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/792bc7fb-c0a8-4201-9c29-b59f875d9719.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1700,\n            \"original_price\": 1700,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/792bc7fb-c0a8-4201-9c29-b59f875d9719.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/a2917748-edc0-413d-ab04-09fce16e650b.jpg\"\n            ],\n            \"slug\": \"mini-mauve-eyeshadow-palette\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355147,\n                    \"name\": \"Eyeshadow Palette\",\n                    \"slug\": \"eyeshadow-palette\",\n                    \"uuid\": \"4ea8dff3-bbdd-446e-af14-10c0f6f8a8bb\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/113b72ee-7bc7-4871-be20-a31add8e6ddd.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/mini-mauve-eyeshadow-palette\"\n        },\n        {\n            \"id\": 42933244,\n            \"uuid\": \"bf84dc06-76d0-4760-8f74-9571c86b88e2\",\n            \"created_at\": \"2024-01-10T06:28:19.722449+00:00\",\n            \"name\": \"The Bronze Palette\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b951a266-bf2d-445d-be05-e136881782ab.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 2800,\n            \"original_price\": 2800,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b951a266-bf2d-445d-be05-e136881782ab.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/fcee5103-3449-4a10-952e-be7cc6c6d43e.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/abfa6e5b-6b53-4cad-91b5-a9e1c2c470bb.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/946a04ae-1b79-4f47-820b-9b630f448be4.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/105925b3-4c1d-4715-bf77-6617b9528541.jpg\"\n            ],\n            \"slug\": \"the-bronze-palette\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355147,\n                    \"name\": \"Eyeshadow Palette\",\n                    \"slug\": \"eyeshadow-palette\",\n                    \"uuid\": \"4ea8dff3-bbdd-446e-af14-10c0f6f8a8bb\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/113b72ee-7bc7-4871-be20-a31add8e6ddd.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/the-bronze-palette\"\n        },\n        {\n            \"id\": 42933243,\n            \"uuid\": \"d174a4db-b98f-46b4-bdb7-55f1e7d9a4a2\",\n            \"created_at\": \"2024-01-10T06:28:19.716963+00:00\",\n            \"name\": \"Kris Collection Blush Highlighter Duo\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/518a05ed-5c3b-4209-8778-94592b91816a.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1800,\n            \"original_price\": 1800,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/518a05ed-5c3b-4209-8778-94592b91816a.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/366f00be-6250-46e4-99ab-2c0be2bedeb7.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/5f4798cc-b7a2-47c3-85e7-dcf9c40fc337.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/14630363-3ace-4e61-9bc4-c6e512144f7f.jpg\"\n            ],\n            \"slug\": \"kris-collection-blush-highlighter-duo\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355153,\n                    \"name\": \"Multi Set\",\n                    \"slug\": \"multi-set\",\n                    \"uuid\": \"486c8387-1a23-4541-a656-be50bd233df3\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/3794de6f-3a46-472a-8d92-19fe70204400.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kris-collection-blush-highlighter-duo\"\n        },\n        {\n            \"id\": 42933242,\n            \"uuid\": \"14495bec-4732-4eaf-9453-cd16face9d98\",\n            \"created_at\": \"2024-01-10T06:28:19.697032+00:00\",\n            \"name\": \"Kris Collection Pressed Powder Palette\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/9d30ae38-f0a6-4984-8b14-32fcba8f0363.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1800,\n            \"original_price\": 1800,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/9d30ae38-f0a6-4984-8b14-32fcba8f0363.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/81dc40f9-2521-441b-96c3-97ba54045617.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/34343710-f9b9-45b4-a436-aab3b73af4a3.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/e260686b-9fad-47b2-afec-1ad43032d86a.jpg\"\n            ],\n            \"slug\": \"kris-collection-pressed-powder-palette\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355147,\n                    \"name\": \"Eyeshadow Palette\",\n                    \"slug\": \"eyeshadow-palette\",\n                    \"uuid\": \"4ea8dff3-bbdd-446e-af14-10c0f6f8a8bb\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/113b72ee-7bc7-4871-be20-a31add8e6ddd.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kris-collection-pressed-powder-palette\"\n        },\n        {\n            \"id\": 42933241,\n            \"uuid\": \"d9c78a27-d762-4982-aa2a-e96bd8b859ad\",\n            \"created_at\": \"2024-01-10T06:28:19.692078+00:00\",\n            \"name\": \"Gentle Conditioner\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/3dcaedd1-80ab-463c-8fe7-dfd6f2133d07.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1500,\n            \"original_price\": 1500,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3dcaedd1-80ab-463c-8fe7-dfd6f2133d07.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b4618201-3652-4c40-afc8-b910a7a43896.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/7ada7ca9-3b44-494f-9692-11ae4db8a9ba.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/50d2c985-6eaf-46d4-88ca-f0ff27f7960e.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/6574b554-a410-4481-9bcb-5f3cf55a34ab.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b17dfa43-6207-41b2-9422-acc8934b0f64.jpg\"\n            ],\n            \"slug\": \"gentle-conditioner\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355137,\n                    \"name\": \"Conditioner\",\n                    \"slug\": \"conditioner\",\n                    \"uuid\": \"bb4c5081-f716-43f5-a7e8-749adba32e7e\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/3dcaedd1-80ab-463c-8fe7-dfd6f2133d07.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/gentle-conditioner\"\n        },\n        {\n            \"id\": 42933240,\n            \"uuid\": \"aa98ee71-f7dc-4c61-a514-925f362037cd\",\n            \"created_at\": \"2024-01-10T06:28:19.684995+00:00\",\n            \"name\": \"Moisturizing Lotion\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/69d5609b-8a8c-46d6-b4f8-7b97b389f087.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1500,\n            \"original_price\": 1500,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/69d5609b-8a8c-46d6-b4f8-7b97b389f087.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/fa86b665-01e4-4dc4-a0a7-77bde1618e82.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/6c1ecba7-d865-4260-bf19-f0bbfd4e065d.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/46b6e180-bb37-4d1b-8402-2c96e2d2b298.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ab4b8ae3-d678-40b5-ad36-6559da280472.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/9c49de06-9e45-431b-aa10-9c34364a7972.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/c2cc3426-0153-41ed-b960-e844fc4674c4.jpg\"\n            ],\n            \"slug\": \"moisturizing-lotion\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355135,\n                    \"name\": \"Lotion\",\n                    \"slug\": \"lotion\",\n                    \"uuid\": \"b6d07d70-ccd8-4180-bc64-191b035dc633\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b2b8ca5b-fbb7-4541-bc13-eb02256c791b.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/moisturizing-lotion\"\n        },\n        {\n            \"id\": 42933239,\n            \"uuid\": \"02873ed3-109d-4b3f-bb43-6716bea9ccb2\",\n            \"created_at\": \"2024-01-10T06:28:19.665341+00:00\",\n            \"name\": \"Travel Case\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/4e155259-94d6-4ade-8332-63075242a2a6.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 2600,\n            \"original_price\": 2600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/4e155259-94d6-4ade-8332-63075242a2a6.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3baff077-1d44-4750-8b9c-12d8f0528593.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/4a77718d-19cb-4526-87c8-7b86b976d0f0.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/402b846b-42b4-4bb9-823a-05c465345204.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/a5dc40e8-0fc1-4971-b1eb-d4d183134bce.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/63a24ead-e975-4d9f-9466-61b094a49068.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/2b425b15-0807-40bb-aa05-79493f02985f.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3976043c-d838-4249-bbcd-a783370002db.jpg\"\n            ],\n            \"slug\": \"travel-case\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355144,\n                    \"name\": \"Accessory\",\n                    \"slug\": \"accessory\",\n                    \"uuid\": \"9d1cf4d3-556f-4f1d-82e5-2869616402ff\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/a9e02f30-c6f1-42da-a0b2-b0289eb2c0c0.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/travel-case\"\n        },\n        {\n            \"id\": 42933238,\n            \"uuid\": \"2e36395c-1679-440a-a238-e5f313fa6413\",\n            \"created_at\": \"2024-01-10T06:28:19.636475+00:00\",\n            \"name\": \"Birthday PR Box\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/a12642f2-2b0e-43f1-98fd-8af2100b4907.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 7500,\n            \"original_price\": 7500,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/a12642f2-2b0e-43f1-98fd-8af2100b4907.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/d08410b7-bcaa-42be-bbe0-c354ebad5168.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/bb892332-b24f-46e2-8bc0-c6009c57f3a0.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/f0de46cf-a101-4d76-8a47-0df38caf7386.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/1c7b149d-4060-4a84-abf2-741430a23ca4.jpg\"\n            ],\n            \"slug\": \"birthday-pr-box\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355119,\n                    \"name\": \"Pr Kit\",\n                    \"slug\": \"pr-kit\",\n                    \"uuid\": \"d4c5b257-38d5-4a01-8d7a-506822d7bb32\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b1c4018b-7947-4cd8-88f8-11861798103e.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/birthday-pr-box\"\n        },\n        {\n            \"id\": 42933237,\n            \"uuid\": \"ff128b4a-1ab2-4410-b2ea-bc78fac9b77f\",\n            \"created_at\": \"2024-01-10T06:28:19.611594+00:00\",\n            \"name\": \"Soothing Balm\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/f779f621-eb4a-4359-8423-b5f63bf9edeb.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1600,\n            \"original_price\": 1600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/f779f621-eb4a-4359-8423-b5f63bf9edeb.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/e406ce76-b150-4538-9d98-5ac4c5cb86be.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/f0e3ab5f-6222-40a8-995d-f0e8fb32981f.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/44c16652-b14d-4fa4-a318-916ae8f8f1b6.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/a94ba6a7-a602-46b0-82c6-488c217b9549.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/e7123593-d139-4bb5-8003-5463515c7c4e.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/444a4f4d-5d11-41f3-ba28-359051a094a7.jpg\"\n            ],\n            \"slug\": \"soothing-balm\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355135,\n                    \"name\": \"Lotion\",\n                    \"slug\": \"lotion\",\n                    \"uuid\": \"b6d07d70-ccd8-4180-bc64-191b035dc633\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b2b8ca5b-fbb7-4541-bc13-eb02256c791b.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/soothing-balm\"\n        },\n        {\n            \"id\": 42933236,\n            \"uuid\": \"2061cbaf-b698-4d69-8fa1-c3f93f0c94cf\",\n            \"created_at\": \"2024-01-10T06:28:19.523924+00:00\",\n            \"name\": \"Lip Liner\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/224eb41b-49af-4d00-b0b0-d5a7da90a1ba.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1400,\n            \"original_price\": 1400,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/224eb41b-49af-4d00-b0b0-d5a7da90a1ba.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/57979be5-6215-41df-8c6b-929b9aca76c6.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/defd19e4-3933-4388-8086-524afeaf13b0.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/518d5142-21a6-440f-bc3d-497ceaf7f037.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/4cffc6e5-10e9-4e7a-9014-409f10b012f6.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/292e9f4e-19bd-4206-b5ef-92c6e86d0747.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/d451ee0e-7a29-44a5-80e0-6c059dc4300d.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/cdfc127b-4487-4050-8008-a66b539869b7.jpg\"\n            ],\n            \"slug\": \"lip-liner\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355148,\n                    \"name\": \"Lip Liner\",\n                    \"slug\": \"lip-liner\",\n                    \"uuid\": \"5cbea735-8c42-4178-9dd5-001f5e2d37d5\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b8a02ff7-3510-4f4f-a6a3-d5e08c341872.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/lip-liner\"\n        },\n        {\n            \"id\": 42933235,\n            \"uuid\": \"8a20d037-c72e-43ef-a883-d01421d88a54\",\n            \"created_at\": \"2024-01-10T06:28:19.439808+00:00\",\n            \"name\": \"Gel Eyeliner Pencil\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/ca389d26-6bb0-445a-9928-245e089ba975.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1600,\n            \"original_price\": 1600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ca389d26-6bb0-445a-9928-245e089ba975.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/0c61f494-9069-4bd7-a4d5-361763326692.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/6da7d27b-fa58-421d-af21-21ab71edebac.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/57996d9e-d23e-4a80-be81-46624ea52b04.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/6c41d3c1-5493-48e5-8cc7-4b5edc32c320.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/7b32b7a4-2de4-4b78-a30e-aadb6cf3587f.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/22fc3e1f-6506-49d7-9e74-ec91a79cf1f3.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/cf9ec32e-b5f9-410d-8ec6-fa12a904ac3b.jpg\"\n            ],\n            \"slug\": \"gel-eyeliner-pencil\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355100,\n                    \"name\": \"Gel Eyeliner Pencil\",\n                    \"slug\": \"gel-eyeliner-pencil\",\n                    \"uuid\": \"3a92fd3e-fee2-41e1-be13-adc3e20287ce\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/ca389d26-6bb0-445a-9928-245e089ba975.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/gel-eyeliner-pencil\"\n        },\n        {\n            \"id\": 42933234,\n            \"uuid\": \"58a73ed4-6435-4b34-8733-1db200417ae3\",\n            \"created_at\": \"2024-01-10T06:28:19.427295+00:00\",\n            \"name\": \"Lip Shine Lacquer\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/5bfa63cd-3b27-4b10-8e8d-1433e33b60fc.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 1800,\n            \"original_price\": 1800,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/5bfa63cd-3b27-4b10-8e8d-1433e33b60fc.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/48042036-0258-4b92-b065-775712161b1b.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b4a801c4-2365-41c9-a052-44524f513884.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/c4e69f33-dd9b-4d8c-a415-5e8628c8e4de.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b7ee2392-dc6a-4fd8-8bf2-774696fe7cc3.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/ae12b4f0-36bb-49f1-849a-130e8f2819dc.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/87d16ae8-9c89-44b9-beea-4b402475e915.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/7652b5bb-9f50-412d-b55d-0babf6606122.jpg\"\n            ],\n            \"slug\": \"lip-shine-lacquer\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355102,\n                    \"name\": \"Lip Lacquer\",\n                    \"slug\": \"lip-lacquer\",\n                    \"uuid\": \"19dbbd40-4c29-4b7d-8a48-fc8d07e25f7e\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/5bfa63cd-3b27-4b10-8e8d-1433e33b60fc.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/lip-shine-lacquer\"\n        }\n    ]\n}"}],"_postman_id":"b04b7a53-1bd2-4ed6-a81f-865acbd93d6d"},{"name":"product_search","id":"b71cc98a-4931-4dbf-8844-e468cdb5876e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"authorization","value":"Bearer ${{token}}","type":"text"},{"key":"authority","value":"api.mydukaan.io","type":"text"}],"url":"https://api.mydukaan.io/api/seller-front/{{store_uuid}}/product-list/?ordering=-created_at&page=1&page_size=30&pop_fields=variants_data&search=Hair%20Pins","description":"<h3 id=\"query-params\">Query Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Allowed values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>search</td>\n<td>Product Name to search for</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","seller-front","{{store_uuid}}","product-list",""],"host":["api","mydukaan","io"],"query":[{"key":"ordering","value":"-created_at"},{"key":"page","value":"1"},{"key":"page_size","value":"30"},{"key":"pop_fields","value":"variants_data"},{"key":"search","value":"Hair%20Pins"}],"variable":[]}},"response":[{"id":"40cff0c3-babc-447f-982f-0b673e8bd9bf","name":"product_search_response","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":{"raw":"https://api.mydukaan.io/api/seller-front/{{store_uuid}}/product-list/?search=Hair%20Pins","protocol":"https","host":["api","mydukaan","io"],"path":["api","seller-front","{{store_uuid}}","product-list",""],"query":[{"key":"search","value":"Hair%20Pins"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jan 2024 13:49:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-dukaan-trace-id-hex","value":"5d910a95ce34a56eb5fe5acc99c832a6"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"count\": 1,\n    \"results\": [\n        {\n            \"id\": 42933262,\n            \"uuid\": \"f378cb09-0b84-4b0d-a4b9-f9d65b6ce4f3\",\n            \"created_at\": \"2024-01-10T06:28:20.164902+00:00\",\n            \"name\": \"Hair Pins\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b8e51779-1f23-4ff0-a2eb-dedc64a67fa5.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": 100000,\n            \"selling_price\": 600,\n            \"original_price\": 600,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b8e51779-1f23-4ff0-a2eb-dedc64a67fa5.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/36fc469c-5390-4a25-9c76-60b2a25cf7b5.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/1ba4711b-13b1-487f-b3d8-01a9c91de96c.jpg\"\n            ],\n            \"slug\": \"hair-pins\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355144,\n                    \"name\": \"Accessory\",\n                    \"slug\": \"accessory\",\n                    \"uuid\": \"9d1cf4d3-556f-4f1d-82e5-2869616402ff\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/a9e02f30-c6f1-42da-a0b2-b0289eb2c0c0.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/hair-pins\"\n        }\n    ]\n}"}],"_postman_id":"b71cc98a-4931-4dbf-8844-e468cdb5876e"},{"name":"product_details","id":"cc732559-f99a-4a8b-a91c-649d0f13f786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/product/seller/{{store_uuid}}/product/{{product_uuid}}/v2/","urlObject":{"protocol":"https","path":["api","product","seller","{{store_uuid}}","product","{{product_uuid}}","v2",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"d142877d-b936-49ee-bcad-318df9d55ebe","name":"product_details_response","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":"https://api.mydukaan.io/api/product/seller/{{store_uuid}}/product/{{product_uuid}}/v2/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jan 2024 13:51:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3273"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"47004685350712253097934595303286441811"},{"key":"X-Dukaan-Trace-Id-Hex","value":"235cc5ea2a907ceda26fd42bae270753"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 202,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 42933262,\n        \"uuid\": \"f378cb09-0b84-4b0d-a4b9-f9d65b6ce4f3\",\n        \"slug\": \"hair-pins\",\n        \"position\": 100000,\n        \"is_active\": true,\n        \"in_stock\": true,\n        \"is_freebie\": null,\n        \"inventory_quantity\": null,\n        \"name\": \"Hair Pins\",\n        \"selling_price\": \"600.00\",\n        \"original_price\": \"600.00\",\n        \"all_images\": [\n            \"https://dms.mydukaan.io/original/jpeg/asgard/b8e51779-1f23-4ff0-a2eb-dedc64a67fa5.jpg\",\n            \"https://dms.mydukaan.io/original/jpeg/asgard/36fc469c-5390-4a25-9c76-60b2a25cf7b5.jpg\",\n            \"https://dms.mydukaan.io/original/jpeg/asgard/1ba4711b-13b1-487f-b3d8-01a9c91de96c.jpg\"\n        ],\n        \"unit\": \"piece\",\n        \"weight\": null,\n        \"weight_unit\": null,\n        \"product_type\": 1,\n        \"base_qty\": 1,\n        \"description\": \"limited-edition stackable pins\",\n        \"misc_data\": {\n            \"source\": \"shopify\",\n            \"third_party_product\": true\n        },\n        \"product_attributes\": [],\n        \"categories\": [\n            12355144\n        ],\n        \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\n        \"sku_data\": [\n            {\n                \"id\": 49741713,\n                \"uuid\": \"b11651b7-29d3-4980-9864-20da5d7820cb\",\n                \"sku_code\": \"KS418\",\n                \"volumetric_weight\": null,\n                \"unit\": null,\n                \"dimension\": null,\n                \"inventory\": null,\n                \"selling_price\": 600,\n                \"original_price\": 600,\n                \"primary_image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b8e51779-1f23-4ff0-a2eb-dedc64a67fa5.jpg\",\n                \"all_images\": null,\n                \"attributes\": [\n                    {\n                        \"id\": 29796591,\n                        \"uuid\": \"3c43a76f-eced-45c8-943b-4cf72308956f\",\n                        \"value\": \"Default Title\",\n                        \"master_attribute\": \"Size\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 38836,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"KS418\",\n                        \"sku_id\": 49741713,\n                        \"quantity_available\": 0,\n                        \"is_dummy_record\": true,\n                        \"product_name\": \"Hair Pins\"\n                    },\n                    {\n                        \"warehouse_id\": 38837,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"KS418\",\n                        \"sku_id\": 49741713,\n                        \"quantity_available\": 0,\n                        \"is_dummy_record\": true,\n                        \"product_name\": \"Hair Pins\"\n                    }\n                ]\n            }\n        ],\n        \"web_url\": \"https://shop.teacherop.com/products/hair-pins\",\n        \"discount\": 0,\n        \"categories_data\": [\n            {\n                \"id\": 12355144,\n                \"uuid\": \"9d1cf4d3-556f-4f1d-82e5-2869616402ff\",\n                \"created_at\": \"2024-01-10T11:58:08.581911+05:30\",\n                \"modified_at\": \"2024-01-10T11:58:08.581938+05:30\",\n                \"slug\": \"accessory\",\n                \"position\": 100000,\n                \"is_active\": true,\n                \"parent\": null,\n                \"parent_data\": {},\n                \"name\": \"Accessory\",\n                \"og_image\": null,\n                \"in_stock\": true,\n                \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/a9e02f30-c6f1-42da-a0b2-b0289eb2c0c0.jpg\",\n                \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\n                \"show_to\": 3,\n                \"seo_data\": {\n                    \"title\": null,\n                    \"description\": null,\n                    \"image\": null,\n                    \"robots_txt\": null\n                },\n                \"product_count\": 6,\n                \"description\": null,\n                \"web_url\": \"https://shop.teacherop.com/categories/accessory\",\n                \"banner_images\": null,\n                \"banner_images_mobile\": null,\n                \"depth\": 0,\n                \"sub_categories\": [],\n                \"parent_categories\": [],\n                \"is_hidden\": false,\n                \"languages\": []\n            }\n        ],\n        \"meta\": [],\n        \"sku_code\": null,\n        \"hsn_code\": null,\n        \"gst_rate\": null,\n        \"is_taxable\": true,\n        \"tags\": [],\n        \"product_brand\": null,\n        \"product_brand_name\": null,\n        \"product_bundle_type\": null,\n        \"product_bundle_discount_type\": null,\n        \"product_bundle_discount_value\": null,\n        \"product_bundle_min_line_item_quantity\": null,\n        \"product_bundle_max_line_item_quantity\": null,\n        \"product_bundle_each_line_item_price\": null,\n        \"banner_images\": null,\n        \"banner_images_mobile\": null,\n        \"max_bundle_qty_in_cart\": null,\n        \"product_bundle_only_applicable_for_online_order\": null,\n        \"product_bundle_max_original_price\": null,\n        \"product_bundle_min_original_price\": null,\n        \"metafields\": [],\n        \"add_ons\": [],\n        \"add_on_groups\": [],\n        \"product_food_type\": null,\n        \"staffs\": [],\n        \"languages\": [],\n        \"image\": \"\"\n    }\n}"}],"_postman_id":"cc732559-f99a-4a8b-a91c-649d0f13f786"},{"name":"create_product_no_variants","id":"e8212fb4-a588-43c3-9202-fbe96a1bb69a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sample Product 2\",\r\n    \"all_images\": [\r\n        \"https://dms.mydukaan.io/original/webp/media/3cbc600a-10c6-482d-9419-0a2a034a9f50.png\"\r\n    ],\r\n    \"selling_price\": 900,\r\n    \"original_price\": 1000,\r\n    \"unit\": \"piece\",\r\n    \"base_qty\": 1,\r\n    \"description\": \"Introducing the Sample Product, a versatile and innovative item that will revolutionize your daily routine. With its sleek design and cutting-edge features, this product is a must-have for anyone seeking convenience and efficiency.<br/><br/>🌟 Convenient and portable: The Sample Product is designed to be compact and lightweight, making it easy to carry and use wherever you go. Whether you're at home, in the office, or on the go, this product will effortlessly fit into your lifestyle.<br/><br/>🌟 Multi-functional: This product is not only a great tool for everyday use, but it also serves multiple purposes. From organizing your belongings to enhancing your productivity, the Sample Product can do it all. Say goodbye to clutter and hello to efficiency.<br/><br/>🌟 Easy to use: With its user-friendly interface, the Sample Product is incredibly easy to operate. Anyone, regardless of tech-savviness, can quickly learn how to maximize the product's functionalities. Simplify your life effortlessly.<br/><br/>🌟 Superior quality: We take pride in providing our customers with nothing but the best. The Sample Product is made from high-quality materials that are built to last. You can trust that this product will withstand the test of time and continue to perform at its best.<br/><br/>🌟 Endless possibilities: The\",\r\n    \"categories\": [\r\n        12355093\r\n    ],\r\n    \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\r\n    \"misc_data\": {\r\n        \"timer\": {\r\n            \"is_active\": false,\r\n            \"timer_msg\": \"Special deal ends in\",\r\n            \"store_method\": \"daily\",\r\n            \"start_time\": \"10:00:00\",\r\n            \"end_time\": \"22:00:00\",\r\n            \"days\": 0,\r\n            \"hours\": 0,\r\n            \"minutes\": 0,\r\n            \"updatedAt\": 1706098234315\r\n        }\r\n    },\r\n    \"sku_code\": \"SKU-SAMPLE-200\",\r\n    \"skus\": [],\r\n    \"hsn_code\": \"123456\",\r\n    \"gst_rate\": null,\r\n    \"weight\": 0.5,\r\n    \"weight_unit\": \"kg\",\r\n    \"product_attributes\": [],\r\n    \"staffs\": [],\r\n    \"language_data\": [],\r\n    \"tags\": [],\r\n    \"product_brand\": null,\r\n    \"warehouse_inventory_items\": [\r\n        {\r\n            \"quantity_available\": \"100\",\r\n            \"warehouse_id\": 38836,\r\n            \"warehouse_name\": \"Sample Warehouse 1\"\r\n        },\r\n        {\r\n            \"quantity_available\": \"50\",\r\n            \"warehouse_id\": 38837,\r\n            \"warehouse_name\": \"Sample Warehouse 2\"\r\n        }\r\n    ],\r\n    \"seo_data\": {\r\n        \"title\": \"Sample Product - Top Quality & Best Prices Online\",\r\n        \"description\": \"Discover the best deals on our Sample Product. High quality, affordable prices, and fast shipping. Shop now and experience the difference!\",\r\n        \"image\": \"https://dms.mydukaan.io/original/webp/media/16aa5f37-8f09-4622-9080-ae93762fecb0.png\"\r\n    },\r\n    \"inventory_quantity\": 150,\r\n    \"in_stock\": true\r\n}"},"url":"https://api.mydukaan.io/api/product/seller/{{store_uuid}}/product/v2/","urlObject":{"protocol":"https","path":["api","product","seller","{{store_uuid}}","product","v2",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"33d672dc-d79d-4149-927b-4607fac60e9b","name":"create_product_no_variants","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer ${{token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sample Product 2\",\r\n    \"all_images\": [\r\n        \"https://dms.mydukaan.io/original/webp/media/3cbc600a-10c6-482d-9419-0a2a034a9f50.png\"\r\n    ],\r\n    \"selling_price\": 900,\r\n    \"original_price\": 1000,\r\n    \"unit\": \"piece\",\r\n    \"base_qty\": 1,\r\n    \"description\": \"Introducing the Sample Product, a versatile and innovative item that will revolutionize your daily routine. With its sleek design and cutting-edge features, this product is a must-have for anyone seeking convenience and efficiency.<br/><br/>🌟 Convenient and portable: The Sample Product is designed to be compact and lightweight, making it easy to carry and use wherever you go. Whether you're at home, in the office, or on the go, this product will effortlessly fit into your lifestyle.<br/><br/>🌟 Multi-functional: This product is not only a great tool for everyday use, but it also serves multiple purposes. From organizing your belongings to enhancing your productivity, the Sample Product can do it all. Say goodbye to clutter and hello to efficiency.<br/><br/>🌟 Easy to use: With its user-friendly interface, the Sample Product is incredibly easy to operate. Anyone, regardless of tech-savviness, can quickly learn how to maximize the product's functionalities. Simplify your life effortlessly.<br/><br/>🌟 Superior quality: We take pride in providing our customers with nothing but the best. The Sample Product is made from high-quality materials that are built to last. You can trust that this product will withstand the test of time and continue to perform at its best.<br/><br/>🌟 Endless possibilities: The\",\r\n    \"categories\": [\r\n        12355093\r\n    ],\r\n    \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\r\n    \"misc_data\": {\r\n        \"timer\": {\r\n            \"is_active\": false,\r\n            \"timer_msg\": \"Special deal ends in\",\r\n            \"store_method\": \"daily\",\r\n            \"start_time\": \"10:00:00\",\r\n            \"end_time\": \"22:00:00\",\r\n            \"days\": 0,\r\n            \"hours\": 0,\r\n            \"minutes\": 0,\r\n            \"updatedAt\": 1706098234315\r\n        }\r\n    },\r\n    \"sku_code\": \"SKU-SAMPLE-200\",\r\n    \"skus\": [],\r\n    \"hsn_code\": \"123456\",\r\n    \"gst_rate\": null,\r\n    \"weight\": 0.5,\r\n    \"weight_unit\": \"kg\",\r\n    \"product_attributes\": [],\r\n    \"staffs\": [],\r\n    \"language_data\": [],\r\n    \"tags\": [],\r\n    \"product_brand\": null,\r\n    \"warehouse_inventory_items\": [\r\n        {\r\n            \"quantity_available\": \"100\",\r\n            \"warehouse_id\": 38836,\r\n            \"warehouse_name\": \"Sample Warehouse 1\"\r\n        },\r\n        {\r\n            \"quantity_available\": \"50\",\r\n            \"warehouse_id\": 38837,\r\n            \"warehouse_name\": \"Sample Warehouse 2\"\r\n        }\r\n    ],\r\n    \"seo_data\": {\r\n        \"title\": \"Sample Product - Top Quality & Best Prices Online\",\r\n        \"description\": \"Discover the best deals on our Sample Product. High quality, affordable prices, and fast shipping. Shop now and experience the difference!\",\r\n        \"image\": \"https://dms.mydukaan.io/original/webp/media/16aa5f37-8f09-4622-9080-ae93762fecb0.png\"\r\n    },\r\n    \"inventory_quantity\": 150,\r\n    \"in_stock\": true\r\n}"},"url":"https://api.mydukaan.io/api/product/seller/{{store_uuid}}/product/v2/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jan 2024 12:11:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5295"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"56720931014354766379421916189106847616"},{"key":"X-Dukaan-Trace-Id-Hex","value":"2aac0dcfc2680043c7f5db06e67f3f80"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 43043331,\n        \"uuid\": \"96b42014-bd2d-4fa7-bdaf-7f9a74f1af51\",\n        \"slug\": \"sample-product-2-1\",\n        \"position\": 100000,\n        \"is_active\": true,\n        \"in_stock\": true,\n        \"is_freebie\": null,\n        \"inventory_quantity\": 150,\n        \"name\": \"Sample Product 2\",\n        \"selling_price\": \"900.00\",\n        \"original_price\": \"1000.00\",\n        \"all_images\": [\n            \"https://dms.mydukaan.io/original/jpeg/media/3cbc600a-10c6-482d-9419-0a2a034a9f50.png\"\n        ],\n        \"image\": \"https://dms.mydukaan.io/original/jpeg/media/3cbc600a-10c6-482d-9419-0a2a034a9f50.png\",\n        \"unit\": \"piece\",\n        \"weight\": 0.5,\n        \"weight_unit\": \"kg\",\n        \"product_type\": 0,\n        \"base_qty\": 1,\n        \"description\": \"Introducing the Sample Product, a versatile and innovative item that will revolutionize your daily routine. With its sleek design and cutting-edge features, this product is a must-have for anyone seeking convenience and efficiency.<br/><br/>🌟 Convenient and portable: The Sample Product is designed to be compact and lightweight, making it easy to carry and use wherever you go. Whether you're at home, in the office, or on the go, this product will effortlessly fit into your lifestyle.<br/><br/>🌟 Multi-functional: This product is not only a great tool for everyday use, but it also serves multiple purposes. From organizing your belongings to enhancing your productivity, the Sample Product can do it all. Say goodbye to clutter and hello to efficiency.<br/><br/>🌟 Easy to use: With its user-friendly interface, the Sample Product is incredibly easy to operate. Anyone, regardless of tech-savviness, can quickly learn how to maximize the product's functionalities. Simplify your life effortlessly.<br/><br/>🌟 Superior quality: We take pride in providing our customers with nothing but the best. The Sample Product is made from high-quality materials that are built to last. You can trust that this product will withstand the test of time and continue to perform at its best.<br/><br/>🌟 Endless possibilities: The\",\n        \"misc_data\": {\n            \"timer\": {\n                \"days\": 0,\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"end_time\": \"22:00:00\",\n                \"is_active\": false,\n                \"timer_msg\": \"Special deal ends in\",\n                \"updatedAt\": 1706098234315,\n                \"start_time\": \"10:00:00\",\n                \"store_method\": \"daily\"\n            }\n        },\n        \"product_attributes\": [],\n        \"categories\": [\n            12355093\n        ],\n        \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\n        \"seo_data\": {\n            \"image\": \"https://dms.mydukaan.io/original/webp/media/16aa5f37-8f09-4622-9080-ae93762fecb0.png\",\n            \"title\": \"Sample Product - Top Quality & Best Prices Online\",\n            \"description\": \"Discover the best deals on our Sample Product. High quality, affordable prices, and fast shipping. Shop now and experience the difference!\"\n        },\n        \"sku_data\": [\n            {\n                \"id\": 50299431,\n                \"uuid\": \"5b53930b-5eb6-4c71-aa2a-f51ca129c0c5\",\n                \"sku_code\": \"SKU-SAMPLE-200\",\n                \"volumetric_weight\": 0.5,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 150,\n                \"selling_price\": 900,\n                \"original_price\": 1000,\n                \"primary_image\": \"https://dms.mydukaan.io/original/webp/media/3cbc600a-10c6-482d-9419-0a2a034a9f50.png\",\n                \"all_images\": null,\n                \"attributes\": [],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 38836,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-200\",\n                        \"sku_id\": 50299431,\n                        \"quantity_available\": 100,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 2\"\n                    },\n                    {\n                        \"warehouse_id\": 38837,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-200\",\n                        \"sku_id\": 50299431,\n                        \"quantity_available\": 50,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 2\"\n                    }\n                ]\n            }\n        ],\n        \"web_url\": \"https://shop.teacherop.com/products/sample-product-2-1\",\n        \"discount\": 0.0999000999000999,\n        \"categories_data\": [\n            {\n                \"id\": 12355093,\n                \"uuid\": \"38245e00-bdcb-4941-b60b-dfb647c41008\",\n                \"created_at\": \"2024-01-10T11:58:08.461696+05:30\",\n                \"modified_at\": \"2024-01-10T11:58:08.461731+05:30\",\n                \"slug\": \"sample\",\n                \"position\": 100000,\n                \"is_active\": true,\n                \"parent\": null,\n                \"parent_data\": {},\n                \"name\": \"Sample\",\n                \"og_image\": null,\n                \"in_stock\": true,\n                \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/a82cef82-cf8d-4339-9b48-3a87d60af703.jpg\",\n                \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\n                \"show_to\": 3,\n                \"seo_data\": {\n                    \"title\": null,\n                    \"description\": null,\n                    \"image\": null,\n                    \"robots_txt\": null\n                },\n                \"product_count\": 17,\n                \"description\": null,\n                \"web_url\": \"https://shop.teacherop.com/categories/sample\",\n                \"banner_images\": null,\n                \"banner_images_mobile\": null,\n                \"depth\": 0,\n                \"sub_categories\": [],\n                \"parent_categories\": [],\n                \"is_hidden\": false,\n                \"languages\": []\n            }\n        ],\n        \"meta\": [],\n        \"sku_code\": null,\n        \"hsn_code\": \"123456\",\n        \"gst_rate\": null,\n        \"is_taxable\": true,\n        \"tags\": [],\n        \"product_brand\": null,\n        \"product_brand_name\": null,\n        \"product_bundle_type\": null,\n        \"product_bundle_discount_type\": null,\n        \"product_bundle_discount_value\": null,\n        \"product_bundle_min_line_item_quantity\": null,\n        \"product_bundle_max_line_item_quantity\": null,\n        \"product_bundle_each_line_item_price\": null,\n        \"banner_images\": null,\n        \"banner_images_mobile\": null,\n        \"max_bundle_qty_in_cart\": null,\n        \"product_bundle_only_applicable_for_online_order\": null,\n        \"product_bundle_max_original_price\": null,\n        \"product_bundle_min_original_price\": null,\n        \"metafields\": [],\n        \"add_ons\": [],\n        \"add_on_groups\": [],\n        \"product_food_type\": null,\n        \"warehouse_inventory_items\": [\n            {\n                \"warehouse_id\": 38836,\n                \"warehouse_name\": \"Sample Warehouse 1\",\n                \"sku\": \"SKU-SAMPLE-200\",\n                \"sku_id\": 50299431,\n                \"quantity_available\": 100,\n                \"is_dummy_record\": false,\n                \"product_name\": \"Sample Product 2\"\n            },\n            {\n                \"warehouse_id\": 38837,\n                \"warehouse_name\": \"Sample Warehouse 2\",\n                \"sku\": \"SKU-SAMPLE-200\",\n                \"sku_id\": 50299431,\n                \"quantity_available\": 50,\n                \"is_dummy_record\": false,\n                \"product_name\": \"Sample Product 2\"\n            }\n        ],\n        \"staffs\": [],\n        \"languages\": []\n    }\n}"}],"_postman_id":"e8212fb4-a588-43c3-9202-fbe96a1bb69a"},{"name":"create_product_with_variants","id":"c822a0e7-dc52-4b1e-8690-014360014bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sample Product With Variants 2\",\r\n    \"all_images\": [\r\n        \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n    ],\r\n    \"selling_price\": 90,\r\n    \"original_price\": 100,\r\n    \"unit\": \"piece\",\r\n    \"base_qty\": 1,\r\n    \"description\": \"Introducing the Sample Product, the ultimate solution for all your needs. This versatile product comes in various variants to cater to your specific requirements. <br/><br/>🌟 High-Quality Material: Crafted with durable and long-lasting materials, the Sample Product guarantees longevity and reliability. <br/><br/>🌟 Beautiful Design: With its sleek and modern design, this product will effortlessly enhance the aesthetics of any space. <br/><br/>🌟 Easy to Use: The Sample Product is designed for simplicity and user-friendliness. It is incredibly easy to set up and operate, ensuring a hassle-free experience. <br/><br/>🌟 Versatile Functionality: Whether you need it for personal use or professional applications, this product can adapt to suit any situation. <br/><br/>🌟 Convenient Size: The compact size of the Sample Product allows for easy storage and transportation. Take it with you wherever you go! <br/><br/>🌟 Multiple Variants: Choose from a range of variants to find the perfect fit for your needs. Each variant offers unique features and benefits. <br/><br/>Upgrade your lifestyle with the Sample Product and enjoy its exceptional performance and versatility. Experience convenience and functionality like never before.\",\r\n    \"categories\": [\r\n        12355093\r\n    ],\r\n    \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\r\n    \"misc_data\": {\r\n        \"timer\": {\r\n            \"is_active\": false,\r\n            \"timer_msg\": \"Special deal ends in\",\r\n            \"store_method\": \"daily\",\r\n            \"start_time\": \"10:00:00\",\r\n            \"end_time\": \"22:00:00\",\r\n            \"days\": 0,\r\n            \"hours\": 0,\r\n            \"minutes\": 0,\r\n            \"updatedAt\": 1706098536447\r\n        }\r\n    },\r\n    \"skus\": [\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Small\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#eb0b0b\"\r\n                }\r\n            ],\r\n            \"original_price\": \"100\",\r\n            \"selling_price\": \"90\",\r\n            \"sku_code\": \"SKU-SMALL-RED\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"all_images\": [\r\n                \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n        },\r\n        {\r\n            \"inventory\": 10,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Small\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#000000\"\r\n                }\r\n            ],\r\n            \"original_price\": \"200\",\r\n            \"selling_price\": \"150\",\r\n            \"sku_code\": \"SKU-SMALL-BLACK\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"0\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"all_images\": [\r\n                \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n        },\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Medium\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#eb0b0b\"\r\n                }\r\n            ],\r\n            \"original_price\": \"300\",\r\n            \"selling_price\": \"200\",\r\n            \"sku_code\": \"SKU-MEIDUM-RED\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\r\n        },\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Medium\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#000000\"\r\n                }\r\n            ],\r\n            \"original_price\": \"400\",\r\n            \"selling_price\": \"300\",\r\n            \"sku_code\": \"SKU-MEDIUM-BLACK\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\r\n        },\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Large\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#eb0b0b\"\r\n                }\r\n            ],\r\n            \"original_price\": \"500\",\r\n            \"selling_price\": \"400\",\r\n            \"sku_code\": \"SKU-LARGE-RED\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\r\n        },\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Large\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#000000\"\r\n                }\r\n            ],\r\n            \"original_price\": \"600\",\r\n            \"selling_price\": \"500\",\r\n            \"sku_code\": \"SKU-LARGE-BLACK\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\r\n        }\r\n    ],\r\n    \"hsn_code\": null,\r\n    \"gst_rate\": null,\r\n    \"product_attributes\": [],\r\n    \"staffs\": [],\r\n    \"language_data\": [],\r\n    \"tags\": [],\r\n    \"product_brand\": null,\r\n    \"seo_data\": {\r\n        \"title\": \"Explore Variants of Sample Product | Premium Quality\",\r\n        \"description\": \"Discover the wide range of variants in our Sample Product. Each variant is designed to meet your unique needs. Shop now for premium quality and great value.\",\r\n        \"image\": \"https://dms.mydukaan.io/original/webp/media/aeeb6b89-86a8-42ef-8b0c-f260fd713840.png\"\r\n    },\r\n    \"inventory_quantity\": \"110\",\r\n    \"in_stock\": true\r\n}"},"url":"https://api.mydukaan.io/api/product/seller/{{store_uuid}}/product/v2/","urlObject":{"protocol":"https","path":["api","product","seller","{{store_uuid}}","product","v2",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"d575223f-3e1f-4f5e-a554-dba173445812","name":"create_product_with_variants","originalRequest":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sample Product With Variants 2\",\r\n    \"all_images\": [\r\n        \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n    ],\r\n    \"selling_price\": 90,\r\n    \"original_price\": 100,\r\n    \"unit\": \"piece\",\r\n    \"base_qty\": 1,\r\n    \"description\": \"Introducing the Sample Product, the ultimate solution for all your needs. This versatile product comes in various variants to cater to your specific requirements. <br/><br/>🌟 High-Quality Material: Crafted with durable and long-lasting materials, the Sample Product guarantees longevity and reliability. <br/><br/>🌟 Beautiful Design: With its sleek and modern design, this product will effortlessly enhance the aesthetics of any space. <br/><br/>🌟 Easy to Use: The Sample Product is designed for simplicity and user-friendliness. It is incredibly easy to set up and operate, ensuring a hassle-free experience. <br/><br/>🌟 Versatile Functionality: Whether you need it for personal use or professional applications, this product can adapt to suit any situation. <br/><br/>🌟 Convenient Size: The compact size of the Sample Product allows for easy storage and transportation. Take it with you wherever you go! <br/><br/>🌟 Multiple Variants: Choose from a range of variants to find the perfect fit for your needs. Each variant offers unique features and benefits. <br/><br/>Upgrade your lifestyle with the Sample Product and enjoy its exceptional performance and versatility. Experience convenience and functionality like never before.\",\r\n    \"categories\": [\r\n        12355093\r\n    ],\r\n    \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\r\n    \"misc_data\": {\r\n        \"timer\": {\r\n            \"is_active\": false,\r\n            \"timer_msg\": \"Special deal ends in\",\r\n            \"store_method\": \"daily\",\r\n            \"start_time\": \"10:00:00\",\r\n            \"end_time\": \"22:00:00\",\r\n            \"days\": 0,\r\n            \"hours\": 0,\r\n            \"minutes\": 0,\r\n            \"updatedAt\": 1706098536447\r\n        }\r\n    },\r\n    \"skus\": [\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Small\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#eb0b0b\"\r\n                }\r\n            ],\r\n            \"original_price\": \"100\",\r\n            \"selling_price\": \"90\",\r\n            \"sku_code\": \"SKU-SMALL-RED\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"all_images\": [\r\n                \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n        },\r\n        {\r\n            \"inventory\": 10,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Small\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#000000\"\r\n                }\r\n            ],\r\n            \"original_price\": \"200\",\r\n            \"selling_price\": \"150\",\r\n            \"sku_code\": \"SKU-SMALL-BLACK\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"0\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"all_images\": [\r\n                \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\r\n        },\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Medium\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#eb0b0b\"\r\n                }\r\n            ],\r\n            \"original_price\": \"300\",\r\n            \"selling_price\": \"200\",\r\n            \"sku_code\": \"SKU-MEIDUM-RED\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\r\n        },\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Medium\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#000000\"\r\n                }\r\n            ],\r\n            \"original_price\": \"400\",\r\n            \"selling_price\": \"300\",\r\n            \"sku_code\": \"SKU-MEDIUM-BLACK\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\r\n        },\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Large\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#eb0b0b\"\r\n                }\r\n            ],\r\n            \"original_price\": \"500\",\r\n            \"selling_price\": \"400\",\r\n            \"sku_code\": \"SKU-LARGE-RED\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\r\n        },\r\n        {\r\n            \"inventory\": 20,\r\n            \"attributes\": [\r\n                {\r\n                    \"master_attribute\": \"size\",\r\n                    \"value\": \"Large\"\r\n                },\r\n                {\r\n                    \"master_attribute\": \"color picker\",\r\n                    \"value\": \"#000000\"\r\n                }\r\n            ],\r\n            \"original_price\": \"600\",\r\n            \"selling_price\": \"500\",\r\n            \"sku_code\": \"SKU-LARGE-BLACK\",\r\n            \"in_stock\": true,\r\n            \"staffs\": [],\r\n            \"warehouse_inventory_items\": [\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38836,\r\n                    \"warehouse_name\": \"Sample Warehouse 1\"\r\n                },\r\n                {\r\n                    \"quantity_available\": \"10\",\r\n                    \"warehouse_id\": 38837,\r\n                    \"warehouse_name\": \"Sample Warehouse 2\"\r\n                }\r\n            ],\r\n            \"metafields\": [],\r\n            \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\r\n        }\r\n    ],\r\n    \"hsn_code\": null,\r\n    \"gst_rate\": null,\r\n    \"product_attributes\": [],\r\n    \"staffs\": [],\r\n    \"language_data\": [],\r\n    \"tags\": [],\r\n    \"product_brand\": null,\r\n    \"seo_data\": {\r\n        \"title\": \"Explore Variants of Sample Product | Premium Quality\",\r\n        \"description\": \"Discover the wide range of variants in our Sample Product. Each variant is designed to meet your unique needs. Shop now for premium quality and great value.\",\r\n        \"image\": \"https://dms.mydukaan.io/original/webp/media/aeeb6b89-86a8-42ef-8b0c-f260fd713840.png\"\r\n    },\r\n    \"inventory_quantity\": \"110\",\r\n    \"in_stock\": true\r\n}"},"url":"https://api.mydukaan.io/api/product/seller/{{store_uuid}}/product/v2/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jan 2024 12:16:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10226"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"142758356811262177804550458331556758426"},{"key":"X-Dukaan-Trace-Id-Hex","value":"6b6642694fdb89f3080f315b04c8439a"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 43043340,\n        \"uuid\": \"d6b7d6a6-2c08-457f-8030-272647d55a97\",\n        \"slug\": \"sample-product-with-variants-2\",\n        \"position\": 100000,\n        \"is_active\": true,\n        \"in_stock\": true,\n        \"is_freebie\": null,\n        \"inventory_quantity\": 110,\n        \"name\": \"Sample Product With Variants 2\",\n        \"selling_price\": \"90.00\",\n        \"original_price\": \"100.00\",\n        \"all_images\": [\n            \"https://dms.mydukaan.io/original/jpeg/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\n        ],\n        \"image\": \"https://dms.mydukaan.io/original/jpeg/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\",\n        \"unit\": \"piece\",\n        \"weight\": null,\n        \"weight_unit\": null,\n        \"product_type\": 1,\n        \"base_qty\": 1,\n        \"description\": \" Whether you need it for personal use or professional applications, this product can adapt to suit any situation. <br/><br/>🌟 Convenient Size: The compact size of the Sample Product allows for easy storage and transportation. Take it with you wherever you go! <br/><br/>🌟 Multiple Variants: Choose from a range of variants to find the perfect fit for your needs. Each variant offers unique features and benefits. <br/><br/>Upgrade your lifestyle with the Sample Product and enjoy its exceptional performance and versatility. Experience convenience and functionality like never before.\",\n        \"misc_data\": {\n            \"timer\": {\n                \"days\": 0,\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"end_time\": \"22:00:00\",\n                \"is_active\": false,\n                \"timer_msg\": \"Special deal ends in\",\n                \"updatedAt\": 1706098536447,\n                \"start_time\": \"10:00:00\",\n                \"store_method\": \"daily\"\n            }\n        },\n        \"product_attributes\": [],\n        \"categories\": [\n            12355093\n        ],\n        \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\n        \"seo_data\": {\n            \"image\": \"https://dms.mydukaan.io/original/webp/media/aeeb6b89-86a8-42ef-8b0c-f260fd713840.png\",\n            \"title\": \"Explore Variants of Sample Product | Premium Quality\",\n            \"description\": \"Discover the wide range of variants in our Sample Product. Each variant is designed to meet your unique needs. Shop now for premium quality and great value.\"\n        },\n        \"sku_data\": [\n            {\n                \"id\": 50299595,\n                \"uuid\": \"6d3d2df5-1788-4e30-af9d-741cd3f02a1e\",\n                \"sku_code\": \"SKU-SMALL-RED\",\n                \"volumetric_weight\": null,\n                \"unit\": null,\n                \"dimension\": null,\n                \"inventory\": 20,\n                \"selling_price\": 90,\n                \"original_price\": 100,\n                \"primary_image\": \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\",\n                \"all_images\": [\n                    \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\n                ],\n                \"attributes\": [\n                    {\n                        \"id\": 30319045,\n                        \"uuid\": \"f361baa6-9490-4e3a-a662-0a591ef9bf30\",\n                        \"value\": \"Small\",\n                        \"master_attribute\": \"size\"\n                    },\n                    {\n                        \"id\": 30319046,\n                        \"uuid\": \"4df47542-9c98-426f-a2f4-295ae582f910\",\n                        \"value\": \"#eb0b0b\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 38836,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SMALL-RED\",\n                        \"sku_id\": 50299595,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    },\n                    {\n                        \"warehouse_id\": 38837,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SMALL-RED\",\n                        \"sku_id\": 50299595,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50299596,\n                \"uuid\": \"1645b8a2-c08b-40b1-8cea-a7b0587fccf8\",\n                \"sku_code\": \"SKU-SMALL-BLACK\",\n                \"volumetric_weight\": null,\n                \"unit\": null,\n                \"dimension\": null,\n                \"inventory\": 10,\n                \"selling_price\": 150,\n                \"original_price\": 200,\n                \"primary_image\": \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\",\n                \"all_images\": [\n                    \"https://dms.mydukaan.io/original/webp/media/ebcdba47-6d29-40ac-b7c4-31b5c7df91e0.png\"\n                ],\n                \"attributes\": [\n                    {\n                        \"id\": 30319047,\n                        \"uuid\": \"90e3c88a-0e51-4c8a-b3e5-185425304cf0\",\n                        \"value\": \"Small\",\n                        \"master_attribute\": \"size\"\n                    },\n                    {\n                        \"id\": 30319048,\n                        \"uuid\": \"fae96e05-f622-4125-aa77-9e2f5b944351\",\n                        \"value\": \"#000000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 38836,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SMALL-BLACK\",\n                        \"sku_id\": 50299596,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    },\n                    {\n                        \"warehouse_id\": 38837,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SMALL-BLACK\",\n                        \"sku_id\": 50299596,\n                        \"quantity_available\": 0,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50299597,\n                \"uuid\": \"40a4f6e7-8a80-4831-9dfa-53c2beefd2f7\",\n                \"sku_code\": \"SKU-MEIDUM-RED\",\n                \"volumetric_weight\": null,\n                \"unit\": null,\n                \"dimension\": null,\n                \"inventory\": 20,\n                \"selling_price\": 200,\n                \"original_price\": 300,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": null,\n                \"attributes\": [\n                    {\n                        \"id\": 30319049,\n                        \"uuid\": \"c5072d72-8aea-4573-bf2c-50a9fc76286c\",\n                        \"value\": \"Medium\",\n                        \"master_attribute\": \"size\"\n                    },\n                    {\n                        \"id\": 30319050,\n                        \"uuid\": \"495e32df-04aa-4fb7-a2f0-3bb0eceb483b\",\n                        \"value\": \"#eb0b0b\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 38836,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-MEIDUM-RED\",\n                        \"sku_id\": 50299597,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    },\n                    {\n                        \"warehouse_id\": 38837,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-MEIDUM-RED\",\n                        \"sku_id\": 50299597,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50299598,\n                \"uuid\": \"6ad0fa2d-a4ca-4990-8796-ecaf049db2ea\",\n                \"sku_code\": \"SKU-MEDIUM-BLACK\",\n                \"volumetric_weight\": null,\n                \"unit\": null,\n                \"dimension\": null,\n                \"inventory\": 20,\n                \"selling_price\": 300,\n                \"original_price\": 400,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": null,\n                \"attributes\": [\n                    {\n                        \"id\": 30319051,\n                        \"uuid\": \"54c6887d-a979-4caa-a932-087c00b38ac0\",\n                        \"value\": \"Medium\",\n                        \"master_attribute\": \"size\"\n                    },\n                    {\n                        \"id\": 30319052,\n                        \"uuid\": \"adc32a65-022d-455c-8a44-19775bfa4184\",\n                        \"value\": \"#000000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 38836,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-MEDIUM-BLACK\",\n                        \"sku_id\": 50299598,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    },\n                    {\n                        \"warehouse_id\": 38837,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-MEDIUM-BLACK\",\n                        \"sku_id\": 50299598,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50299599,\n                \"uuid\": \"b5c52e10-2620-4ab1-9a1a-c245932257c4\",\n                \"sku_code\": \"SKU-LARGE-RED\",\n                \"volumetric_weight\": null,\n                \"unit\": null,\n                \"dimension\": null,\n                \"inventory\": 20,\n                \"selling_price\": 400,\n                \"original_price\": 500,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": null,\n                \"attributes\": [\n                    {\n                        \"id\": 30319053,\n                        \"uuid\": \"5d3727c6-c459-442d-8875-bbb015d3c17b\",\n                        \"value\": \"Large\",\n                        \"master_attribute\": \"size\"\n                    },\n                    {\n                        \"id\": 30319054,\n                        \"uuid\": \"6030bf23-4321-4e9d-aafb-b0bce9c428b6\",\n                        \"value\": \"#eb0b0b\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 38836,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-LARGE-RED\",\n                        \"sku_id\": 50299599,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    },\n                    {\n                        \"warehouse_id\": 38837,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-LARGE-RED\",\n                        \"sku_id\": 50299599,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50299600,\n                \"uuid\": \"233637ae-9928-4616-80d9-425d486948ea\",\n                \"sku_code\": \"SKU-LARGE-BLACK\",\n                \"volumetric_weight\": null,\n                \"unit\": null,\n                \"dimension\": null,\n                \"inventory\": 20,\n                \"selling_price\": 500,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": null,\n                \"attributes\": [\n                    {\n                        \"id\": 30319055,\n                        \"uuid\": \"d22861f8-f687-4d8c-b58b-5da8a1e81429\",\n                        \"value\": \"Large\",\n                        \"master_attribute\": \"size\"\n                    },\n                    {\n                        \"id\": 30319056,\n                        \"uuid\": \"c227ca38-7105-41d7-b2b4-87b85e27570d\",\n                        \"value\": \"#000000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 38836,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-LARGE-BLACK\",\n                        \"sku_id\": 50299600,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    },\n                    {\n                        \"warehouse_id\": 38837,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-LARGE-BLACK\",\n                        \"sku_id\": 50299600,\n                        \"quantity_available\": 10,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product With Variants 2\"\n                    }\n                ]\n            }\n        ],\n        \"web_url\": \"https://shop.teacherop.com/products/sample-product-with-variants-2\",\n        \"discount\": 0.09900990099009901,\n        \"categories_data\": [\n            {\n                \"id\": 12355093,\n                \"uuid\": \"38245e00-bdcb-4941-b60b-dfb647c41008\",\n                \"created_at\": \"2024-01-10T11:58:08.461696+05:30\",\n                \"modified_at\": \"2024-01-10T11:58:08.461731+05:30\",\n                \"slug\": \"sample\",\n                \"position\": 100000,\n                \"is_active\": true,\n                \"parent\": null,\n                \"parent_data\": {},\n                \"name\": \"Sample\",\n                \"og_image\": null,\n                \"in_stock\": true,\n                \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/a82cef82-cf8d-4339-9b48-3a87d60af703.jpg\",\n                \"store\": \"af4336ad-3b45-4781-90dc-f9a0296a0ed7\",\n                \"show_to\": 3,\n                \"seo_data\": {\n                    \"title\": null,\n                    \"description\": null,\n                    \"image\": null,\n                    \"robots_txt\": null\n                },\n                \"product_count\": 19,\n                \"description\": null,\n                \"web_url\": \"https://shop.teacherop.com/categories/sample\",\n                \"banner_images\": null,\n                \"banner_images_mobile\": null,\n                \"depth\": 0,\n                \"sub_categories\": [],\n                \"parent_categories\": [],\n                \"is_hidden\": false,\n                \"languages\": []\n            }\n        ],\n        \"meta\": [],\n        \"sku_code\": null,\n        \"hsn_code\": null,\n        \"gst_rate\": null,\n        \"is_taxable\": true,\n        \"tags\": [],\n        \"product_brand\": null,\n        \"product_brand_name\": null,\n        \"product_bundle_type\": null,\n        \"product_bundle_discount_type\": null,\n        \"product_bundle_discount_value\": null,\n        \"product_bundle_min_line_item_quantity\": null,\n        \"product_bundle_max_line_item_quantity\": null,\n        \"product_bundle_each_line_item_price\": null,\n        \"banner_images\": null,\n        \"banner_images_mobile\": null,\n        \"max_bundle_qty_in_cart\": null,\n        \"product_bundle_only_applicable_for_online_order\": null,\n        \"product_bundle_max_original_price\": null,\n        \"product_bundle_min_original_price\": null,\n        \"metafields\": [],\n        \"add_ons\": [],\n        \"add_on_groups\": [],\n        \"product_food_type\": null,\n        \"staffs\": [],\n        \"languages\": []\n    }\n}"}],"_postman_id":"c822a0e7-dc52-4b1e-8690-014360014bc4"},{"name":"Update Product","id":"cf7974c7-70ce-41f2-b3a3-7d84edad2c3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"name\":\"Sample Product 1\",\"all_images\":[],\"selling_price\":500,\"original_price\":600,\"unit\":\"piece\",\"base_qty\":1,\"description\":\"<p>Sample Product 1 is a high-quality, durable backpack designed for everyday use. It features multiple compartments and pockets to keep your belongings organized and easily accessible. The backpack is made from water-resistant material, ensuring that your belongings stay dry even in wet weather conditions. It also has padded shoulder straps and a breathable back panel for added comfort during long hours of wear. With its sleek design and versatile functionality, Sample Product 1 is perfect for students, professionals, and travelers alike.</p>\",\"categories\":[12392142],\"store\":\"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\"misc_data\":{\"timer\":{\"is_active\":false,\"timer_msg\":\"Special deal ends in\",\"store_method\":\"daily\",\"start_time\":\"10:00:00\",\"end_time\":\"22:00:00\",\"days\":0,\"hours\":0,\"minutes\":0,\"updatedAt\":1708320141650}},\"sku_code\":null,\"skus\":[{\"id\":50902936,\"uuid\":\"bea34913-e8b4-47d5-baad-a02794600310\",\"sku_code\":\"SKU-SAMPLE-1\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":134,\"selling_price\":600,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873220,\"uuid\":\"c66171c6-f94d-4bde-847d-271d4ef4b9e5\",\"value\":\"Small\",\"master_attribute\":\"Size\"},{\"id\":30873221,\"uuid\":\"c9b1ffc0-650f-4565-88b5-9531935748f6\",\"value\":\"#FF0000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-1\",\"sku_id\":50902936,\"quantity_available\":121,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-1\",\"sku_id\":50902936,\"quantity_available\":13,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902937,\"uuid\":\"bef1346a-8ae1-4ab7-908d-98f2b757d77e\",\"sku_code\":\"SKU-SAMPLE-2\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":78,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873222,\"uuid\":\"174c68e5-ea70-4982-a8d3-ffa5f402612a\",\"value\":\"Small\",\"master_attribute\":\"Size\"},{\"id\":30873223,\"uuid\":\"ada05d99-c509-4a43-9d4a-6197947967e9\",\"value\":\"#000000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-2\",\"sku_id\":50902937,\"quantity_available\":66,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-2\",\"sku_id\":50902937,\"quantity_available\":12,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902938,\"uuid\":\"d408fe3f-07dd-4fb7-87a7-4f2fa1937632\",\"sku_code\":\"SKU-SAMPLE-3\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":149,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873224,\"uuid\":\"d535cf56-fbb1-420d-9a00-3dedb74e88b1\",\"value\":\"Small\",\"master_attribute\":\"Size\"},{\"id\":30873225,\"uuid\":\"882c4ebd-d1d0-48d4-85af-e477bbd0f308\",\"value\":\"#0000FF\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-3\",\"sku_id\":50902938,\"quantity_available\":93,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-3\",\"sku_id\":50902938,\"quantity_available\":56,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902939,\"uuid\":\"c8b0af55-91da-4950-aaee-3733ea5d7df6\",\"sku_code\":\"SKU-SAMPLE-4\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":106,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873226,\"uuid\":\"072924a9-16a0-465a-8cb2-ccfa29976520\",\"value\":\"Medium\",\"master_attribute\":\"Size\"},{\"id\":30873227,\"uuid\":\"c703354d-97c4-4d80-a9bd-5d3eb4e5526e\",\"value\":\"#FF0000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-4\",\"sku_id\":50902939,\"quantity_available\":60,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-4\",\"sku_id\":50902939,\"quantity_available\":46,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902940,\"uuid\":\"2b6816e5-67f8-4da4-b135-6df8df03a2d1\",\"sku_code\":\"SKU-SAMPLE-5\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":201,\"selling_price\":600,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873228,\"uuid\":\"c4c046ab-1d4d-45d8-b962-535a1ba8f851\",\"value\":\"Medium\",\"master_attribute\":\"Size\"},{\"id\":30873229,\"uuid\":\"1829a6f1-65f4-45ef-a08f-4d326d6b2c12\",\"value\":\"#000000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-5\",\"sku_id\":50902940,\"quantity_available\":86,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-5\",\"sku_id\":50902940,\"quantity_available\":115,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902941,\"uuid\":\"16c8f24f-0286-464a-8cff-03d153a75309\",\"sku_code\":\"SKU-SAMPLE-6\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":209,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873230,\"uuid\":\"75f8a094-e930-4fd4-ad39-0516140b5ba1\",\"value\":\"Medium\",\"master_attribute\":\"Size\"},{\"id\":30873231,\"uuid\":\"1117261c-7632-4e7f-9522-053eefa2063b\",\"value\":\"#0000FF\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-6\",\"sku_id\":50902941,\"quantity_available\":128,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-6\",\"sku_id\":50902941,\"quantity_available\":81,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902942,\"uuid\":\"e867ab64-1d1f-4e9e-a5a2-d344d92f8a25\",\"sku_code\":\"SKU-SAMPLE-7\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":98,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873232,\"uuid\":\"0e91f3ea-e5f6-4d21-b611-1692bba4968e\",\"value\":\"Large\",\"master_attribute\":\"Size\"},{\"id\":30873233,\"uuid\":\"7aa95be9-8cfa-4d1a-a284-48dae0a6265c\",\"value\":\"#FF0000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-7\",\"sku_id\":50902942,\"quantity_available\":70,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-7\",\"sku_id\":50902942,\"quantity_available\":28,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902943,\"uuid\":\"5dcde183-ba89-4a9f-a77d-4e41716b8be7\",\"sku_code\":\"SKU-SAMPLE-8\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":80,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873234,\"uuid\":\"07eb9c5c-666b-4497-b6e4-4a63da6dd103\",\"value\":\"Large\",\"master_attribute\":\"Size\"},{\"id\":30873235,\"uuid\":\"273f7774-4005-4a6f-89c4-3eee1ca52be9\",\"value\":\"#000000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-8\",\"sku_id\":50902943,\"quantity_available\":3,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-8\",\"sku_id\":50902943,\"quantity_available\":77,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902944,\"uuid\":\"111a25c7-1eef-45dd-9379-bda76ebf2821\",\"sku_code\":\"SKU-SAMPLE-9\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":83,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873236,\"uuid\":\"db419a0a-30e6-46a8-a785-9d5f6d906105\",\"value\":\"Large\",\"master_attribute\":\"Size\"},{\"id\":30873237,\"uuid\":\"41e9fa8f-a198-4f27-86b7-7c02eb931da9\",\"value\":\"#0000FF\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-9\",\"sku_id\":50902944,\"quantity_available\":44,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-9\",\"sku_id\":50902944,\"quantity_available\":39,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true}],\"hsn_code\":\"121212\",\"gtin\":null,\"google_product_category\":null,\"gst_rate\":0,\"weight\":0.3,\"weight_unit\":\"kg\",\"product_attributes\":[],\"staffs\":[],\"language_data\":[],\"product_brand\":null,\"seo_data\":{\"title\":\"\",\"description\":\"\",\"image\":\"\"},\"add_ons\":[]}"},"url":"https://api.mydukaan.io/api/product/seller/{{store_uuid}}/product/{{product_uuid}}/v2/","urlObject":{"protocol":"https","path":["api","product","seller","{{store_uuid}}","product","{{product_uuid}}","v2",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"2b515393-02df-4e5b-b776-aa5e21a40f80","name":"Update Product","originalRequest":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"name\":\"Sample Product 1\",\"all_images\":[],\"selling_price\":500,\"original_price\":600,\"unit\":\"piece\",\"base_qty\":1,\"description\":\"<p>Sample Product 1 is a high-quality, durable backpack designed for everyday use. It features multiple compartments and pockets to keep your belongings organized and easily accessible. The backpack is made from water-resistant material, ensuring that your belongings stay dry even in wet weather conditions. It also has padded shoulder straps and a breathable back panel for added comfort during long hours of wear. With its sleek design and versatile functionality, Sample Product 1 is perfect for students, professionals, and travelers alike.</p>\",\"categories\":[12392142],\"store\":\"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\"misc_data\":{\"timer\":{\"is_active\":false,\"timer_msg\":\"Special deal ends in\",\"store_method\":\"daily\",\"start_time\":\"10:00:00\",\"end_time\":\"22:00:00\",\"days\":0,\"hours\":0,\"minutes\":0,\"updatedAt\":1708320141650}},\"sku_code\":null,\"skus\":[{\"id\":50902936,\"uuid\":\"bea34913-e8b4-47d5-baad-a02794600310\",\"sku_code\":\"SKU-SAMPLE-1\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":134,\"selling_price\":600,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873220,\"uuid\":\"c66171c6-f94d-4bde-847d-271d4ef4b9e5\",\"value\":\"Small\",\"master_attribute\":\"Size\"},{\"id\":30873221,\"uuid\":\"c9b1ffc0-650f-4565-88b5-9531935748f6\",\"value\":\"#FF0000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-1\",\"sku_id\":50902936,\"quantity_available\":121,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-1\",\"sku_id\":50902936,\"quantity_available\":13,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902937,\"uuid\":\"bef1346a-8ae1-4ab7-908d-98f2b757d77e\",\"sku_code\":\"SKU-SAMPLE-2\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":78,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873222,\"uuid\":\"174c68e5-ea70-4982-a8d3-ffa5f402612a\",\"value\":\"Small\",\"master_attribute\":\"Size\"},{\"id\":30873223,\"uuid\":\"ada05d99-c509-4a43-9d4a-6197947967e9\",\"value\":\"#000000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-2\",\"sku_id\":50902937,\"quantity_available\":66,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-2\",\"sku_id\":50902937,\"quantity_available\":12,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902938,\"uuid\":\"d408fe3f-07dd-4fb7-87a7-4f2fa1937632\",\"sku_code\":\"SKU-SAMPLE-3\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":149,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873224,\"uuid\":\"d535cf56-fbb1-420d-9a00-3dedb74e88b1\",\"value\":\"Small\",\"master_attribute\":\"Size\"},{\"id\":30873225,\"uuid\":\"882c4ebd-d1d0-48d4-85af-e477bbd0f308\",\"value\":\"#0000FF\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-3\",\"sku_id\":50902938,\"quantity_available\":93,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-3\",\"sku_id\":50902938,\"quantity_available\":56,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902939,\"uuid\":\"c8b0af55-91da-4950-aaee-3733ea5d7df6\",\"sku_code\":\"SKU-SAMPLE-4\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":106,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873226,\"uuid\":\"072924a9-16a0-465a-8cb2-ccfa29976520\",\"value\":\"Medium\",\"master_attribute\":\"Size\"},{\"id\":30873227,\"uuid\":\"c703354d-97c4-4d80-a9bd-5d3eb4e5526e\",\"value\":\"#FF0000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-4\",\"sku_id\":50902939,\"quantity_available\":60,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-4\",\"sku_id\":50902939,\"quantity_available\":46,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902940,\"uuid\":\"2b6816e5-67f8-4da4-b135-6df8df03a2d1\",\"sku_code\":\"SKU-SAMPLE-5\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":201,\"selling_price\":600,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873228,\"uuid\":\"c4c046ab-1d4d-45d8-b962-535a1ba8f851\",\"value\":\"Medium\",\"master_attribute\":\"Size\"},{\"id\":30873229,\"uuid\":\"1829a6f1-65f4-45ef-a08f-4d326d6b2c12\",\"value\":\"#000000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-5\",\"sku_id\":50902940,\"quantity_available\":86,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-5\",\"sku_id\":50902940,\"quantity_available\":115,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902941,\"uuid\":\"16c8f24f-0286-464a-8cff-03d153a75309\",\"sku_code\":\"SKU-SAMPLE-6\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":209,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873230,\"uuid\":\"75f8a094-e930-4fd4-ad39-0516140b5ba1\",\"value\":\"Medium\",\"master_attribute\":\"Size\"},{\"id\":30873231,\"uuid\":\"1117261c-7632-4e7f-9522-053eefa2063b\",\"value\":\"#0000FF\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-6\",\"sku_id\":50902941,\"quantity_available\":128,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-6\",\"sku_id\":50902941,\"quantity_available\":81,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902942,\"uuid\":\"e867ab64-1d1f-4e9e-a5a2-d344d92f8a25\",\"sku_code\":\"SKU-SAMPLE-7\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":98,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873232,\"uuid\":\"0e91f3ea-e5f6-4d21-b611-1692bba4968e\",\"value\":\"Large\",\"master_attribute\":\"Size\"},{\"id\":30873233,\"uuid\":\"7aa95be9-8cfa-4d1a-a284-48dae0a6265c\",\"value\":\"#FF0000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-7\",\"sku_id\":50902942,\"quantity_available\":70,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-7\",\"sku_id\":50902942,\"quantity_available\":28,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902943,\"uuid\":\"5dcde183-ba89-4a9f-a77d-4e41716b8be7\",\"sku_code\":\"SKU-SAMPLE-8\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":80,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873234,\"uuid\":\"07eb9c5c-666b-4497-b6e4-4a63da6dd103\",\"value\":\"Large\",\"master_attribute\":\"Size\"},{\"id\":30873235,\"uuid\":\"273f7774-4005-4a6f-89c4-3eee1ca52be9\",\"value\":\"#000000\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-8\",\"sku_id\":50902943,\"quantity_available\":3,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-8\",\"sku_id\":50902943,\"quantity_available\":77,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true},{\"id\":50902944,\"uuid\":\"111a25c7-1eef-45dd-9379-bda76ebf2821\",\"sku_code\":\"SKU-SAMPLE-9\",\"volumetric_weight\":0.3,\"unit\":\"kg\",\"dimension\":null,\"inventory\":83,\"selling_price\":500,\"original_price\":600,\"primary_image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"all_images\":[],\"attributes\":[{\"id\":30873236,\"uuid\":\"db419a0a-30e6-46a8-a785-9d5f6d906105\",\"value\":\"Large\",\"master_attribute\":\"Size\"},{\"id\":30873237,\"uuid\":\"41e9fa8f-a198-4f27-86b7-7c02eb931da9\",\"value\":\"#0000FF\",\"master_attribute\":\"color picker\"}],\"staffs\":[],\"metafields\":[],\"gtin\":null,\"google_product_category\":null,\"warehouse_inventory_items\":[{\"warehouse_id\":42097,\"warehouse_name\":\"Sample Warehouse 1\",\"sku\":\"SKU-SAMPLE-9\",\"sku_id\":50902944,\"quantity_available\":44,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"},{\"warehouse_id\":42098,\"warehouse_name\":\"Sample Warehouse 2\",\"sku\":\"SKU-SAMPLE-9\",\"sku_id\":50902944,\"quantity_available\":39,\"is_dummy_record\":false,\"product_name\":\"Sample Product 1\"}],\"in_stock\":true}],\"hsn_code\":\"121212\",\"gtin\":null,\"google_product_category\":null,\"gst_rate\":0,\"weight\":0.3,\"weight_unit\":\"kg\",\"product_attributes\":[],\"staffs\":[],\"language_data\":[],\"product_brand\":null,\"seo_data\":{\"title\":\"\",\"description\":\"\",\"image\":\"\"},\"add_ons\":[]}"},"url":"https://api.mydukaan.io/api/product/seller/{{store_uuid}}/product/{{product_uuid}}/v2/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:23:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12242"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"14243795083855102534258130626667559516"},{"key":"X-Dukaan-Trace-Id-Hex","value":"0ab74151568f11628fc05d3c81833a5c"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 202,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 43166364,\n        \"uuid\": \"eb33a28c-9e87-4509-9a6e-a95846644acf\",\n        \"slug\": \"sample-product-1\",\n        \"position\": 100000,\n        \"is_active\": true,\n        \"in_stock\": true,\n        \"is_freebie\": null,\n        \"inventory_quantity\": 1138,\n        \"name\": \"Sample Product 1\",\n        \"selling_price\": \"500.00\",\n        \"original_price\": \"600.00\",\n        \"all_images\": [],\n        \"unit\": \"piece\",\n        \"weight\": 0.3,\n        \"weight_unit\": \"kg\",\n        \"product_type\": 1,\n        \"base_qty\": 1,\n        \"description\": \"<p>Sample Product 1 is a high-quality, durable backpack designed for everyday use. It features multiple compartments and pockets to keep your belongings organized and easily accessible. The backpack is made from water-resistant material, ensuring that your belongings stay dry even in wet weather conditions. It also has padded shoulder straps and a breathable back panel for added comfort during long hours of wear. With its sleek design and versatile functionality, Sample Product 1 is perfect for students, professionals, and travelers alike.</p>\",\n        \"misc_data\": {\n            \"timer\": {\n                \"days\": 0,\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"end_time\": \"22:00:00\",\n                \"is_active\": false,\n                \"timer_msg\": \"Special deal ends in\",\n                \"updatedAt\": 1708320141650,\n                \"start_time\": \"10:00:00\",\n                \"store_method\": \"daily\"\n            }\n        },\n        \"categories\": [\n            12392142\n        ],\n        \"store\": \"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\n        \"seo_data\": {\n            \"image\": \"\",\n            \"title\": \"\",\n            \"description\": \"\"\n        },\n        \"sku_data\": [\n            {\n                \"id\": 50902936,\n                \"uuid\": \"bea34913-e8b4-47d5-baad-a02794600310\",\n                \"sku_code\": \"SKU-SAMPLE-1\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 134,\n                \"selling_price\": 600,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873220,\n                        \"uuid\": \"c66171c6-f94d-4bde-847d-271d4ef4b9e5\",\n                        \"value\": \"Small\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873221,\n                        \"uuid\": \"c9b1ffc0-650f-4565-88b5-9531935748f6\",\n                        \"value\": \"#FF0000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-1\",\n                        \"sku_id\": 50902936,\n                        \"quantity_available\": 121,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-1\",\n                        \"sku_id\": 50902936,\n                        \"quantity_available\": 13,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50902937,\n                \"uuid\": \"bef1346a-8ae1-4ab7-908d-98f2b757d77e\",\n                \"sku_code\": \"SKU-SAMPLE-2\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 78,\n                \"selling_price\": 500,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873222,\n                        \"uuid\": \"174c68e5-ea70-4982-a8d3-ffa5f402612a\",\n                        \"value\": \"Small\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873223,\n                        \"uuid\": \"ada05d99-c509-4a43-9d4a-6197947967e9\",\n                        \"value\": \"#000000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-2\",\n                        \"sku_id\": 50902937,\n                        \"quantity_available\": 66,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-2\",\n                        \"sku_id\": 50902937,\n                        \"quantity_available\": 12,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50902938,\n                \"uuid\": \"d408fe3f-07dd-4fb7-87a7-4f2fa1937632\",\n                \"sku_code\": \"SKU-SAMPLE-3\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 149,\n                \"selling_price\": 500,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873224,\n                        \"uuid\": \"d535cf56-fbb1-420d-9a00-3dedb74e88b1\",\n                        \"value\": \"Small\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873225,\n                        \"uuid\": \"882c4ebd-d1d0-48d4-85af-e477bbd0f308\",\n                        \"value\": \"#0000FF\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-3\",\n                        \"sku_id\": 50902938,\n                        \"quantity_available\": 93,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-3\",\n                        \"sku_id\": 50902938,\n                        \"quantity_available\": 56,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50902939,\n                \"uuid\": \"c8b0af55-91da-4950-aaee-3733ea5d7df6\",\n                \"sku_code\": \"SKU-SAMPLE-4\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 106,\n                \"selling_price\": 500,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873226,\n                        \"uuid\": \"072924a9-16a0-465a-8cb2-ccfa29976520\",\n                        \"value\": \"Medium\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873227,\n                        \"uuid\": \"c703354d-97c4-4d80-a9bd-5d3eb4e5526e\",\n                        \"value\": \"#FF0000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-4\",\n                        \"sku_id\": 50902939,\n                        \"quantity_available\": 60,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-4\",\n                        \"sku_id\": 50902939,\n                        \"quantity_available\": 46,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50902940,\n                \"uuid\": \"2b6816e5-67f8-4da4-b135-6df8df03a2d1\",\n                \"sku_code\": \"SKU-SAMPLE-5\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 201,\n                \"selling_price\": 600,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873228,\n                        \"uuid\": \"c4c046ab-1d4d-45d8-b962-535a1ba8f851\",\n                        \"value\": \"Medium\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873229,\n                        \"uuid\": \"1829a6f1-65f4-45ef-a08f-4d326d6b2c12\",\n                        \"value\": \"#000000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-5\",\n                        \"sku_id\": 50902940,\n                        \"quantity_available\": 86,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-5\",\n                        \"sku_id\": 50902940,\n                        \"quantity_available\": 115,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50902941,\n                \"uuid\": \"16c8f24f-0286-464a-8cff-03d153a75309\",\n                \"sku_code\": \"SKU-SAMPLE-6\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 209,\n                \"selling_price\": 500,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873230,\n                        \"uuid\": \"75f8a094-e930-4fd4-ad39-0516140b5ba1\",\n                        \"value\": \"Medium\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873231,\n                        \"uuid\": \"1117261c-7632-4e7f-9522-053eefa2063b\",\n                        \"value\": \"#0000FF\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-6\",\n                        \"sku_id\": 50902941,\n                        \"quantity_available\": 128,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-6\",\n                        \"sku_id\": 50902941,\n                        \"quantity_available\": 81,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50902942,\n                \"uuid\": \"e867ab64-1d1f-4e9e-a5a2-d344d92f8a25\",\n                \"sku_code\": \"SKU-SAMPLE-7\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 98,\n                \"selling_price\": 500,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873232,\n                        \"uuid\": \"0e91f3ea-e5f6-4d21-b611-1692bba4968e\",\n                        \"value\": \"Large\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873233,\n                        \"uuid\": \"7aa95be9-8cfa-4d1a-a284-48dae0a6265c\",\n                        \"value\": \"#FF0000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-7\",\n                        \"sku_id\": 50902942,\n                        \"quantity_available\": 70,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-7\",\n                        \"sku_id\": 50902942,\n                        \"quantity_available\": 28,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50902943,\n                \"uuid\": \"5dcde183-ba89-4a9f-a77d-4e41716b8be7\",\n                \"sku_code\": \"SKU-SAMPLE-8\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 80,\n                \"selling_price\": 500,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873234,\n                        \"uuid\": \"07eb9c5c-666b-4497-b6e4-4a63da6dd103\",\n                        \"value\": \"Large\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873235,\n                        \"uuid\": \"273f7774-4005-4a6f-89c4-3eee1ca52be9\",\n                        \"value\": \"#000000\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-8\",\n                        \"sku_id\": 50902943,\n                        \"quantity_available\": 3,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-8\",\n                        \"sku_id\": 50902943,\n                        \"quantity_available\": 77,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            },\n            {\n                \"id\": 50902944,\n                \"uuid\": \"111a25c7-1eef-45dd-9379-bda76ebf2821\",\n                \"sku_code\": \"SKU-SAMPLE-9\",\n                \"volumetric_weight\": 0.3,\n                \"unit\": \"kg\",\n                \"dimension\": null,\n                \"inventory\": 83,\n                \"selling_price\": 500,\n                \"original_price\": 600,\n                \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                \"all_images\": [],\n                \"attributes\": [\n                    {\n                        \"id\": 30873236,\n                        \"uuid\": \"db419a0a-30e6-46a8-a785-9d5f6d906105\",\n                        \"value\": \"Large\",\n                        \"master_attribute\": \"Size\"\n                    },\n                    {\n                        \"id\": 30873237,\n                        \"uuid\": \"41e9fa8f-a198-4f27-86b7-7c02eb931da9\",\n                        \"value\": \"#0000FF\",\n                        \"master_attribute\": \"color picker\"\n                    }\n                ],\n                \"staffs\": [],\n                \"metafields\": [],\n                \"gtin\": null,\n                \"google_product_category\": null,\n                \"warehouse_inventory_items\": [\n                    {\n                        \"warehouse_id\": 42097,\n                        \"warehouse_name\": \"Sample Warehouse 1\",\n                        \"sku\": \"SKU-SAMPLE-9\",\n                        \"sku_id\": 50902944,\n                        \"quantity_available\": 44,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    },\n                    {\n                        \"warehouse_id\": 42098,\n                        \"warehouse_name\": \"Sample Warehouse 2\",\n                        \"sku\": \"SKU-SAMPLE-9\",\n                        \"sku_id\": 50902944,\n                        \"quantity_available\": 39,\n                        \"is_dummy_record\": false,\n                        \"product_name\": \"Sample Product 1\"\n                    }\n                ]\n            }\n        ],\n        \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-1\",\n        \"discount\": 0.16638935108153077,\n        \"categories_data\": [\n            {\n                \"id\": 12392142,\n                \"uuid\": \"7b68c4a1-f9d4-45be-9eb8-bb9f2c9635d0\",\n                \"created_at\": \"2024-02-19T10:52:12.789784+05:30\",\n                \"modified_at\": \"2024-02-19T10:52:12.789816+05:30\",\n                \"slug\": \"sample-category-1\",\n                \"position\": 100000,\n                \"is_active\": true,\n                \"parent\": null,\n                \"parent_data\": {},\n                \"name\": \"Sample Category 1\",\n                \"og_image\": null,\n                \"in_stock\": true,\n                \"image\": \"https://cdn3.mydukaan.io/app/image/1440x1440/?url=https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                \"store\": \"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\n                \"show_to\": 3,\n                \"seo_data\": {\n                    \"title\": null,\n                    \"description\": null,\n                    \"image\": null,\n                    \"robots_txt\": null\n                },\n                \"product_count\": 4,\n                \"description\": null,\n                \"web_url\": \"https://mydukaan.io/sample199/categories/sample-category-1\",\n                \"banner_images\": null,\n                \"banner_images_mobile\": null,\n                \"depth\": 0,\n                \"sub_categories\": [],\n                \"parent_categories\": [],\n                \"is_hidden\": false,\n                \"languages\": []\n            }\n        ],\n        \"meta\": [],\n        \"sku_code\": null,\n        \"hsn_code\": \"121212\",\n        \"gst_rate\": 0,\n        \"is_taxable\": null,\n        \"warehouse_inventory_items\": [],\n        \"staffs\": [],\n        \"tags\": [\n            {\n                \"tag_id\": 90190,\n                \"uuid\": \"23250d40-054e-414a-9dd8-76989c36e8c8\",\n                \"tag_name\": \"a\"\n            },\n            {\n                \"tag_id\": 90187,\n                \"uuid\": \"e0593014-dc60-4624-bf7f-de572cf468f0\",\n                \"tag_name\": \"b\"\n            },\n            {\n                \"tag_id\": 90189,\n                \"uuid\": \"3e101af5-7631-4f78-943d-af78d45c6823\",\n                \"tag_name\": \"c\"\n            }\n        ],\n        \"product_brand\": null,\n        \"product_brand_name\": null,\n        \"product_bundle_type\": null,\n        \"product_bundle_discount_type\": null,\n        \"product_bundle_discount_value\": null,\n        \"product_bundle_min_line_item_quantity\": null,\n        \"product_bundle_max_line_item_quantity\": null,\n        \"product_bundle_each_line_item_price\": null,\n        \"banner_images\": null,\n        \"banner_images_mobile\": null,\n        \"max_bundle_qty_in_cart\": null,\n        \"product_bundle_only_applicable_for_online_order\": null,\n        \"product_bundle_max_original_price\": null,\n        \"product_bundle_min_original_price\": null,\n        \"gtin\": null,\n        \"google_product_category\": null,\n        \"metafields\": [],\n        \"add_ons\": [],\n        \"add_on_groups\": [],\n        \"product_food_type\": null,\n        \"product_attributes\": [],\n        \"languages\": [],\n        \"image\": \"\"\n    }\n}"}],"_postman_id":"cf7974c7-70ce-41f2-b3a3-7d84edad2c3a"}],"id":"211c5b1b-6605-4417-badf-49a55a71168b","description":"<h1 id=\"all-apis-related-to-products-and-related-product-operations-can-be-found-under-this-collection\">All APIs related to Products and related product operations can be found under this collection.</h1>\n","_postman_id":"211c5b1b-6605-4417-badf-49a55a71168b"},{"name":"Categories","item":[{"name":"get_category_list","id":"cdd7bcd8-c799-4477-86f5-c9e52eae26a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":"https://api.mydukaan.io/api/product/seller/product-category/?page=1&page_size=30&v2=true","urlObject":{"protocol":"https","path":["api","product","seller","product-category",""],"host":["api","mydukaan","io"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"30"},{"key":"v2","value":"true"}],"variable":[]}},"response":[{"id":"88ccbd08-3622-457f-a867-d2f56b92209a","name":"get_category_list","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":{"raw":"https://api.mydukaan.io/api/product/seller/product-category/?page=1&page_size=30&v2=true","protocol":"https","host":["api","mydukaan","io"],"path":["api","product","seller","product-category",""],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"30"},{"key":"v2","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jan 2024 12:30:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Allow","value":"GET, POST, PATCH, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"320609359310558906607424135512817041630"},{"key":"X-Dukaan-Trace-Id-Hex","value":"f1331dd68765dcea5d2d093fd87280de"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 85,\n    \"next\": \"https://api.mydukaan.io/api/product/seller/product-category/?page=2&page_size=30&v2=true\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 12355174,\n            \"uuid\": \"956b3b3d-6bbb-4fce-b3ad-996797b55f78\",\n            \"created_at\": \"2024-01-10T06:28:08.684277+00:00\",\n            \"name\": \"Routine\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b2d1d3a2-0c66-4332-9f04-1c3e86937f93.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"routine\",\n            \"product_count\": 5,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/routine\"\n        },\n        {\n            \"id\": 12355173,\n            \"uuid\": \"b4fc904b-f52b-4d06-9647-8b3944daadc5\",\n            \"created_at\": \"2024-01-10T06:28:08.68364+00:00\",\n            \"name\": \"Mini Set\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/19a10d51-a5b0-4268-9fad-1d6e8b9c8f85.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"mini-set\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/mini-set\"\n        },\n        {\n            \"id\": 12355172,\n            \"uuid\": \"c49714ff-0429-4837-a62c-12657f26cf5c\",\n            \"created_at\": \"2024-01-10T06:28:08.681498+00:00\",\n            \"name\": \"Gel Cream\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/c6cd8e8d-eac2-4afb-b918-d99695897ab4.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"gel-cream\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/gel-cream\"\n        },\n        {\n            \"id\": 12355171,\n            \"uuid\": \"204a0cbd-ad08-441f-8a8d-78bd2c579037\",\n            \"created_at\": \"2024-01-10T06:28:08.680261+00:00\",\n            \"name\": \"Bath Salts\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b22fb159-b481-4c19-90b3-de0260d823b5.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"bath-salts\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/bath-salts\"\n        },\n        {\n            \"id\": 12355170,\n            \"uuid\": \"280dab53-e783-491e-b90e-8d67e4e7cb82\",\n            \"created_at\": \"2024-01-10T06:28:08.678813+00:00\",\n            \"name\": \"Highligher\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b27c87d1-af70-46dd-b74c-c439fc366bbf.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"highligher\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/highligher\"\n        },\n        {\n            \"id\": 12355169,\n            \"uuid\": \"94e9dc1e-79c9-476b-ab1e-760379d95a83\",\n            \"created_at\": \"2024-01-10T06:28:08.676234+00:00\",\n            \"name\": \"Eyeshadow\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/a211199f-07ed-4cef-9aa0-bf4a1ff6fcb5.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"eyeshadow\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/eyeshadow\"\n        },\n        {\n            \"id\": 12355168,\n            \"uuid\": \"f9197c87-c138-49db-b538-fcad7bf6b666\",\n            \"created_at\": \"2024-01-10T06:28:08.674611+00:00\",\n            \"name\": \"Scrunchies\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/a47ac20b-eb8b-4cc4-bf7e-44593ce9bf1d.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"scrunchies\",\n            \"product_count\": 2,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/scrunchies\"\n        },\n        {\n            \"id\": 12355166,\n            \"uuid\": \"784815e9-1fcb-40c9-8bf6-b0d39ba7b971\",\n            \"created_at\": \"2024-01-10T06:28:08.672964+00:00\",\n            \"name\": \"Full Size\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/5310e6cd-487e-43f9-9626-a70aaaa9fe7b.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"full-size\",\n            \"product_count\": 2,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/full-size\"\n        },\n        {\n            \"id\": 12355167,\n            \"uuid\": \"7d5642be-b803-4845-bce5-6b0d863ce7ac\",\n            \"created_at\": \"2024-01-10T06:28:08.671894+00:00\",\n            \"name\": \"Brush\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/d302438c-41fa-4322-8cfd-cd4b46d302f5.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"brush\",\n            \"product_count\": 2,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/brush\"\n        },\n        {\n            \"id\": 12355165,\n            \"uuid\": \"e2ced96e-270f-4e4a-8e36-6d03548f6888\",\n            \"created_at\": \"2024-01-10T06:28:08.67154+00:00\",\n            \"name\": \"Pencil Sharpener\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/af342a15-83f2-4da5-8c2b-c78eb22cc572.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"pencil-sharpener\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/pencil-sharpener\"\n        },\n        {\n            \"id\": 12355164,\n            \"uuid\": \"5c16bc45-8014-45cf-b77d-549db9a5ae9c\",\n            \"created_at\": \"2024-01-10T06:28:08.640922+00:00\",\n            \"name\": \"Gel Wash\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/61c9511f-ee41-4755-80fd-e893047cc551.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"gel-wash\",\n            \"product_count\": 2,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/gel-wash\"\n        },\n        {\n            \"id\": 12355162,\n            \"uuid\": \"5295f352-b68a-4980-8f15-79953f80c0dc\",\n            \"created_at\": \"2024-01-10T06:28:08.639286+00:00\",\n            \"name\": \"Wipes\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/7a16a86b-9d5e-4473-af39-c6f1746095d6.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"wipes\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/wipes\"\n        },\n        {\n            \"id\": 12355163,\n            \"uuid\": \"2c2188e6-9130-442f-b64b-738f0e031443\",\n            \"created_at\": \"2024-01-10T06:28:08.639251+00:00\",\n            \"name\": \"Liquid Pen\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/baaceb12-572e-4a44-b866-8815badbc057.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"liquid-pen\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/liquid-pen\"\n        },\n        {\n            \"id\": 12355161,\n            \"uuid\": \"41f0d202-917c-4a56-bc34-dd653a634f0f\",\n            \"created_at\": \"2024-01-10T06:28:08.633417+00:00\",\n            \"name\": \"Liquid Lip Kit\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/e9f19614-6122-46f0-8b76-4281cfeaaf4d.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"liquid-lip-kit\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/liquid-lip-kit\"\n        },\n        {\n            \"id\": 12355160,\n            \"uuid\": \"a1e2ff89-1bf9-452a-b656-905b32dfc27f\",\n            \"created_at\": \"2024-01-10T06:28:08.63049+00:00\",\n            \"name\": \"Clarifying Serum\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/804fd14c-8617-4fb2-9cd0-d1230cebc4f6.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"clarifying-serum\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/clarifying-serum\"\n        },\n        {\n            \"id\": 12355159,\n            \"uuid\": \"c729c67a-1109-4325-9181-58cc73ff7c2b\",\n            \"created_at\": \"2024-01-10T06:28:08.629345+00:00\",\n            \"name\": \"Lip Oil\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/4c825c09-a62a-4621-8135-c41ad091924c.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"lip-oil\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/lip-oil\"\n        },\n        {\n            \"id\": 12355158,\n            \"uuid\": \"9492f337-3bf5-4e56-8e83-191eb200f04d\",\n            \"created_at\": \"2024-01-10T06:28:08.625935+00:00\",\n            \"name\": \"Face Moisturizer\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/eba23858-0015-4ce4-a0e1-46c9960b0440.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"face-moisturizer\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/face-moisturizer\"\n        },\n        {\n            \"id\": 12355156,\n            \"uuid\": \"48c465c7-49e2-436a-8c35-5cd1a9935cfc\",\n            \"created_at\": \"2024-01-10T06:28:08.619104+00:00\",\n            \"name\": \"Bronzer\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/a14488b7-26d1-4880-8bc7-1e18f8e912e4.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"bronzer\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/bronzer\"\n        },\n        {\n            \"id\": 12355157,\n            \"uuid\": \"c1ee5cb5-5318-4856-9d7e-8973e7958fa0\",\n            \"created_at\": \"2024-01-10T06:28:08.618211+00:00\",\n            \"name\": \"Loose Powder\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/62343a68-6cf7-4f60-a8b5-026f03fa347e.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"loose-powder\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/loose-powder\"\n        },\n        {\n            \"id\": 12355154,\n            \"uuid\": \"486fb721-7080-4dfd-a44e-b223a76eda41\",\n            \"created_at\": \"2024-01-10T06:28:08.614263+00:00\",\n            \"name\": \"Face Mask Brush\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/7a81d532-6813-44c0-a1b3-f965096ab849.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"face-mask-brush\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/face-mask-brush\"\n        },\n        {\n            \"id\": 12355155,\n            \"uuid\": \"807ec1d5-4f26-43e6-8c44-a659920510bf\",\n            \"created_at\": \"2024-01-10T06:28:08.612779+00:00\",\n            \"name\": \"False Lashes\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/3045e478-91a2-4382-9da0-c712f48a35ea.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"false-lashes\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/false-lashes\"\n        },\n        {\n            \"id\": 12355153,\n            \"uuid\": \"486c8387-1a23-4541-a656-be50bd233df3\",\n            \"created_at\": \"2024-01-10T06:28:08.611872+00:00\",\n            \"name\": \"Multi Set\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/3794de6f-3a46-472a-8d92-19fe70204400.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"multi-set\",\n            \"product_count\": 2,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/multi-set\"\n        },\n        {\n            \"id\": 12355152,\n            \"uuid\": \"626e1390-db64-449a-9d70-63f6145f5cf9\",\n            \"created_at\": \"2024-01-10T06:28:08.598501+00:00\",\n            \"name\": \"Gel Mask\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/421d02bd-8d52-4aa4-8aa9-f1c5ecf625b4.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"gel-mask\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/gel-mask\"\n        },\n        {\n            \"id\": 12355151,\n            \"uuid\": \"8b051a30-d5be-4888-a50f-fc7bcd89f644\",\n            \"created_at\": \"2024-01-10T06:28:08.595349+00:00\",\n            \"name\": \"Body Scrub\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/9f9a3ddc-b031-4fbd-835f-d1e338c91f02.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"body-scrub\",\n            \"product_count\": 2,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/body-scrub\"\n        },\n        {\n            \"id\": 12355148,\n            \"uuid\": \"5cbea735-8c42-4178-9dd5-001f5e2d37d5\",\n            \"created_at\": \"2024-01-10T06:28:08.59026+00:00\",\n            \"name\": \"Lip Liner\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b8a02ff7-3510-4f4f-a6a3-d5e08c341872.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"lip-liner\",\n            \"product_count\": 3,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/lip-liner\"\n        },\n        {\n            \"id\": 12355150,\n            \"uuid\": \"82f074bb-b25c-4e01-afcd-7fe63fb9d420\",\n            \"created_at\": \"2024-01-10T06:28:08.58943+00:00\",\n            \"name\": \"Foam Cleanser\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/e0c7d364-65c3-4f83-9e54-07ad444a8007.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"foam-cleanser\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/foam-cleanser\"\n        },\n        {\n            \"id\": 12355149,\n            \"uuid\": \"a4e56221-7eb7-4ef8-a3f6-0ebce4d45dce\",\n            \"created_at\": \"2024-01-10T06:28:08.588872+00:00\",\n            \"name\": \"Brow Gel\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/829c5871-95d9-416c-9193-cbd75e317f77.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"brow-gel\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/brow-gel\"\n        },\n        {\n            \"id\": 12355147,\n            \"uuid\": \"4ea8dff3-bbdd-446e-af14-10c0f6f8a8bb\",\n            \"created_at\": \"2024-01-10T06:28:08.588629+00:00\",\n            \"name\": \"Eyeshadow Palette\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/113b72ee-7bc7-4871-be20-a31add8e6ddd.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"eyeshadow-palette\",\n            \"product_count\": 7,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/eyeshadow-palette\"\n        },\n        {\n            \"id\": 12355146,\n            \"uuid\": \"23532e7c-e4b9-4540-928d-dfc1b539f085\",\n            \"created_at\": \"2024-01-10T06:28:08.586352+00:00\",\n            \"name\": \"Gift Card\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/06b5639b-b246-4dbf-85e7-2a8f23cac745.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"gift-card\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/gift-card\"\n        },\n        {\n            \"id\": 12355144,\n            \"uuid\": \"9d1cf4d3-556f-4f1d-82e5-2869616402ff\",\n            \"created_at\": \"2024-01-10T06:28:08.581911+00:00\",\n            \"name\": \"Accessory\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/a9e02f30-c6f1-42da-a0b2-b0289eb2c0c0.jpg\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"accessory\",\n            \"product_count\": 6,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/accessory\"\n        }\n    ]\n}"}],"_postman_id":"cdd7bcd8-c799-4477-86f5-c9e52eae26a5"},{"name":"search_category_name","id":"423c8e5c-3247-4763-b8df-2846191a7502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":"https://api.mydukaan.io/api/product/seller/product-category/?page=1&search=Sample+Category&page_size=30&v2=true","urlObject":{"protocol":"https","path":["api","product","seller","product-category",""],"host":["api","mydukaan","io"],"query":[{"key":"page","value":"1"},{"key":"search","value":"Sample+Category"},{"key":"page_size","value":"30"},{"key":"v2","value":"true"}],"variable":[]}},"response":[{"id":"ec87670b-74ff-4fa2-88da-9b2f03acb16c","name":"search_category_name","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":{"raw":"https://api.mydukaan.io/api/product/seller/product-category/?page=1&search=Sample+Category&page_size=30&v2=true","protocol":"https","host":["api","mydukaan","io"],"path":["api","product","seller","product-category",""],"query":[{"key":"page","value":"1"},{"key":"search","value":"Sample+Category"},{"key":"page_size","value":"30"},{"key":"v2","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jan 2024 13:50:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Allow","value":"GET, POST, PATCH, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"139506038674601277907350135314975855817"},{"key":"X-Dukaan-Trace-Id-Hex","value":"68f3e2bf3e070dda6c459e45fbe094c9"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 12343224,\n            \"uuid\": \"96e3478d-a8cf-42cc-84da-4a2829cb5d79\",\n            \"created_at\": \"2023-12-27T11:08:28.02175+00:00\",\n            \"name\": \"Sample Category\",\n            \"position\": 100000,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/media/c7ed57ba-0646-45a7-ae3d-d2f558317aff.png\",\n            \"is_active\": true,\n            \"show_to\": 3,\n            \"in_stock\": true,\n            \"parent_id\": null,\n            \"seo_data\": {},\n            \"slug\": \"sample-category-22\",\n            \"product_count\": 1,\n            \"sub_categories\": [],\n            \"store\": {\n                \"id\": 102667097,\n                \"link\": \"samplestore10\"\n            },\n            \"web_url\": \"https://shop.teacherop.com/categories/sample-category-22\"\n        }\n    ]\n}"}],"_postman_id":"423c8e5c-3247-4763-b8df-2846191a7502"},{"name":"get_category_details","id":"256ebdc7-44d2-4a22-891a-2dc799e9e961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/seller-front/af4336ad-3b45-4781-90dc-f9a0296a0ed7/product-list/?category=12355174&direction=asc&ordering=position&page=1&page_size=30&pop_fields=variants_data","urlObject":{"protocol":"https","path":["api","seller-front","af4336ad-3b45-4781-90dc-f9a0296a0ed7","product-list",""],"host":["api","mydukaan","io"],"query":[{"key":"category","value":"12355174"},{"key":"direction","value":"asc"},{"key":"ordering","value":"position"},{"key":"page","value":"1"},{"key":"page_size","value":"30"},{"key":"pop_fields","value":"variants_data"}],"variable":[]}},"response":[{"id":"6725b8e9-507b-4d4d-a843-c9767a3fcb5f","name":"get_category_details","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":{"raw":"https://api.mydukaan.io/api/seller-front/{{store_uuid}}/product-list/?category=12355174&direction=asc&ordering=position&page=1&page_size=30&pop_fields=variants_data","protocol":"https","host":["api","mydukaan","io"],"path":["api","seller-front","{{store_uuid}}","product-list",""],"query":[{"key":"category","value":"12355174"},{"key":"direction","value":"asc"},{"key":"ordering","value":"position"},{"key":"page","value":"1"},{"key":"page_size","value":"30"},{"key":"pop_fields","value":"variants_data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jan 2024 12:32:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-dukaan-trace-id-hex","value":"465dd3b2dd52ee96de5557f0a2e9dcd0"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"count\": 5,\n    \"results\": [\n        {\n            \"id\": 42933203,\n            \"uuid\": \"d49bc599-ffb3-4728-bcb5-b94ca6ca0483\",\n            \"created_at\": \"2024-01-10T06:28:17.741635+00:00\",\n            \"name\": \"Kylie's PFW Look\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/2198f8e8-1030-4cf9-bc36-9e41cf522702.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": null,\n            \"selling_price\": 15800,\n            \"original_price\": 15800,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/2198f8e8-1030-4cf9-bc36-9e41cf522702.jpg\"\n            ],\n            \"slug\": \"kylie-s-pfw-look\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355174,\n                    \"name\": \"Routine\",\n                    \"slug\": \"routine\",\n                    \"uuid\": \"956b3b3d-6bbb-4fce-b3ad-996797b55f78\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b2d1d3a2-0c66-4332-9f04-1c3e86937f93.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/kylie-s-pfw-look\"\n        },\n        {\n            \"id\": 42933112,\n            \"uuid\": \"fe6cbb99-745b-4191-a2e6-9b79ed4d98fd\",\n            \"created_at\": \"2024-01-10T06:28:15.085908+00:00\",\n            \"name\": \"Nighttime Routine\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/96214f0c-3530-4874-a3c0-94f2d69a73cf.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": null,\n            \"selling_price\": 13100,\n            \"original_price\": 13100,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/96214f0c-3530-4874-a3c0-94f2d69a73cf.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/82c0edb0-e5af-41da-a5d1-06d5d579ae92.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/9e254a21-183d-4f99-9349-ce91252c6ec6.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/62792c77-791b-40ec-9e85-5bc0b9837289.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/a4b997bb-fdd1-4305-8564-2743cd73f638.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/7d4cd441-d98a-4040-b4fb-ccd295911f97.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b573b85c-1334-434a-9892-2a1b213b8bc7.jpg\"\n            ],\n            \"slug\": \"nighttime-routine\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355174,\n                    \"name\": \"Routine\",\n                    \"slug\": \"routine\",\n                    \"uuid\": \"956b3b3d-6bbb-4fce-b3ad-996797b55f78\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b2d1d3a2-0c66-4332-9f04-1c3e86937f93.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/nighttime-routine\"\n        },\n        {\n            \"id\": 42933088,\n            \"uuid\": \"8d950a77-9d29-4047-8904-1416d6e79c99\",\n            \"created_at\": \"2024-01-10T06:28:14.600731+00:00\",\n            \"name\": \"5-step daily routine\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/5b00f2f9-fa21-417c-a771-ee62ad4d3b31.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": null,\n            \"selling_price\": 10500,\n            \"original_price\": 10500,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/5b00f2f9-fa21-417c-a771-ee62ad4d3b31.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/a8fe227d-020c-4f25-b32b-fcc178c1616a.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/c3d60e2a-096d-461d-bd2a-ea474414be90.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/6da4357e-74a2-4ef4-97d0-0660428443e0.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/d463a264-7757-43f7-a13e-75054c3a8466.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/3260f861-90b0-40d8-91ac-601e4b0c1ec8.jpg\"\n            ],\n            \"slug\": \"5-step-daily-routine\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355174,\n                    \"name\": \"Routine\",\n                    \"slug\": \"routine\",\n                    \"uuid\": \"956b3b3d-6bbb-4fce-b3ad-996797b55f78\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b2d1d3a2-0c66-4332-9f04-1c3e86937f93.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/5-step-daily-routine\"\n        },\n        {\n            \"id\": 42933081,\n            \"uuid\": \"5919e3d9-e2e4-44ad-92ff-a466cbcd1c17\",\n            \"created_at\": \"2024-01-10T06:28:14.465122+00:00\",\n            \"name\": \"Everyday Skincare Routine\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/345f7bb2-2510-4f7b-873a-93f03c65d8ba.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": null,\n            \"selling_price\": 10500,\n            \"original_price\": 10500,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/345f7bb2-2510-4f7b-873a-93f03c65d8ba.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/1cbdbeba-54d1-43a4-b29a-826242589489.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/77412d55-7b05-4326-ac50-99a1f4b58bf0.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/e24774b9-0e0e-4ae2-8841-08b306d4cf03.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/d1d6698b-98b9-4d3a-a6ea-30fd8d754a21.jpg\",\n                \"https://dms.mydukaan.io/original/jpeg/asgard/decaa599-4f07-49e7-8fe6-99ebcfd12034.jpg\"\n            ],\n            \"slug\": \"everyday-skincare-routine\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355174,\n                    \"name\": \"Routine\",\n                    \"slug\": \"routine\",\n                    \"uuid\": \"956b3b3d-6bbb-4fce-b3ad-996797b55f78\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b2d1d3a2-0c66-4332-9f04-1c3e86937f93.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/everyday-skincare-routine\"\n        },\n        {\n            \"id\": 42933052,\n            \"uuid\": \"f7cfa983-04aa-4bf4-860c-03a1111d4f9b\",\n            \"created_at\": \"2024-01-10T06:28:13.921001+00:00\",\n            \"name\": \"Fall Face Routine\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/b2d1d3a2-0c66-4332-9f04-1c3e86937f93.jpg\",\n            \"in_stock\": true,\n            \"is_active\": true,\n            \"inventory_quantity\": null,\n            \"position\": null,\n            \"selling_price\": 10300,\n            \"original_price\": 10300,\n            \"unit\": \"piece\",\n            \"base_qty\": 1,\n            \"all_images\": [\n                \"https://dms.mydukaan.io/original/jpeg/asgard/b2d1d3a2-0c66-4332-9f04-1c3e86937f93.jpg\"\n            ],\n            \"slug\": \"fall-face-routine\",\n            \"is_freebie\": null,\n            \"product_type\": 1,\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"link\": \"samplestore10\",\n                \"store_id\": 102667097,\n                \"custom_domain\": \"shop.teacherop.com\"\n            },\n            \"tags\": [],\n            \"categories_data\": [\n                {\n                    \"id\": 12355174,\n                    \"name\": \"Routine\",\n                    \"slug\": \"routine\",\n                    \"uuid\": \"956b3b3d-6bbb-4fce-b3ad-996797b55f78\",\n                    \"image\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-media-v3/asgard/b2d1d3a2-0c66-4332-9f04-1c3e86937f93.jpg\",\n                    \"in_stock\": true,\n                    \"position\": 100000\n                }\n            ],\n            \"web_url\": \"https://shop.teacherop.com/products/fall-face-routine\"\n        }\n    ]\n}"}],"_postman_id":"256ebdc7-44d2-4a22-891a-2dc799e9e961"},{"name":"create_category","id":"9201e6c9-db92-4bb6-b6a0-32c11c6cf34f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"body":{"mode":"raw","raw":"{\"show_to\":3,\"name\":\"Sample Category 10\",\"store\":\"c7ddd109-5c74-417a-b3fd-fc14dae85725\"}"},"url":"https://api.mydukaan.io/api/product/seller/product-category/","urlObject":{"protocol":"https","path":["api","product","seller","product-category",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"64ae1767-8c11-4550-b772-ccd2f599f8d6","name":"create_category","originalRequest":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"body":{"mode":"raw","raw":"{\"show_to\":3,\"name\":\"Sample Category 10\",\"store\":\"c7ddd109-5c74-417a-b3fd-fc14dae85725\"}"},"url":"https://api.mydukaan.io/api/product/seller/product-category/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:24:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"814"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, PATCH, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"292296341887616635540315573120661831515"},{"key":"X-Dukaan-Trace-Id-Hex","value":"dbe63a4dab07ee1d56419a839b85bf5b"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 12392147,\n        \"uuid\": \"9ee38b7d-ac00-4267-a0ee-6dfb0794ac81\",\n        \"created_at\": \"2024-02-19T10:53:37.056799+05:30\",\n        \"modified_at\": \"2024-02-19T10:53:37.056819+05:30\",\n        \"slug\": \"sample-category-10\",\n        \"position\": 100000,\n        \"is_active\": true,\n        \"parent\": null,\n        \"parent_data\": {},\n        \"name\": \"Sample Category 10\",\n        \"og_image\": null,\n        \"in_stock\": true,\n        \"image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n        \"store\": \"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\n        \"show_to\": 3,\n        \"seo_data\": {\n            \"title\": null,\n            \"description\": null,\n            \"image\": null,\n            \"robots_txt\": null\n        },\n        \"product_count\": 0,\n        \"description\": null,\n        \"web_url\": \"https://mydukaan.io/sample199/categories/sample-category-10\",\n        \"banner_images\": null,\n        \"banner_images_mobile\": null,\n        \"depth\": 0,\n        \"sub_categories\": [],\n        \"parent_categories\": [],\n        \"is_hidden\": false,\n        \"languages\": []\n    }\n}"}],"_postman_id":"9201e6c9-db92-4bb6-b6a0-32c11c6cf34f"},{"name":"update_category","id":"0215b05f-3d62-4c5d-a29d-db54710940b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"body":{"mode":"raw","raw":"{\"name\":\"Sample Category 10\",\"parent_category\":\"Sample Category\",\"show_to\":3,\"seo_data\":{},\"slug\":\"sample-category-10\",\"banner_images\":[],\"banner_images_mobile\":[],\"description\":\"<p>Category Updated to subcategory sample</p>\",\"metafields\":{},\"image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"store\":\"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\"product_remove\":[],\"product_add\":[]}"},"url":"https://api.mydukaan.io/api/product/seller/9ee38b7d-ac00-4267-a0ee-6dfb0794ac81/product-category/","urlObject":{"protocol":"https","path":["api","product","seller","9ee38b7d-ac00-4267-a0ee-6dfb0794ac81","product-category",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"ec45758c-f3d8-49c0-9efa-3c3632695d71","name":"update_category","originalRequest":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"body":{"mode":"raw","raw":"{\"name\":\"Sample Category 10\",\"parent_category\":\"Sample Category\",\"show_to\":3,\"seo_data\":{},\"slug\":\"sample-category-10\",\"banner_images\":[],\"banner_images_mobile\":[],\"description\":\"<p>Category Updated to subcategory sample</p>\",\"metafields\":{},\"image\":\"https://api.mydukaan.io/static/images/category-def.jpg\",\"store\":\"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\"product_remove\":[],\"product_add\":[]}"},"url":"https://api.mydukaan.io/api/product/seller/9ee38b7d-ac00-4267-a0ee-6dfb0794ac81/product-category/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:29:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1152"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"175331345681889777724824287592806283204"},{"key":"X-Dukaan-Trace-Id-Hex","value":"83e796c1177c3ae7252770a0656af7c4"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 202,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 12392147,\n        \"uuid\": \"9ee38b7d-ac00-4267-a0ee-6dfb0794ac81\",\n        \"created_at\": \"2024-02-19T10:53:37.056799+05:30\",\n        \"modified_at\": \"2024-02-19T10:59:43.843842+05:30\",\n        \"slug\": \"sample-category-10\",\n        \"position\": 100000,\n        \"is_active\": true,\n        \"parent\": 12392144,\n        \"parent_data\": {\n            \"id\": 12392144,\n            \"uuid\": \"6711e21e-eaf4-415b-b79e-32ef6d674a78\",\n            \"name\": \"Sample Category\",\n            \"slug\": \"sample-category\"\n        },\n        \"product_add\": [],\n        \"product_remove\": [],\n        \"name\": \"Sample Category 10\",\n        \"og_image\": null,\n        \"in_stock\": true,\n        \"image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n        \"store\": \"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\n        \"show_to\": 3,\n        \"seo_data\": {\n            \"title\": null,\n            \"description\": null,\n            \"image\": null,\n            \"robots_txt\": null\n        },\n        \"product_count\": 1,\n        \"description\": \"<p>Category Updated to subcategory sample</p>\",\n        \"web_url\": \"https://mydukaan.io/sample199/categories/sample-category-10\",\n        \"banner_images\": [],\n        \"banner_images_mobile\": [],\n        \"depth\": 0,\n        \"sub_categories\": [],\n        \"parent_categories\": [\n            {\n                \"id\": 12392144,\n                \"uuid\": \"6711e21e-eaf4-415b-b79e-32ef6d674a78\",\n                \"name\": \"Sample Category\",\n                \"depth\": 1,\n                \"parent_id\": null,\n                \"slug\": \"sample-category\",\n                \"image\": \"\"\n            }\n        ],\n        \"is_hidden\": false,\n        \"languages\": []\n    }\n}"}],"_postman_id":"0215b05f-3d62-4c5d-a29d-db54710940b0"}],"id":"7baf1c9c-9f6b-48f6-a749-892ccfd91048","_postman_id":"7baf1c9c-9f6b-48f6-a749-892ccfd91048","description":""},{"name":"Orders","item":[{"name":"get order list","id":"6013aca4-138f-4f82-8fee-9743c5c2b585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/seller-front/order-list/?created_at_after=2024-02-05&created_at_before=2024-02-12&ordering=-created_at&page=1&utm_data=True","urlObject":{"protocol":"https","path":["api","seller-front","order-list",""],"host":["api","mydukaan","io"],"query":[{"key":"created_at_after","value":"2024-02-05"},{"key":"created_at_before","value":"2024-02-12"},{"key":"ordering","value":"-created_at"},{"key":"page","value":"1"},{"key":"utm_data","value":"True"}],"variable":[]}},"response":[{"id":"269b0230-69ce-4295-998a-428de0241543","name":"get order list","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":{"raw":"https://api.mydukaan.io/api/seller-front/order-list/?created_at_after=2024-02-05&created_at_before=2024-02-12&ordering=-created_at&page=1&utm_data=True","protocol":"https","host":["api","mydukaan","io"],"path":["api","seller-front","order-list",""],"query":[{"key":"created_at_after","value":"2024-02-05"},{"key":"created_at_before","value":"2024-02-12"},{"key":"ordering","value":"-created_at"},{"key":"page","value":"1"},{"key":"utm_data","value":"True"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Feb 2024 07:46:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-dukaan-trace-id-hex","value":"bf680ce0f662ed277b5d755d562391a7"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"count\": 1,\n    \"results\": [\n        {\n            \"id\": 12569605,\n            \"display_order_id\": \"12569605\",\n            \"created_at\": \"2024-02-12T13:12:54.931136\",\n            \"created_at_utc\": \"2024-02-12T07:42:54.931136+00:00\",\n            \"modified_at\": \"2024-02-12T13:13:19.461401\",\n            \"modified_at_utc\": \"2024-02-12T07:43:19.461401+00:00\",\n            \"uuid\": \"7be5afc5-96e7-4852-91bd-1c6cd9fed408\",\n            \"status\": 1,\n            \"type\": 0,\n            \"return_status\": null,\n            \"return_type\": null,\n            \"payment_mode\": 2,\n            \"table_uuid\": null,\n            \"reseller_commission\": null,\n            \"is_new\": false,\n            \"buyer_address\": {\n                \"pin\": \"560103\",\n                \"area\": \"Sample\",\n                \"city\": \"Bangalore\",\n                \"line\": \"C-607, Sobha Garnet, Bellandur\",\n                \"buyer\": {\n                    \"name\": \"Neel seth\",\n                    \"email\": \"neelseth48@gmail.com\",\n                    \"mobile\": \"+91-9884002291\"\n                },\n                \"state\": \"Karnataka\",\n                \"county\": null,\n                \"line_1\": null,\n                \"region\": null,\n                \"country\": \"in\",\n                \"emirate\": null,\n                \"landmark\": \"Sample\",\n                \"province\": null,\n                \"prefecture\": null,\n                \"governorate\": null\n            },\n            \"total_cost\": 28900,\n            \"channel\": 0,\n            \"source\": null,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/2198f8e8-1030-4cf9-bc36-9e41cf522702.jpg\",\n            \"store_table_data\": null,\n            \"tags\": [],\n            \"product_count\": 2,\n            \"table_id\": null,\n            \"seller_marked_prepaid\": true,\n            \"sort_order_delivered\": null,\n            \"sort_order_pending\": \"2024-02-12T07:43:19.461401+00:00\",\n            \"utm_source\": \"\",\n            \"utm_medium\": \"\",\n            \"utm_campaign\": \"\",\n            \"utm_term\": \"\",\n            \"utm_query\": \"\",\n            \"utm_content\": \"\"\n        }\n    ]\n}"}],"_postman_id":"6013aca4-138f-4f82-8fee-9743c5c2b585"},{"name":"Search Order","id":"815d76dd-ee39-44f8-a64d-13147d475e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/seller-front/order-list/?created_at_before=2024-02-20&ordering=-created_at&page=1&search=12631944&utm_data=True","urlObject":{"protocol":"https","path":["api","seller-front","order-list",""],"host":["api","mydukaan","io"],"query":[{"key":"created_at_before","value":"2024-02-20"},{"key":"ordering","value":"-created_at"},{"key":"page","value":"1"},{"key":"search","value":"12631944"},{"key":"utm_data","value":"True"}],"variable":[]}},"response":[{"id":"0036ab1f-1240-4b92-9ff1-4425b0c5e414","name":"Search Order","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":{"raw":"https://api.mydukaan.io/api/seller-front/order-list/?created_at_before=2024-02-20&ordering=-created_at&page=1&search=12631944&utm_data=True","protocol":"https","host":["api","mydukaan","io"],"path":["api","seller-front","order-list",""],"query":[{"key":"created_at_before","value":"2024-02-20"},{"key":"ordering","value":"-created_at"},{"key":"page","value":"1"},{"key":"search","value":"12631944"},{"key":"utm_data","value":"True"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Feb 2024 08:11:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-dukaan-trace-id-hex","value":"573957197e84aa63f8af360c7cfcf704"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"count\": 1,\n    \"results\": [\n        {\n            \"id\": 12631944,\n            \"display_order_id\": \"12631944\",\n            \"created_at\": \"2024-02-19T11:20:33.747995\",\n            \"created_at_utc\": \"2024-02-19T05:50:33.747995+00:00\",\n            \"modified_at\": \"2024-02-19T11:21:07.875819\",\n            \"modified_at_utc\": \"2024-02-19T05:51:07.875819+00:00\",\n            \"uuid\": \"1315b830-1975-413c-8387-c485da2d54d8\",\n            \"status\": 1,\n            \"type\": 0,\n            \"return_status\": null,\n            \"return_type\": null,\n            \"payment_mode\": 1,\n            \"table_uuid\": null,\n            \"reseller_commission\": null,\n            \"is_new\": false,\n            \"buyer_address\": {\n                \"pin\": \"411045\",\n                \"area\": \"Baner Road\",\n                \"city\": \"Pune\",\n                \"line\": \"C 35 Kumar Elixir, Near Aman Honda Showroom\",\n                \"buyer\": {\n                    \"name\": \"Ashvina Random\",\n                    \"email\": \"ashvinarandome@gmail.com\",\n                    \"mobile\": \"+91-9888898989\"\n                },\n                \"state\": \"Maharashtra\",\n                \"county\": null,\n                \"line_1\": null,\n                \"region\": null,\n                \"country\": \"in\",\n                \"emirate\": null,\n                \"landmark\": null,\n                \"province\": null,\n                \"prefecture\": null,\n                \"governorate\": null\n            },\n            \"total_cost\": 575.7,\n            \"channel\": 0,\n            \"source\": null,\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/cf9c6314-ff47-4b76-b0d6-585bdb55b57b/dark-chocolate-almonds.png\",\n            \"store_table_data\": null,\n            \"tags\": [],\n            \"product_count\": 2,\n            \"table_id\": null,\n            \"seller_marked_prepaid\": false,\n            \"sort_order_delivered\": null,\n            \"sort_order_pending\": \"2024-02-19T05:51:07.875819+00:00\",\n            \"utm_source\": \"\",\n            \"utm_medium\": \"\",\n            \"utm_campaign\": \"\",\n            \"utm_term\": \"\",\n            \"utm_query\": \"\",\n            \"utm_content\": \"\"\n        }\n    ]\n}"}],"_postman_id":"815d76dd-ee39-44f8-a64d-13147d475e6f"},{"name":"get order data","id":"a4db4cc2-1519-4579-b3e7-695ca433efee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer {token}","type":"text"}],"url":"https://api.mydukaan.io/api/order/seller{order_uuid}/order/","urlObject":{"protocol":"https","path":["api","order","seller{order_uuid}","order",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"1e1a5a71-13dd-4366-a664-881e9123bc5d","name":"get order data","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/order/seller{order_uuid}/order/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Feb 2024 07:50:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Allow","value":"GET, PATCH, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"214689982578729283390131400218085433807"},{"key":"X-Dukaan-Trace-Id-Hex","value":"a183c95ffba820f286e8fb4a409c21cf"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, http_stripe_signature, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"display_order_id\": \"12569605\",\n        \"id\": 12569605,\n        \"created_at\": \"2024-02-12T13:12:54.931136+05:30\",\n        \"uuid\": \"7be5afc5-96e7-4852-91bd-1c6cd9fed408\",\n        \"modified_at\": \"2024-02-12T13:13:19.461401+05:30\",\n        \"is_modified\": false,\n        \"buyer\": 12100351,\n        \"status\": 1,\n        \"clubbed_state\": 0,\n        \"created_at_utc\": \"2024-02-12T07:42:54.931136+00:00\",\n        \"parent\": null,\n        \"type\": 0,\n        \"payment_mode\": 2,\n        \"total_cost\": 28900,\n        \"coupon_discount\": 0,\n        \"delivery_cost\": 0,\n        \"product_count\": 2,\n        \"notes\": null,\n        \"store_lead_id\": 21333080,\n        \"address\": {\n            \"pin\": \"560103\",\n            \"area\": \"Sample\",\n            \"city\": \"Bangalore\",\n            \"line\": \"C-607, Sobha Garnet, Bellandur\",\n            \"buyer\": {\n                \"name\": \"Neel seth\",\n                \"email\": \"neelseth48@gmail.com\",\n                \"mobile\": \"+91-9884002291\"\n            },\n            \"state\": \"Karnataka\",\n            \"county\": null,\n            \"line_1\": null,\n            \"region\": null,\n            \"country\": \"in\",\n            \"emirate\": null,\n            \"landmark\": \"Sample\",\n            \"province\": null,\n            \"prefecture\": null,\n            \"governorate\": null\n        },\n        \"products\": [\n            {\n                \"product_id\": 42933203,\n                \"quantity\": 1,\n                \"is_sku_edited\": null,\n                \"quantity_freed\": 0,\n                \"product_slug\": \"kylie-s-pfw-look\",\n                \"line_item_id\": 22030039,\n                \"line_item_state\": null,\n                \"status\": 1,\n                \"new_line_time\": false,\n                \"line_item_uuid\": \"7eeda9b0a561419d87ae0e952d2242be\",\n                \"old_quantity\": null,\n                \"quantity_returned\": null,\n                \"attributes\": [\n                    {\n                        \"master_attribute_name\": \"Size\",\n                        \"value\": \"Default Title\"\n                    }\n                ],\n                \"product_sku_id\": 49741437,\n                \"shipping_weight_kgs\": null,\n                \"default_staff_id\": null,\n                \"default_staff_name\": null,\n                \"shipment_id\": null,\n                \"line_item_tax\": 0,\n                \"line_item_discount\": 0,\n                \"line_item_service_charges\": 0,\n                \"line_item_delivery_cost\": 0,\n                \"selling_price\": 15800,\n                \"original_price\": 15800,\n                \"line_item_total_cost\": 15800,\n                \"line_item_group\": null,\n                \"is_membership_line_item\": false,\n                \"gift_wrap_message\": null,\n                \"name\": \"Kylie's PFW Look\",\n                \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/2198f8e8-1030-4cf9-bc36-9e41cf522702.jpg\",\n                \"unit\": \"piece\",\n                \"base_qty\": 1,\n                \"product_uuid\": \"d49bc599-ffb3-4728-bcb5-b94ca6ca0483\",\n                \"misc_data\": {\n                    \"source\": \"shopify\",\n                    \"third_party_product\": true\n                },\n                \"sku\": \"kylies-pfw-look\",\n                \"gst_rate\": \"0\",\n                \"item_gst_charge\": \"0\",\n                \"discount_per_unit\": \"0.0\",\n                \"return_enabled\": \"True\",\n                \"replacement_enabled\": \"True\",\n                \"return_duration_days\": \"30\",\n                \"add_on_data\": []\n            },\n            {\n                \"product_id\": 42933112,\n                \"quantity\": 1,\n                \"is_sku_edited\": null,\n                \"quantity_freed\": 0,\n                \"product_slug\": \"nighttime-routine\",\n                \"line_item_id\": 22030040,\n                \"line_item_state\": null,\n                \"status\": 1,\n                \"new_line_time\": false,\n                \"line_item_uuid\": \"52c29397167a4656a6890f1c5a0fa076\",\n                \"old_quantity\": null,\n                \"quantity_returned\": null,\n                \"attributes\": [\n                    {\n                        \"master_attribute_name\": \"Size\",\n                        \"value\": \"Default Title\"\n                    }\n                ],\n                \"product_sku_id\": 49741350,\n                \"shipping_weight_kgs\": null,\n                \"default_staff_id\": null,\n                \"default_staff_name\": null,\n                \"shipment_id\": null,\n                \"line_item_tax\": 0,\n                \"line_item_discount\": 0,\n                \"line_item_service_charges\": 0,\n                \"line_item_delivery_cost\": 0,\n                \"selling_price\": 13100,\n                \"original_price\": 13100,\n                \"line_item_total_cost\": 13100,\n                \"line_item_group\": null,\n                \"is_membership_line_item\": false,\n                \"gift_wrap_message\": null,\n                \"name\": \"Nighttime Routine\",\n                \"image\": \"https://dms.mydukaan.io/original/jpeg/asgard/96214f0c-3530-4874-a3c0-94f2d69a73cf.jpg\",\n                \"unit\": \"piece\",\n                \"base_qty\": 1,\n                \"product_uuid\": \"fe6cbb99-745b-4191-a2e6-9b79ed4d98fd\",\n                \"misc_data\": {\n                    \"source\": \"shopify\",\n                    \"third_party_product\": true\n                },\n                \"sku\": \"nighttime-routine\",\n                \"gst_rate\": \"0\",\n                \"item_gst_charge\": \"0\",\n                \"discount_per_unit\": \"0.0\",\n                \"return_enabled\": \"True\",\n                \"replacement_enabled\": \"True\",\n                \"return_duration_days\": \"30\",\n                \"add_on_data\": []\n            }\n        ],\n        \"is_new\": false,\n        \"store_data\": {\n            \"id\": 102667097,\n            \"link\": \"samplestore10\",\n            \"name\": \"Sample Store\",\n            \"image\": \"https://api.mydukaan.io/static/images/store-def.jpg\",\n            \"currency\": {\n                \"cc\": \"INR\",\n                \"name\": \"India\",\n                \"symbol\": \"₹\"\n            }\n        },\n        \"order_meta\": {\n            \"show_payment_link\": false,\n            \"pending_time\": \"2024-02-12T07:43:19.306229+00:00\",\n            \"accepted_time\": \"2024-02-12T07:43:19.461401+00:00\",\n            \"abandoned_order_id\": \"12569597\",\n            \"abandoned_order_uuid\": \"c47f1b96-b8d4-4198-ae21-9ba36c35483c\",\n            \"abandoned_order_time\": \"2024-02-12 07:42:34.263553+00:00\",\n            \"buyer_address\": {\n                \"pin\": \"560103\",\n                \"area\": \"Sample\",\n                \"city\": \"Bangalore\",\n                \"line\": \"C-607, Sobha Garnet, Bellandur\",\n                \"buyer\": {\n                    \"name\": \"Neel seth\",\n                    \"email\": \"neelseth48@gmail.com\",\n                    \"mobile\": \"+91-9884002291\"\n                },\n                \"state\": \"Karnataka\",\n                \"county\": null,\n                \"line_1\": null,\n                \"region\": null,\n                \"country\": \"in\",\n                \"emirate\": null,\n                \"landmark\": \"Sample\",\n                \"province\": null,\n                \"prefecture\": null,\n                \"governorate\": null\n            },\n            \"order_service_charge_data\": [],\n            \"return_days\": \"30\",\n            \"http_origin\": \"https://mydukaan.io\",\n            \"manual_payment_method\": \"Crypto\",\n            \"order_custom_data\": [\n                {\n                    \"field_name\": \"Print Name\",\n                    \"value\": \"Sample Name\",\n                    \"field_type\": \"text\",\n                    \"required\": true\n                },\n                {\n                    \"field_name\": \"Print File\",\n                    \"value\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-export/buyer-files/favicon9d21388b-9011-4b3d-9183-6db5aab7ca06.png\",\n                    \"field_type\": \"file_picker\",\n                    \"required\": true,\n                    \"meta\": {\n                        \"file_size\": 47307,\n                        \"file_name\": \"favic.png\"\n                    }\n                }\n            ],\n            \"order_store_plan\": \"53\",\n            \"customer_credit_detail_snapshot\": \"{\\\"credit_label\\\": \\\"Loyalty points\\\", \\\"credits_earned_on_order_spend_unit\\\": 1.0, \\\"credits_to_be_earned\\\": 289.0, \\\"expirable_credits_max_usage_value\\\": null, \\\"credits_description\\\": null, \\\"expirable_credits_max_usage_type\\\": null, \\\"credits_expiration_period_in_days\\\": 0, \\\"max_credits_can_be_earned_on_order\\\": null, \\\"max_credits_can_be_spend_on_order\\\": null, \\\"min_order_value_to_earn_credits\\\": null, \\\"referral_active\\\": true, \\\"credits_for_referring_customer\\\": \\\"100.0\\\", \\\"credits_for_referred_customer\\\": \\\"100.0\\\", \\\"referred_customer_gets_credits_on\\\": \\\"link_click\\\"}\",\n            \"order_receipt_a4_pdf_link\": \"https://s3.ap-southeast-1.wasabisys.com/dukaan-export/order_a4_receipts/order-a4-12569605fcda8ebf-23d5-45ad-804e-90eb46036427.pdf\",\n            \"messages\": {\n                \"time_required_to_deliver_message\": \"Your order will be delivered within a few days\"\n            }\n        },\n        \"coupon_code\": null,\n        \"coupon_data\": null,\n        \"table_uuid\": null,\n        \"shipment_data\": [],\n        \"order_returns_data\": {\n            \"active_returns\": [],\n            \"return_available\": true,\n            \"replacement_available\": true,\n            \"return_guidelines\": \"\",\n            \"return_reasons\": [],\n            \"return_duration_days\": 30\n        },\n        \"payment_details\": {\n            \"store_lead_id\": 21333080,\n            \"amount\": 28900,\n            \"order_refunds\": []\n        },\n        \"rto_score\": null,\n        \"staff_warehouse_list\": [\n            {\n                \"name\": \"Sample Warehouse 1\",\n                \"id\": 38836,\n                \"staff_id\": null\n            },\n            {\n                \"name\": \"Sample Warehouse 2\",\n                \"id\": 38837,\n                \"staff_id\": null\n            }\n        ],\n        \"staff_list\": [\n            {\n                \"id\": 10177,\n                \"name\": \"Coach Automatic\"\n            }\n        ],\n        \"customer_credits_used\": 0,\n        \"customer_credits_earned\": 289,\n        \"credit_label\": \"Loyalty points\",\n        \"net_amount\": 28900,\n        \"tags\": [],\n        \"is_first_order_for_customer\": false,\n        \"seller_marked_prepaid\": true,\n        \"coupon_discounts\": [],\n        \"order_discounts\": [],\n        \"customer_referral_link\": \"https://v1.healthxp.in/samplestore10/referral/1dca4d1faa154f27b15f644303c76806\",\n        \"new_status\": 1\n    }\n}"}],"_postman_id":"a4db4cc2-1519-4579-b3e7-695ca433efee"},{"name":"get coupon list","id":"71d13141-e11b-4ec3-a356-ce7815d26e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/coupon/seller/coupon/v2/?page_size=30&page=1&search=","urlObject":{"protocol":"https","path":["api","coupon","seller","coupon","v2",""],"host":["api","mydukaan","io"],"query":[{"key":"page_size","value":"30"},{"key":"page","value":"1"},{"key":"search","value":""}],"variable":[]}},"response":[],"_postman_id":"71d13141-e11b-4ec3-a356-ce7815d26e5c"},{"name":"create_order","id":"98191034-a883-4e22-a149-a1f48a86b663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"store\":\"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\"campaign\":null,\"is_kiosk_order\":false,\"source\":\"API\",\"line_items\":[{\"quantity\":1,\"sku\":\"06992f23-ec01-41c2-8729-1506d7a86ed4\"}],\"mobile\":\"+91 9884002291\",\"buyer_pin\":\"560102\",\"address\":{\"phone_code\":\"+91\",\"mobile\":\"+91-9884002291\",\"line\":\"Sample House, Bellandur\",\"state\":\"Karnataka\",\"country\":\"in\",\"pin\":\"560102\",\"name\":\"Neel Seth\",\"email\":\"neelseth48@sample.com\",\"area\":\"Near lake\",\"landmark\":\"SBI Bank\",\"city\":\"Bangalore\",\"signature\":\"10430f75-1ea1-4e8f-81d0-f50158b17b00\"},\"coupon_code\":null,\"manual_ship_charge\":\"50\",\"manual_discount_type\":0,\"manual_discount_value\":\"10\",\"notes\":\"Added a sample note\",\"payment_mode\":0}"},"url":"https://api.mydukaan.io/api/order/seller/order/","urlObject":{"protocol":"https","path":["api","order","seller","order",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"a7aa0086-2c48-4048-b4d6-6f556e1a27c9","name":"create_order","originalRequest":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"store\":\"c7ddd109-5c74-417a-b3fd-fc14dae85725\",\"campaign\":null,\"is_kiosk_order\":false,\"source\":\"API\",\"line_items\":[{\"quantity\":1,\"sku\":\"06992f23-ec01-41c2-8729-1506d7a86ed4\"}],\"mobile\":\"+91 9884002291\",\"buyer_pin\":\"560102\",\"address\":{\"phone_code\":\"+91\",\"mobile\":\"+91-9884002291\",\"line\":\"Sample House, Bellandur\",\"state\":\"Karnataka\",\"country\":\"in\",\"pin\":\"560102\",\"name\":\"Neel Seth\",\"email\":\"neelseth48@sample.com\",\"area\":\"Near lake\",\"landmark\":\"SBI Bank\",\"city\":\"Bangalore\",\"signature\":\"10430f75-1ea1-4e8f-81d0-f50158b17b00\"},\"coupon_code\":null,\"manual_ship_charge\":\"50\",\"manual_discount_type\":0,\"manual_discount_value\":\"10\",\"notes\":\"Added a sample note\",\"payment_mode\":0}"},"url":"https://api.mydukaan.io/api/order/seller/order/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:33:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4031"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"13558102349070402699122062409926034690"},{"key":"X-Dukaan-Trace-Id-Hex","value":"0a33320e4650b2fbb9a48f52eb5dc502"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, http_stripe_signature, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"display_order_id\": \"12631796\",\n        \"id\": 12631796,\n        \"created_at\": \"2024-02-19T11:03:11.868108+05:30\",\n        \"uuid\": \"6b1105ce-c01f-435d-8a9a-dcee1ac9f1a1\",\n        \"modified_at\": \"2024-02-19T11:03:12.000071+05:30\",\n        \"is_modified\": false,\n        \"buyer\": 12100351,\n        \"status\": 0,\n        \"clubbed_state\": 0,\n        \"created_at_utc\": \"2024-02-19T05:33:11.868108+00:00\",\n        \"parent\": null,\n        \"type\": 5,\n        \"payment_mode\": 0,\n        \"total_cost\": 860,\n        \"coupon_discount\": 90,\n        \"delivery_cost\": 50,\n        \"product_count\": 1,\n        \"notes\": \"Added a sample note\",\n        \"store_lead_id\": 21881957,\n        \"address\": {\n            \"pin\": \"560102\",\n            \"area\": \"Near lake\",\n            \"city\": \"Bangalore\",\n            \"line\": \"Sample House, Bellandur\",\n            \"buyer\": {\n                \"name\": \"Neel Seth\",\n                \"email\": \"neelseth48@sample.com\",\n                \"mobile\": \"+91-9884002291\"\n            },\n            \"state\": \"Karnataka\",\n            \"county\": null,\n            \"line_1\": null,\n            \"region\": null,\n            \"country\": \"in\",\n            \"emirate\": null,\n            \"landmark\": \"SBI Bank\",\n            \"province\": null,\n            \"prefecture\": null,\n            \"governorate\": null\n        },\n        \"products\": [\n            {\n                \"product_id\": 43166371,\n                \"quantity\": 1,\n                \"is_sku_edited\": null,\n                \"quantity_freed\": 0,\n                \"product_slug\": \"sample-product-8\",\n                \"line_item_id\": 22134420,\n                \"line_item_state\": null,\n                \"status\": 0,\n                \"new_line_time\": false,\n                \"line_item_uuid\": \"d2fc0cd58c2a4469b1754a791a23245c\",\n                \"old_quantity\": null,\n                \"quantity_returned\": null,\n                \"attributes\": [\n                    {\n                        \"master_attribute_name\": \"Size\",\n                        \"value\": \"Small\"\n                    },\n                    {\n                        \"master_attribute_name\": \"color picker\",\n                        \"value\": \"#FF0000\"\n                    }\n                ],\n                \"product_sku_id\": 50902988,\n                \"shipping_weight_kgs\": 0.6,\n                \"default_staff_id\": null,\n                \"default_staff_name\": null,\n                \"shipment_id\": null,\n                \"line_item_tax\": 0,\n                \"line_item_discount\": 90,\n                \"line_item_service_charges\": 0,\n                \"line_item_delivery_cost\": 50,\n                \"selling_price\": 900,\n                \"original_price\": 1000,\n                \"line_item_total_cost\": 860,\n                \"line_item_group\": null,\n                \"is_membership_line_item\": false,\n                \"gift_wrap_message\": null,\n                \"name\": \"Sample Product 8\",\n                \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                \"unit\": \"piece\",\n                \"base_qty\": 1,\n                \"product_uuid\": \"93ee0f5b-596a-4052-9768-1dee94df0c8e\",\n                \"misc_data\": {},\n                \"sku\": \"SKU-SAMPLE-53\",\n                \"sku_weight\": \"0.6\",\n                \"sku_weight_unit\": \"kg\",\n                \"hsn_code\": \"212212\",\n                \"gst_rate\": \"0\",\n                \"item_gst_charge\": \"0\",\n                \"discount_per_unit\": \"90.0\",\n                \"return_enabled\": \"False\",\n                \"replacement_enabled\": \"False\",\n                \"return_duration_days\": \"30\",\n                \"add_on_data\": []\n            }\n        ],\n        \"is_new\": null,\n        \"store_data\": {\n            \"id\": 102712269,\n            \"link\": \"sample199\",\n            \"name\": \"Sample API Documentation\",\n            \"image\": \"https://api.mydukaan.io/static/images/store-def.jpg\",\n            \"currency\": {\n                \"cc\": \"INR\",\n                \"name\": \"India\",\n                \"symbol\": \"₹\"\n            }\n        },\n        \"order_meta\": {\n            \"show_payment_link\": true,\n            \"buyer_address\": {\n                \"pin\": \"560102\",\n                \"area\": \"Near lake\",\n                \"city\": \"Bangalore\",\n                \"line\": \"Sample House, Bellandur\",\n                \"buyer\": {\n                    \"name\": \"Neel Seth\",\n                    \"email\": \"neelseth48@sample.com\",\n                    \"mobile\": \"+91-9884002291\"\n                },\n                \"state\": \"Karnataka\",\n                \"county\": null,\n                \"line_1\": null,\n                \"region\": null,\n                \"country\": \"in\",\n                \"emirate\": null,\n                \"landmark\": \"SBI Bank\",\n                \"province\": null,\n                \"prefecture\": null,\n                \"governorate\": null\n            },\n            \"order_service_charge_data\": [],\n            \"return_days\": \"30\",\n            \"http_origin\": \"https://web.mydukaan.io\",\n            \"order_source\": \"Api\",\n            \"order_store_plan\": \"53\",\n            \"pending_time\": \"2024-02-19T05:33:12.000071+00:00\",\n            \"messages\": {\n                \"time_required_to_deliver_message\": \"Your order will be delivered within a few days\"\n            }\n        },\n        \"coupon_code\": null,\n        \"coupon_data\": null,\n        \"table_uuid\": null,\n        \"shipment_data\": [],\n        \"order_returns_data\": {\n            \"active_returns\": [],\n            \"return_available\": false,\n            \"replacement_available\": false,\n            \"return_guidelines\": \"\",\n            \"return_reasons\": [],\n            \"return_duration_days\": 30\n        },\n        \"payment_details\": {\n            \"store_lead_id\": 21881957,\n            \"amount\": 0,\n            \"order_refunds\": []\n        },\n        \"rto_score\": null,\n        \"staff_warehouse_list\": [\n            {\n                \"name\": \"Sample Warehouse 1\",\n                \"id\": 42097,\n                \"staff_id\": null\n            },\n            {\n                \"name\": \"Sample Warehouse 2\",\n                \"id\": 42098,\n                \"staff_id\": null\n            }\n        ],\n        \"staff_list\": [],\n        \"customer_credits_used\": 0,\n        \"customer_credits_earned\": 0,\n        \"credit_label\": \"\",\n        \"net_amount\": 860,\n        \"tags\": [],\n        \"is_first_order_for_customer\": false,\n        \"seller_marked_prepaid\": false,\n        \"coupon_discounts\": [],\n        \"order_discounts\": [\n            {\n                \"title\": \"manual_discount\",\n                \"discount_value\": 90,\n                \"type\": \"manual_discount\",\n                \"subtype\": \"percent_discount\"\n            }\n        ],\n        \"customer_referral_link\": null,\n        \"status_set_time\": [\n            {\n                \"key\": 0,\n                \"order_status\": \"PENDING_TIME\",\n                \"time\": \"2024-02-19T11:03:12.016502+05:30\"\n            }\n        ],\n        \"new_status\": 0\n    }\n}"}],"_postman_id":"98191034-a883-4e22-a149-a1f48a86b663"},{"name":"update_order_status","id":"e6faf35a-a3c9-43ce-adca-e6b34bd0d5ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"status\":5}"},"url":"https://api.mydukaan.io/api/order/seller/28c60586-74a8-43f0-89f0-4d89b368972a/order/","urlObject":{"protocol":"https","path":["api","order","seller","28c60586-74a8-43f0-89f0-4d89b368972a","order",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"2027e849-f3fd-413c-ac54-3de934116af9","name":"update_order_status","originalRequest":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"status\":5}"},"url":"https://api.mydukaan.io/api/order/seller/28c60586-74a8-43f0-89f0-4d89b368972a/order/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:40:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, PATCH, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"252193173218419635809848637664541270093"},{"key":"X-Dukaan-Trace-Id-Hex","value":"bdbaa36ea6782b10d26bf9642ee3e04d"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, http_stripe_signature, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 202,\n    \"status\": \"success\",\n    \"detail\": \"Order status updated\",\n    \"data\": {}\n}"}],"_postman_id":"e6faf35a-a3c9-43ce-adca-e6b34bd0d5ef"}],"id":"05558977-8183-4e05-8fec-fe6703760821","_postman_id":"05558977-8183-4e05-8fec-fe6703760821","description":""},{"name":"Discounts","item":[{"name":"create_discount","id":"532a4f5e-0054-4931-87ef-49bcf469814b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"min_order_value\": \"500\",\r\n    \"discount_value\": \"20\",\r\n    \"auto_apply\": true,\r\n    \"code\": \"SAMPLE2\",\r\n    \"isCouponCodeBulkUpload\": false,\r\n    \"discount_type\": 0,\r\n    \"is_hidden\": false,\r\n    \"is_active\": true,\r\n    \"payment_mode\": 2,\r\n    \"coupon_applicability\": [],\r\n    \"applicable_on_new_customers\": true,\r\n    \"applicable_on_all_customers\": false,\r\n    \"applicable_on_every_purchase\": true,\r\n    \"is_applicable_with_other_coupons\": false,\r\n    \"min_lineitem_quantity\": 0,\r\n    \"uses_per_customer\": 1,\r\n    \"max_discount\": \"100\",\r\n    \"start_date\": \"2024-02-19T11:16:00+05:30\",\r\n    \"expiry_date\": \"2024-02-27T23:59:00+05:30\"\r\n}"},"url":"https://api.mydukaan.io/api/coupon/seller/coupon/v2/","urlObject":{"protocol":"https","path":["api","coupon","seller","coupon","v2",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"f50b65d9-7386-4b3c-86f8-67a3ea46bc59","name":"create_discount","originalRequest":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"min_order_value\": \"500\",\r\n    \"discount_value\": \"20\",\r\n    \"auto_apply\": true,\r\n    \"code\": \"SAMPLE2\",\r\n    \"isCouponCodeBulkUpload\": false,\r\n    \"discount_type\": 0,\r\n    \"is_hidden\": false,\r\n    \"is_active\": true,\r\n    \"payment_mode\": 2,\r\n    \"coupon_applicability\": [],\r\n    \"applicable_on_new_customers\": true,\r\n    \"applicable_on_all_customers\": false,\r\n    \"applicable_on_every_purchase\": true,\r\n    \"is_applicable_with_other_coupons\": false,\r\n    \"min_lineitem_quantity\": 0,\r\n    \"uses_per_customer\": 1,\r\n    \"max_discount\": \"100\",\r\n    \"start_date\": \"2024-02-19T11:16:00+05:30\",\r\n    \"expiry_date\": \"2024-02-27T23:59:00+05:30\"\r\n}"},"url":"https://api.mydukaan.io/api/coupon/seller/coupon/v2/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:46:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1259"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"161366925803134498077432649843240369192"},{"key":"X-Dukaan-Trace-Id-Hex","value":"796623b296b3c2ec29ac6fe524cc7c28"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 1215509,\n        \"created_at\": \"2024-02-19T11:16:16.207840+05:30\",\n        \"uuid\": \"46e00ecd-550c-4800-8679-09ca6f9d521c\",\n        \"modified_at\": \"2024-02-19T11:16:16.207865+05:30\",\n        \"code\": \"SAMPLE2\",\n        \"description\": \"\",\n        \"uses_per_customer\": 1,\n        \"total_usage_count\": null,\n        \"discount_type\": 0,\n        \"discount_value\": 20,\n        \"min_order_value\": 500,\n        \"applicable_on_every_purchase\": false,\n        \"max_discount\": 100,\n        \"buy_x_count\": null,\n        \"get_y_count\": null,\n        \"is_hidden\": false,\n        \"is_active\": true,\n        \"expiry_date\": \"2024-02-27T23:59:00+05:30\",\n        \"start_date\": \"2024-02-19T11:16:00+05:30\",\n        \"payment_mode\": 2,\n        \"store\": 102712269,\n        \"applicable_on_all_products\": true,\n        \"applicable_on_all_customers\": false,\n        \"applicable_on_new_customers\": true,\n        \"sales_generated\": 0,\n        \"coupon_applicability_data\": [],\n        \"slug\": \"sample2\",\n        \"number_of_child_coupons_to_generate\": null,\n        \"child_coupon_code_len\": null,\n        \"child_coupon_code_prefix\": null,\n        \"child_coupon_code_file_url\": null,\n        \"parent_id\": null,\n        \"child_coupons\": 0,\n        \"coupon_type\": \"manual\",\n        \"min_lineitem_quantity\": 0,\n        \"uses_per_order\": null,\n        \"auto_apply\": true,\n        \"is_applicable_with_other_coupons\": false,\n        \"applicable_on_bundles\": null,\n        \"extra_credits_earned_on_cod_order_spend_unit\": null,\n        \"extra_credits_earned_on_online_order_spend_unit\": null,\n        \"times_used\": 0,\n        \"deactivation_note\": \"\"\n    }\n}"}],"_postman_id":"532a4f5e-0054-4931-87ef-49bcf469814b"},{"name":"get_discounts","id":"c24a9b61-a884-48e8-a62c-7f33d3cb3ac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/coupon/seller/coupon/v2/?page_size=30&page=1&search=","urlObject":{"protocol":"https","path":["api","coupon","seller","coupon","v2",""],"host":["api","mydukaan","io"],"query":[{"key":"page_size","value":"30"},{"key":"page","value":"1"},{"key":"search","value":""}],"variable":[]}},"response":[{"id":"1a5680c5-d036-44e0-8716-9386c93e7027","name":"get_discounts","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":{"raw":"https://api.mydukaan.io/api/coupon/seller/coupon/v2/?page_size=30&page=1&search=","protocol":"https","host":["api","mydukaan","io"],"path":["api","coupon","seller","coupon","v2",""],"query":[{"key":"page_size","value":"30"},{"key":"page","value":"1"},{"key":"search","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:48:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"35279381674530281383967013566624679981"},{"key":"X-Dukaan-Trace-Id-Hex","value":"1a8a8fcf6a1e04736a298bb951e1c82d"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"coupon_exists\": true,\n    \"results\": [\n        {\n            \"id\": 1215509,\n            \"created_at\": \"2024-02-19T05:46:16.20784+00:00\",\n            \"uuid\": \"46e00ecd-550c-4800-8679-09ca6f9d521c\",\n            \"modified_at\": \"2024-02-19T05:46:16.207865+00:00\",\n            \"code\": \"SAMPLE2\",\n            \"description\": \"\",\n            \"uses_per_customer\": 1,\n            \"total_usage_count\": null,\n            \"discount_type\": 0,\n            \"discount_value\": 20,\n            \"min_order_value\": 500,\n            \"max_discount\": 100,\n            \"buy_x_count\": null,\n            \"get_y_count\": null,\n            \"is_hidden\": false,\n            \"is_active\": true,\n            \"expiry_date\": \"2024-02-27T18:29:00+00:00\",\n            \"start_date\": \"2024-02-19T05:46:00+00:00\",\n            \"payment_mode\": 2,\n            \"applicable_on_all_products\": true,\n            \"applicable_on_all_customers\": false,\n            \"applicable_on_new_customers\": true,\n            \"slug\": \"sample2\",\n            \"number_of_child_coupons_to_generate\": null,\n            \"child_coupon_code_len\": null,\n            \"child_coupon_code_prefix\": null,\n            \"child_coupon_code_file_url\": null,\n            \"parent_id\": null,\n            \"coupon_type\": null,\n            \"min_lineitem_quantity\": 0,\n            \"uses_per_order\": null,\n            \"store\": 102712269,\n            \"deactivation_note\": \"\",\n            \"applicable_on_every_purchase\": false,\n            \"is_applicable_with_other_coupons\": false,\n            \"auto_apply\": true,\n            \"coupon_applicability_data\": [],\n            \"sales_generated\": 0,\n            \"times_used\": 0\n        },\n        {\n            \"id\": 1215508,\n            \"created_at\": \"2024-02-19T05:45:29.304928+00:00\",\n            \"uuid\": \"ab74f0d5-484f-43d8-86d9-956f57eeb616\",\n            \"modified_at\": \"2024-02-19T05:45:29.304952+00:00\",\n            \"code\": \"SAMPLE\",\n            \"description\": \"\",\n            \"uses_per_customer\": 1,\n            \"total_usage_count\": null,\n            \"discount_type\": 0,\n            \"discount_value\": 20,\n            \"min_order_value\": 500,\n            \"max_discount\": 100,\n            \"buy_x_count\": null,\n            \"get_y_count\": null,\n            \"is_hidden\": false,\n            \"is_active\": true,\n            \"expiry_date\": \"2024-02-27T18:29:00+00:00\",\n            \"start_date\": \"2024-02-19T05:45:00+00:00\",\n            \"payment_mode\": 2,\n            \"applicable_on_all_products\": true,\n            \"applicable_on_all_customers\": false,\n            \"applicable_on_new_customers\": true,\n            \"slug\": \"sample\",\n            \"number_of_child_coupons_to_generate\": null,\n            \"child_coupon_code_len\": null,\n            \"child_coupon_code_prefix\": null,\n            \"child_coupon_code_file_url\": null,\n            \"parent_id\": null,\n            \"coupon_type\": null,\n            \"min_lineitem_quantity\": 0,\n            \"uses_per_order\": null,\n            \"store\": 102712269,\n            \"deactivation_note\": \"\",\n            \"applicable_on_every_purchase\": false,\n            \"is_applicable_with_other_coupons\": false,\n            \"auto_apply\": true,\n            \"coupon_applicability_data\": [],\n            \"sales_generated\": 0,\n            \"times_used\": 0\n        }\n    ]\n}"}],"_postman_id":"c24a9b61-a884-48e8-a62c-7f33d3cb3ac7"}],"id":"e1ff7785-18b1-4924-8561-9a26381416bd","_postman_id":"e1ff7785-18b1-4924-8561-9a26381416bd","description":""},{"name":"Audience","item":[{"name":"get_store_audience_list","id":"31549988-218b-4f86-acd1-0e03427fa842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io"},{"key":"authorization","value":"Bearer ${{token}}"}],"url":"https://api.mydukaan.io/api/store/seller/store-buyer/?ordering=-orders_total_cost&page=1&page_size=30","urlObject":{"protocol":"https","path":["api","store","seller","store-buyer",""],"host":["api","mydukaan","io"],"query":[{"key":"ordering","value":"-orders_total_cost"},{"key":"page","value":"1"},{"key":"page_size","value":"30"}],"variable":[]}},"response":[{"id":"c239b1ac-265d-4347-b6b1-4a537be5960c","name":"get_store_audience_list","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":{"raw":"https://api.mydukaan.io/api/store/seller/store-buyer/?ordering=-orders_total_cost&page=1&page_size=30","protocol":"https","host":["api","mydukaan","io"],"path":["api","store","seller","store-buyer",""],"query":[{"key":"ordering","value":"-orders_total_cost"},{"key":"page","value":"1"},{"key":"page_size","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:58:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"15169365560899946327437253468720308285"},{"key":"X-Dukaan-Trace-Id-Hex","value":"0b6983772b020514307bc2a12edda03d"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"mobile\": \"+91-9884002291\",\n            \"id\": 21881957,\n            \"uuid\": \"1f9689f8-6f7d-4e07-8646-3027f4497a1f\",\n            \"city\": \"Bangalore\",\n            \"email\": \"neelseth48@sample.com\",\n            \"notes\": null,\n            \"buyer_id\": 12100351,\n            \"buyer_uuid\": \"78299cb5-f910-4c0b-ba85-a683da136c2c\",\n            \"state\": \"\",\n            \"pin\": \"\",\n            \"address_line\": \"\",\n            \"name\": \"Neel Seth\",\n            \"type\": \"returning\",\n            \"created_at\": \"2024-02-19T05:32:39.840249+00:00\",\n            \"credit_balance\": null,\n            \"expirable_balance\": null,\n            \"tags\": [],\n            \"orders_total_cost\": 860,\n            \"orders\": 2,\n            \"last_order_created_at\": \"2024-02-19T05:33:11.868108+00:00\"\n        }\n    ]\n}"}],"_postman_id":"31549988-218b-4f86-acd1-0e03427fa842"},{"name":"get_customer_details","id":"a59dc2aa-e6cd-4ad3-82c6-439dee0f6bcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/campaign/seller/store-lead/v2/store-lead-data/21881957/","urlObject":{"protocol":"https","path":["api","campaign","seller","store-lead","v2","store-lead-data","21881957",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"e5432c98-bc11-4534-9ad9-6b058acd3533","name":"get_customer_details","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/campaign/seller/store-lead/v2/store-lead-data/21881957/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 05:59:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"422"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"135651337672336882738270446209527059931"},{"key":"X-Dukaan-Trace-Id-Hex","value":"660d7f507d8138d4f9a664072b3e15db"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 21881957,\n        \"uuid\": \"1f9689f8-6f7d-4e07-8646-3027f4497a1f\",\n        \"created_at\": \"2024-02-19T11:02:39.840249+05:30\",\n        \"modified_at\": \"2024-02-19T11:03:11.879737+05:30\",\n        \"store\": 102712269,\n        \"buyer\": 12100351,\n        \"name\": \"Neel Seth\",\n        \"type\": \"returning\",\n        \"city\": \"Bangalore\",\n        \"mobile\": \"+91-9884002291\",\n        \"email\": \"neelseth48@sample.com\",\n        \"credits\": 0,\n        \"tags\": [],\n        \"notes\": null,\n        \"referral_link\": null\n    }\n}"}],"_postman_id":"a59dc2aa-e6cd-4ad3-82c6-439dee0f6bcf"},{"name":"add_notes_customer","id":"920ffd3d-dd3f-4fd7-a58f-a3a8f773e6bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"notes\":\"Added a sample note\"}"},"url":"https://api.mydukaan.io/api/order/seller/21881957/update-storelead-notes/","urlObject":{"protocol":"https","path":["api","order","seller","21881957","update-storelead-notes",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"d73ea34c-e818-4197-b1d3-d91ffcfd4a47","name":"add_notes_customer","originalRequest":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"notes\":\"Added a sample note\"}"},"url":"https://api.mydukaan.io/api/order/seller/21881957/update-storelead-notes/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:00:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"113"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, PATCH, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"301531304087370375814546310071160165764"},{"key":"X-Dukaan-Trace-Id-Hex","value":"e2d8d117ead848f1a71b841467105584"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, http_stripe_signature, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"notes\": \"Notes for the customer updated successfully\"\n    }\n}"}],"_postman_id":"920ffd3d-dd3f-4fd7-a58f-a3a8f773e6bf"},{"name":"add_tags_customer","id":"14260725-42bb-452f-93dd-d62e0b97a64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tag\":90198,\"object_id\":\"21881957\",\"content_type\":\"storelead\"}"},"url":"https://api.mydukaan.io/api/store/seller/c7ddd109-5c74-417a-b3fd-fc14dae85725/tags/","urlObject":{"protocol":"https","path":["api","store","seller","c7ddd109-5c74-417a-b3fd-fc14dae85725","tags",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"4c8842a6-84fc-4b0d-9805-ce8cbe386422","name":"add_tags_customer","originalRequest":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tag\":90198,\"object_id\":\"21881957\",\"content_type\":\"storelead\"}"},"url":"https://api.mydukaan.io/api/store/seller/c7ddd109-5c74-417a-b3fd-fc14dae85725/tags/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:03:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"29430714241069138663924313478764134707"},{"key":"X-Dukaan-Trace-Id-Hex","value":"1624263e0a48af6415021e7c06138133"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 660007,\n        \"uuid\": \"d219666e-4073-4fe1-80f0-a4a182fe889a\",\n        \"tag\": 90198,\n        \"object_id\": 21881957,\n        \"content_type\": \"storelead\"\n    }\n}"}],"_postman_id":"14260725-42bb-452f-93dd-d62e0b97a64d"},{"name":"add_new_customer","id":"a080b792-45e6-4769-a176-5dad57fd6456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sample Customer\",\r\n    \"email\": \"samplemail@gmail.com\",\r\n    \"mobile\": \"+91-9999999998\",\r\n    \"store\": 102712269\r\n}"},"url":"https://api.mydukaan.io/api/campaign/seller/store-lead/v2/","urlObject":{"protocol":"https","path":["api","campaign","seller","store-lead","v2",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"26f15789-d0a9-484d-9fca-6d11d7e349e3","name":"add_new_customer","originalRequest":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Sample Customer\",\r\n    \"email\": \"samplemail@gmail.com\",\r\n    \"mobile\": \"+91-9999999998\",\r\n    \"store\": 102712269\r\n}"},"url":"https://api.mydukaan.io/api/campaign/seller/store-lead/v2/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:04:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"418"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"150161846421343108969788873012759140154"},{"key":"X-Dukaan-Trace-Id-Hex","value":"70f81ea18fc4426fede6a8a7966a973a"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 21882039,\n        \"uuid\": \"b6110602-308a-4567-8946-36726c76ff0b\",\n        \"created_at\": \"2024-02-19T11:34:48.319638+05:30\",\n        \"modified_at\": \"2024-02-19T11:34:48.319664+05:30\",\n        \"store\": 102712269,\n        \"buyer\": 8631405,\n        \"name\": \"Sample Customer\",\n        \"type\": \"imported\",\n        \"city\": null,\n        \"mobile\": \"+91-9999999998\",\n        \"email\": \"samplemail@gmail.com\",\n        \"credits\": 0,\n        \"tags\": [],\n        \"notes\": null,\n        \"referral_link\": null\n    }\n}"}],"_postman_id":"a080b792-45e6-4769-a176-5dad57fd6456"}],"id":"f81d5a57-8678-480b-b15f-0acd579afac6","_postman_id":"f81d5a57-8678-480b-b15f-0acd579afac6","description":""},{"name":"Inventory","item":[{"name":"get_warehouse_data","id":"16f5cc06-b71f-411b-acf1-af315505946a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/store/seller/store-warehouse/v2/?is_active=true&page=1&page_size=10","urlObject":{"protocol":"https","path":["api","store","seller","store-warehouse","v2",""],"host":["api","mydukaan","io"],"query":[{"key":"is_active","value":"true"},{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"830f60cc-9a66-432c-8f2b-764531b40197","name":"get_warehouse_data","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":{"raw":"https://api.mydukaan.io/api/store/seller/store-warehouse/v2/?is_active=true&page=1&page_size=10","protocol":"https","host":["api","mydukaan","io"],"path":["api","store","seller","store-warehouse","v2",""],"query":[{"key":"is_active","value":"true"},{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:07:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"142878744774695898203422667379208617704"},{"key":"X-Dukaan-Trace-Id-Hex","value":"6b7d71ff0974a7bb42400786246bfee8"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 42097,\n            \"created_at\": \"2024-02-19T10:52:13.057063+05:30\",\n            \"uuid\": \"6dff682d-10d3-43f2-b599-e2f157fac2db\",\n            \"modified_at\": \"2024-02-19T10:52:13.057097+05:30\",\n            \"name\": \"Sample Warehouse 1\",\n            \"contact_person_name\": \"Person\",\n            \"mobile_number\": \"+91-9884002291\",\n            \"address_line_1\": \"124\",\n            \"address_line_2\": \"HSR\",\n            \"pincode\": \"560008\",\n            \"city\": \"Bangalore\",\n            \"state\": \"KA\",\n            \"store\": 102712269,\n            \"country\": {\n                \"name\": \"India\",\n                \"code_v2\": \"in\",\n                \"code_v3\": \"ind\"\n            },\n            \"is_primary_warehouse\": true,\n            \"is_active\": true,\n            \"meta\": {},\n            \"staff_id\": null,\n            \"fssai_number\": null,\n            \"gst_number\": null,\n            \"wants_hyperlocal_delivery\": false,\n            \"staff_request_id\": null\n        },\n        {\n            \"id\": 42098,\n            \"created_at\": \"2024-02-19T10:52:13.057270+05:30\",\n            \"uuid\": \"6dfd7e37-d07e-4168-a50c-9292657c340f\",\n            \"modified_at\": \"2024-02-19T10:52:13.057291+05:30\",\n            \"name\": \"Sample Warehouse 2\",\n            \"contact_person_name\": \"Person\",\n            \"mobile_number\": \"+91-9884002291\",\n            \"address_line_1\": \"124\",\n            \"address_line_2\": \"Bandra\",\n            \"pincode\": \"400001\",\n            \"city\": \"Mumbai\",\n            \"state\": \"MH\",\n            \"store\": 102712269,\n            \"country\": {\n                \"name\": \"India\",\n                \"code_v2\": \"in\",\n                \"code_v3\": \"ind\"\n            },\n            \"is_primary_warehouse\": false,\n            \"is_active\": true,\n            \"meta\": {},\n            \"staff_id\": null,\n            \"fssai_number\": null,\n            \"gst_number\": null,\n            \"wants_hyperlocal_delivery\": false,\n            \"staff_request_id\": null\n        }\n    ],\n    \"active_warehouse_count\": 2\n}"}],"_postman_id":"16f5cc06-b71f-411b-acf1-af315505946a"},{"name":"get_product_list","id":"93e0d7d0-6da6-49a0-8b75-0b64f36a56d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":"https://api.mydukaan.io/api/product/seller/c7ddd109-5c74-417a-b3fd-fc14dae85725/product/v2/?page=1&page_size=10&pop_fields=variants_data","urlObject":{"protocol":"https","path":["api","product","seller","c7ddd109-5c74-417a-b3fd-fc14dae85725","product","v2",""],"host":["api","mydukaan","io"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"pop_fields","value":"variants_data"}],"variable":[]}},"response":[{"id":"eee99d8b-5e7f-4393-b64c-1e446ba96977","name":"get_product_list","originalRequest":{"method":"GET","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"url":{"raw":"https://api.mydukaan.io/api/product/seller/c7ddd109-5c74-417a-b3fd-fc14dae85725/product/v2/?page=1&page_size=10&pop_fields=variants_data","protocol":"https","host":["api","mydukaan","io"],"path":["api","product","seller","c7ddd109-5c74-417a-b3fd-fc14dae85725","product","v2",""],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"pop_fields","value":"variants_data"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:08:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"64503337037090200487343021335244282928"},{"key":"X-Dukaan-Trace-Id-Hex","value":"3086e40d8486ab53676364cc03d99c30"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 8,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 43166371,\n            \"uuid\": \"93ee0f5b-596a-4052-9768-1dee94df0c8e\",\n            \"created_at\": \"2024-02-19T05:22:12.868535+00:00\",\n            \"name\": \"Sample Product 8\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n            \"in_stock\": true,\n            \"product_type\": 1,\n            \"is_active\": true,\n            \"inventory_quantity\": 1157,\n            \"position\": 100000,\n            \"selling_price\": 900,\n            \"original_price\": 1000,\n            \"unit\": \"piece\",\n            \"weight\": null,\n            \"weight_unit\": null,\n            \"base_qty\": 1,\n            \"description\": \"This product is a high-quality wireless Bluetooth speaker that delivers exceptional sound quality. It features a sleek and modern design, making it a stylish addition to any room or outdoor setting. With its built-in rechargeable battery, you can enjoy up to 10 hours of continuous music playback. The speaker also has a built-in microphone, allowing you to take hands-free calls with ease. It is compatible with all Bluetooth-enabled devices, making it easy to connect and play your favorite music. Whether you're hosting a party or simply relaxing at home, this wireless Bluetooth speaker is the perfect companion for all your audio needs.\",\n            \"all_images\": [],\n            \"misc_data\": {},\n            \"seo_data\": {},\n            \"slug\": \"sample-product-8\",\n            \"gst_rate\": 12,\n            \"hsn_code\": \"212212\",\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"id\": 102712269,\n                \"link\": \"sample199\"\n            },\n            \"categories_data\": [\n                {\n                    \"id\": 12392143,\n                    \"uuid\": \"79ef241a-5a61-4966-a053-842df6ab5694\",\n                    \"name\": \"Sample Category 2\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category-2\",\n                    \"in_stock\": true,\n                    \"image\": \"\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"id\": 50902988,\n                    \"uuid\": \"06992f23-ec01-41c2-8729-1506d7a86ed4\",\n                    \"sku_code\": \"SKU-SAMPLE-53\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 9,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873324,\n                            \"uuid\": \"25371064-7488-491b-ae3e-5a8928b86cd0\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873325,\n                            \"uuid\": \"3bb4a983-4d15-4926-8326-9a9eac00bda1\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-53\",\n                            \"sku_id\": 50902988,\n                            \"quantity_available\": 2,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-53\",\n                            \"sku_id\": 50902988,\n                            \"quantity_available\": 7,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902990,\n                    \"uuid\": \"d4b5c13b-bb79-464a-b386-5b44bd92f364\",\n                    \"sku_code\": \"SKU-SAMPLE-55\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 126,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873328,\n                            \"uuid\": \"ca024cbb-183b-464f-afae-ef01656c53b2\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873329,\n                            \"uuid\": \"69815be0-abae-4dda-b3de-9846767275ee\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-55\",\n                            \"sku_id\": 50902990,\n                            \"quantity_available\": 19,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-55\",\n                            \"sku_id\": 50902990,\n                            \"quantity_available\": 107,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902993,\n                    \"uuid\": \"7c2f9d7c-290e-4e9f-b53b-608dbf795158\",\n                    \"sku_code\": \"SKU-SAMPLE-58\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 168,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873334,\n                            \"uuid\": \"64fb230a-5f36-497b-92bd-3bfee351f40b\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873335,\n                            \"uuid\": \"772b73fb-5592-4f11-8ad8-afc31447dbbc\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-58\",\n                            \"sku_id\": 50902993,\n                            \"quantity_available\": 94,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-58\",\n                            \"sku_id\": 50902993,\n                            \"quantity_available\": 74,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902987,\n                    \"uuid\": \"00272030-a7e8-4e8a-90bf-a674cab9ad66\",\n                    \"sku_code\": \"SKU-SAMPLE-52\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 277,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873322,\n                            \"uuid\": \"81fa35fd-0ce2-4464-8340-52f1c5cbefd5\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873323,\n                            \"uuid\": \"0856ae3e-6afa-4d6c-b0fd-c981b2bdb3cb\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-52\",\n                            \"sku_id\": 50902987,\n                            \"quantity_available\": 140,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-52\",\n                            \"sku_id\": 50902987,\n                            \"quantity_available\": 137,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902989,\n                    \"uuid\": \"47eb970f-3b93-4d30-9a76-2cfbb65f2f51\",\n                    \"sku_code\": \"SKU-SAMPLE-54\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 94,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873326,\n                            \"uuid\": \"3f417683-0877-407f-9a03-e7f3a029e8b2\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873327,\n                            \"uuid\": \"2f90930e-e56f-46c6-b886-af61b7d579d8\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-54\",\n                            \"sku_id\": 50902989,\n                            \"quantity_available\": 94,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-54\",\n                            \"sku_id\": 50902989,\n                            \"quantity_available\": 0,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902991,\n                    \"uuid\": \"3a890e2c-0164-422d-bc98-3e3f1e556a86\",\n                    \"sku_code\": \"SKU-SAMPLE-56\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 166,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873330,\n                            \"uuid\": \"c429e806-3826-4eff-9a47-af43a2de2974\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873331,\n                            \"uuid\": \"97456dec-567e-4591-9763-4ba0758f9fd4\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-56\",\n                            \"sku_id\": 50902991,\n                            \"quantity_available\": 77,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-56\",\n                            \"sku_id\": 50902991,\n                            \"quantity_available\": 89,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902994,\n                    \"uuid\": \"0f0e3bb3-fad4-41ad-9857-5d3791702ecc\",\n                    \"sku_code\": \"SKU-SAMPLE-59\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 42,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873336,\n                            \"uuid\": \"5d56bac9-2d38-46bb-8f60-cab00296602a\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873337,\n                            \"uuid\": \"67c51fba-25f3-4dee-b4fd-1034996f347c\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-59\",\n                            \"sku_id\": 50902994,\n                            \"quantity_available\": 19,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-59\",\n                            \"sku_id\": 50902994,\n                            \"quantity_available\": 23,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902995,\n                    \"uuid\": \"1e73d960-77ab-4cd8-aa30-9eda41a9dfcd\",\n                    \"sku_code\": \"SKU-SAMPLE-60\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 79,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873338,\n                            \"uuid\": \"81bfd152-6299-4abe-9f71-32c937e74206\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873339,\n                            \"uuid\": \"476c8372-9a35-468a-a57f-bcc8ac5a76d5\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-60\",\n                            \"sku_id\": 50902995,\n                            \"quantity_available\": 34,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-60\",\n                            \"sku_id\": 50902995,\n                            \"quantity_available\": 45,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902992,\n                    \"uuid\": \"11e9e71a-6976-451b-9b0d-0e6c94616442\",\n                    \"sku_code\": \"SKU-SAMPLE-57\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 196,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873332,\n                            \"uuid\": \"f874d075-cd11-407a-89b7-9946f8b8dc3a\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873333,\n                            \"uuid\": \"77651ee4-44d5-476b-9263-ecf771831ae0\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-57\",\n                            \"sku_id\": 50902992,\n                            \"quantity_available\": 114,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-57\",\n                            \"sku_id\": 50902992,\n                            \"quantity_available\": 82,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 8\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"tag_id\": 90190,\n                    \"uuid\": \"0a388262-5df8-4887-825c-0d37c0752e1b\",\n                    \"name\": \"a\"\n                },\n                {\n                    \"tag_id\": 90187,\n                    \"uuid\": \"22b06fd3-a2df-4961-8b49-377aebc0ccee\",\n                    \"name\": \"b\"\n                },\n                {\n                    \"tag_id\": 90189,\n                    \"uuid\": \"5d84eb92-aa0b-4143-9ead-b9272998ecef\",\n                    \"name\": \"c\"\n                }\n            ],\n            \"add_ons\": [],\n            \"meta\": [],\n            \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-8\"\n        },\n        {\n            \"id\": 43166370,\n            \"uuid\": \"37867f19-a872-4eb8-9523-39b04faa8a53\",\n            \"created_at\": \"2024-02-19T05:22:12.868407+00:00\",\n            \"name\": \"Sample Product 7\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n            \"in_stock\": true,\n            \"product_type\": 1,\n            \"is_active\": true,\n            \"inventory_quantity\": 1145,\n            \"position\": 100000,\n            \"selling_price\": 900,\n            \"original_price\": 1000,\n            \"unit\": \"piece\",\n            \"weight\": null,\n            \"weight_unit\": null,\n            \"base_qty\": 1,\n            \"description\": \"This product is a high-quality wireless Bluetooth speaker that delivers exceptional sound quality. It features a sleek and modern design, making it a stylish addition to any room or outdoor setting. With its built-in rechargeable battery, you can enjoy up to 10 hours of continuous music playback. The speaker also has a built-in microphone, allowing you to take hands-free calls with ease. It is compatible with all Bluetooth-enabled devices, making it easy to connect and play your favorite music. Whether you're hosting a party or simply relaxing at home, this wireless Bluetooth speaker is the perfect companion for all your audio needs.\",\n            \"all_images\": [],\n            \"misc_data\": {},\n            \"seo_data\": {},\n            \"slug\": \"sample-product-7\",\n            \"gst_rate\": 12,\n            \"hsn_code\": \"212212\",\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"id\": 102712269,\n                \"link\": \"sample199\"\n            },\n            \"categories_data\": [\n                {\n                    \"id\": 12392144,\n                    \"uuid\": \"6711e21e-eaf4-415b-b79e-32ef6d674a78\",\n                    \"name\": \"Sample Category\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category\",\n                    \"in_stock\": true,\n                    \"image\": \"\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"id\": 50902986,\n                    \"uuid\": \"83c4b1ff-d787-4d74-b280-91b83dac8c39\",\n                    \"sku_code\": \"SKU-SAMPLE-51\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 172,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873320,\n                            \"uuid\": \"71d31845-fead-4007-93b2-2555dd1b7cfc\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873321,\n                            \"uuid\": \"dfa56070-1cf0-4842-84b3-5c7b903c2ae2\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-51\",\n                            \"sku_id\": 50902986,\n                            \"quantity_available\": 85,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-51\",\n                            \"sku_id\": 50902986,\n                            \"quantity_available\": 87,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902980,\n                    \"uuid\": \"cac34988-cf4d-4431-af91-cb1870165faf\",\n                    \"sku_code\": \"SKU-SAMPLE-45\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 167,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873308,\n                            \"uuid\": \"f4cc55c8-a00a-4ae0-9666-09ccdb4e75a3\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873309,\n                            \"uuid\": \"2a87b84d-a661-4b5f-bd9e-1f103a5398ab\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-45\",\n                            \"sku_id\": 50902980,\n                            \"quantity_available\": 128,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-45\",\n                            \"sku_id\": 50902980,\n                            \"quantity_available\": 39,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902983,\n                    \"uuid\": \"10b836a9-8c96-44c7-8ccf-6051a7fa29d6\",\n                    \"sku_code\": \"SKU-SAMPLE-48\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 134,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873314,\n                            \"uuid\": \"41de3b6c-39b7-45d0-a036-b6bd782f7f36\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873315,\n                            \"uuid\": \"674452ea-09b9-47b6-aede-d71186156040\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-48\",\n                            \"sku_id\": 50902983,\n                            \"quantity_available\": 17,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-48\",\n                            \"sku_id\": 50902983,\n                            \"quantity_available\": 117,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902982,\n                    \"uuid\": \"8f7854f4-b727-47ed-95d8-71a08f263eef\",\n                    \"sku_code\": \"SKU-SAMPLE-47\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 52,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873312,\n                            \"uuid\": \"0d4df9b4-0ed1-48d7-97bf-ffc555e4f6e3\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873313,\n                            \"uuid\": \"fbe1bcd5-a14a-4de0-bd47-6edf43bc0dd3\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-47\",\n                            \"sku_id\": 50902982,\n                            \"quantity_available\": 35,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-47\",\n                            \"sku_id\": 50902982,\n                            \"quantity_available\": 17,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902978,\n                    \"uuid\": \"3356178c-9cf2-4f30-8919-53d422257554\",\n                    \"sku_code\": \"SKU-SAMPLE-43\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 82,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873304,\n                            \"uuid\": \"8779d5ab-2e71-40eb-8470-ccb4bb2d4d72\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873305,\n                            \"uuid\": \"cc979228-cb80-4dae-ab93-ed5f8c58a906\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-43\",\n                            \"sku_id\": 50902978,\n                            \"quantity_available\": 23,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-43\",\n                            \"sku_id\": 50902978,\n                            \"quantity_available\": 59,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902979,\n                    \"uuid\": \"e7a4025f-73d4-4b1e-95f0-4420f74a0cf7\",\n                    \"sku_code\": \"SKU-SAMPLE-44\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 186,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873306,\n                            \"uuid\": \"ae392337-9b90-44bf-a744-23641f60f7c7\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873307,\n                            \"uuid\": \"e94d5dec-019b-4476-9edc-fbba6568328e\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-44\",\n                            \"sku_id\": 50902979,\n                            \"quantity_available\": 48,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-44\",\n                            \"sku_id\": 50902979,\n                            \"quantity_available\": 138,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902985,\n                    \"uuid\": \"584e2c21-7245-4d7e-890c-7010cd9570a1\",\n                    \"sku_code\": \"SKU-SAMPLE-50\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 149,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873318,\n                            \"uuid\": \"f18443c8-0e81-4e0b-9599-3565bebf83ab\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873319,\n                            \"uuid\": \"0bd31440-f13b-40fc-aa8d-c97c7e2858f9\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-50\",\n                            \"sku_id\": 50902985,\n                            \"quantity_available\": 30,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-50\",\n                            \"sku_id\": 50902985,\n                            \"quantity_available\": 119,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902984,\n                    \"uuid\": \"db554278-fc25-4d0a-886c-6ac9ea712bc9\",\n                    \"sku_code\": \"SKU-SAMPLE-49\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 144,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873316,\n                            \"uuid\": \"c48e328f-e8d3-461c-8a41-f838246b7946\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873317,\n                            \"uuid\": \"8523dee4-1358-4ca9-b8dc-0f30fbf7f421\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-49\",\n                            \"sku_id\": 50902984,\n                            \"quantity_available\": 13,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-49\",\n                            \"sku_id\": 50902984,\n                            \"quantity_available\": 131,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902981,\n                    \"uuid\": \"62ccab77-e5b6-454f-a596-00a44007444b\",\n                    \"sku_code\": \"SKU-SAMPLE-46\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 59,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873310,\n                            \"uuid\": \"f4d3e744-5f2d-436f-9f02-6a8e0355a0b0\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873311,\n                            \"uuid\": \"2b3bb54f-8390-482e-865c-6f79c065f0ca\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-46\",\n                            \"sku_id\": 50902981,\n                            \"quantity_available\": 39,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-46\",\n                            \"sku_id\": 50902981,\n                            \"quantity_available\": 20,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 7\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"tag_id\": 90190,\n                    \"uuid\": \"0a388262-5df8-4887-825c-0d37c0752e1b\",\n                    \"name\": \"a\"\n                },\n                {\n                    \"tag_id\": 90187,\n                    \"uuid\": \"22b06fd3-a2df-4961-8b49-377aebc0ccee\",\n                    \"name\": \"b\"\n                },\n                {\n                    \"tag_id\": 90189,\n                    \"uuid\": \"5d84eb92-aa0b-4143-9ead-b9272998ecef\",\n                    \"name\": \"c\"\n                }\n            ],\n            \"add_ons\": [],\n            \"meta\": [],\n            \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-7\"\n        },\n        {\n            \"id\": 43166369,\n            \"uuid\": \"0335b42c-8e36-4a43-9d0b-b23992cc3b29\",\n            \"created_at\": \"2024-02-19T05:22:12.868299+00:00\",\n            \"name\": \"Sample Product 6\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n            \"in_stock\": true,\n            \"product_type\": 1,\n            \"is_active\": true,\n            \"inventory_quantity\": 675,\n            \"position\": 100000,\n            \"selling_price\": 900,\n            \"original_price\": 1000,\n            \"unit\": \"piece\",\n            \"weight\": null,\n            \"weight_unit\": null,\n            \"base_qty\": 1,\n            \"description\": \"This product is a high-quality wireless Bluetooth speaker that delivers exceptional sound quality. It features a sleek and modern design, making it a stylish addition to any room or outdoor setting. With its built-in rechargeable battery, you can enjoy up to 10 hours of continuous music playback. The speaker also has a built-in microphone, allowing you to take hands-free calls with ease. It is compatible with all Bluetooth-enabled devices, making it easy to connect and play your favorite music. Whether you're hosting a party or simply relaxing at home, this wireless Bluetooth speaker is the perfect companion for all your audio needs.\",\n            \"all_images\": [],\n            \"misc_data\": {},\n            \"seo_data\": {},\n            \"slug\": \"sample-product-6\",\n            \"gst_rate\": 12,\n            \"hsn_code\": \"212212\",\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"id\": 102712269,\n                \"link\": \"sample199\"\n            },\n            \"categories_data\": [\n                {\n                    \"id\": 12392144,\n                    \"uuid\": \"6711e21e-eaf4-415b-b79e-32ef6d674a78\",\n                    \"name\": \"Sample Category\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category\",\n                    \"in_stock\": true,\n                    \"image\": \"\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"id\": 50902974,\n                    \"uuid\": \"392841a5-78af-4114-aa34-4d552d5a6169\",\n                    \"sku_code\": \"SKU-SAMPLE-39\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 190,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873296,\n                            \"uuid\": \"a2aa73e8-8413-46bb-8c56-b57b4cb2a298\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873297,\n                            \"uuid\": \"0241287e-7a6f-4ffe-aff7-95a9dba85e0c\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-39\",\n                            \"sku_id\": 50902974,\n                            \"quantity_available\": 58,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-39\",\n                            \"sku_id\": 50902974,\n                            \"quantity_available\": 132,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902973,\n                    \"uuid\": \"11454c0c-afc9-4cd4-954d-dd7277a0ff70\",\n                    \"sku_code\": \"SKU-SAMPLE-38\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 94,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873294,\n                            \"uuid\": \"127ebc69-4acd-40b7-888d-e01718099262\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873295,\n                            \"uuid\": \"955a7767-bc34-47e5-9db0-5cf7f81e593b\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-38\",\n                            \"sku_id\": 50902973,\n                            \"quantity_available\": 45,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-38\",\n                            \"sku_id\": 50902973,\n                            \"quantity_available\": 49,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902975,\n                    \"uuid\": \"e123fc69-34b2-47b7-8437-d69e9d4e653d\",\n                    \"sku_code\": \"SKU-SAMPLE-40\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 164,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873298,\n                            \"uuid\": \"5f20d948-8297-4d61-b650-b50a369f4e28\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873299,\n                            \"uuid\": \"fc32af8f-6a01-4679-a4d2-5e3030f9fa96\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-40\",\n                            \"sku_id\": 50902975,\n                            \"quantity_available\": 81,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-40\",\n                            \"sku_id\": 50902975,\n                            \"quantity_available\": 83,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902977,\n                    \"uuid\": \"fd338a13-7566-4cf8-a279-d1088ae2d2cf\",\n                    \"sku_code\": \"SKU-SAMPLE-42\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 111,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873302,\n                            \"uuid\": \"0c994a86-b3e2-4b06-9a2e-36950127b768\",\n                            \"unit\": \"\",\n                            \"value\": \"Extra Extra large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873303,\n                            \"uuid\": \"561739ca-e010-40ac-a62d-ddc64d1651bf\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-42\",\n                            \"sku_id\": 50902977,\n                            \"quantity_available\": 91,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-42\",\n                            \"sku_id\": 50902977,\n                            \"quantity_available\": 20,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902976,\n                    \"uuid\": \"9e33300e-1987-4140-b71a-3e53e3646b13\",\n                    \"sku_code\": \"SKU-SAMPLE-41\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 116,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873300,\n                            \"uuid\": \"79f9f66c-beda-49a4-bfb8-8c6c1a271686\",\n                            \"unit\": \"\",\n                            \"value\": \"Extra large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873301,\n                            \"uuid\": \"f3b73f8c-6a93-463e-a36e-d00f14078bcb\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-41\",\n                            \"sku_id\": 50902976,\n                            \"quantity_available\": 53,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-41\",\n                            \"sku_id\": 50902976,\n                            \"quantity_available\": 63,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 6\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"tag_id\": 90190,\n                    \"uuid\": \"0a388262-5df8-4887-825c-0d37c0752e1b\",\n                    \"name\": \"a\"\n                },\n                {\n                    \"tag_id\": 90187,\n                    \"uuid\": \"22b06fd3-a2df-4961-8b49-377aebc0ccee\",\n                    \"name\": \"b\"\n                },\n                {\n                    \"tag_id\": 90189,\n                    \"uuid\": \"5d84eb92-aa0b-4143-9ead-b9272998ecef\",\n                    \"name\": \"c\"\n                }\n            ],\n            \"add_ons\": [],\n            \"meta\": [],\n            \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-6\"\n        },\n        {\n            \"id\": 43166368,\n            \"uuid\": \"f9251bd2-acef-4197-b9cd-ad3aad6cd3c1\",\n            \"created_at\": \"2024-02-19T05:22:12.868184+00:00\",\n            \"name\": \"Sample Product 5\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n            \"in_stock\": true,\n            \"product_type\": 1,\n            \"is_active\": true,\n            \"inventory_quantity\": 1278,\n            \"position\": 100000,\n            \"selling_price\": 900,\n            \"original_price\": 1000,\n            \"unit\": \"piece\",\n            \"weight\": null,\n            \"weight_unit\": null,\n            \"base_qty\": 1,\n            \"description\": \"This product is a high-quality wireless Bluetooth speaker that delivers exceptional sound quality. It features a sleek and modern design, making it a stylish addition to any room or outdoor setting. With its built-in rechargeable battery, you can enjoy up to 10 hours of continuous music playback. The speaker also has a built-in microphone, allowing you to take hands-free calls with ease. It is compatible with all Bluetooth-enabled devices, making it easy to connect and play your favorite music. Whether you're hosting a party or simply relaxing at home, this wireless Bluetooth speaker is the perfect companion for all your audio needs.\",\n            \"all_images\": [],\n            \"misc_data\": {},\n            \"seo_data\": {},\n            \"slug\": \"sample-product-5\",\n            \"gst_rate\": 12,\n            \"hsn_code\": \"212212\",\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"id\": 102712269,\n                \"link\": \"sample199\"\n            },\n            \"categories_data\": [\n                {\n                    \"id\": 12392142,\n                    \"uuid\": \"7b68c4a1-f9d4-45be-9eb8-bb9f2c9635d0\",\n                    \"name\": \"Sample Category 1\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category-1\",\n                    \"in_stock\": true,\n                    \"image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"id\": 50902965,\n                    \"uuid\": \"94f1c612-fa05-4ea2-9179-f1e7aa20d21a\",\n                    \"sku_code\": \"SKU-SAMPLE-30\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 243,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873278,\n                            \"uuid\": \"3ae8166b-185e-4641-974e-63e8109f6b9b\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873279,\n                            \"uuid\": \"604518c1-57d2-4fe4-87ef-7207f39cef58\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-30\",\n                            \"sku_id\": 50902965,\n                            \"quantity_available\": 137,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-30\",\n                            \"sku_id\": 50902965,\n                            \"quantity_available\": 106,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902971,\n                    \"uuid\": \"ddbc6b93-6136-4f20-abc3-9b84efe1d3ba\",\n                    \"sku_code\": \"SKU-SAMPLE-36\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 180,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873290,\n                            \"uuid\": \"b611c871-556f-45c7-a78c-63b4a5726109\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873291,\n                            \"uuid\": \"e14e432e-0061-4458-ba28-a73dcbd25b7c\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-36\",\n                            \"sku_id\": 50902971,\n                            \"quantity_available\": 99,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-36\",\n                            \"sku_id\": 50902971,\n                            \"quantity_available\": 81,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902966,\n                    \"uuid\": \"8999f6d7-09fe-4ba3-b84f-ec05bbf14a90\",\n                    \"sku_code\": \"SKU-SAMPLE-31\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 237,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873280,\n                            \"uuid\": \"4e074a0e-9742-4ea1-b396-f99489073613\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873281,\n                            \"uuid\": \"c7ae785e-c6dd-4862-b99f-6fb39bdf0ec8\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-31\",\n                            \"sku_id\": 50902966,\n                            \"quantity_available\": 114,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-31\",\n                            \"sku_id\": 50902966,\n                            \"quantity_available\": 123,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902970,\n                    \"uuid\": \"3d98b8ad-3e13-4df5-9598-1af037c6ab0c\",\n                    \"sku_code\": \"SKU-SAMPLE-35\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 50,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873288,\n                            \"uuid\": \"03a6d142-659c-4e09-93db-ec692baae611\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873289,\n                            \"uuid\": \"38c02ac9-7789-470c-80df-c68b85bd775f\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-35\",\n                            \"sku_id\": 50902970,\n                            \"quantity_available\": 35,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-35\",\n                            \"sku_id\": 50902970,\n                            \"quantity_available\": 15,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902967,\n                    \"uuid\": \"06b0c221-882e-4c2a-940a-3ad07f9e1ef1\",\n                    \"sku_code\": \"SKU-SAMPLE-32\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 158,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873282,\n                            \"uuid\": \"1432cc7f-ec9c-49a7-ad4e-76488450f821\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873283,\n                            \"uuid\": \"9458cd5f-54a1-4954-a14c-82064d909929\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-32\",\n                            \"sku_id\": 50902967,\n                            \"quantity_available\": 26,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-32\",\n                            \"sku_id\": 50902967,\n                            \"quantity_available\": 132,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902969,\n                    \"uuid\": \"9790c2bd-38c2-4547-9483-2876bde6e4b1\",\n                    \"sku_code\": \"SKU-SAMPLE-34\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 177,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873286,\n                            \"uuid\": \"aaf6ad85-2898-44eb-b317-b48516d12363\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873287,\n                            \"uuid\": \"bd89329f-2ca9-48de-8207-dae5012eefea\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-34\",\n                            \"sku_id\": 50902969,\n                            \"quantity_available\": 86,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-34\",\n                            \"sku_id\": 50902969,\n                            \"quantity_available\": 91,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902972,\n                    \"uuid\": \"51e023a6-93b9-4cbf-b43c-4ea199d64758\",\n                    \"sku_code\": \"SKU-SAMPLE-37\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 61,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873292,\n                            \"uuid\": \"cab002ec-c0e0-4591-86a6-b6968d30782e\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873293,\n                            \"uuid\": \"2c09fa49-8ff6-428c-92f3-b56257232716\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-37\",\n                            \"sku_id\": 50902972,\n                            \"quantity_available\": 40,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-37\",\n                            \"sku_id\": 50902972,\n                            \"quantity_available\": 21,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902968,\n                    \"uuid\": \"cbe18d76-2d89-4f23-be3f-76866ad6ec92\",\n                    \"sku_code\": \"SKU-SAMPLE-33\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 113,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873284,\n                            \"uuid\": \"f9ea3de6-051d-46cc-b9aa-2f2782343eeb\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873285,\n                            \"uuid\": \"60eac806-a3a6-43ad-9ea3-0e76f165ced4\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-33\",\n                            \"sku_id\": 50902968,\n                            \"quantity_available\": 11,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-33\",\n                            \"sku_id\": 50902968,\n                            \"quantity_available\": 102,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902964,\n                    \"uuid\": \"87fae1e2-dfdc-4e87-ba07-fbe5fda1582c\",\n                    \"sku_code\": \"SKU-SAMPLE-29\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 59,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873276,\n                            \"uuid\": \"8542df5a-5f77-4396-85ac-5f7a30c13b29\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873277,\n                            \"uuid\": \"ec58d6dd-d123-4b65-b2e8-95d64cac1a7b\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-29\",\n                            \"sku_id\": 50902964,\n                            \"quantity_available\": 17,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-29\",\n                            \"sku_id\": 50902964,\n                            \"quantity_available\": 42,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 5\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"tag_id\": 90190,\n                    \"uuid\": \"0a388262-5df8-4887-825c-0d37c0752e1b\",\n                    \"name\": \"a\"\n                },\n                {\n                    \"tag_id\": 90187,\n                    \"uuid\": \"22b06fd3-a2df-4961-8b49-377aebc0ccee\",\n                    \"name\": \"b\"\n                },\n                {\n                    \"tag_id\": 90189,\n                    \"uuid\": \"5d84eb92-aa0b-4143-9ead-b9272998ecef\",\n                    \"name\": \"c\"\n                }\n            ],\n            \"add_ons\": [],\n            \"meta\": [],\n            \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-5\"\n        },\n        {\n            \"id\": 43166367,\n            \"uuid\": \"cf819ae5-694d-4d47-8689-151bb3d7a970\",\n            \"created_at\": \"2024-02-19T05:22:12.868065+00:00\",\n            \"name\": \"Sample Product 4\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n            \"in_stock\": true,\n            \"product_type\": 1,\n            \"is_active\": true,\n            \"inventory_quantity\": 853,\n            \"position\": 100000,\n            \"selling_price\": 900,\n            \"original_price\": 1000,\n            \"unit\": \"piece\",\n            \"weight\": null,\n            \"weight_unit\": null,\n            \"base_qty\": 1,\n            \"description\": \"This product is a high-quality wireless Bluetooth speaker that delivers exceptional sound quality. It features a sleek and modern design, making it a stylish addition to any room or outdoor setting. With its built-in rechargeable battery, you can enjoy up to 10 hours of continuous music playback. The speaker also has a built-in microphone, allowing you to take hands-free calls with ease. It is compatible with all Bluetooth-enabled devices, making it easy to connect and play your favorite music. Whether you're hosting a party or simply relaxing at home, this wireless Bluetooth speaker is the perfect companion for all your audio needs.\",\n            \"all_images\": [],\n            \"misc_data\": {},\n            \"seo_data\": {},\n            \"slug\": \"sample-product-4\",\n            \"gst_rate\": 12,\n            \"hsn_code\": \"212212\",\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"id\": 102712269,\n                \"link\": \"sample199\"\n            },\n            \"categories_data\": [\n                {\n                    \"id\": 12392142,\n                    \"uuid\": \"7b68c4a1-f9d4-45be-9eb8-bb9f2c9635d0\",\n                    \"name\": \"Sample Category 1\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category-1\",\n                    \"in_stock\": true,\n                    \"image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"id\": 50902961,\n                    \"uuid\": \"002429de-ea00-4d66-8bc3-319bed6a89c4\",\n                    \"sku_code\": \"SKU-SAMPLE-26\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 160,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873270,\n                            \"uuid\": \"26a3f86b-fb8f-4ca3-8094-ad1915edfe41\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873271,\n                            \"uuid\": \"bebbc900-2f82-495a-bc69-4e68fc53439e\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-26\",\n                            \"sku_id\": 50902961,\n                            \"quantity_available\": 78,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-26\",\n                            \"sku_id\": 50902961,\n                            \"quantity_available\": 82,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902959,\n                    \"uuid\": \"51d99e3a-a251-4c93-b0e7-61202d30bef5\",\n                    \"sku_code\": \"SKU-SAMPLE-24\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 109,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873266,\n                            \"uuid\": \"dc35fd3f-5346-48c4-9963-97cbfbae6661\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873267,\n                            \"uuid\": \"e1c50649-74ae-4cf9-b39c-15d6b1365a1b\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-24\",\n                            \"sku_id\": 50902959,\n                            \"quantity_available\": 22,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-24\",\n                            \"sku_id\": 50902959,\n                            \"quantity_available\": 87,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902960,\n                    \"uuid\": \"62ee4e21-fc1c-49c2-96f0-66cb9ce44cd4\",\n                    \"sku_code\": \"SKU-SAMPLE-25\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 227,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873268,\n                            \"uuid\": \"43498aaa-2d91-413a-968f-b8d5ed2fa567\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873269,\n                            \"uuid\": \"9a4fabb7-7fa3-405b-bfd3-8c1596ae535e\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-25\",\n                            \"sku_id\": 50902960,\n                            \"quantity_available\": 82,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-25\",\n                            \"sku_id\": 50902960,\n                            \"quantity_available\": 145,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902962,\n                    \"uuid\": \"62aedbee-ea26-4d66-a0c7-2e997851eb9e\",\n                    \"sku_code\": \"SKU-SAMPLE-27\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 268,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873272,\n                            \"uuid\": \"e9c4c9fa-4fd8-4db5-8463-301f14b1a1a1\",\n                            \"unit\": \"\",\n                            \"value\": \"Extra large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873273,\n                            \"uuid\": \"d3d01a3b-31df-4a8d-b221-866ff68fe8ba\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-27\",\n                            \"sku_id\": 50902962,\n                            \"quantity_available\": 131,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-27\",\n                            \"sku_id\": 50902962,\n                            \"quantity_available\": 137,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902963,\n                    \"uuid\": \"5a04b243-2eeb-4c68-99ff-e327a1784d16\",\n                    \"sku_code\": \"SKU-SAMPLE-28\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 89,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873274,\n                            \"uuid\": \"30d0102b-1b73-4bd0-b41e-d408015edae5\",\n                            \"unit\": \"\",\n                            \"value\": \"Extra Extra large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873275,\n                            \"uuid\": \"acdf03f2-b058-42cb-89c0-2375f2263995\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-28\",\n                            \"sku_id\": 50902963,\n                            \"quantity_available\": 66,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-28\",\n                            \"sku_id\": 50902963,\n                            \"quantity_available\": 23,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 4\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"tag_id\": 90190,\n                    \"uuid\": \"0a388262-5df8-4887-825c-0d37c0752e1b\",\n                    \"name\": \"a\"\n                },\n                {\n                    \"tag_id\": 90187,\n                    \"uuid\": \"22b06fd3-a2df-4961-8b49-377aebc0ccee\",\n                    \"name\": \"b\"\n                },\n                {\n                    \"tag_id\": 90189,\n                    \"uuid\": \"5d84eb92-aa0b-4143-9ead-b9272998ecef\",\n                    \"name\": \"c\"\n                }\n            ],\n            \"add_ons\": [],\n            \"meta\": [],\n            \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-4\"\n        },\n        {\n            \"id\": 43166366,\n            \"uuid\": \"434a7203-cca4-469a-8e77-ffdd4e262732\",\n            \"created_at\": \"2024-02-19T05:22:12.867941+00:00\",\n            \"name\": \"Sample Product 3\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n            \"in_stock\": true,\n            \"product_type\": 1,\n            \"is_active\": true,\n            \"inventory_quantity\": 1392,\n            \"position\": 100000,\n            \"selling_price\": 900,\n            \"original_price\": 1000,\n            \"unit\": \"piece\",\n            \"weight\": null,\n            \"weight_unit\": null,\n            \"base_qty\": 1,\n            \"description\": \"This product is a high-quality wireless Bluetooth speaker that delivers exceptional sound quality. It features a sleek and modern design, making it a stylish addition to any room or outdoor setting. With its built-in rechargeable battery, you can enjoy up to 10 hours of continuous music playback. The speaker also has a built-in microphone, allowing you to take hands-free calls with ease. It is compatible with all Bluetooth-enabled devices, making it easy to connect and play your favorite music. Whether you're hosting a party or simply relaxing at home, this wireless Bluetooth speaker is the perfect companion for all your audio needs.\",\n            \"all_images\": [],\n            \"misc_data\": {},\n            \"seo_data\": {},\n            \"slug\": \"sample-product-3\",\n            \"gst_rate\": 12,\n            \"hsn_code\": \"212212\",\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"id\": 102712269,\n                \"link\": \"sample199\"\n            },\n            \"categories_data\": [\n                {\n                    \"id\": 12392142,\n                    \"uuid\": \"7b68c4a1-f9d4-45be-9eb8-bb9f2c9635d0\",\n                    \"name\": \"Sample Category 1\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category-1\",\n                    \"in_stock\": true,\n                    \"image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"id\": 50902956,\n                    \"uuid\": \"307ee1af-59c6-4145-918d-2ff10bc9af74\",\n                    \"sku_code\": \"SKU-SAMPLE-21\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 170,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873260,\n                            \"uuid\": \"ab8d3482-2395-4712-b6ea-6926ad9ccaae\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873261,\n                            \"uuid\": \"bc25ca88-8756-4ba8-bf2c-f8e915a44072\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-21\",\n                            \"sku_id\": 50902956,\n                            \"quantity_available\": 53,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-21\",\n                            \"sku_id\": 50902956,\n                            \"quantity_available\": 117,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902952,\n                    \"uuid\": \"ff5a97b7-3b81-4461-ae2f-af0528f13789\",\n                    \"sku_code\": \"SKU-SAMPLE-17\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 28,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873252,\n                            \"uuid\": \"635518c4-0278-49a8-a880-af0b4283cc8b\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873253,\n                            \"uuid\": \"a6a2214d-9757-4c20-9a28-585bc668107c\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-17\",\n                            \"sku_id\": 50902952,\n                            \"quantity_available\": 6,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-17\",\n                            \"sku_id\": 50902952,\n                            \"quantity_available\": 22,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902951,\n                    \"uuid\": \"6e9e0cb6-4fed-4a85-bab8-0b573ac1aa18\",\n                    \"sku_code\": \"SKU-SAMPLE-16\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 202,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873250,\n                            \"uuid\": \"d96a19c3-e1e7-4b2d-95e1-a20e42b07dd6\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873251,\n                            \"uuid\": \"8a87beea-6bcf-4126-878f-a798131349d1\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-16\",\n                            \"sku_id\": 50902951,\n                            \"quantity_available\": 106,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-16\",\n                            \"sku_id\": 50902951,\n                            \"quantity_available\": 96,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902950,\n                    \"uuid\": \"461cd8cf-437a-4720-af83-fa1eed0012ce\",\n                    \"sku_code\": \"SKU-SAMPLE-15\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 236,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873248,\n                            \"uuid\": \"ba7b6251-47e3-432e-8fa9-5fc6a7041b9b\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873249,\n                            \"uuid\": \"d475f8f8-aeac-4ad8-be57-e364a3ba3507\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-15\",\n                            \"sku_id\": 50902950,\n                            \"quantity_available\": 103,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-15\",\n                            \"sku_id\": 50902950,\n                            \"quantity_available\": 133,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902958,\n                    \"uuid\": \"7bb22c6d-424a-4568-a70d-af2e6a512ab3\",\n                    \"sku_code\": \"SKU-SAMPLE-23\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 108,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873264,\n                            \"uuid\": \"17c1d355-f5ae-4c6f-a8da-6762aed7fe1b\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873265,\n                            \"uuid\": \"2c82c1ed-a464-4710-a557-b18e7b69dd95\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-23\",\n                            \"sku_id\": 50902958,\n                            \"quantity_available\": 76,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-23\",\n                            \"sku_id\": 50902958,\n                            \"quantity_available\": 32,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902953,\n                    \"uuid\": \"44ab1d19-8174-4598-9825-e7c50374957c\",\n                    \"sku_code\": \"SKU-SAMPLE-18\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 158,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873254,\n                            \"uuid\": \"9d2bfc2e-8911-4cea-bbbc-a390cfeac28c\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873255,\n                            \"uuid\": \"10ff292a-71f1-4fd3-b09e-04ccd484d25b\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-18\",\n                            \"sku_id\": 50902953,\n                            \"quantity_available\": 108,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-18\",\n                            \"sku_id\": 50902953,\n                            \"quantity_available\": 50,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902954,\n                    \"uuid\": \"d12739e4-a0b3-48ca-b980-8a4dadb983b6\",\n                    \"sku_code\": \"SKU-SAMPLE-19\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 80,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873256,\n                            \"uuid\": \"13ebd998-af23-47fd-9041-f12bde03ee01\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873257,\n                            \"uuid\": \"7335f797-c977-41d9-b459-e9ab6ceff6d1\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-19\",\n                            \"sku_id\": 50902954,\n                            \"quantity_available\": 12,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-19\",\n                            \"sku_id\": 50902954,\n                            \"quantity_available\": 68,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902955,\n                    \"uuid\": \"16c85d43-b0a0-4084-bc78-6856a1969aa9\",\n                    \"sku_code\": \"SKU-SAMPLE-20\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 235,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873258,\n                            \"uuid\": \"74deb094-537a-4bea-899d-6b25840942f8\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873259,\n                            \"uuid\": \"529f9aed-25b2-481d-baee-9ab97438aae4\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-20\",\n                            \"sku_id\": 50902955,\n                            \"quantity_available\": 132,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-20\",\n                            \"sku_id\": 50902955,\n                            \"quantity_available\": 103,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902957,\n                    \"uuid\": \"7e47d2d3-8161-4fc0-868a-c75bd31004b6\",\n                    \"sku_code\": \"SKU-SAMPLE-22\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 175,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873262,\n                            \"uuid\": \"a9bf4643-b61e-475b-909b-df717d94bf62\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873263,\n                            \"uuid\": \"a8be590e-5fbb-470f-a3f3-2659f596f2ca\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-22\",\n                            \"sku_id\": 50902957,\n                            \"quantity_available\": 41,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-22\",\n                            \"sku_id\": 50902957,\n                            \"quantity_available\": 134,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 3\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"tag_id\": 90190,\n                    \"uuid\": \"0a388262-5df8-4887-825c-0d37c0752e1b\",\n                    \"name\": \"a\"\n                },\n                {\n                    \"tag_id\": 90187,\n                    \"uuid\": \"22b06fd3-a2df-4961-8b49-377aebc0ccee\",\n                    \"name\": \"b\"\n                },\n                {\n                    \"tag_id\": 90189,\n                    \"uuid\": \"5d84eb92-aa0b-4143-9ead-b9272998ecef\",\n                    \"name\": \"c\"\n                }\n            ],\n            \"add_ons\": [],\n            \"meta\": [],\n            \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-3\"\n        },\n        {\n            \"id\": 43166365,\n            \"uuid\": \"701995f9-6ccd-44cd-b237-f420a7f33a9f\",\n            \"created_at\": \"2024-02-19T05:22:12.86782+00:00\",\n            \"name\": \"Sample Product 2\",\n            \"image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n            \"in_stock\": true,\n            \"product_type\": 1,\n            \"is_active\": true,\n            \"inventory_quantity\": 825,\n            \"position\": 100000,\n            \"selling_price\": 900,\n            \"original_price\": 1000,\n            \"unit\": \"piece\",\n            \"weight\": null,\n            \"weight_unit\": null,\n            \"base_qty\": 1,\n            \"description\": \"This product is a high-quality wireless Bluetooth speaker that delivers exceptional sound quality. It features a sleek and modern design, making it a stylish addition to any room or outdoor setting. With its built-in rechargeable battery, you can enjoy up to 10 hours of continuous music playback. The speaker also has a built-in microphone, allowing you to take hands-free calls with ease. It is compatible with all Bluetooth-enabled devices, making it easy to connect and play your favorite music. Whether you're hosting a party or simply relaxing at home, this wireless Bluetooth speaker is the perfect companion for all your audio needs.\",\n            \"all_images\": [],\n            \"misc_data\": {},\n            \"seo_data\": {},\n            \"slug\": \"sample-product-2\",\n            \"gst_rate\": 12,\n            \"hsn_code\": \"212212\",\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"id\": 102712269,\n                \"link\": \"sample199\"\n            },\n            \"categories_data\": [\n                {\n                    \"id\": 12392143,\n                    \"uuid\": \"79ef241a-5a61-4966-a053-842df6ab5694\",\n                    \"name\": \"Sample Category 2\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category-2\",\n                    \"in_stock\": true,\n                    \"image\": \"\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"id\": 50902946,\n                    \"uuid\": \"e3dbd36e-ce59-4b0f-8180-5e322dd20d32\",\n                    \"sku_code\": \"SKU-SAMPLE-11\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 85,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873240,\n                            \"uuid\": \"69761232-afe9-4d57-924b-9927fc259428\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873241,\n                            \"uuid\": \"1ace8646-04f2-421a-bbb0-70d8a24521a9\",\n                            \"unit\": \"\",\n                            \"value\": \"Rugged\",\n                            \"master_attribute\": \"Pattern\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-11\",\n                            \"sku_id\": 50902946,\n                            \"quantity_available\": 29,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-11\",\n                            \"sku_id\": 50902946,\n                            \"quantity_available\": 56,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902947,\n                    \"uuid\": \"4462d4b5-6a97-4103-833d-f1dd8a3cb65e\",\n                    \"sku_code\": \"SKU-SAMPLE-12\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 194,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873242,\n                            \"uuid\": \"13f02a61-5dc2-4e46-9ff7-2cff6172b4c4\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873243,\n                            \"uuid\": \"a0eeee02-ecf5-4ee6-92e2-f37ed482e6e0\",\n                            \"unit\": \"\",\n                            \"value\": \"Rugged\",\n                            \"master_attribute\": \"Pattern\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-12\",\n                            \"sku_id\": 50902947,\n                            \"quantity_available\": 48,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-12\",\n                            \"sku_id\": 50902947,\n                            \"quantity_available\": 146,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902948,\n                    \"uuid\": \"ca55b2f2-1cda-43c9-ae2a-6181a40c78c4\",\n                    \"sku_code\": \"SKU-SAMPLE-13\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 191,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873244,\n                            \"uuid\": \"cf65d1ed-4fa5-4de9-97b4-dbbde0afcf2e\",\n                            \"unit\": \"\",\n                            \"value\": \"Extra large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873245,\n                            \"uuid\": \"df7752c4-abcf-4c73-b836-46dad21d3aea\",\n                            \"unit\": \"\",\n                            \"value\": \"Rugged\",\n                            \"master_attribute\": \"Pattern\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-13\",\n                            \"sku_id\": 50902948,\n                            \"quantity_available\": 143,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-13\",\n                            \"sku_id\": 50902948,\n                            \"quantity_available\": 48,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902949,\n                    \"uuid\": \"6027799e-a3c8-4a89-ae35-949b71f8d7b6\",\n                    \"sku_code\": \"SKU-SAMPLE-14\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 174,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873246,\n                            \"uuid\": \"57a3a76d-8844-497d-822d-7f7a90f8d50c\",\n                            \"unit\": \"\",\n                            \"value\": \"Extra Extra large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873247,\n                            \"uuid\": \"912bf999-786c-448d-a4c1-6cde0f379eea\",\n                            \"unit\": \"\",\n                            \"value\": \"Rugged\",\n                            \"master_attribute\": \"Pattern\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-14\",\n                            \"sku_id\": 50902949,\n                            \"quantity_available\": 127,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-14\",\n                            \"sku_id\": 50902949,\n                            \"quantity_available\": 47,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902945,\n                    \"uuid\": \"08fe32a9-150a-4c89-a66b-4582c439767e\",\n                    \"sku_code\": \"SKU-SAMPLE-10\",\n                    \"volumetric_weight\": 0.6,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 181,\n                    \"original_price\": 1000,\n                    \"selling_price\": 900,\n                    \"primary_image\": \"https://dms.mydukaan.io/original/jpeg/upload_file_service/ccb1fba9-2b5d-4715-9c2c-cf6f0ffdb917/image.png\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873238,\n                            \"uuid\": \"2343466b-dcb5-4a77-a78f-9f8a51540b2b\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873239,\n                            \"uuid\": \"725041a0-d065-4d01-ae30-5537d23318c2\",\n                            \"unit\": \"\",\n                            \"value\": \"Rugged\",\n                            \"master_attribute\": \"Pattern\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-10\",\n                            \"sku_id\": 50902945,\n                            \"quantity_available\": 78,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-10\",\n                            \"sku_id\": 50902945,\n                            \"quantity_available\": 103,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 2\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"tag_id\": 90192,\n                    \"uuid\": \"0ac4426c-09ec-4a5a-ac49-c170e8dc35b6\",\n                    \"name\": \"e\"\n                },\n                {\n                    \"tag_id\": 90191,\n                    \"uuid\": \"f68124b3-e3a7-4a90-81bf-d5a85912cc8d\",\n                    \"name\": \"d\"\n                },\n                {\n                    \"tag_id\": 90188,\n                    \"uuid\": \"a12899b3-28d4-42c5-b5a5-b629b63560f0\",\n                    \"name\": \"f\"\n                }\n            ],\n            \"add_ons\": [],\n            \"meta\": [],\n            \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-2\"\n        },\n        {\n            \"id\": 43166364,\n            \"uuid\": \"eb33a28c-9e87-4509-9a6e-a95846644acf\",\n            \"created_at\": \"2024-02-19T05:22:12.867581+00:00\",\n            \"name\": \"Sample Product 1\",\n            \"image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n            \"in_stock\": true,\n            \"product_type\": 1,\n            \"is_active\": true,\n            \"inventory_quantity\": 1138,\n            \"position\": 100000,\n            \"selling_price\": 500,\n            \"original_price\": 600,\n            \"unit\": \"piece\",\n            \"weight\": 0.3,\n            \"weight_unit\": \"kg\",\n            \"base_qty\": 1,\n            \"description\": \"<p>Sample Product 1 is a high-quality, durable backpack designed for everyday use. It features multiple compartments and pockets to keep your belongings organized and easily accessible. The backpack is made from water-resistant material, ensuring that your belongings stay dry even in wet weather conditions. It also has padded shoulder straps and a breathable back panel for added comfort during long hours of wear. With its sleek design and versatile functionality, Sample Product 1 is perfect for students, professionals, and travelers alike.</p>\",\n            \"all_images\": [],\n            \"misc_data\": {\n                \"timer\": {\n                    \"days\": 0,\n                    \"hours\": 0,\n                    \"minutes\": 0,\n                    \"end_time\": \"22:00:00\",\n                    \"is_active\": false,\n                    \"timer_msg\": \"Special deal ends in\",\n                    \"updatedAt\": 1708320141650,\n                    \"start_time\": \"10:00:00\",\n                    \"store_method\": \"daily\"\n                }\n            },\n            \"seo_data\": {\n                \"image\": \"\",\n                \"title\": \"\",\n                \"description\": \"\"\n            },\n            \"slug\": \"sample-product-1\",\n            \"gst_rate\": 0,\n            \"hsn_code\": \"121212\",\n            \"product_bundle_type\": null,\n            \"product_bundle_discount_type\": null,\n            \"product_bundle_discount_value\": null,\n            \"product_bundle_min_line_item_quantity\": null,\n            \"product_bundle_max_line_item_quantity\": null,\n            \"product_bundle_each_line_item_price\": null,\n            \"store\": {\n                \"id\": 102712269,\n                \"link\": \"sample199\"\n            },\n            \"categories_data\": [\n                {\n                    \"id\": 12392142,\n                    \"uuid\": \"7b68c4a1-f9d4-45be-9eb8-bb9f2c9635d0\",\n                    \"name\": \"Sample Category 1\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category-1\",\n                    \"in_stock\": true,\n                    \"image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\n                },\n                {\n                    \"id\": 12392147,\n                    \"uuid\": \"9ee38b7d-ac00-4267-a0ee-6dfb0794ac81\",\n                    \"name\": \"Sample Category 10\",\n                    \"position\": 100000,\n                    \"slug\": \"sample-category-10\",\n                    \"in_stock\": true,\n                    \"image\": \"https://api.mydukaan.io/static/images/category-def.jpg\"\n                }\n            ],\n            \"skus\": [\n                {\n                    \"id\": 50902943,\n                    \"uuid\": \"5dcde183-ba89-4a9f-a77d-4e41716b8be7\",\n                    \"sku_code\": \"SKU-SAMPLE-8\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 80,\n                    \"original_price\": 600,\n                    \"selling_price\": 500,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873234,\n                            \"uuid\": \"07eb9c5c-666b-4497-b6e4-4a63da6dd103\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873235,\n                            \"uuid\": \"273f7774-4005-4a6f-89c4-3eee1ca52be9\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-8\",\n                            \"sku_id\": 50902943,\n                            \"quantity_available\": 3,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-8\",\n                            \"sku_id\": 50902943,\n                            \"quantity_available\": 77,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902939,\n                    \"uuid\": \"c8b0af55-91da-4950-aaee-3733ea5d7df6\",\n                    \"sku_code\": \"SKU-SAMPLE-4\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 106,\n                    \"original_price\": 600,\n                    \"selling_price\": 500,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873226,\n                            \"uuid\": \"072924a9-16a0-465a-8cb2-ccfa29976520\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873227,\n                            \"uuid\": \"c703354d-97c4-4d80-a9bd-5d3eb4e5526e\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-4\",\n                            \"sku_id\": 50902939,\n                            \"quantity_available\": 60,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-4\",\n                            \"sku_id\": 50902939,\n                            \"quantity_available\": 46,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902938,\n                    \"uuid\": \"d408fe3f-07dd-4fb7-87a7-4f2fa1937632\",\n                    \"sku_code\": \"SKU-SAMPLE-3\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 149,\n                    \"original_price\": 600,\n                    \"selling_price\": 500,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873224,\n                            \"uuid\": \"d535cf56-fbb1-420d-9a00-3dedb74e88b1\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873225,\n                            \"uuid\": \"882c4ebd-d1d0-48d4-85af-e477bbd0f308\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-3\",\n                            \"sku_id\": 50902938,\n                            \"quantity_available\": 93,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-3\",\n                            \"sku_id\": 50902938,\n                            \"quantity_available\": 56,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902944,\n                    \"uuid\": \"111a25c7-1eef-45dd-9379-bda76ebf2821\",\n                    \"sku_code\": \"SKU-SAMPLE-9\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 83,\n                    \"original_price\": 600,\n                    \"selling_price\": 500,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873236,\n                            \"uuid\": \"db419a0a-30e6-46a8-a785-9d5f6d906105\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873237,\n                            \"uuid\": \"41e9fa8f-a198-4f27-86b7-7c02eb931da9\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-9\",\n                            \"sku_id\": 50902944,\n                            \"quantity_available\": 44,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-9\",\n                            \"sku_id\": 50902944,\n                            \"quantity_available\": 39,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902936,\n                    \"uuid\": \"bea34913-e8b4-47d5-baad-a02794600310\",\n                    \"sku_code\": \"SKU-SAMPLE-1\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 134,\n                    \"original_price\": 600,\n                    \"selling_price\": 600,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873220,\n                            \"uuid\": \"c66171c6-f94d-4bde-847d-271d4ef4b9e5\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873221,\n                            \"uuid\": \"c9b1ffc0-650f-4565-88b5-9531935748f6\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-1\",\n                            \"sku_id\": 50902936,\n                            \"quantity_available\": 121,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-1\",\n                            \"sku_id\": 50902936,\n                            \"quantity_available\": 13,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902937,\n                    \"uuid\": \"bef1346a-8ae1-4ab7-908d-98f2b757d77e\",\n                    \"sku_code\": \"SKU-SAMPLE-2\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 78,\n                    \"original_price\": 600,\n                    \"selling_price\": 500,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873222,\n                            \"uuid\": \"174c68e5-ea70-4982-a8d3-ffa5f402612a\",\n                            \"unit\": \"\",\n                            \"value\": \"Small\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873223,\n                            \"uuid\": \"ada05d99-c509-4a43-9d4a-6197947967e9\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-2\",\n                            \"sku_id\": 50902937,\n                            \"quantity_available\": 66,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-2\",\n                            \"sku_id\": 50902937,\n                            \"quantity_available\": 12,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902942,\n                    \"uuid\": \"e867ab64-1d1f-4e9e-a5a2-d344d92f8a25\",\n                    \"sku_code\": \"SKU-SAMPLE-7\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 98,\n                    \"original_price\": 600,\n                    \"selling_price\": 500,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873232,\n                            \"uuid\": \"0e91f3ea-e5f6-4d21-b611-1692bba4968e\",\n                            \"unit\": \"\",\n                            \"value\": \"Large\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873233,\n                            \"uuid\": \"7aa95be9-8cfa-4d1a-a284-48dae0a6265c\",\n                            \"unit\": \"\",\n                            \"value\": \"#FF0000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-7\",\n                            \"sku_id\": 50902942,\n                            \"quantity_available\": 70,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-7\",\n                            \"sku_id\": 50902942,\n                            \"quantity_available\": 28,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902941,\n                    \"uuid\": \"16c8f24f-0286-464a-8cff-03d153a75309\",\n                    \"sku_code\": \"SKU-SAMPLE-6\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 209,\n                    \"original_price\": 600,\n                    \"selling_price\": 500,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873230,\n                            \"uuid\": \"75f8a094-e930-4fd4-ad39-0516140b5ba1\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873231,\n                            \"uuid\": \"1117261c-7632-4e7f-9522-053eefa2063b\",\n                            \"unit\": \"\",\n                            \"value\": \"#0000FF\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-6\",\n                            \"sku_id\": 50902941,\n                            \"quantity_available\": 128,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-6\",\n                            \"sku_id\": 50902941,\n                            \"quantity_available\": 81,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50902940,\n                    \"uuid\": \"2b6816e5-67f8-4da4-b135-6df8df03a2d1\",\n                    \"sku_code\": \"SKU-SAMPLE-5\",\n                    \"volumetric_weight\": 0.3,\n                    \"unit\": \"kg\",\n                    \"dimension\": null,\n                    \"inventory\": 201,\n                    \"original_price\": 600,\n                    \"selling_price\": 600,\n                    \"primary_image\": \"https://api.mydukaan.io/static/images/category-def.jpg\",\n                    \"all_images\": [],\n                    \"primary_vendor_staff_id\": null,\n                    \"attributes\": [\n                        {\n                            \"id\": 30873228,\n                            \"uuid\": \"c4c046ab-1d4d-45d8-b962-535a1ba8f851\",\n                            \"unit\": \"\",\n                            \"value\": \"Medium\",\n                            \"master_attribute\": \"Size\"\n                        },\n                        {\n                            \"id\": 30873229,\n                            \"uuid\": \"1829a6f1-65f4-45ef-a08f-4d326d6b2c12\",\n                            \"unit\": \"\",\n                            \"value\": \"#000000\",\n                            \"master_attribute\": \"color picker\"\n                        }\n                    ],\n                    \"metafields\": [],\n                    \"warehouse_inventory_items\": [\n                        {\n                            \"warehouse_id\": 42097,\n                            \"warehouse_name\": \"Sample Warehouse 1\",\n                            \"sku\": \"SKU-SAMPLE-5\",\n                            \"sku_id\": 50902940,\n                            \"quantity_available\": 86,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        },\n                        {\n                            \"warehouse_id\": 42098,\n                            \"warehouse_name\": \"Sample Warehouse 2\",\n                            \"sku\": \"SKU-SAMPLE-5\",\n                            \"sku_id\": 50902940,\n                            \"quantity_available\": 115,\n                            \"is_dummy_record\": false,\n                            \"product_name\": \"Sample Product 1\"\n                        }\n                    ]\n                }\n            ],\n            \"tags\": [\n                {\n                    \"tag_id\": 90190,\n                    \"uuid\": \"0a388262-5df8-4887-825c-0d37c0752e1b\",\n                    \"name\": \"a\"\n                },\n                {\n                    \"tag_id\": 90187,\n                    \"uuid\": \"22b06fd3-a2df-4961-8b49-377aebc0ccee\",\n                    \"name\": \"b\"\n                },\n                {\n                    \"tag_id\": 90189,\n                    \"uuid\": \"5d84eb92-aa0b-4143-9ead-b9272998ecef\",\n                    \"name\": \"c\"\n                }\n            ],\n            \"add_ons\": [],\n            \"meta\": [],\n            \"web_url\": \"https://mydukaan.io/sample199/products/sample-product-1\"\n        }\n    ],\n    \"out_of_stock_count\": 1\n}"}],"_postman_id":"93e0d7d0-6da6-49a0-8b75-0b64f36a56d5"},{"name":"update_inventory","id":"dcfaea48-dd1a-46e0-a7ae-6558c252eed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inventory_list\": [\r\n        {\r\n            \"warehouse\": 42097,\r\n            \"quantity_available\": \"10\"\r\n        },\r\n        {\r\n            \"warehouse\": 42098,\r\n            \"quantity_available\": \"0\"\r\n        }\r\n    ]\r\n}"},"url":"https://api.mydukaan.io/api/store/seller/seller-warehouse-inventory/111a25c7-1eef-45dd-9379-bda76ebf2821/","urlObject":{"protocol":"https","path":["api","store","seller","seller-warehouse-inventory","111a25c7-1eef-45dd-9379-bda76ebf2821",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"984d15e7-1f2b-44d6-bbb0-5df7e4204710","name":"update_inventory","originalRequest":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inventory_list\": [\r\n        {\r\n            \"warehouse\": 42097,\r\n            \"quantity_available\": \"10\"\r\n        },\r\n        {\r\n            \"warehouse\": 42098,\r\n            \"quantity_available\": \"0\"\r\n        }\r\n    ]\r\n}"},"url":"https://api.mydukaan.io/api/store/seller/seller-warehouse-inventory/111a25c7-1eef-45dd-9379-bda76ebf2821/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:09:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"429"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, PATCH, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"229691913492112399653355390007685464778"},{"key":"X-Dukaan-Trace-Id-Hex","value":"accd0dacca1293a76b391bbcc244c2ca"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"status\": \"success\",\n    \"data\": {\n        \"inventory_list\": [\n            {\n                \"warehouse_id\": 42097,\n                \"warehouse_name\": \"Sample Warehouse 1\",\n                \"sku\": \"SKU-SAMPLE-9\",\n                \"sku_id\": 50902944,\n                \"quantity_available\": 10,\n                \"is_dummy_record\": false,\n                \"product_name\": \"Sample Product 1\"\n            },\n            {\n                \"warehouse_id\": 42098,\n                \"warehouse_name\": \"Sample Warehouse 2\",\n                \"sku\": \"SKU-SAMPLE-9\",\n                \"sku_id\": 50902944,\n                \"quantity_available\": 0,\n                \"is_dummy_record\": false,\n                \"product_name\": \"Sample Product 1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"dcfaea48-dd1a-46e0-a7ae-6558c252eed8"},{"name":"add_new_warehouse","id":"42224efe-a53d-483c-99ea-ae02575a46c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pincode\": \"560103\",\r\n    \"name\": \"Sample Warehouse 10\",\r\n    \"contact_person_name\": \"Suresh\",\r\n    \"mobile_number\": \"9999999991\",\r\n    \"address_line_1\": \"Sample House\",\r\n    \"address_line_2\": \"Sample Area\",\r\n    \"city\": \"Bangalore\",\r\n    \"state\": \"Karnataka\",\r\n    \"terms_checked\": true,\r\n    \"country\": \"in\"\r\n}"},"url":"https://api.mydukaan.io/api/store/seller/store-warehouse/v2/","urlObject":{"protocol":"https","path":["api","store","seller","store-warehouse","v2",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"8e9f64b3-dca4-4a30-bdb1-7c7cb6df3bda","name":"add_new_warehouse","originalRequest":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pincode\": \"560103\",\r\n    \"name\": \"Sample Warehouse 10\",\r\n    \"contact_person_name\": \"Suresh\",\r\n    \"mobile_number\": \"9999999991\",\r\n    \"address_line_1\": \"Sample House\",\r\n    \"address_line_2\": \"Sample Area\",\r\n    \"city\": \"Bangalore\",\r\n    \"state\": \"Karnataka\",\r\n    \"terms_checked\": true,\r\n    \"country\": \"in\"\r\n}"},"url":"https://api.mydukaan.io/api/store/seller/store-warehouse/v2/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:11:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"667"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"210118918790000130857991540756299766648"},{"key":"X-Dukaan-Trace-Id-Hex","value":"9e136e87b11c2f50e551daa85a95db78"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 42103,\n        \"created_at\": \"2024-02-19T11:41:23.792658+05:30\",\n        \"uuid\": \"335267da-ca5f-47c9-8a72-6ff9a2bd4161\",\n        \"modified_at\": \"2024-02-19T11:41:23.792682+05:30\",\n        \"name\": \"Sample Warehouse 10\",\n        \"contact_person_name\": \"Suresh\",\n        \"mobile_number\": \"9999999991\",\n        \"address_line_1\": \"Sample House\",\n        \"address_line_2\": \"Sample Area\",\n        \"pincode\": \"560103\",\n        \"city\": \"Bangalore\",\n        \"state\": \"Karnataka\",\n        \"store\": 102712269,\n        \"country\": {\n            \"name\": \"India\",\n            \"code_v2\": \"in\",\n            \"code_v3\": \"ind\"\n        },\n        \"is_primary_warehouse\": false,\n        \"is_active\": true,\n        \"meta\": {},\n        \"staff_id\": null,\n        \"fssai_number\": null,\n        \"gst_number\": null,\n        \"wants_hyperlocal_delivery\": false,\n        \"staff_request_id\": null\n    }\n}"}],"_postman_id":"42224efe-a53d-483c-99ea-ae02575a46c0"},{"name":"update_warehouse","id":"0351ea8e-c5cd-4122-8553-9027056f0baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 42097,\r\n    \"created_at\": \"2024-02-19T10:52:13.057063+05:30\",\r\n    \"uuid\": \"6dff682d-10d3-43f2-b599-e2f157fac2db\",\r\n    \"modified_at\": \"2024-02-19T10:52:13.057097+05:30\",\r\n    \"name\": \"Sample Warehouse 1\",\r\n    \"contact_person_name\": \"Person Name\",\r\n    \"mobile_number\": \"9884002291\",\r\n    \"address_line_1\": \"Dukaan HQ, 256/A , 17th cross, 5th Main, HSR Layout, Sector 6, Bengaluru,\",\r\n    \"address_line_2\": \"Dukaan HQ, 256/A , 17th cross, 5th Main, HSR Layout, Sector 6, Bengaluru,\",\r\n    \"pincode\": \"560102\",\r\n    \"city\": \"Bangalore\",\r\n    \"state\": \"Karnataka\",\r\n    \"store\": 102712269,\r\n    \"country\": \"in\",\r\n    \"is_primary_warehouse\": true,\r\n    \"is_active\": true,\r\n    \"meta\": {},\r\n    \"fssai_number\": null,\r\n    \"gst_number\": \"06AAHCG8554D1ZK\",\r\n    \"wants_hyperlocal_delivery\": false,\r\n    \"terms_checked\": true\r\n}"},"url":"https://api.mydukaan.io/api/store/seller/store-warehouse/v2/6dff682d-10d3-43f2-b599-e2f157fac2db/","urlObject":{"protocol":"https","path":["api","store","seller","store-warehouse","v2","6dff682d-10d3-43f2-b599-e2f157fac2db",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"147c075b-82da-4351-b4ea-32dee2d0a17b","name":"update_warehouse","originalRequest":{"method":"PATCH","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 42097,\r\n    \"created_at\": \"2024-02-19T10:52:13.057063+05:30\",\r\n    \"uuid\": \"6dff682d-10d3-43f2-b599-e2f157fac2db\",\r\n    \"modified_at\": \"2024-02-19T10:52:13.057097+05:30\",\r\n    \"name\": \"Sample Warehouse 1\",\r\n    \"contact_person_name\": \"Person Name\",\r\n    \"mobile_number\": \"9884002291\",\r\n    \"address_line_1\": \"Dukaan HQ, 256/A , 17th cross, 5th Main, HSR Layout, Sector 6, Bengaluru,\",\r\n    \"address_line_2\": \"Dukaan HQ, 256/A , 17th cross, 5th Main, HSR Layout, Sector 6, Bengaluru,\",\r\n    \"pincode\": \"560102\",\r\n    \"city\": \"Bangalore\",\r\n    \"state\": \"Karnataka\",\r\n    \"store\": 102712269,\r\n    \"country\": \"in\",\r\n    \"is_primary_warehouse\": true,\r\n    \"is_active\": true,\r\n    \"meta\": {},\r\n    \"fssai_number\": null,\r\n    \"gst_number\": \"06AAHCG8554D1ZK\",\r\n    \"wants_hyperlocal_delivery\": false,\r\n    \"terms_checked\": true\r\n}"},"url":"https://api.mydukaan.io/api/store/seller/store-warehouse/v2/6dff682d-10d3-43f2-b599-e2f157fac2db/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:12:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Allow","value":"GET, PATCH, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"299048488005717469520017561026556703152"},{"key":"X-Dukaan-Trace-Id-Hex","value":"e0faa4cf402a203d18ecb2ec710db1b0"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 42097,\n        \"created_at\": \"2024-02-19T10:52:13.057063+05:30\",\n        \"uuid\": \"6dff682d-10d3-43f2-b599-e2f157fac2db\",\n        \"modified_at\": \"2024-02-19T11:42:47.803647+05:30\",\n        \"name\": \"Sample Warehouse 1\",\n        \"contact_person_name\": \"Person Name\",\n        \"mobile_number\": \"9884002291\",\n        \"address_line_1\": \"Dukaan HQ, 256/A , 17th cross, 5th Main, HSR Layout, Sector 6, Bengaluru,\",\n        \"address_line_2\": \"Dukaan HQ, 256/A , 17th cross, 5th Main, HSR Layout, Sector 6, Bengaluru,\",\n        \"pincode\": \"560102\",\n        \"city\": \"Bangalore\",\n        \"state\": \"Karnataka\",\n        \"store\": 102712269,\n        \"country\": {\n            \"name\": \"India\",\n            \"code_v2\": \"in\",\n            \"code_v3\": \"ind\"\n        },\n        \"is_primary_warehouse\": true,\n        \"is_active\": true,\n        \"meta\": {},\n        \"staff_id\": null,\n        \"fssai_number\": null,\n        \"gst_number\": \"06AAHCG8554D1ZK\",\n        \"wants_hyperlocal_delivery\": false,\n        \"staff_request_id\": null\n    }\n}"}],"_postman_id":"0351ea8e-c5cd-4122-8553-9027056f0baf"}],"id":"108bf1ff-357d-4278-bc41-878aa256c98c","_postman_id":"108bf1ff-357d-4278-bc41-878aa256c98c","description":""},{"name":"Others","item":[{"name":"create_customer_tag","id":"028a72d1-b58d-405c-bd18-15c234a8e139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tag_for\":\"storelead\",\"name\":\"Sample2\"}"},"url":"https://api.mydukaan.io/api/store/seller/c7ddd109-5c74-417a-b3fd-fc14dae85725/store-tags/","urlObject":{"protocol":"https","path":["api","store","seller","c7ddd109-5c74-417a-b3fd-fc14dae85725","store-tags",""],"host":["api","mydukaan","io"],"query":[],"variable":[]}},"response":[{"id":"93ce6628-685c-45a3-aa10-bb81b50f6b76","name":"create_customer_tag","originalRequest":{"method":"POST","header":[{"key":"authority","value":"api.mydukaan.io","type":"text"},{"key":"authorization","value":"Bearer ${{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"tag_for\":\"storelead\",\"name\":\"Sample2\"}"},"url":"https://api.mydukaan.io/api/store/seller/c7ddd109-5c74-417a-b3fd-fc14dae85725/store-tags/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 Feb 2024 06:02:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Dukaan-Trace-Id","value":"61117674750804197173715540497797013947"},{"key":"X-Dukaan-Trace-Id-Hex","value":"2dfad603a9aaedca828d7ed2ed4ce1bb"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"DELETE, GET, OPTIONS, PATCH, POST, PUT"},{"key":"Access-Control-Allow-Headers","value":"accept, accept-encoding, authorization, content-type, dnt, origin, user-agent, x-csrftoken, x-requested-with, authorization,x-mode, mode, x-dukaan-store-id, x-dukaan-store-plan"},{"key":"Access-Control-Max-Age","value":"1728000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 201,\n    \"status\": \"success\",\n    \"detail\": \"\",\n    \"data\": {\n        \"id\": 90199,\n        \"uuid\": \"e80f6728-d82e-4635-b7be-eb578287419d\",\n        \"tag_for\": \"storelead\",\n        \"name\": \"Sample2\"\n    }\n}"}],"_postman_id":"028a72d1-b58d-405c-bd18-15c234a8e139"}],"id":"20c5e177-c720-4a40-b9cc-17629f24c14e","_postman_id":"20c5e177-c720-4a40-b9cc-17629f24c14e","description":""}],"event":[{"listen":"prerequest","script":{"id":"6ffec696-be7f-4f0c-bbe5-fd0899204871","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ed5f991c-18de-49e0-ab2f-5fe2cbfd156b","type":"text/javascript","exec":[""]}}]}